#bgfill {
	background: none;
	background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #490D0C;
	text-decoration: underline;
}
a:hover {
	color: #490D0C;
	text-decoration: none;
}

.header {
	text-align: left;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #490D0C;
}
.subheader {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}

.menusubheader {
	font-size: 10px;
	color: #999999;
}

.content {
	line-height: 16px;
	color: #636366;
}
.content ul, .content ol {
	font-weight: bold;
	font-size: 12px;
	color: #5E5E5E;
}
.content a:link, .content a:visited {
	color: #490D0C;
	text-decoration: underline;
}
.content a:hover, .content a:active {
	color: #490D0C;
	text-decoration: none;
}


a.sub {
	font-size: 11px;
}
a.sub:link, a.sub:visited {
	color: #490D0C;
	text-decoration: underline;
}
a.sub:hover, a.sub:active {
	color: #490D0C;
	text-decoration: none;
}

.sitename {
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.contentgrey {
	font-size : 12px;
	color: #666666;
	line-height: 16px;
	background-color: #F5F5F5;
}
.contenterror {
	font-weight: bold;
	font-size : 12px;
	color: #990000;
}

h1
{
	
	text-align: left;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #490D0C;

}


.poll
{
	border: 1px black solid;
	background-color: #cccccc;
	color: #000000;
	font-family: arial;
	font-size: 10pt;
}
.pollcontent
{
	background-color: #cccccc;
	color: #000000;
	font-family: arial;
	font-size: 10pt;
}
.pollheader
{
	background-color: #000000;
	color: #cccccc;
	font-family: arial;
	font-size: 12pt; font-weight: bold;
}
.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;
}


body {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

/*--------------------*/
#headerContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('images/header_bg.gif') top left repeat-x;
}
#contentContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #EEEEEE url('images/content_bg.gif') bottom left repeat-x;
}
#footerContainer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url('images/footer_bg.gif') top left repeat-x;
}

/*--------------------*/
#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 175px;
}
#headerWatermark {
	position: absolute;
	top: 0;
	left: -62px;
	width: 233px;
	height: 175px;
	background: url('images/headerwatermark.gif') top left no-repeat;
}
#headerLogo {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 305px;
	height: 65px;
}
#headerContact {
	position: absolute;
	top: 25px;
	right: 35px;
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
#headerTab {
	position: absolute;
	top: 73px;
	right: 10px;
	width: 165x;
	height: 43px;
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	background: url('images/headertab_left.gif') top left no-repeat;
}
#headerTab_1 {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 145px;
	height: 23px;
	text-align: center;
	background: url('images/headertab_right.gif') top right no-repeat;
}
#headerVisual {
	position: absolute;
	top: 10px;
	left: 335px;
	width: 230px;
	height: 106px;
	background: url('images/headervisual.jpg') top left no-repeat;
}

#mainNav {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 0 20px;
	width: 740px;
}
#list {
	margin: 0;
	padding: 10px 0 15px;
	text-align: center;
}
#list div {
	display: block;
	list-style-type: none;
}
#list a {
	float: left;
	padding: 17px 24px 15px 19px;
	_padding: 13px 24px 15px 19px;
	height: 19px;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url('images/mainnav_border.gif') top right no-repeat;
}
#list a:link, #list a:visited {
	text-decoration: none;
}
#list a:hover, #list a:active {
	/*
	filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.60;
	*/	
	text-decoration: none;
	background: url('images/mainnav_over.gif') top left repeat-x;
}
#list .last {
	background: none;
}

.dropmenudiv {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    margin-top: -2px;
    padding: 0;
	top: 0;
	width: 200px;
    font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.dropmenudiv_1 {
    padding-bottom: 135px;
    background: #5E2727 url('images/drop_bg.gif') bottom left no-repeat;
}
.dropmenudiv_2 {
	position: absolute;
	bottom: -10px;
	_bottom: -17px;
	width: 200px;
	height: 10px;
	background: transparent !important;
}
.dropmenudiv a {
    display: block;
	padding: 4px 0 4px 15px;
	width: 185px;
    font-size: 11px;
    color: #FFFFFF;
    text-indent: 25px;
    text-decoration: none;
    border-bottom: 1px solid #3E1515;
    border-top: 1px solid #803C3B;
}
.dropmenudiv span {
	display: block;
    margin: 0;
	padding: 0;
	width: 185px;
	background: url('images/drop_bullet.gif') center left no-repeat;
}
.dropmenudiv a:hover, .dropmenudiv a:active {
    color: #CA9695;
	text-decoration: none;
}

/*--------------------*/
#content {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	width: 720px;
}

