body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_redbar.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:100%;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;

}

div.midbar{
	width:880px;
	height:50px;
	background-image:url(../images/bg_midbar.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:2px;
	position:absolute;
	z-index:1000;
	margin-top:360px;
	
}

div.midbar2{
	width:880px;
	height:50px;
	background-image:url(../images/bg_midbar.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:2px;
	background-color:#333333;
}

div.mainContainer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
}

div.headerContainer{
	width:auto;
	margin-top:20px;
	height:80px;
	background-image:url(../images/bg_bar_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div.headerContainer div.logoContainer{
	width:320px;
	height:64px;
	float:left;
}

div.headerContainer div.navContainer{
	float:right;	
	width:300px;
	text-align:left;
	padding-top:44px;
}

div.headerContainer div.inframe{
	height:64px;	
	
}

div.footerContainer{
	width:auto;
	margin-bottom:10px;
	height:50px;
	background-image:url(../images/bg_bar_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.footerContainer div.inframe{
	padding:15px;
	font-size:11px;

}




div.contentContainer{
	margin:0px;
	padding:0px;	
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;

}

div.contentContainer2{
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	background-color:#F0F0F0;
	width:auto;
	margin-bottom:2px;
}

div.contentContainer2 div.inframe{
		padding:10px;
		text-align:left;
}

div.contentContainer2 div.smallBox.red{
		padding:5px;
		width:300px;
		float:right;
		background-color:#7f1313;
}

div.contentContainer2 div.smallBox.grey{
	padding:5px;
	width:558px;
	float:left;
	background-color:#EBEBEB;
	height:200px;
	background-image:url(../images/featured.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#333333;
}


div.contentContainer2 div.smallBox div.header{

		width:290px;
		margin-bottom:5px;
		width:200px;
	
}

div.contentContainer2 div.smallBox{
		height:200px;
}

div.clear{
	clear:both;

}



div.hptips{
	width:262px;
	height:379px;
	position:absolute;
	background-image:url(../images/bg_hp_tips.png);
	margin-left:596px;
	margin-top:20px;
	z-index:999;
	display:none;
}


table.businessHours{
	border-bottom:1px #933 solid;
	margin-bottom:6px;
}

table.businessHours td{
	font-family:Verdana, Geneva, sans-serif;	
	font-size:12px;
	padding:5px;
	line-height:18px;
	text-align:left;
	color:#ffffff;
	border-top:1px #933 solid;
	margin:0px;
}

img{
	
 border:0px;	
	
}


div.pageHeader{
	width:880px;
	height:180px;
	margin-top:2px;
}

div.pageHeader.menu{
	background-image:url(../images/pageheader_menu.jpg);	

}

div.pageHeader.reviews{
	background-image:url(../images/pageheader_reviews.jpg);	

}

div.pageHeader.contactus{
	background-image:url(../images/pageheader_contactus.jpg);	

}

table.reviews td{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
}


div.leftbox{float:left;}
div.rightbox{float:right;}
