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

body {
	background: url(images/bgrnd.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#main {
	display: block;
	background: url(images/body.jpg) repeat-y center bottom;
	margin: auto;
	width: 960px;
	height: auto;
	min-height: 625px;
}

#header {
	background: #000 url(images/header.jpg) no-repeat center top;
	width: 100%;
	height: 236px;
	text-indent: -9999px;
}
h1 {
	font-size: 1.8em;
}
h3 {
	text-align: center;
	padding-top: 15px;
	font-size: 1.2em;
}
/*Navigation styles*/
#nav {
	background: url(images/nav.jpg) no-repeat center bottom;
	margin: auto;
	height: 45px;
	width: 920px;
}

#nav ul {
	padding-left: 45px;
}

#nav li {
	list-style: none;
	text-transform: uppercase;
	float: left;
	padding: 15px 25px 0 25px;
}
/*rotating image style*/
.photo {
	clear: both;
	margin: auto;
	width: 918px;
	height: 556px;
}
/*Main body text and photos*/
#text {
	margin: auto;
	width: 820px;
	padding: 25px 10px 10px 10px;
	line-height: 1.3em;
}

#horseImages {
	padding-right: 30px;
}

/*link Styles*/
a:link, a:visited  {
	color: #030;
}
a:hover, a:active {
	color: #090;
}

/*current page link style*/
#current{
	color: #390;
	text-decoration:none;
}
/*copyright style*/
#copyright {
	text-align: center;
	padding-bottom: 25px;
	clear: both;
}

/*Home page specific*/
#featured {
	margin: 20px 0 25px 0;
}
#featured caption {
	font-weight: bold;
}
#names {
	text-align: center;
}
/*end home specific styles*/

/*News Page styles*/
.newsImage {
	text-align: center;
	padding-top: 25px;
}
.news {
	text-align: center;
	font-size: 1.1em;
}

/*left column image styles*/
#horseImages {
	float: left;
}
#horseImages li{
	padding-bottom: 25px;
}
/*Setting up two column photo tables*/
#horseImagesRow2 {
	float: right;
	padding-right: 125px;
}
#horseImagesRow2 li{
	padding-bottom: 25px;
}
/*For Sale Page two col styles includes text captions*/
#saleImages {
	float: left;
	padding: 5px 50px;
}
#saleImages li, #saleImagesCol2 li {
	text-align: center;
}
#saleImagesCol2 {
	float: right;
	padding: 5px 50px;
}
.image {
	padding-top: 30px;
}

/*Jquery pop up styling*/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:auto;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color: #030;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #030;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size: 24px;
cursor: pointer;
line-height:14px;
right:6px;
top:4px;
position: absolute;
color: #030;
font-weight:700;
display:block;
}
/*End Jquery Pop up styles*/
