/*---- GLOBAL STYLES ---- */

html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form { 
	margin:0; padding:0; border:0;
	}

html { background: #D5CEAC url('img_layout/back_grasshtml.gif') repeat-x;
	}
html { min-height: 100%; margin-bottom: 1px; height:100%; /* needed for container min-height */}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;	
	background-color: #D5CEAC;
	line-height: 1.4;
}
	
ul, ol, li { 
	list-style-type: none; 
	line-height: 0;
}

ol{
margin-top: 20px;
	margin-left: 20px;
}
ol li{
	list-style: decimal;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
}
.clear_weight{
	font-weight: 0;
}


.clear_left { clear: left; }

/*---- MAIN LAYOUT ----*/
#wrapper{
	margin: auto;
	width: 820px;
	background: url(images/bg_shadow_mid.jpg) repeat-y top center;	
}
#page_top, #page_bottom{
	width: 100%;
}
#page_top{
	background: url(images/bg_shadow_top.jpg) repeat-y top center;
	height: 32px;
}
#page_bottom{
	background: url(images/bg_shadow_bottom.jpg) repeat-y bottom center;
	height: 20px;
	clear:left;
}
#footer{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #D5CEAC;
	clear: left;
	text-align: center;
}
#footer a{
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#left_container, #right_container{
	float: left;
}
#left_container{
	width: 250px;
	background: url(images/bg_left.jpg) repeat-x top right;
	margin-left: 10px;
	height: 500px;
}
* html #left_container{ /*IE6 Hack */
	margin-left: 5px;
}

#right_container{
	width: 560px;
}
#banner_container, #nav{
	margin-right: 10px;
}
#banner_container{
	height: 278px;
	background: url(images/bg_right_top.jpg) repeat-x top center;
	
}
/*-- NAV LAYOUT --*/
#sub-nav{
	height: 35px;
	background: url(images/bg_nav.jpg) repeat-x top center;
	margin-right: 10px;
	text-align: center;
}
#sub-nav ul{
	display: table;
	display: inline-block /* for IE 7 */
	margin: 0 auto;
}

#sub-nav li{
	display: table-cell;
	display: inline; 	/* for IE 7 */
	position: relative;
	margin-top: 8px;
	float: left;
	line-height: 1.8;
	padding-left: 30px;
	padding-right: 30px;
}
#sub-nav li li{
	display: block;
}
#sub-nav li a{
	display: inline-block; 	/* for IE 7 */
	color: #FFFFFF;
	text-decoration:none;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sub-nav li a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
#main_nav{
	margin-top: 40px;
	margin-bottom: 40px;	
	
}
#main_nav_top, #main_nav_bottom{
	height: 20px;
}
#main_nav_top{
	background: url(images/bg_nav_top.jpg) no-repeat top center;
}
#main_nav_mid{
	background: url(images/bg_nav_mid.jpg) repeat-y top center;
	margin: auto auto;
	width: 202px;
}
#main_nav_bottom{
	background: url(images/bg_nav_bottom.jpg) no-repeat top center;
}
#main_nav li{
	margin: auto auto;
	width: 140px;
	line-height: 1.8;
	background: url(images/nav_bullet.jpg) no-repeat left;
	padding-left: 20px;
}
#main_nav li a{
	color: #FFFF9B;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#main_nav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#soc { text-align: center; }

/*--- HOURS STYLE ----*/
#hours{
	margin: 20px 0;
}
#hours_top, #hours_bottom{
	height: 20px;
}
#hours_top{
	background: url(images/side_round_top.jpg) no-repeat top center;
}
#hours_mid{
	border-left: #CCCCCC 2px solid;
	border-right: #CCCCCC 2px solid;
	margin: auto auto;
	width: 198px;
	text-align: center;
	font-size: 11px;
}
#hours_bottom{
	background: url(images/side_round_bottom.jpg) no-repeat top center;
}
#hours_title{
	text-align: center;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #AC8A03;
}
#hours_mid dl{
	margin-top:10px;
	margin-bottom: 10px;
}
#hours_mid dt{
	line-height: 1.4;
	font-size:11px;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	clear: left;	
}
#hours_mid dd{
line-height: 1.4;
	font-size:11px;
	color: #666666;
	margin-left:80px;
}
#phone{
	color: #AC8A03;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
}
/*-- MAIN CONTETN --*/
#content{
	padding: 20px;
	padding-right: 40px;
}
#page_title{
	font-size: 16px;
	font-weight: bold;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 15px;
}
#title, #page_title{
	color: #AC8A03;
}
#testimonies hr{
	text-align:center;
	border:0;
	border-top: 1px dashed #CCCCCC;
	
}

/*-- CONTACT LENSE --*/
.red{
	color: #CC0000;
}
#c_lense ul{
	margin: 10px;
}
#c_lense li{
	line-height: 1.8;
	list-style: disc;
	margin-left: 30px;
}