/* -------------------------------------
	Design: Stephanie Cotton
	CSS: T. Copeland ~ api-webservices.com
	Built: 2009-06-18
	Last Edit: 2010-04-14 tc
	URI: http://www.cotton-associates.com
---------------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/design/cotton-background.jpg) center top;
}
body, p{
	font: 100% Palatino, Georgia, "Times New Roman", Times, serif;
}
h3{
	color: #527795;
	font: bold 150% Palisade, Palatino, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}
p{
	line-height: 1.4;
	margin-top: 3px;
}
/*LVHA*/
a, a:link{
	font-weight: bold;
	color: #000;
}
a:visited{
	color: #628;
}
a:hover, a:active{
	color: #6289a5;
}
ul{
	margin: 0;
	padding: 0;
}
blockquote{
	text-align: center;
	/*background: url(images/l_quote.gif) no-repeat left top;*/
	margin: 0 auto;
	width: 735px;
	clear: both;
}
blockquote div{
	/*background: url(../images/design/r_quote.gif) no-repeat right bottom;*/
	padding-top: 7px;
}
blockquote p{
	/*background: url(../images/design/l_quote.gif) no-repeat left top;*/
	font: 21px Papyrus, "Handwriting - Dakota", Technical, Chalkboard, Casual, "Marker Felt", "Bradley Hand ITC", "Comic Sans MS";
	color: #630;
	margin: 1em 0 0;
	padding-top: 7px;
}
pre code{
	visibility: hidden;
}
table{
	border-bottom: 1px solid #1d2e36;
	border-left: 1px solid #1d2e36;
	background-color: #fff;
}
table th{
	border-top: 1px solid #1d2e36;
	border-right: 1px solid #1d2e36;
	padding: 3px;
	background-color: #a3a3a3;
	background-image: url(../images/design/table_bg.jpg);
}
table td{
	border-top: 1px solid #1d2e36;
	border-right: 1px solid #1d2e36;
	padding: 3px;
}
/* LVHA */
/* Remove dotted border around active links in Mozilla */
:focus{outline: 0}

#container{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 310px;
	background: url(../images/design/header.jpg) no-repeat center;
}
#wrapper{
	
}

/* @group main nav */

#nav{
	height: 95px;
	width: 960px;
	background: url(../images/design/nav.png) no-repeat left top;
	position: relative;
	top: 200px;
}
#nav li{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#nav li, #nav a{
	display: block;
	height: 95px;
}
	#item1a{
	left: 0;
	width: 200px;
	}
	#item2a{
	left: 200px;
	width: 150px;
	}
	#item3a{
	left: 350px;
	width: 220px;
	}
	#item4a{
	left: 570px;
	width: 130px;
	}
	#item5a{
	left: 700px;
	width: 130px;	
	}
	#item6a{
	left: 830px;
	width: 130px;
	}
		/*One large image. Negative Y positions shift image down to get to the hover state.*/
		#item1a a:hover, #item1a.active{
		background: url(../images/design/nav.png) no-repeat 0 -95px;
		}
		#item2a a:hover, #item2a.active{
		background: url(../images/design/nav.png) no-repeat -200px -95px;
		}
		#item3a a:hover, #item3a.active{
		background: url(../images/design/nav.png) no-repeat -350px -95px;
		}
		#item4a a:hover, #item4a.active{
		background: url(../images/design/nav.png) no-repeat -570px -95px;	
		}
		#item5a a:hover, #item5a.active{
		background: url(../images/design/nav.png) no-repeat -700px -95px;	
		}
		#item6a a:hover, #item6a.active{
		background: url(../images/design/nav.png) no-repeat -830px -95px;	
		}
#header p, #nav span, #inner-nav span, #footer span{
	/*Image Replacement...Dwyer Method
	Hides text, without an SEO penalty.*/
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* @end */

#content{
	background-color: #e1d1be;
	padding: 3em 55px;
	min-height: 500px;
}
#content img.no-border{
	border: 0;
}
#content ul{
	list-style: square;
	margin: 0 0 0 2em;
}

.navwrap{
	display: block;
	float: left;
}

/* @group inner nav */
#inner-nav{
	height: 245px;
	width: 458px;
	background: url(../images/design/inner-nav.gif) no-repeat right top;
	position: relative;
	float: left;
}
#inner-nav li{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
#inner-nav li, #inner-nav a{
	display: block;
	height: 82px;
}
	#item1b{
	top: 0;
	width: 458px;
	}
	#item2b{
	top: 82px;
	width: 458px;
	}
	#item3b{
	top: 164px;
	width: 458px;
	}
	/*One large image. Negative Y positions shift image down to get to the hover state.*/
	#item1b a:hover{
	background: transparent url(../images/design/inner-nav.gif) no-repeat 0 -255px;
	}
	#item2b a:hover{
	background: transparent url(../images/design/inner-nav.gif) no-repeat 0 -337px;
	}
	#item3b a:hover{
	background: transparent url(../images/design/inner-nav.gif) no-repeat 0 -419px;
	}

/* @end */

/* @group slideshow */
#customer-slideshow{
    background: url(../images/design/slideshow_bg.jpg) no-repeat; 
    width: 335px;  
    height: 265px; 
	float: right;
}
.pics {  
	width: 300px;
	height: 200px;
    padding: 0 0 0 2px;  
    margin: 40px auto 0;
    overflow: hidden;
} 
 
.pics img{
	
}
/* @end */ 
#footer{
	background: url(../images/design/footer.png) no-repeat center top;
	height: 95px;
	padding: 1px;
}
#footer{
	margin: 0;
	padding-top: 10px;
}
#footer p.liveauctions{
	display: block;
	width: 185px;
	margin: 0 65px 0 0;
	padding: 0;
	float: right;
	height: 60px;
}
#footer p.liveauctions a{
	display: block;
	height: 60px;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.newsletter_tbl{
	background-color: #e1d1be;
	border-style: none;
	font-size: 12px;
	margin-left: 50px;
}

.newsletter_tbl td{
	border-style: none;
}

.newsletter_tbl input{
	padding: 4px;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	color: teal;
}

input, textarea{
	color: teal;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid teal;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: gray;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group EPDs/Peds/misc */
.columns{
	float: left;
	width: 33%;
	text-align: center;
}
.sale_results_title{
	color: #fff;
	font-size: 18px;
	background-color: #63300b;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
.sale_results_stats{
	text-align: center;
	font-weight: bold;
}
.sale_results_body{
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}
#content ul.hidden{
	margin: 0;
	padding: 0;
	list-style: none;
}
.col{
	float: left;
	margin-right: 10px;
	text-align: center;
}
.col img{
	border: 0;
}
.dbl-col{
	float: left;
	width: 66%;
	text-align: center;
}
.sale-results-col{
	float: left;
	margin-right: 10px;
	text-align: left;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.centered-col{
	margin: 0 auto;
	text-align: center;
	width: 33%;
}
.cutline{
	font-size: small;
	font-style: italic;
}
.red-letter{
	font-weight: bold;
	color:#900;
}
.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

/* @end */
