*{
	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:948px;
    overflow:hidden;
}

.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; }

#nav{
    list-style-type:none;
    background:#3f8bc6;
    width:227px;
}

#nav *{ display:block; }

#nav li{
	background: url(../images/arrow_right_blue.jpg) no-repeat;
    padding-left: 25px;
    background-position: 0 14px;
    border-bottom: 1px solid #347aaf;
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:active{
	color:#ffffff;
    text-decoration:none;
    font-family:arial;
    font-size:13px;
    padding:10px;
}

#nav li.active{
	background: url(../images/arrow_right_dark_blue.jpg) #81b8e2 no-repeat;
    color:#104064;
    padding-left: 25px;
    background-position: 0 14px;
    border-bottom: 1px solid #347aaf;
}

#nav li.active a, #nav li.active a:link, #nav li.active a:visited, #nav li.active a:active{
	color:#104064;
}

#nav li:hover{
	background: url(../images/arrow_right_dark_blue.jpg) #81b8e2 no-repeat;
    padding-left: 25px;
    background-position: 0 14px;
    border-bottom: 1px solid #347aaf;
}

#nav li a:hover{ color:#104064; }

#nav li ul{
	display:none;
    margin-left: -24px !important; 
}

#nav li.active ul{
	display:block;
    list-style-type:none;
    background:#fff;
}


#nav ul li{
    background:#fff;
    border-bottom: 1px solid #eeeeee;
    padding-left: 24px !important;
}

#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active{
	color:#104064;
    text-decoration:none;
    font-family:arial;
    font-size:13px;
    padding:10;
}

#nav ul li:hover{
    border-bottom: 1px solid #eeeeee;
    background:#eee;
}

.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;
}