/* Applies To Pop-Up iWorksite Window Backgrounds */
#bgfill {
	background: none;
	background-color: #fff;
}

/* Header / Subheader Atts. */
.header {
	font: normal 20px Georgia;
	color: #956385;
}
.subheader {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #008b7e;
}

.menusubheader {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #999;
}

/* Default All Content In iWorksite index.php */
.content table {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
}

/* All Content Within iWorksite */
.content {
	color: #666;
}
.content p {
	color: #666;
	line-height: 18px;
}
.content ul, .content ol {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #008B7E;
}

/* All Links Within iWorksite */
.content a:link, .content a:visited {
	color: #008b7e;
	text-decoration: underline;
}
.content a:active, .content a:hover {
	color: #000;
	text-decoration: underline;
}

/* Form Links Within iWorksite */
a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #008b7e;
	text-decoration: underline;
}
a.sub:active, a.sub:hover {
	color: #000;
	text-decoration: underline;
}

/* BG Properties && Should Look Similar to .content */
.contentgrey {
	color: #666;
	background-color: #d5c9b4;
}

/* iWorksite Error Messages */
.contenterror {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #990000;
}

h1
{
	
	font: normal 20px Georgia;
	color: #956385;

}

.pollgrey
{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: black;
}
.pollwhite
{
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
}
.separator
{
	color: #FFFFFF;
	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#branding {
	position: relative;
	width: 100px;
	height: 25px;
}
#branding img {
	border: 0;
}
#surveyFormField {
	display: none;
	width: 50px;
}

	/*** STORE CSS ***/
	.price
	{
		padding: 1px;
		color: #000000;
		font-size: 8pt;
	}

	.discount
	{
		padding: 1px;
		color: #336699;
		font-size: 10pt;
		font-weight: bold;
	}

	.diffprice
	{
		padding: 1px;
		color: #cc6600;
		font-size: 8pt;
		font-weight: bold;
		font-style: italic;
	}

	.itemshortdesc
	{
		font-size: 0.9em;
	}

	select.storeitemoption
	{
		width: 99%;
	}

	A.itemname:active, A.itemname:link, A.itemname:visited
	{
		color: #3333cc;
		text-decoration: underline;
		font-size: 10pt;
		font-weight: bold;
	}

	A.itemname:hover
	{
		color: #6666cc;
		text-decoration: none;
	}

	A.itempage:active, A.itempage:link, A.itempage:visited
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #3333cc;
        text-decoration: underline;
        font-size: 12px;
        font-weight: bold;
    }

    A.itempage:hover
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #6666cc;
        text-decoration: none;
    }

    span.itempage
    {
        padding: 0 4px;
        border-right: 1px solid #d4d4d4;
        color: #3333cc;
        font-size: 12px;
        font-weight: bold;
    }

    #StoreItemTitle h1
    {
        margin: 0;
        padding: 0;
        display: inline;
    }
	/*** END STORE CSS ***/
	body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #d5c9b4;
}

/* Container */
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #fff;
}

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 10px;
	width: 980px;
	height: 150px;
	border-top: 10px solid #956385;
}
#headerContent {
	position: relative;
	width: 980px;
	height: 150px;
}
#headerLogo {
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 5px;
}
#headerLogo img {
	border: 0;
}
#socialMedia {
	position: absolute;
	right: 42px;
	top: -5px;
}
#headerPhone {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 24px;
	color: #008b7e;
}
#headerInfo {
	position: absolute;
	top: 65px;
	right: 20px;
	font-size: 14px;
	color: #b8a88b;
}
#headerInfo a:link, #headerInfo a:visited {
	color: #956385;
	text-decoration: underline;
}
#headerInfo a:hover, #headerInfo a:active {
	color: #008b7e;
	text-decoration: underline;
}
#headerInfo span {
	padding: 0 3px;
}

/* Main Navigation */
#mainNavContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 976px;
	height: 56px;
	padding: 1px;
	font: normal 16px Arial, Helvetica, sans-serif;
	border: 1px solid #d5c9b4;
	
}
#mainNav {
	position: relative;
	height: 56px;
	padding-left: 10px;
	background-color: #956385;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNav a {
	display: block;
	padding: 19px 13px 16px;
}
#mainNav a:link, #mainNav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #fff;
	text-decoration: none;
	background: url(nav_hover.gif) 0 0 repeat-x;
}

/* Drop Downs */
.dropmenudiv {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	top: 0;
	margin: 12px 0 0 0;
	padding: 0;
	width: 180px;
	background-color: #fff;
	border: 1px solid #d5c9b4;
	border-top: 0;
}
.dropmenudiv_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
}
.dropmenudiv_2 {
	display: none;
	/*
	position: absolute;
	bottom: -16px;
	_bottom: -27px;
	left: 0;
	padding-bottom: 15px;
	width: 181px;
	height: 1px;
	*/
}
.dropmenudiv a {
	display: block;
	margin: 0;
	padding: 10px 0 10px 15px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d5c9b4;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #956385;
	text-decoration: none;
}
.dropmenudiv a:active, .dropmenudiv a:hover {
	color: #000;
	text-decoration: none;
}
.dropmenudiv a.first {
	border-top: none;
}
.dropmenudiv a.last {
	border-bottom: none;
}	