/*--------------------*/
#contentPrimary {
	float: left;
	width: 496px;
}
#content h1 {
	margin: 0;
	padding: 0;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #490D0C;
}
#contentPrimary h2 {
	margin: 0;
	padding: 0;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3D3D3D;
}
#contentPrimary p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	color: #636366;
}
#content ul, #content ol {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #5E5E5E;
}
#content li {
	margin: 0;
	padding: 3px 0 3px 25px;
	list-style-type: none;
	background: url('images/listitem_globalbullet.gif') center left no-repeat;
}
.contentBlock li {
	margin: 0;
	padding: 3px 0 3px 25px;
	list-style-type: none;
	background: url('images/listitem_bullet.gif') center left no-repeat !important;
}
#contentPrimary a:link, #contentPrimary a:visited {
	color: #490D0C;
	text-decoration: underline;
}
#contentPrimary a:hover, #contentPrimary a:active {
	color: #490D0C;
	text-decoration: none;
}

#contentBlocks {
	position: relative;
	margin-top: 15px;
	padding: 0;
}
.contentBlockContainer {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}
.contentTitle {
	position: relative;
	margin: 0;
	padding: 0;
	height: 41px;
	background: url('images/contenttitle_left.gif') top left no-repeat;
}
.contentTitle_1 {
	position: relative;
	margin: 0;
	padding: 0;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url('images/contenttitle_right.gif') top right no-repeat;
}
.contentTitle_sm {
	margin: 0;
	padding: 0;
	width: 204px;
	height: 41px;
}
.contentTitle_psm {
	margin: 0;
	padding: 11px;
	_padding: 8px 11px;
	width: 182px;
	height: 19px;
	_height: 25px;
}
.contentTitle_lg {
	margin: 0;
	padding: 0;
	width: 270px;
	height: 41px;
}
.contentTitle_plg {
	margin: 0;
	padding: 11px;
	_padding: 8px 11px;
	width: 248px;
	height: 19px;
	_height: 25px;
}
.contentBlock_lg {
	margin: 0;
	padding: 0;
	width: 270px;
}
.contentBlock_sm {
	margin: 0;
	padding: 0;
	width: 204px;
}
.contentBlockMain {
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/contentblock_border.gif') bottom left repeat-x;
}
.contentBlock {
	position: relative;
	margin: 0;
	padding: 0;
	background: #F5F5F5 url('images/contentblock_border.gif') bottom left repeat-x;
}
.contentBlock_1 {
	position: relative;
	margin: 0;
	padding: 0;
	background: url('images/contentblock_bl.gif') bottom left no-repeat;
}
.contentBlock_2 {
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	background: url('images/contentblock_br.gif') bottom right no-repeat;
}
.contentBlock_3 {
	position: relative;
	margin: 0;
	border-top: 1px solid #673534;
	border-right: 1px solid #673534;
	border-left: 1px solid #673534;
}
#mainBanner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 496px;
	height: 215px;
	overflow: hidden;
}
.maincontentMargin {
	margin-top: 2px;
}
.maincontent {
	padding: 10px;
	width: 474px;
	overflow: hidden;
}
.maincontent br {
	display: none;
	visibility: hidden;
}
.contactus {
	position: relative;
	margin: 0;
	padding: 0 11px;
	width: 180px;
	height: 402px;
	overflow: hidden;
	background: url('images/contentblock_bg.gif') top left repeat-x;
}
.services {
	position: relative;
	margin: 0;
	padding: 11px;
	width: 180px;
/*	height: 158px;*/
	overflow: hidden;
	background: url('images/contentblock_bg.gif') top left repeat-x;
}
.testimonials {
	position: relative;
	margin: 0;
	padding: 40px 0 25px;
	width: 268px;
	height: 115px;
	overflow: hidden;
	background: url('images/contentblock_bg.gif') top left repeat-x;
}
.specials {
	position: relative;
	margin: 0;
	padding: 11px;
	width: 180px;
	height: 158px;
	overflow: hidden;
	background: url('images/contentblock_bg.gif') top left repeat-x;
}
.formDrop {width:350px;}

