/* Applies To Pop-Up iWorksite Window Backgrounds */
#bgfill {
	background: none;
	background-color: #fff;
}

/* Header / Subheader Atts. */
.header {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #ff0000;
}
.subheader {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

.menusubheader {
	font: bold 10px Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

/* Default All Content In iWorksite index.php */
.content table {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

/* All Content Within iWorksite */
.content {
	color: #1a1a1a;
}
.content p {
	color: #1a1a1a;
}
.content ul, .content ol {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #1a1a1a;
}

/* All Links Within iWorksite */
.content a:link, .content a:visited {
	color: #ff0000;
	text-decoration: underline;
}
.content a:active, .content a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

/* Form Links Within iWorksite */
a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #ff0000;
	text-decoration: underline;
}
a.sub:active, a.sub:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

/* BG Properties && Should Look Similar to .content */
.contentgrey {
	color: #666;
	background-color: #eee;
}

/* iWorksite Error Messages */
.contenterror {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #990000;
}

h1
{
	
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #ff0000;

}

a img { border: none; }
.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;
}


#mainNav ul.iws_menu_dropdown {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	overflow: hidden;
	z-index: 1000000;
	width: 180px;
	background-color: #f4f4f4;
}
#mainNav ul.iws_menu_dropdown li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
#mainNav ul.iws_menu_dropdown a {
	display: block;
	margin: 0;
	padding: 10px;
	text-align: left;
	font: bold 11px Arial;
	color: #fff;
	border-top: 1px solid #ddd;
}
#mainNav ul.iws_menu_dropdown li, #mainNav ul.iws_menu_dropdown a span {
	background: none;
}	
#mainNav ul.iws_menu_dropdown a:link, #mainNav ul.iws_menu_dropdown a:visited {
	color: #666;
	text-decoration: none;
}
#mainNav ul.iws_menu_dropdown a:active, #mainNav ul.iws_menu_dropdown a:hover {
	color: #666;
	text-decoration: none;
	background-color: #ddd;
	border: none;
}
#mainNav ul.iws_menu_dropdown a.first {
	border-top: none;
}
#mainNav ul.iws_menu_dropdown a.last {
	border-bottom: none;
}body {
	margin: 0;
	font: 12px Helvetica, Arial, sans-serif;
	background-color: #860000;
}
p.products_txt {
	font-size: 10px;
}

/* Container */
#container {
	position: relative;
	width: 100%;
}

/* Header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 240px;
}
#headerContent {
	position: relative;
	width: 736px;
	height: 190px;
	margin: 0 auto;
	background: url(images/header_bg.gif) 0 0 no-repeat;
}
#headerPhone {
	position: absolute;
	top: 75px;
	right: 15px;
	color: #fff;
}
#headerPhone h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}
#headerPhone h3.local {
	margin-bottom: 6px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

/* Main Navigation */
#mainNav {
	position: relative;
	width: 100%;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#mainNavItems {
	position: relative;
	width: 740px;
	margin: 0 auto;
}
#mainNavItems ul {
	margin: 0;
	padding: 0;
}
#mainNavItems li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainNavItems a {
	display: block;
	padding: 18px 32px;
}
#mainNavItems a:link, #mainNavItems a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNavItems a:hover, #mainNavItems a:active {
	color: #fff;
	text-decoration: none;
	background: url(images/nav_hover.gif) top center no-repeat;
}
#mainNavItems a.selected:link, #mainNavItems a.selected:visited {
	color: #fff;
	background: url(images/nav_hover.gif) top center no-repeat;
}

/* Content */
#content {
	position: relative;
	margin: 0 auto;
	padding-top: 250px;
	width: 736px;
}
#content_1 {
	position: relative;
	width: 730px;
	background-color: #e6e6e6;
	border: 3px solid #ccc;
}
#content_2 {
	position: relative;
	width: 730px;
	background-color: #fff;
}
#content h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #ff0000;
	text-align: left;
}
#content_3 {
	position: relative;
	width: 730px;
	background-color: #ffffff;
	border: 3px solid #ccc;
}

/* Content Primary */
#contentPrimary {
	float: right;
	width: 505px;
	padding: 25px;
	background-color: #fff;
}

/* Content Secondary */
#contentSecondary {
	float: left;
	width: 175px;
	padding-top: 3px;
	background-color: #fff;
}
#contentSecondary a {
	display: block;
}
#contentSecondary img {
	display: block;
	border: none;
}
#contentSecondary a:hover img {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	zoom: 1;
}

/* Footer */
#footer {
	position: relative;
	width: 736px;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* Footer Navigation */
#footerNav {
	position: relative;
	margin: 10px 0 15px;
}
#footerNav ul {
	margin: 0;
	padding: 0;
}
#footerNav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footerNav li.highlight a {
	background-color: #d90000;
}
#footerNav a {
	display: block;
	padding: 10px 8px;
	border: 1px solid #860000;
}
#footerNav a:link, #footerNav a:visited {
	color: #fff;
	text-decoration: none;
}
#footerNav a:active, #footerNav a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
#footerNav a.selected:link, #footerNav a.selected:visited {
	color: #fff;
	border: 1px solid #fff;
}

/* Footer Information */
#footerInfo {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}

/* 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 */
#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(../../../images/tabs/tab_center.gif) top left repeat-x;
	background-color: #DEDEDE;
}
.shadeTabs a {
	background: url(../../../images/tabs/tab_left.gif) top left no-repeat;
}

.shadeTabs a span {
	color: #000000;
	background: url(../../../images/tabs/tab_right.gif) top right no-repeat;
}

.shadeTabsSelected{
	position: relative;
	top: 2px;
	background: url(../../../images/tabs/tab_center_over.gif) top left repeat-x;
	background-color: #EEEEEE;
}
.shadeTabsSelected a {
	background: url(../../../images/tabs/tab_left_over.gif) top left no-repeat;
}

.shadeTabsSelected a span {
	color: #000000;
	background: url(../../../images/tabs/tab_right_over.gif) top right no-repeat;
}

.tabContainer1 {
	clear: both;
	background: #eeeeee url(../../../images/tabs/content_tr.gif) top right no-repeat;
}
.tabContainer2 {
	background: url(../../../images/tabs/content_bl.gif) bottom left no-repeat;
}
.tabContainer3 {
	padding: 10px;
	background: url(../../../images/tabs/content_br.gif) bottom right no-repeat;
}

.tabContent {
}

.couponTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #505050;
}
.couponCaption
{
	font-size: 12px;
}
.couponSubText
{
	font-size: 11px;
}
a.rss {border:1px solid #ffcc00; color:#ffffff; background-color:#ff6600; font-weight: bold; font-size:10px;font-family:verdana; text-decoration:none; padding-right:1px;}
a.rss:hover {color:#ffcc00;}
a.rss:visited {color:#ffffff;}

.searchbox
{
	border: 1px black solid;
	padding: 2px;
}

.separator
{
	color: #FFFFFF;
	background: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	background-image: url(../../../images/grey_black_gradient.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#branding {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../../../images/imavex_branding_bg.gif) top left no-repeat;
}
#branding_sequoia {
	position: relative;
	width: 125px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../../../images/sequoia_branding_bg.png) top left no-repeat;
}

#brandingName {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 19px;
	font-weight: bold;
}
#brandingService {
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 125px;
	text-align: left;
}
#brandingService a {
	display: block;
	height: 13px;
	padding: 8px 0 4px 63px;
	color: #666666;
	text-decoration: none;
}
#surveyFormField {
	display: none;
	width: 50px;
}
#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(../../../lightbox/images/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(../../../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../lightbox/images/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 */
	}
