*{
	padding:0; margin:0;
    font-family:arial;
    color:#494949;
    font-size:12px;
}

html{ background: #8b8a8a; } 

html, body, #container{ height: 100%; } 

body > #container{ height: auto; }  

img{ vertical-align:top; border:0; } 

.section{
    margin: 0 auto;
    width:949px;
    overflow:hidden;
}

.section2{
    margin: 0 auto;
    width:949px;
}

.section_print{
    margin: 0 auto;
    width:800px;
    overflow:hidden;
}

#container{
    min-width: 965px; 
    min-height: 100%;
    background: url(../images/site_background.jpg) repeat-y center;
}

#container_print{
    min-width: 800px; 
    min-height: 100%;
    background:#FFF;
}

#header{ background: #4d4d4d url(../images/background_top.jpg) repeat-y center; height:325px; }

#header .left{
	float:left;
    width:228px;
}

#header .right{
	margin-left:228px;
}

.main{	
    margin-left: 228px;
    padding: 10px 10px 0px 10px;
}

.main{ display: block; }



/**************** menu coding *****************/
#menu {
width:937px;
background: #3F8BC6;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;

}

#menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-right-color: #3A80AC;
border-left-color: #3A80AC;
border-bottom:0;
border-top:0;
margin: 0;
padding: 2px 3px;

color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #3F8BC6;
text-decoration: none;
padding-top: 8px;
padding-bottom:8px;
font-size:12px;
}

#menu a:hover {
color: #1D4C6B;
background: #81B8E2;
}

#menu li {
	position: relative; 
    float:left;
    display:block;
    width:135px;
    position:relative;
    text-align:center;
}

#menu li:last-child{
	width:127px;
}

#menu ul ul {
position: absolute;
z-index: 500;
top:100px;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}





.border_bottom_gray{ border-bottom: 1px solid #a9abac; }
.border_right_gray { border-right: 1px solid #a9abac; }

p.text{
	font-size:12px;
    text-align:justify;
    padding: 15px 20px 0 15px;
}

p.hours{ 
    font-size:11px;
    color:#494949;
    text-align:left;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:20px;
    width:207px;
}

.inner{
	float:left;
}

.columns{
     width:90%;
     text-align:center;
     padding: 20px 0 20px 0;
}

#list_services{
	list-style-type:none;
    float:center;
    text-align:left;
    margin:0;
    padding:0;
    width: 450px;
}

#list_services li{
	float:left;
    padding: 5px 5px 5px 20px;
    width: 200px;
    background: url(../images/list_arrow_green.jpg) no-repeat left center;
}

.product_img{
	padding:10px;
    border: 1px solid #C39853;
    margin:3px;
    background:#FCF8DF;
}

td.product{
	font-size:11px;
}

table.details td{
	padding:5px;
}

p.cart_items{
    position:absolute; 
    top:5px; 
    width:700px; 
    text-align:right;
    font-size:11px;
}

p.cart_items strong, p.cart_items strong a, p.cart_items strong a:link, p.cart_items strong a:visited, p.cart_items strong a:active{
	font-size:11px;
    text-decoration:none;
}

td.cart_header{
	border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    background:#EAEAEA;
    font-weight:bold;
}

td.cart_row{
	border-bottom: 1px solid #E4E4E4;
    background:#F2F2F2;
}

td.cart_row_odd{
	border-bottom: 1px solid #E4E4E4;
}

span.opts, span.opts strong{
	font-size:11px;
}

td{
	padding:4px;
}

span.error{
	color:#990000;
    font-weight:bold;
}

.header_error{
	background:#990000;
    border-top: 1px solid #363636;
    color:#FFFFFF;
}

.header_error strong{
	background:#990000;
    color:#FFFFFF;
}

span.light{
	color:#9C9C9C;
    font-weight:bold;
}
