﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

::Opacity/Transparency CSS

.opaque1 {	// for all other browsers
	opacity: .5;
}

.opaque2 {	// for IE8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.opaque3 {	// for IE5-7
	filter: alpha(opacity=50);
}


	

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height:100.1%; 
overflow-y:scroll; 
overflow: -moz-scrollbars-vertical; 
}  
 

body { 
height:100%;
font:12px Arial, Helvetica, sans-serif;
background:#F7EBDB url('../images/body-bg.jpg');
color:#000;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 4px 10px;}
h1 {font-size:20px; color:#4A2515;}
h2 {font-size:15px; padding-top: 10px; color:#4A2515;}
h3 {font-size:14px; color:#4A2515;}
h4 {font-size:12px; color:#4A2515;}
address, li, p {font-size:12px;}
pre {font-size: 12px;}
ul {margin-left: 30px; padding: 4px 0 10px;}
li {margin: 0; padding: 2px;}
/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 900px;
margin:0 auto;
background: transparent url('../images/left-column-bg2.jpg') repeat-y;
}
#wrap-inner {
	position: relative;
	width: 900px;
	background: transparent url('../images/right-content-bg2.jpg') right repeat-y;
}
#header-image {
	width: 585px;
	height: 450px;
}
#logoblock { 
width: 275px;
height: 141px;
float:left;
margin: 10px 0 0 10px;	
}
#left-col {
width: 295px;
float: left;
}
#right-col {
position: static;
width: 585px;
padding-right: 10px;
float: right;
min-height: 600px;
}
#contents {
	position: relative;
	padding: 5px 15px 20px;
}
#contents.home {
	background: transparent  url('../images/home-content-bg.jpg') 0 -426px no-repeat;
}
#lower-footer {
	width: 880px;
	margin: 0 auto;
	padding: 3px 10px;
	margin-bottom: 10px;
	background: transparent url('../images/footer-bar2.gif') no-repeat;
	border: 0px solid #5A1919;
	border-top: 0;
}
#lower-footer p {
	text-align: center;
	padding: 10px;
	font-size: 11px;
}
#lower-footer p span {
	margin: 0 10px;
}

.slideshow-wrap {
	background: transparent url('../images/flash-bar-topleft2.gif') no-repeat;
	position: absolute;
	left: -54px;
	top: -275px;
	width:639px;
	height: 348px;
}
.slideshow-wrap.h481 {
	height: 481px;
}

.slideshow-inner-wrap {
	background: transparent url('../images/flash-bar-bottomleft2.gif') left bottom no-repeat;
	padding:5px 0 3px 5px;
}
.hideoverly {
	width:100%; 
	height: 6px; 
	background: #5D1B1F; 
	position: absolute; 
	top: 0; 
	left: 4px;
}
.banner-wrap {
	position: absolute;
	left: -280px;
	top: 130px;
}
.banner-wrap table {
	background: transparent url(../images/special_bar.png) no-repeat;
	width:854px;
	height:86px;
	color: #fff;
	font-size: 11px;
}
.banner-wrap table td {
	vertical-align: top;
}
.banner-wrap table table {
	background: none;
	width: auto;
	height: auto;
}
.banner-wrap a {
	font-weight: bold;
	color: #fff;
}

/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #4A2515}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img, img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Top Menu Navigation ***********/
#left-menu ul {
	list-style: none;
	margin: 15px 0 20px;
	padding: 0 0 0 23px;
	width: 220px;
	float:left;
}
#left-menu ul li {
	margin: 0;
	padding: 0;
	display: block;
}
#left-menu ul li a, #left-menu ul li a:link, #left-menu ul li a:active, #left-menu ul li a:visited {
	font: bold 11px/17px "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background: transparent;
	color: #4a2515;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-transform:uppercase;

}
#left-menu ul li a:hover {
	text-decoration: none;
	color: #9F7C6D;
}


	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
vertical-align:middle;
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.red {
	color: #ff0000;
}
/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/
.collage {
	position: relative;
	left:-15px;
}
.quote {
	position: absolute;
	left: -290px;
	font-size: 16px;
	font-weight: bold;
	color: #4a2515;
	text-align: center;
	width: 250px;
}
.quote em {
	font-weight: normal;
}
.quote.two {
	width: 235px;
	font-size:13px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	text-align:left;
	padding: 3px 20px;
	color: #000;
} 
.quote.two span {
	font-size:11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style:normal;
}
.quote.two span small {
	font-size: 10px;
	font-weight: normal;
}
#contents ol {
	margin-left: 35px;
}
#contents ol li {
	margin:0;
	padding: 5px 0;
}
.contact-info {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.contact-info p, .contact-info a {
	font: bold 11px "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #4a2515;
}
.contact-info img {
	float: left;
	margin-right:3px;
}
#header-image.aoudad {
	background: transparent url('../images/aoudad-sheep/header-aoudad.jpg') no-repeat;
}
.clientfeedback {
	position: relative;
	padding: 15px 60px;
}
.clientfeedback img {
	position: absolute;
}
.seasons-chart {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-left: 10px;
	margin-bottom: 10px;
}
.seasons-chart td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.gratuities-chart {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.gratuities-chart th, .gratuities-chart td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	text-align: center;
}

.table-links img {
	margin: 20px 20px 0 10px;
}
a.highslide.box {
	 display: inline-block;
	 text-align: center;
	 margin: 8px 0px 15px 0;
	 float: left;
}
img.guideimg {
	width: 240px;
	height: auto;
	float: left;
	margin: 8px 0px 15px 0;
	border: 1px solid #581D21;
}
div.guide-txt {
	float: left;
	width: 300px;
}
.spacer20 {
	height: 20px;
}