/* CSS Document */
/*========== Layout ==========*/
body{
	maring-top:0px;
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	text-align:center;
}


/*100% Height*/
html, body {
margin:0px;
padding:0px;
text-align:center;
height:100%;
}
#page {
width:800px;
text-align:left;
margin:auto;
min-height:100%;
}
* html {.container:height:100%;}
/*100% Height*/

.clear{clear:both;}
#page{
	width:990px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	text-align:left;
	margin:auto;
	position:relative;
}
#page_head{}
#page_left{
	float:left;
	width:170px;
	background-image:url();
}
#page_right{width:810px;margin-right:10px;float:right;}


/*========== Styling ==========*/

/*head*/

#head_nav{
	margin:5px 10px 0px 10px;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	color:#666666;
}
#head_nav table{width:970px;}
#head_nav a{
	color:#666666;
	text-decoration:none;
}
#head_nav a:hover{
	color:#990000;
	text-decoration:underline;
}


/*left*/

.left_box{
	background-image:url(images/products_bg.jpg);
	background-repeat:repeat-y;
	margin:0;padding:0;
}
.left_box .left_content{
	margin:0 10px;
	padding:0px 10px 0px 10px;
	font-size:14px;
}
.prod_sect{
	padding:5px 0;
	border-bottom:1px dotted #5C8EB1;
}
#prod_menu a{
	color:#006699;
	text-decoration:none;
	display:block;
	padding:2px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#prod_menu a:hover{
	color:#990000;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
#prod_menu a.main{font-weight:bold;}
.hours_days{color:#990000;font-weight:bold;}


/*foot*/

.clearfooter {
clear:both;
height:170px;
}
#page_foot{
	margin:5px 10px;
	padding-top:5px;
	border-top:1px solid #cccccc;
	color:#666666;
	position:absolute;
	bottom:0px;
	width:970px;
}