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

.sales {
	background: url(/images/buttons/btn_sale-1.gif) no-repeat left top;
	display: block;
	height: 52px;
	width: 156px;
}
.sales:hover {
	background: url(/images/buttons/btn_sale-2.gif) no-repeat left top;
}
.stallion {
	background: url(/images/buttons/btn_stallion-1.gif) no-repeat left top;
	display: block;
	height: 38px;
	width: 156px;
}
.stallion:hover {
	background: url(/images/buttons/btn_stallion-2.gif) no-repeat left top;
}

.offspring {
	background: url(/images/buttons/btn_offspring-1.gif) no-repeat left top;
	display: block;
	height: 54px;
	width: 156px;
}
.offspring:hover {
	background: url(/images/buttons/btn_offspring-2.gif) no-repeat left top;
}

.mares {
	background: url(/images/buttons/btn_mares-1.gif) no-repeat left top;
	display: block;
	height: 39px;
	width: 156px;
}
.mares:hover {
	background: url(/images/buttons/btn_mares-2.gif) no-repeat left top;
}

.news {
	background: url(/images/buttons/btn_news-1.gif) no-repeat left top;
	display: block;
	height: 39px;
	width: 156px;
}
.news:hover {
	background: url(/images/buttons/btn_news-2.gif) no-repeat left top;
}

.contact {
	background: url(/images/buttons/btn_contact-1.gif) no-repeat left top;
	display: block;
	height: 39px;
	width: 156px;
}
.contact:hover {
	background: url(/images/buttons/btn_contact-2.gif) no-repeat left top;
}
.home {
	background: url(/images/buttons/btn_home-1.gif) no-repeat left top;
	display: block;
	height: 66px;
	width: 156px;
}
.home:hover {
	background: url(/images/buttons/btn_home-2.gif) no-repeat left top;
}
.nav {
	width: 156px;
}
h3 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
}
.center {
	text-align: center;
}
h4 {
	font-size: 16px;
	margin: 0px;
}
.i1 {
	font: italic bold 24px "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	padding-top: 25px;
}
.narrow {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.large {
	font-size: 18px;
}
.footer {
	font-size: 12px;
	text-align: center;
	padding: 20px 0px 20px 156px;
}
img {
	border:none;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
ul {
	display:block;
	margin-top:-15px;
}
#home ul {
	margin-left: 420px;
}
h5 {
	font-size: 24px;
	color: #A39362;
	font-style: italic;
}
.newsBG {
	padding: 10px;
	margin-bottom: -25px;
}

