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

*	{
	margin:0;
	padding:0;
	}
body	{
	background-color:#CCCCCC;
	}
h2		{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	}
.emphasis {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}	
.container	{
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
	}
.header		{
	width:1000px;
	height:150px;
	background-color:#000000;
	background-image:url(Images/Main-Banner.jpg);
	background-repeat:no-repeat;
	left:-100px;
	position:relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
	}
	
.background	{
	height:578px;
	width:800px;
	background-image:url(Images/logo.jpg);
	background-position:center;
	
	}
.footer		{
	width:800px;
	height:auto;
	background-color:#277c55;
	font-style:italic;
	font-size:.7em;
	text-align: center;
	padding-top: 30px;
	padding-bottom:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
		}
.matte  {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#277c55;
	margin-top:50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}	
#broodmaresbutton {
	position:relative;
	width:214px;
	height:44px;
	z-index:1;
	left: 10px;
	top: 50px;
}
#coltsbutton {
	position:relative;
	width:214px;
	height:44px;
	z-index:2;
	left: 10px;
	top: 75px;
}
#fillybutton {
	position:relative;
	width:214px;
	height:44px;
	layer-background-color:#99FFFF;
	border:1px none #000000;
	z-index:3;
	left: 10px;
	top: 100px;
}
#contactbutton {
	position:relative;
	width:214px;
	height:44px;
	layer-background-color:#99FFFF;
	border:1px none #000000;
	left:10px;
	top:225px;
}
#rolloverpic {
	position:relative;
	layer-background-color:#99FFFF;
	top: 155px;
	width: 375px;
	height: 375px;
	visibility: visible;
	z-index: 7;
	float: right;
	right: 0px;
}