/* Content */
#content {
	
	padding: 170px 0 0px;
	width: 980px;
}
#content h1 {
	margin: 0;
	padding: 0;
	font: normal 20px Georgia;
	color: #956385;
	text-align: left;
}
#contentText {
	position: relative;
	padding: 10px 10px 0;
}

/* Content Primary */
#contentPrimary {
	float: left;
	width: 680px;
}
#contentBanner {
	position: relative;
	width: 676px;
	height: 300px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #d5c9b4;
}
#contentBanner ul {
	margin: 0;
	padding: 0;
}
#contentBanner li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#contentBanner a:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
	zoom: 1;
}
#contentBanner img {
	border: none;
}
#contentBanner .overlay {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 656px;
	height: 46px;
	padding: 16px 0 0 20px;
	font: normal 24px Georgia;
	color: #fff;
	background: url(overlay.png) 0 0 no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='schemes/custom/AugustaRanch/images/overlay.png', sizingMethod='scale');
}
#contentBanner ul#gallery_nav {
	display: none;
}
#contentBanner ul#slide_control {
	position: absolute;
	z-index: 99;
	top: 245px;
	right: 15px;
	margin: 0;
}
#contentBanner ul#slide_control li {
	float: left;
	margin-left: 5px;
	list-style-type: none;
	cursor: pointer;
}
#contentActions a {
	float: left;
	display: block;
	margin-right: 10px;
}
#contentActions a.last {
	margin-right: 0;
}
#contentActions a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}
#contentActions img {
	display: block;
	border: none;
}
#contentTextHome {
	position: relative;
	padding: 10px 10px 0;
}
#contentTextHome br {
	display: none;
}

/* Content Secondary */
#contentSecondary {
	float: right;
	width: 290px;
}
#contentList {
	position: relative;
	width: 286px;
	height: 300px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #d5c9b4;
}
#contentList_1 {
	position: relative;
	width: 286px;
	height: 300px;
	background-color: #00786d;
}
#contentList ul {
	margin: 0;
	padding: 0;
}
#contentList li {
	margin: 0;
	padding: 0;
	font: normal 22px Georgia;
	list-style-type: none;
	background: url(list_arrow.gif) 10px 11px no-repeat;
	border-bottom: 1px solid #008b7e;
}
#contentList li.last {
	border-bottom: none;
}
#contentList a {
	display: block;
	padding: 11px 0 11px 43px;
}
#contentList a:link, #contentList a:visited {
	color: #fff;
	text-decoration: none;
}
#contentList a:hover, #contentList a:active {
	color: #ddd;
	text-decoration: none;
}
#contentSpecials {
	position: relative;
}
#contentSpecials h3 {
	margin: 0;
	padding: 4px 0 2px 50px;;
	font: normal 30px Georgia;
	color: #008b7e;
	background: url(specials_bg.gif) 0 0 no-repeat;
}
#contentSpecials h4 {
	margin: 0;
	padding: 0;
	font: normal 18px Arial;
	color: #530666;
}
#contentSpecials a {
	display: block;
	padding-left: 11px;
	background: url(content_arrow.gif) 0 2px no-repeat;
}
#contentSpecials a:link, #contentSpecials a:visited {
	color: #008b7e;
	text-decoration: none;
}
#contentSpecials a:hover, #contentSpecials a:active {
	color: #000;
	text-decoration: none;
}
#contentSpecials .special {
	margin-left: 10px;
	padding: 20px 0 20px 35px;
	border-bottom: 1px solid #dcc4d5;
}

/* Footer */
#footerContainer {
	position: relative;
	width: 980px;
	height: 100px;
	padding-top: 1px;
	border-top: 1px solid #d5c9b4;
}
#footer {
	position: relative;
	width: 980px;
	height: 100px;
	background-color: #b8a88b;
}

/* Footer Navigation */
#footerNav {
	position: relative;
	width: 965px;
	height: 30px;
	padding: 15px 0 0 15px;
	font-weight: bold;
	background-color: #b09f80;
}
#footerNav ul {
	margin: 0;
	padding: 0;
}
#footerNav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerNav a {
	display: block;
	padding: 0 15px 0 11px;
	background: url(footer_arrow.gif) 0 2px no-repeat;
}
#footerNav a:link, #footerNav a:visited {
	color: #fff;
	text-decoration: none;
}
#footerNav a:hover, #footerNav a:active {
	color: #fff;
	text-decoration: underline;
}
#footerNav a.first {
	padding-left: 0;
}
#footerNav a.last {
	border-right: none;
}

