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

body {margin:0; font-family: Verdana, Geneva, sans-serif; font-size:9pt; background:url(images/bkgrd.jpg);}
a {text-decoration:none}
#header {text-align:center; background: url(images/headerimg.jpg) #2142a9 center no-repeat; margin-top: 20px; height:194px;}
.nav {background: #04195a; text-align:center}
#text {background: url(images/txt.jpg); margin:auto; width:1000px; overflow:hidden}
#textpad {padding:20px;}
.center {text-align:center}
#footer {background: url(images/footbkgrd.jpg); color:#FFF; font-size:11pt;; clear:both}
#footer a {color:#ecd783}
#footerpad {width:1000px; margin:auto; height:117px;}
#footerc1 {width:200px; float:left}
#footerc2 {width:580px; float:left; text-align:right; padding-top:5px; padding-bottom:10px;}
#footerc3 {width:200px; float:left; text-align:right; padding-top:5px; padding-bottom:10px;}
#footerc4 {font-size:7pt; text-align:right;}

.hr {background:url(images/hr.png); height:10px; clear:both}
.picbrdr {border:#FFF solid 1px}


/* siredonorlayout */
.pic {width:300px; float:left}
.desc {width:450px; float:left}
.descwide {width:635px; float:left; padding-left:15px}
.xtrapic {width:205px; float:left}
.red {color:#D40000; font-size:16pt}
.blue {color:#2A1FFF; font-size:13pt}
.left { float:left; }

.sale-animal{
	width: 30%;
	float: left;
	margin: 0 1.5% 15px;;
	height: 260px;
	text-align: center;
}
.sale-animal img{
	width: 100%;
	border: 1px solid #04195B;
	margin-bottom: 0px;
}
.sale-animal h3{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
}
.clear{
	clear: both;
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-top: 10px;
                font-style:normal;
                background-color: #70090D;
                font-weight: 500;
}

.button a:hover {
                background-color: #9E0F14;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}
