/* --- Global Reset --- */	

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
/* --- General Elements --- */

body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	text-align: center;
	color: #4b4b4b;
	background: #000 url('../../images/bg.jpg') no-repeat top center;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
input, textarea, select {
	font: 1em Arial, Helvetica, sans-serif;
}
a {
	color: #4C7B9E;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #151515;
	text-decoration: none;
}
a:visited {
}
a:active {
}
/* --- Fonts --- */
h1 {
	font-size:22px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:17px;
}
h5 {
	font-size:16px;
}
h6 {
	font-size:14px;
}
p {
	padding:0 0 15px 0
}
/* --- Layout Elements --- */
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#top-nav {
	background: #372218 url('../../images/top-nav_bg.jpg') repeat-x;
	padding: 0 10px 0 20px;
	height: 30px;
	border-bottom: 1px solid #000;
	color: #fff;
}
#top-nav .float-left {
	padding-top: 6px;
	float: left;
}
#top-nav .float-left a {
	color: #fff;
	text-decoration: none;
}
#top-nav .float-left a:hover {
	color: #fff;
	text-decoration: underline;
}
#top-nav .float-right {
	padding-top: 6px;
	float: right;
}
#top-nav .float-right a {
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	background-color: #f3f3f3;
	color: #000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#top-nav .float-right a:hover {
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	background-color: #ddd;
	color: #000;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#header {
	margin: 0;
}
/*hover state*/
li#nav_home a:hover {
	background-position: 0 -33px;
}
li#nav_about a:hover {
	background-position: -150px -33px;
}
li#nav_ranches a:hover {
	background-position: -300px -33px;
}
li#nav_gallery a:hover {
	background-position: -450px -33px;
}
li#nav_services a:hover {
	background-position: -600px -33px;
}
li#nav_contact a:hover {
	background-position: -750px -33px;
}
/*current state*/
#body_home li#nav_home a {
	background-position: 0 -90px;
}
#body_about li#nav_about a {
	background-position: -145px -90px;
}
#body_gallery li#nav_gallery a {
	background-position: -290px -90px;
}
#body_services li#nav_services a {
	background-position: -290px -90px;
}
#body_contact li#nav_contact a {
	background-position: -290px -90px;
}
#sort-nav {
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#sort-nav a {
	color:#d09022;
	text-decoration: none;
}
#sort-nav a:hover {
	color:#d09022;
	text-decoration: underline;
}
#sort-nav .current {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}
#mainContent {
	padding: 10px 23px;
	min-height: 200px;
}
#mainContent .player {
	padding: 15px 0;
}
#footer {
	height: 71px;
	background:#DDDDDD url('../../images/footer_bg.jpg') repeat-x;
	clear: both;
}
#footer p {
	margin: 0;
	font-size: 1.2em;
	padding: 20px 0 0 20px;
	color: #d09022;
}
#footer a {
	color: #d09022;
	text-decoration: none;
}
#footer a:hover {
	color: #d09022;
	text-decoration: underline;
}
.featured-item {
	background:transparent url(../../images/featured-item.jpg) no-repeat scroll 0 0;
	margin-bottom: -30px;
	display:block;
	height:266px;
	padding:40px;
	width:854px;
	z-index:10;
}
.featured-text {
	float:left;
	height:260px;
	overflow:hidden;
	padding-left:20px;
	width:530px;
	position:relative;
}
.featured-image {
	float:left;
	width:203px;
	overflow:hidden;
	position:relative;
}
.featured-item h1, .featured-item h2, .featured-item h3, .featured-item h4, .featured-item h5, .featured-item h6 {
	background:transparent url(../../images/border.jpg) repeat-x 0 bottom;
	color:#fff;
}
.featured-item h2 {
	color: #e8b257;
}
.featured-item h2 a {
	color: #e8b257;
	text-decoration: none;
}
.featured-item h2 a:hover {
	color: #fff;
}
.featured-item p {
	padding-top: 10px;
	font-size: 1.1em;
	color: #fff;
}
.featured-item .species {
	color: #fff;
	float: left;
}
.featured-item .included {
	float: left;
	color: #fff;
}
.featured-item .view_btn {
	float: right;
	margin-top: 15px;
}
/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.caption p.caption-text {
	font-size: 1.2em;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	color: #332313;
	font-weight: bold;
}
.caption p.caption-text a {
	color: #332313;
	text-decoration: underline;
}
.caption p.caption-text a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* End captions */
.view_btn ul {
	float: left;
	height: 52px;
	width: 185px;
	list-style: none;
}
.view_btn ul li {
	text-indent: -9999px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.view_btn ul li a {
	color: #e3eff6;
	text-decoration: none;
	background: url(../../images/view_listing.jpg) no-repeat;
	float: left;
}
.view_btn .view_listing a {
	height: 52px;
	width: 185px;
}
.view_btn .view_listing a:hover, .view_btn .view_listing a:focus {
	background-position:-0px -52px;
}
.hidden {
	visibility: hidden;
	display: none;
}
/* --- Colors (For Easy Updating) --- */
#navigation {
/*border-bottom:3px solid #FFF;*/
}
#navigation a:hover {
	background:#563D1E;
	color:#FFC766;
}
.sf-menu ul {
	border:1px solid #86603b;
}
.sf-menu a {
	border-left:1px solid #84613b;
	border-right:1px solid #372718;
}
.sf-menu ul a {
	border-bottom:1px solid #372718;
	border-top:1px solid #84613b;
}
.sf-menu ul a.top {
	border-top:none
}
.sf-menu ul a.bottom {
	border-bottom:none
}
.sf-menu ul a:hover, .sf-menu ul a:active, .sf-menu ul a:focus {
	background:#372718 !important;
	color:#FFC766 !important;
	border-bottom-color:#372718;
	border-top-color:#84613b;
}
/* visited pseudo selector so IE6 applies text colour*/
.sf-menu a, .sf-menu a:visited {
	color:#d09022;
}
.sf-menu li li {
	background:#563D1E;
}
.sf-menu li li li {
	background:#563D1E;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#563D1E;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover a.item, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:#372718;
	color:#FFC766 !important;
	border-bottom-color:#372718;
	border-top-color:#84613b;
}
/* --- Navigation --- */
#navigation {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:2000;
	font-size:16px;
	font-weight:bold;
	width:900px;
	height:38px;
	background:url('../../images/nav_bg.gif') no-repeat;
}
#navigation a.first {
	border-left:none;
}
#navigation a.last {
	border-right:none;
}
#navigation a:hover {
	text-decoration:none;
}
.nav-left-text {
	float: left;
	color: #fff;
	padding-top: 7px;
	font-size: 16px;
	margin-left: 15px;
}
/* SUPERFISH STYLESHEET ---------------------------------- */
	/*** DO NOT DELETE OR EDIT THE FOLLOWING (Unless you know what you're doing of course!) ***/
	.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:12em;
}
.sf-menu ul li {
	width:100%;
}
/* fixes IE7 'sticky bug' */
	.sf-menu li:hover {
	visibility:inherit;
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:2.4em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:12em;
	top:-0.1em;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:12em;
	top:-0.1em;
}
/* Dropdown Styling */
.sf-menu {
	margin:0 0 0 15px;
}
.sf-menu a {
	text-transform:uppercase;
	font-size:16px;
	padding:11px 22px;
	text-decoration:none;
}
.sf-menu ul a {
	background:none;
	cursor:pointer;
	text-transform:none;
	border-left:none;
	border-right:none;
	font-size:14px;
	padding:10px 10px 10px 10px;
	text-decoration:none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../../images/arrows.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
	background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}
