﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #927e45;
	color: #fff;
}

/***************************************************  container div */
#container {
	width:766px;
	margin: 0 auto;
	background: url(../images/header-bg.jpg) no-repeat 0 0;
}

/***************************************************  start header styles */
#header {
	height: 160px;
	width: 766px;
}

#header a.home-link {
	width: 340px;
	height: 70px;
	margin-left: 35px;
	display:block;
}

#header #navigation {
	width: 766px;
	height: 16px;
	margin-top: 14px;
}

#header #navigation ul li.nav-about {
	width: 123px;
	margin-left: 37px!important;
	margin-left: 19px;
	display:block;
}
#header #navigation ul li.nav-animals {
	width: 123px;
	display:block;
}
#header #navigation ul li.nav-horses {
	width: 126px;
	display:block;
}
#header #navigation ul li.nav-equipment {
	width: 95px;
	display:block;
}
#header #navigation ul li.nav-credits {
	width: 103px;
	display:block;
}
#header #navigation ul li.nav-gallery {
	width: 100px;
	display:block;
}
#header #navigation ul li a.active {
	color: #faa21f;
	font-weight: bold;
	text-decoration: none;
}
/***************************************************  end header styles */

/***************************************************  start content styles */
#content {
	width: 766px;
	background: url(../images/content-bg-tile.jpg) repeat-y 0 0;
	position: relative;
	clear:both;
}

#content #left-col {
	float: left;
	width: 196px;
}
#content #left-col .promo-pics {
	width: 151px;
	margin-left: 45px;
}

#content #right-col {
	float: right;
	width: 470px;
	margin-right: 56px!important;
	margin-right: 28px;
	font-size: 120%;
	background: url(../images/content-btm-cnrs.jpg) no-repeat 0 bottom;
	padding-bottom: 14px;
}
#content #right-col .main-content {
	background: url(../images/right-col-content-tile.jpg) repeat-y 0 0;
	width: 470px;
}

#content #right-col h1 {
	display: block;
	/*width: 470px;*/
	/*height: 34px;*/
	line-height: 34px;
	background: url(../images/content-title-bg.jpg) no-repeat 0 0;
	font-weight: normal;
	color: #faa21f;
	font-size: 20px;
	padding: 0 30px 0 20px;
}
#content #right-col h2 {
	display: block;
	border-bottom: 1px dashed #fff;
	line-height: 34px;
	font-weight: normal;
	color: #faa21f;
	font-size: 18px;
	margin: 10px 20px;
}
#content #right-col h3 {
	display: block;
	line-height: 20px;
	text-indent: 20px;
	font-weight: normal;
	color: #faa21f;
	font-size: 16px;
	margin: 10px 0 0 0;
}

#content #right-col p {
	padding: 5px 20px 10px;
	line-height: 14px;
	color: #fff;
}
#content #right-col a {
	text-decoration: none;
}

#content #right-col p a, #content #right-col li a {
	text-decoration: none;
	color: #faa21f;
}
#content #right-col p a:hover, #content #right-col li a:hover {
	text-decoration: underline;
	color: #faa21f;
}

#content #right-col ul {
	list-style: none;
	margin-left: 20px;
}
#content #right-col ul li {
	padding-left: 20px;
	line-height: 14px;
	background: url(../images/content-bullet.jpg) no-repeat 0 0;
}

#content #right-col img.feature-img-right, #content #right-col img.feature-img-left {
	display: block;
	background: url(../images/content-img-bg.jpg) no-repeat 0 0;
	padding: 3px 13px 13px 3px;
	margin: 10px 10px 10px 20px!important;
	margin: 10px 5px 10px 10px;
}
#content #right-col img.feature-img-right {
	float: right;
	clear: right;
}
#content #right-col img.feature-img-left {
	float: left;
	clear: left;
}

#content #right-col .tile-thumbnail {
	float: left;
	margin: 0;
	padding: 0;
	width: 124px;
	margin: 10px 5px 20px 20px!important;
	margin: 10px 10px 20px 10px;
	text-align: center;
	text-decoration: none;
}
*:first-child+html #content #right-col .tile-thumbnail {
	margin: 10px 10px 20px 10px!important;
}
#content #right-col .tile-medium {
	float:left;
	margin: 0;
	padding: 0;
	width: 204px;
	margin: 10px 5px 20px 20px!important;
	margin: 10px 10px 20px 10px;
	text-align: center;
	text-decoration: none;
}
*:first-child+html #content #right-col .tile-medium {
	margin: 10px 10px 20px 10px!important;
}

#content #right-col .tile-thumbnail img, #content #right-col .tile-medium img {
	border: 2px solid #fff;
	margin: 0 0 5px 0;
	text-decoration: none;
}
#content #right-col .tile-thumbnail a:hover img, #content #right-col .tile-medium a:hover img  {	
	border: 2px solid #faa21f;
}

#content #right-col .tile-thumbnail a span, #content #right-col .tile-thumbnail a:visited, #content #right-col .tile-medium a span, #content #right-col .tile-medium a:visited {
	color: #fff;
	text-decoration: none;
}
#content #right-col .tile-thumbnail a span:hover, #content #right-col .tile-medium a span:hover {
	color: #faa21f;
	text-decoration: underline;
}

/***************************************************  end content styles */

/***************************************************  start footer */
#footer {
	width: 766px;
	height: 115px;
	background: url(../images/footer-bg.jpg) no-repeat 0 0;
	clear:both;
}

#footer p {
	font-size: 9px;
	padding-top: 53px;
}

#footer p a {
	color: white;
	text-decoration: none;
}

#footer p a:hover {
	color: white;
	text-decoration: underline;
}
/***************************************************  end footer */