*{outline:0;}
html {
	background:url(/images/html_bg.jpg) repeat;
}
body {
	background:url(/images/top_bg.jpg) repeat-x;
	min-height:350px;
	line-height:1.2;
}
p, h1, h2, h3, h4, h5, h6 {
	padding-bottom:10px;
}
h1 {
	font-size:28px;
	color:#db8d26;
}
hr {
	margin:10px 0;
}
#header {
	height:39px;
	background:url(/images/nav_bg.png) no-repeat;
}
.container {
  padding-top:10px;
}
/* ---- MAIN ELEMENTS ---- */
#main {
	width:930px;
	background:url(/images/main_bg.jpg) #ffffff no-repeat;
	min-height:232px;
	padding:30px 10px 0;
}
#footer {
	background:url(/images/footer_bg.png) no-repeat;
	padding-top:75px;
}
#designed {
	font-size:12px;
	float:right;
}
#saying {
	color:#f6f9a5;
	font-style:italic;
	font-size:18px;
	float:right;
	position:absolute;
	margin:50px 0 0 600px;
}
#main_image {
	margin-left:5px;
}
/* ---- SALE ---- */
.sale_h1 {
	font-size:24px;
	color:#db8d26;
	padding-bottom:0;
}
.table table {
	border-collapse:collapse;
}
.table td {
	border-collapse:collapse;
	border:1px solid #555454;
	padding:4px 2px;
}
/* ---- NAVIGATION ---- */
#nav {
	display:inline;
	list-style:none;
}
#nav li {
	float:left;
	position:absolute;
}
#nav li a {
	height:21px;
	text-indent:-9000px;
	display:block;
}
#stallions {
	width:87px;
	background:url(/images/nav.png) no-repeat;
	
	margin:15px 0 0 85px;
}
#stallions:hover {
	background-position:0 -23px;
}
#mares {
	width:59px;
	background:url(/images/nav.png) no-repeat -92px 0;
	margin:15px 0 0 205px;
}
#mares:hover {
	background-position:-92px -23px;
}
#foals {
	width:56px;
	background:url(/images/nav.png) no-repeat -151px 0;
	margin:15px 0 0 300px;
}
#foals:hover {
	background-position:-151px -23px;
}
#proven {
	width:130px;
	background:url(/images/nav.png) no-repeat -207px 0;
	margin:15px 0 0 430px;
}
#proven:hover {
	background-position:-207px -23px;
}
#reference {
	width:92px;
	background:url(/images/nav.png) no-repeat -337px 0;
	margin:15px 0 0 580px;
}
#reference:hover {
	background-position:-337px -23px;
}
#sale {
	width:90px;
	background:url(/images/nav.png) no-repeat -429px 0;
	margin:15px 0 0 700px;
}
#sale:hover {
	background-position:-429px -23px;
}
#history {
	width:68px;
	background:url(/images/nav.png) no-repeat -519px 0;
	margin:15px 0 0 820px;
}
#history:hover {
	background-position:-519px -23px;
}
/* ---- PROVEN ---- */
.thumbs {
	list-style:none;
}
.thumbs li {
	float:left;
}