.ricardo_left {
	width: 413px;
	height: 345px;
	background: url('../../ricardo/images/gal_carousel.jpg') no-repeat;
}
#slideshow {
	width: 326px;
	position: relative;
	left: 39px;
	top: -118px;
}
.ricardo_right{
	padding: 30px;
}
.ricardo_right h2 {
	padding-bottom: 10px;
	color: #d09022;
	text-transform: uppercase;
	font-weight: bolder;
}
.ricardo_right .view_gal {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #928476;
	float: right;
	margin: 10px 0 0 0;
}
.ricardo_right .view_gal:hover {
	text-decoration: underline;
}
.ricardo_right .quote {
	padding: 10px 0;
	font-size: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
/* --- Gallery Style --- */
.gallery {
	margin-top: 20px;
}
ul#pikame {
	padding-left:0;
	width:500px;
	margin:0 auto;
}
.pika_main {
	width:500px;
	padding-right:20px;
	margin:0 auto;
}
#pikame li {
	margin:5px;
	float: left;
	border:2px solid #222;
}
/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img {
	position:relative;
	cursor:pointer;
}
.pika_main img {
	border:5px solid #222;
}
.pika_main {
	position: relative;
	margin:0 auto;
}
.pikachoose li {
	float:left;
	position:relative;
	overflow:hidden;
	list-style:none;
}
.pika_play {
	position:absolute;
	top:10px;
	right:20px;
	z-index:1;
}
.pika_play a {
	position:relative;
	padding: 3px;
	background: #efefef;
	border: 1px solid #bcbcbc;
	margin-left:auto;
	cursor:pointer;
}
.pika_play a:hover {
	padding: 3px;
	background: #bcbcbc;
	border: 1px solid #efefef;
}
.pika_play img {
	border:none !important;
}
.pika_caption {
	width:100%;
	height:30px;
	text-align:center;
}
.pika_navigation a {
	font-size: 12px;
	color: #D09022;
	text-decoration: none;
	cursor: pointer;
}
.pika_navigation a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.pika_navigation {
	padding-top:10px;
	clear:both;
	text-align:center;
}