/* IMAVEX Branding */
#footerBrand {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Footer Information */
#footerInfo {
	position: absolute;
	bottom: 22px;
	left: 20px;
	font-size: 10px;
	color: #fff;
}
#footerInfo ul {
	margin: 0;
	padding: 0;
}
#footerInfo li {
	float: left;
	margin: 0;
	padding: 0 8px;
	list-style-type: none;
	border-right: 1px solid #a99776;
}
#footerInfo li.first {
	padding-left: 0;
}
#footerInfo li.last {
	padding-right: 0;
	border: none;
}
#footerInfo a:link, #footerInfo a:visited {
	color: #fff;
	text-decoration: underline;
}
#footerInfo a:hover, #footerInfo a:active {
	color: #fff;
	text-decoration: none;
}

/* Footer Logos */
#footerLogos {
	position: absolute;
	bottom: 10px;
	right: 0;
}
#footerLogos img {
	display: block;
	float: left;
	margin-right: 10px;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Tabs */ 
.iws_tabs_nav { 
    position: relative; 
    margin: 0; 
    padding: 0; 
	width: 100% !important;
	height: 37px;
	z-index: 100100;
} 
.iws_tabs_nav ul { 
	position: relative;
    margin: 0; 
    padding: 0;
}
.iws_tabs_nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.iws_tabs_nav a {
    display: block;
    margin: 0 5px 0 0;
    padding: 10px;
    font: normal 12px Arial, Helvetica, sans-serif;
	background-color: #d5c9b4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.iws_tabs_nav a span {
    display: block;
    margin: 0;
	font-weight: bold;
}
.iws_tabs_nav a:link, .iws_tabs_nav a:visited {
    color: #666;
    text-decoration: none;
}
.iws_tabs_nav a:active, .iws_tabs_nav a:hover {
    color: #FFF;
    background-color: #956385;
    text-decoration: none;
}
.iws_tabs_nav a:active span, .iws_tabs_nav a:hover span {
}
.iws_tabs_nav a.tab_selected:link, .iws_tabs_nav a.tab_selected:visited {
    color: #FFF;
    background-color: #956385;
    text-decoration: none;
}	
.iws_tabs_nav a.tab_selected:link span, .iws_tabs_nav a.tab_selected:visited span {
	
}

/* Container */
.iws_tab_container {
    position: relative;
    margin: -2px 0 0;
    padding: 5px 1px 0 0;
}
.iws_tab_container_1 {
    position: relative;
    margin: 0;
    padding: 0;
}
.iws_tab_container_2 {
    position: relative;
    margin: 0;
    padding: 0;
}
.iws_tab_container_a3 {
    position: relative;
    margin: 0;
	padding: 0; 
}	
.iws_tab_container_3 {
    position: relative;
    margin: 0;
    padding: 0;
	background-color: #d5c9b4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    overflow: hidden;
}
.iws_tab_container_4 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 1000000px;
}   

/* Container Content */
.iws_t_ct {
    float: left;
    margin: 0;
}

.cf:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
	content: '<*:)~';
  } 
.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}
#contentTabs {
	clear: both;
	position: relative;
	margin-bottom: 20px;
	padding: 10px 0;
}

#tabbedContent li a {
	text-decoration: none;
}

.shadeTabStructure {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}
.shadeTabStructure li {
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
	list-style-image: none;
}
.shadeTabStructure li a {
	float: left;
	color: #666666;
	text-decoration: none;
	list-style-image: none;
}
.shadeTabStructure li a span {
	display: block;
	float: none;
	padding: 7px 12px;
	list-style-image: none;
}
.shadeTabStructure li a:hover {
	color: #333333;
	text-decoration: none;
	list-style-image: none;
}

.shadeTabs{
	position: relative;
	top: 2px;
	background: url(tab_center.gif) top left repeat-x;
	background-color: #DEDEDE;
}
.shadeTabs a {
	background: url(tab_left.gif) top left no-repeat;
}

.shadeTabs a span {
	color: #000000;
	background: url(tab_right.gif) top right no-repeat;
}

.shadeTabsSelected{
	position: relative;
	top: 2px;
	background: url(tab_center_over.gif) top left repeat-x;
	background-color: #EEEEEE;
}
.shadeTabsSelected a {
	background: url(tab_left_over.gif) top left no-repeat;
}

.shadeTabsSelected a span {
	color: #000000;
	background: url(tab_right_over.gif) top right no-repeat;
}

.tabContainer1 {
	clear: both;
	background: #eeeeee url(content_tr.gif) top right no-repeat;
}
.tabContainer2 {
	background: url(content_bl.gif) bottom left no-repeat;
}
.tabContainer3 {
	padding: 10px;
	background: url(content_br.gif) bottom right no-repeat;
}

.tabContent {
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

