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

/* Main Page Design */
body {
	background-image: url(../Images/Layout/backgroundGradient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
}
#header {
	position: absolute;
	top: 0px;
	height: 168px;
	width: 100%;
	background-image: url(../Images/Layout/backgroundLogo.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	top: 158px;
	width: 100%;
	height: 58px;
	padding-left: 15px;
	background-image: url(../Images/Layout/backgroundButtons.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.button {
	margin-right: 35px;
}
a img {
	border: none;
}
#textNav {
	position: relative;
	top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 85px;
}
#textNav li {
	display: inline;
	list-style: none;
	padding-right: 15px;
}
li#links {
	margin-right: 20px;
}
li#gallery {
	margin-right: 25px;
}
li#service {
	margin-right: 12px;
}
li#horses {
	margin-right: 10px;
}
li#home {
	margin-right: 17px;
}
#textNav a {
	text-decoration: none;
	margin-left: 15px;
	color: #0459B5;
	font-weight: bold;
}
#textNav a:hover {	
	color: #999999;
}
#wrapper {
	position: absolute;
	top: 250px;
	height: 400px;
	width: 100%;
	text-align: center;
}
#content {
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#bottomNav {
	text-align: center;
}
#bottomNav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #0459B5;
	font-weight: bold;
}
#bottomNav a:hover {	
	color: #999999;
}
.copyright {
	text-align: center;
}
hr {
	margin-top: 20px;
}

/* Main Font Styles */
h1 {
	font-family: "Trajan Pro";
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: "Trajan Pro";
	font-size: 13px;
	margin-left: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 10px;
}
.leftFloat {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.rightFloat {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0459B5;
	text-decoration: none;
}
a:hover {
	color: #999999;
}

/* Contact */

td.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
td.plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
}

/* Links */

ul#horsesites {
	list-style: none;
	font-size: 12px;
}

/* Gallery */

div#simplegallery1 {
	margin-left: auto;
	margin-right: auto;
}
.galleryThumb {
	margin-left: 40px;
}

/* Services & Horses */

ul#secondNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
	float: left;
	margin-left: -30px;
	margin-right: 20px;
}
table#viewHorses {
	margin-top: 10px;
}
li.bold {
	font-weight: bold;
	font-size: 11px;
	margin-left: -10px;
	text-decoration: underline;
}
td#horsePic {
	padding-right: 20px;
}
a.horsesLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0459B5;
	text-decoration: none;
}
a:hover.horsesLinks {
	color: #999999;
}
table#horseInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table#horseInfo td.top {
	vertical-align: top;
	font-weight: bold;
	text-align: right;
	padding-right:5px;
	padding-left: 10px;
}
table#horseInfo td.dataInfo {
	vertical-align: top;
	padding-left: 5px;
}
table#pedigree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
}
table#pedigree td.ELGLink {
	background-image: url(../Images/Horses/ELGpedigreeLink.jpg);
	background-position: right;
	height: 95px;
	background-repeat: no-repeat;
	padding-right: 20px;
}
table#pedigree td.LGLink {
	background-image: url(../Images/Horses/LGpedigreeLink.jpg);
	background-position: right;
	height: 50px;
	background-repeat: no-repeat;
	padding-right: 12px;
}
table#pedigree td.SMLink {
	background-image: url(../Images/Horses/SMpedigreeLink.jpg);
	background-position: right;
	height: 37px;
	background-repeat: no-repeat;
	padding-right: 9px;
	padding-left: 7px;
}