/* ----- Main Layout Elements ----- */
body {
	background:			#3b3b3b;
	text-align:			center;
	padding:			0;
	padding-top:		10px;
	padding-bottom:		10px;	
	margin:				0;
	font-family: 	Verdana, Arial, sans-serif;
font-size: 12px;
}
#container {
	width:				980px;
	font-size:			12px;
	margin:				0 auto;
	text-align:			left;
	clear:				both;
	margin-top:			10px;
	background-color:	#ffffff;
}
#header {
	width:				980px;
	height:				166px;
	margin:				0 auto;
	clear:				both; 
}
#headerinside {
	width:				980px;
	background-image: 	url('http://cdn.eyeglassretailerreviews.com/template/bg-header.jpg'); 	
	margin:				0 auto;
	height:				138px;
	text-align:			center;
	clear:				both; 	
}
#leftsidebar {
	float:				left;
	width:				20%; 
	overflow:			hidden;
	padding-bottom:		10px;
font-family: Arial, Verdana, sans-serif;
}

#main {
	float:				left;
	width:				78%;
	overflow:			hidden;
	padding-bottom:		10px;	
}
#rightsidebar {
	float:				left;
	width:				2%; 
	overflow:			hidden;
	padding-bottom:		10px;	
} 
#footer {
	margin:				0 auto;
	width:				980px;
	clear:				both; 
	text-align:			center;
	font-size:			10px;
	padding-top:		10px;
	color:				#ffffff;
	background-color:	#000000;
}

a, a:visited {
	color:				#125c83;
text-decoration: none;
}
a:hover {
	color:				#b00000;
text-decoration: underline;
}

/* ----- Top Menu ----- */
#topmenu {
	background-image: 	url('http://cdn.eyeglassretailerreviews.com/template/top-header.jpg');
	padding-top:		5px;
	margin:				0 auto;
	height:				23px;
	text-align:			center;
	clear:				both;	
}

#topmenu a, #topmenu a:visited {
	font-weight:		bold;
	padding-right: 		10px;
	padding-left:		10px;
	color:				#f7f79b;
	text-decoration:	none;
	border-left:		1px solid #333333;	
}
#topmenu a:hover {
	text-decoration:	underline;
	color:				#fffd5e;	
}

/* ----- Left Sidebar Elements ----- */
#leftsidebar ul {
	margin:				0px;
	padding-left:		20px;
	padding-top:		5px;
}
#leftsidebar ul li {
	margin:				0px;
	padding:			0px;
	list-style-type:	square;
}
#leftsidebar ul li a {
	text-decoration:	none;
	color: 				#333333;
}
#leftsidebar ul li a:hover {
	text-decoration:	underline;
}
#leftsidebar h3 {
	margin:				0px;
	padding-top:		4px;
	padding-bottom:		4px;	
	height:				11px;
	font-size:			10px;
	font-family:		verdana, arial;
	color:				#ffffff;
	text-align:			center;
	background-image: 	url('http://cdn.eyeglassretailerreviews.com/template/modtop.jpg');
}

/* ----- Sidebar Buttons ----- */
#leftsidebar .moduletable_menu {
	margin-bottom: 		10px;
	background-color: 	#111111;
	color: 				#333;
	padding:			0;
}

#leftsidebar .moduletable_menu ul {
	list-style:			none;
	margin: 			0;
	padding: 			0;
	border: 			none;
}
#leftsidebar .moduletable_menu ul li {
	list-style:			none;
	margin: 			0;	
}
#leftsidebar .moduletable_menu ul li a {
	display: 			block;
	padding: 			2px 1px 2px 5px;
	background-image: 	url('http://cdn.eyeglassretailerreviews.com/template/bbg.jpg');		
	background-color: 	#152f61;
	color: 				#fff;
	text-decoration: 	none;
	width: 				100%;
}

html>body #leftsidebar .moduletable_menu li a {
	width: 				auto;
}

#leftsidebar .moduletable_menu li a:hover {
	background-color: 	#c40101;
	background-image: 	url('http://cdn.eyeglassretailerreviews.com/template/bbgo.jpg');		
	color: 				#ffffff;
}

td.contentheading {		/* Post titles/headings */
	font-size:			16px;
	font-weight:		bold;
	clear:				both;
	padding-top:		10px;	
	text-decoration:	underline;
}
table.contentpaneopen {	/* Table wrapping posts */
	margin:				0;
	padding:			0;
}

p {
	margin-top:			0;
	margin-bottom:		10px;
}

