/* -- LOGO SLOGAN STYLE -- */ 
p#slogan { color: #666; font-size: 18px; text-transform: uppercase; text-shadow: #fff 0 1px 0; }
	
html {
background: #fff url(img/body_back.jpg) repeat-x; 
font: normal 75%/1.5em "Helvetica", Arial, sans-serif;
color: #333; /* <-- main font color */
}
body { text-align: left; }
object { display:block; }

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:247px;
	width: 966px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* -- UTILITY -- */
.padd10 {padding: 10px;}
.padd20 {padding: 20px;}
.padd3 {padding: 0px 15px;}
.clear {clear:both;display:block;overflow:hidden;width:0;height:0}

.col1, .col2, .col3, .col4, .smallcol1, .maincol, .subcol1, .subcol2 { display:inline; float:left; position:relative; }

.col1 { width: 966px; }
.col2 { width: 560px; }
.col3 { width: 480px; }
.col4 { width: 400px; }

/* -- COLUMNS SECTION -- */
.smallcol1 { width: 653px; } 

/* -- MAIN SECTION -- */
.maincol { width: 639px; border-right: 1px solid #ccc; }
.subcol1 { width: 248px; }
.subcol2 { width: 391px; }
.smallcol1.center{ width: 310px; border-left: 1px solid #ccc;} 
/* -- END COLUMNS SECTION -- */
	
.right { margin-left: 20px; }
img { float:left; margin:0px 15px 0px 0px; }
img.floatRight { float: right; margin: 4px;}
.imgright { float: right; padding: 5px; margin-left: 20px; border: 1px solid #ccc; }
.imgleft {	float: left; padding: 5px; margin-right: 20px; border: 1px solid #ccc; }
.border { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px; }

/* -- Main div -- */
#wrapper { width: 966px; text-align: left; margin: 20px auto;}
#page { width: 966px; float: left; margin-top: 20px; background-color: #fff;}
#content2 { float: left; padding: 15px 0; background: url(img/content_back.jpg) repeat-x; border: 1px solid #ccc; width: 965px;}
#moreserv { float: left; border: 1px solid #ccc; padding: 20px; background: url(img/body_back.jpg) repeat-x; text-shadow: #fff 0 1px 0;}
#moreserv img { margin-bottom: 20px; }
#footer { background:  url("img/footer.jpg") repeat-x; color: #666; text-align: center; padding: 0 0 20px 0;}
.morebtn { margin-top: 20px; float: right; padding: 5px 10px; color: #fff; text-decoration: none; text-transform: uppercase; background: #ef7f30 url(img/navlibg.gif) repeat-x; border-bottom: 1px solid #666; text-shadow: #666 0 -1px 0px; }
.morebtn:hover { background: #ef7f30; text-decoration: none; text-shadow: none; }

/* -- FONTS -- */
.alt { color: #ee7f30; text-transform: none; }

/* LOGO MAIN STYLE */ 
h1 { text-transform: uppercase; font-size: 26px; line-height: 1em; font-weight: bold; text-shadow: #fff 0 1px 0; } 

/* END LOGO MAIN STYLE */ 
#title h2 { float: left; font-size: 50px; line-height: 50px; text-transform: uppercase; padding-right: 20px; margin-right: 20px; border-right: 1px solid #fff; }
h3 { font-size: 18px; line-height: 1.25em; margin-bottom: 20px; }
h4 { font-size: 24px; line-height: 1.15em; }
<!-- #contactbadge h4 { font-size: 14px; margin-bottom: 10px; text-transform: uppercase; } #contactbadge p { margin-bottom: 0; }-->
strong { font-weight: bold; }
#content2 p { margin-bottom: 1.5em; }
#title { color: #fff; text-shadow: #5a5a5a 0 1px 3px; }
#title p { font-size: 28px; line-height: 50px; }

a {	color: #ef7f30;	text-decoration: none; }
a:hover { text-decoration: underline; }

/* -- NEWS -- */
.news li { list-style-image: url(img/arrow.gif); list-style-position: outside; margin-left: 20px; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.news li:hover { background: #f0f0f0; }
h5.date { font-weight: bold; text-transform: uppercase; font-size: 11px; }
#content2 .news p { margin-bottom: 5px; font-size: 10px; line-height: 1.5em; }

/* ---------------------------------------------------- */
/*		Navigation
/* ---------------------------------------------------- */
#nav {
	background: #363636 url(img/TopNav.jpg) repeat-x;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #ef7f30;
}
#nav ul { 
	float: left;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	border-radius: 5px;
}
#nav li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}
#nav a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

#nav a:hover, #nav .selected {
	background: #ef7f30 url(img/navlibg.gif) repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
	text-shadow: #666 0 -1px 0px; }

.pad {
	padding-bottom:10px
}

/** Dropdowns **/
#nav ul li:hover > ul { display: block; }
#nav ul ul 
{
	background: url('img/rgba(156, 22, 62, 0.8).png') repeat; /* For IE */
	background: rgba(128,0,0, 0.8);
	display: none;
	left: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	width: 175px;
	z-index: 999;
}
#nav ul ul li {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}
#nav ul ul li a, #nav li.active ul ul li a
{
	background: url(img/nav-arrow.png) no-repeat 11px 11px !important;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	min-height: 20px;
	padding: 5px 5px 5px 26px;
}
#nav ul ul li a:hover, #nav li.active ul ul li a:hover
{
	background: rgb(226, 226, 226) url(img/nav-arrow-active.png) no-repeat 11px 11px !important; /* For IE */
	background: rgba(226, 226, 226, 0.88) url(img/nav-arrow-active.png) no-repeat 11px 11px !important;
	color: #9c163e !important;
	font-weight: bold !important;
}

/* ---------------------------------------------------- */
/*		Sale Text
/* ---------------------------------------------------- */
.saleAd li { list-style-image: url(img/arrow.gif); list-style-position: outside; margin-left: 20px;}
.saleAd li:hover { background: #f0f0f0; }
.small_bold1 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#F0EDEA; text-align:left; ont-weight:bold; }
.Normal_blacktext { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#595842; text-align:left; }
.small_blackbold1 { font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:left; color:#595842; font-weight:bold; }

/* ---------------------------------------------------- */
/*		Gallery
/* ---------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Primary ==============================    */

#primary h3 { color: #b3b496; font-family: Georgia, Palatino, serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; margin: 10px 0; font-weight: normal; }
#primary p, #primary li { color: #333; font-size: 11px; font-family: arial, verdana, sans-serif; line-height: 15px; margin-bottom: 15px; }
#primary img {border: 5px solid #454439; }
#primary img.img-right { margin: 0 0 5px 20px; float: right; }
#primary img.img-left { margin: 0 20px 5px 10px; float: left; } 
#primary .column-1 { width: 450px; float: left; margin-top: 15px; }
#primary .column-2 { width: 450px; float: right; margin-top: 15px; padding-right: 10px; }
.news #primary .column-1 { width: 700px; float: left; margin-top: 15px; }
.news #primary .column-2 { width: 220px; float: right; margin-top: 15px; }
#primary .item { border-bottom:1px dotted #8A8571; float:left; margin-bottom:20px; padding-bottom:15px; }
.clear-block { display: block; clear: both; }
p.view-more {margin-top: 10px;}
p.view-more a { text-decoration: none; font-family: Georgia, Palatino, serif; font-size: 10px; float:right; text-transform: uppercase; letter-spacing: 1.5px; background: url(images/read-more.jpg) no-repeat center; color: #E8D4AF; padding: 7px 22px; }
p.view-more a:hover {color: #ef7f30;}

/* ---------------------------------------------------- */
/*		HorseSale Page
/* ---------------------------------------------------- */
p.sale-onlineButton {float:left; margin-top: 10px;}
p.sale-onlineButton a { text-decoration: none; font-family: Georgia, Palatino, serif; font-size: 10px; float:right; text-transform: uppercase; letter-spacing: 1.5px; background: url(images/read-more.jpg) no-repeat center; color: #E8D4AF; padding: 7px 22px; }
p.sale-onlineButton a:hover {color: #ef7f30;}
p.sale-Text { text-decoration: none; font-family: Georgia, Palatino, serif; font-size: 14px; text-transform: uppercase; color: #CC9900; }

/* ---------------------------------------------------- */
/*		News Page
/* ---------------------------------------------------- */
#blog_entries .excerpt { margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #cdcdcd; }
#blog_entries_last { margin-bottom:0; }

/* ---------------------------------------------------- */
/*		Footer
/* ---------------------------------------------------- */
#secnav li { list-style: none; display: inline; }
#secnav a { text-transform: capitalize; color: #fff; text-decoration: none; border-left: 1px solid #fff; padding-left: 10px; margin-left: 10px; }
#secnav a:hover { text-decoration: underline; }
#secnav .first a { border-left: none; }
#bottom-container { background: url(images/bottom.jpg) repeat-x; margin-top: 30px; border-bottom: 1px dotted #8a8571; }
.pagination { float:right; }
.pagination li { display:inline; list-style:none; }
.pagination li a:link, .pagination li a:active, .pagination li a:visited { background:#404040; border:1px solid #cdcdcd; padding:4px; color:#eaeaea; }
.pagination li a:hover, .pagination li.current a:link, .pagination li.current a:active, .pagination li.current a:visited { background:#d97000; color:#eaeaea; text-decoration:none; }
#copy { font-size:10px; color: #666;}