.formInput {
	margin-bottom: 5px;
	width: 350px;
	height: 17px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	border: 2px solid #773736;
}

.formInput2 {
	margin-bottom: 5px;
	width: 200px;
	height: 17px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	border: 2px solid #773736;
}
.formTextarea2 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 200px;
	height: 100px;
	border: 2px solid #773736;
}

.formTextarea {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 350px;
	height: 150px;
	border: 2px solid #773736;
}
.contactus .subheader {
	font-weight: bold;
	color: #773736;
}
.contactus .contenterror {
	font-weight: bold;
	color: #333333;
}
.contactus br {
	display: none;
}

#testimonialGallery {
	position: relative;
	width: 268px;
	height: 115px;
	overflow: hidden;
}
#testimonialQuote {
	position: relative;
	width: 100000px;
}
#testimonialQuote .quote {
	float: left;
	width: 238px;
	padding: 0 15px;
}
#testimonialQuote .quote p {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #490D0C;
	line-height: 16px;
}

#testimonialPrevious {
	position: absolute;
	top: 5px;
	right: 50px;
}
#testimonialNext {
	position: absolute;
	top: 5px;
	right: 20px;
}
.testimonials h3 {
	margin: 15px 0 0;
	padding: 0;
	text-align: right;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #313131;
}
.services li {
	padding: 5px 0 5px 25px !important;
}
.specials {
	line-height: 18px;
}
.specials img {
	border: 1px solid #D3D3D3;
}
.specials a {
	display: block;
	margin-top: 3px;
	padding: 9px;
	width: 66px;
	height: 13px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	background: url('images/specials_btn.gif') top left no-repeat;
}
.specials a:link, .specials a:visited {
	text-decoration: none;
}
.specials a:hover, .specials a:active {
	text-decoration: none;
}
.specialsFeaturedBrand {
	display: block;
	padding: 3px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #490D0C;
}
.specialsFeaturedItem {
	display: block;
	padding: 3px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #3C3C3C;
	line-height: 16px;
}

#contentText {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	background: #F5F5F5 url('images/contentblock_border.gif') bottom left repeat-x;
}
#contentText_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	background: url('images/contentblock_bl.gif') bottom left no-repeat;
}
#contentText_2 {
	position: relative;
	margin: 0;
	padding: 0 0 5px;
	width: 720px;
	background: url('images/contentblock_br.gif') bottom right no-repeat;
}
#contentText_3 {
	position: relative;
	margin: 0;
	padding: 20px;
	width: 678px;
	border-top: 1px solid #673534;
	border-right: 1px solid #673534;
	border-left: 1px solid #673534;
	background-color: #FFFFFF;
}
/*--------------------*/
#contentSecondary {
	float: right;
	width: 204px;
}


/*--------------------*/
#footer {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 62px;
}
#creditcards {
	position: relative;
	margin: 0;
	padding: 13px 0 0 35px;
	width: 500px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
#creditcards img {
	margin: 0 6px;
}
#footerInfo {
	position: absolute;
	top: 43px;
	left: 35px;
	width: 500px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#powered {
	position: absolute;
	top: 20px;
	right: 35px;
}

/* 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 1px 0 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
.shadeTabStructure li a {
	float: left;
	color: #999999;
	text-decoration: none;
}
.shadeTabStructure li a span {
	display: block;
	float: none;
	padding: 7px 12px;
}
.shadeTabStructure li a:hover {
	color: #666666;
	text-decoration: none;
}

.shadeTabs{
	position: relative;
	top: 1px;
	background: #eeeeee url(../../../images/tabs/tab_center_standard.gif) top left repeat-x;
}

.shadeTabs a span {
	margin: 0 0 0 0;
	color: #000000;
}

.shadeTabsSelected{
	position: relative;
	top: 1px;
	background: #ffffff url(../../../images/tabs/tab_center_standard_over.gif) top left repeat-x;
}

.shadeTabsSelected a span {
	margin: 0 0 1px 0;
	color: #000000;
}

.tabContainer1 {
	clear: both;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.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;
}
#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 */
	}	
	

