@charset "utf-8";
/* ChicagoOutdoorKitchens.com CSS Document */
body
{
	background: #FFFFFF url(images/body-bg.jpg) repeat-x top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
img
{
	border: 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
	padding: 10px 0;
	margin: 5px 0;
	font-weight: bold;
}
a
{
	color: #660000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

		
#lp-bg
{
	background: url(images/lp-mid.png) repeat-y;
	width: 200px;
}
#leftpane
{
	background: url(images/lp-top.jpg) no-repeat top;
	padding: 7px 10px; 
}
#lp-bot
{
	background: url(images/lp-bot.png) no-repeat;
	width: 200px;
	height: 32px;
}
#menus
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menus li
{
	 padding: 0;
	 margin: 0;
	 list-style: 0;
	 font-size: 18px;
}
#menus li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat left center;
	width: 150px;
	padding-left: 30px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
	border-bottom: dotted 1px #9C9363;
}
#menus li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat left center;
	color: #660000;
	text-decoration: none;
}
#menus li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat left center;
	color: #660000;
	text-decoration: none;
}
#footer
{
	background: url(images/footer-bg.jpg) repeat-x top;
	padding: 10px;
	font-size: 11px;
	height: 60px;
}