@charset "utf-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #D37102;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #23245F;
}
a {
	color: #23245F;
}
a:hover {
	color: #E49B00;
}
#wrapper {
	margin: 0px;
	width: 100%;
}

#head {
	height: 45px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/graphics/images/site1_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'TertreExtraBold', Arial, Helvetica, sans-serif;
	color: #23245f;
	text-shadow: 2px 2px 1px #fff;
	padding-top: 287px;
	padding-left: 165px;
	font-size: 28px;
}
#head a {
	text-decoration: none;
	color: #23245F;
}
#head a:hover {
	color: #A34409;
}
#body {
	background-image: url(../images/graphics/images/site1_07.png);
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	background-image: url(../images/graphics/images/site1_05.png);
	width: 767px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 30px;
	padding-bottom: 15px;
}
#for_sale {
	background-image: url(../images/graphics/forsale.png);
	width: 767px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 30px;
	padding-top: 75px;
	padding-bottom: 15px;
}
#sires {
	background-image: url(../images/graphics/sires.png);
	width: 767px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 30px;
	padding-top: 75px;
	padding-bottom: 15px;
}
#winners {
	background-image: url(../images/graphics/winners.png);
	width: 767px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 30px;
	padding-top: 75px;
	padding-bottom: 15px;
}
#contact {
	background-image: url(../images/graphics/contact.png);
	width: 767px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
	padding-right: 30px;
	padding-top: 75px;
	padding-bottom: 15px;
	clear: both;
}


#foot {
	background-image: url(../images/graphics/images/site1_09.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 10px;
	padding-top: 40px;
	text-align: right;
	padding-right: 30px;
	color: #E49B00;
}
#foot a {
	color: #E49B00;
}
#foot a:hover {
	color: #FFFFFF;
}
.winner_left {
	float: left;
	width: 383px;
	text-align: center;
	margin-bottom: 15px;
	height: 250px;
}
.winner_right {
	float: right;
	width: 383px;
	text-align: center;
	margin-bottom: 15px;
	height: 250px;
}
.pic {
	background-color: #FFFFFF;
	border: 1px solid #E4DEC4;
	-moz-box-shadow: 2px 2px 2px #9fa087; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #9fa087; /* Safari/Chrome */
	box-shadow: 2px 2px 2px #9fa087; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9fa087')";/* IE 8 */

	: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#9fa087');/* IE 5.5 - 7 */
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 3px;
}
.sires_body {
	clear: both;
	width: 780px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E7A81F;
	padding-bottom: 15px;
	overflow: auto;
}

.red_20_tertre {
	font-family: 'TertreExtraBold', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #973D07;
}
.red_24_tertre {
	font-family: 'TertreExtraBold', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #973D07;
}
.red_14 {
	font-size: 14px;
	color: #973D07;
}
.orange_14 {
	font-size: 14px;
	color: #E49B00;
}
