@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	margin-top: 0px;
	background-color:#000;
}

#frame {
	margin: auto;
	width: 900px;
	text-align: center;
}

#header_index {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image:url(../images/headers/horizon-header.jpg);
}

#header_colie {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image:url(../images/headers/colie-header.jpg);
}

#header_facilities {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image: url(../images/headers/facilities_header.jpg);
}

#header_trophy {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image: url(../images/headers/trophy-header.jpg);
}

#header_stallion {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image: url(../images/headers/stallion-header.jpg);
	background-position: bottom;
}

#header_broodmares {
	margin: auto;
	width: 900px;
	height: 250px;
	background-image: url(../images/headers/broodmares-header.jpg);
	background-position: bottom;
}

.content_frame {
	margin: auto;
	width: 900px;
	padding:0px;
	border-bottom: solid 1px #FFF;
}
	.content_frame .single_left {
		margin: auto;
		width: 410px;
		padding: 20px;
		float:left;
		text-align: left;
	}
	
	.content_frame .single_right {
		margin: auto;
		width: 410px;
		padding: 20px;
		float:right;
		text-align: left;
	}
	
	.content_frame .double {
		margin: auto;
		width: 900px;
		float: left;
	}

.gallery_frame {
	margin: auto;
	width: 900px;
	border-bottom: solid 1px #FFF;
	text-align: left;
}

	.gallery_frame .double {
		margin: auto;
		width: 860px;
		padding: 20px;
		float: left;
	}
	
		.gallery_frame .gallery_image {
			 margin: 2px;
			 margin-left: 0px;
			 margin-bottom: 0px;
			 border: solid 2px #CCC;
			 width: 115px;
			 float: left;
		}
	
		.gallery_frame .gallery_image:hover {
			 border: solid 2px #333;
		}
	
.gallery_image {
			 margin: 2px;
			 margin-left: 0px;
			 margin-bottom: 0px;
			 border: solid 2px #CCC;
			 width: 115px;
			 float: left;
		}
	
.gallery_image:hover {
			 border: solid 2px #333;
		}	
		
		.gallery_image_lg {
			 margin: 2px;
			 margin-left: 0px;
			 margin-bottom: 0px;
			 border: solid 2px #CCC;
			 width: 175px;
			 float: left;
		}
	
.gallery_image_lg:hover {
			 border: solid 2px #333;
}
	
.video_frame {
	width: 253px;
	margin: 14px;
	float: left;
}

.video_frame_med {
	width: 180px;
	margin: 10px;
	float:left;
	
	font-family: Verdana, Geneva, sans-serif;
	color:#CCC;
	font-size:10px;
	margin-top: 0px;
}

	.video_frame .video_image {
		width: 249px;
		border: solid 2px #CCC;
		float: left;
	}
	
	.video_frame_med .video_image_med {
		width: 175px;
		border: solid 2px #CCC;
		float: left;
	}
	
	.video_frame .video_content {
		margin-top: 10px;
		width: 253px;
		float: left;
	}
	
		.video_frame_med .video_content_med {
		margin-top: 10px;
		width: 180px;
		float: left;
	}

.video_frame_sm {
	margin: 0px;
	float: right;
}

		.video_frame_sm .video_image {
			border: solid 2px #CCC;
		}
	
		.video_frame_sm .video_content {
			font-family: Verdana, Geneva, sans-serif;
			color:#CCC;
			font-size:10px;
			margin: 0px;
			float: left;
		}

.awards_frame {
	width: 253px;
	margin: 15px;
	float: left;
}
		
a img {
	margin: 0px;
	padding: 0px;
	border:none;
}

.image_frame {
	border:none;
	padding: 0px 10px 0px 0px;
	float: left;
}

.logo {
	border:none;
	padding: 75px 0px 0px 20px;
	float: left;
}

.header {
	width:100%;
	height: 50px;
	margin: 0px 0px 10px 0px;
}


.clear {
	clear:both;
}
