@charset "utf-8";
/* BuzBCorp.com CSS Document */

body
{
	background: #333333 url(images/body-bg.jpg) repeat;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a
{
	color: #F15D22;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	padding: 5px 0;
	margin: 5px 0;
	font-weight: bold;
}

#maintable
{
	background: #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#logo-bg
{
	background: url(images/logo-bg.jpg) repeat-x top;
	height: 100px;
}
.bluebar
{
	background: url(images/blue-bar.jpg) repeat-x;
	line-height: 10px;
}
#lp-top
{
	background: url(images/lp-top.jpg) no-repeat bottom;
	width: 192px;
	height: 6px;
}
#leftpane
{
	background: url(images/lp-mid.jpg) repeat-y;
	padding: 2px;
}
#lp-bot
{
	background: url(images/lp-bot.jpg) no-repeat top;
	width: 192px;
	height: 6px;
}
#navigation
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#navigation li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 168px;
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	line-height: 29px;
}
#navigation li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 168px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 29px;
}
#navigation li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 168px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 29px;
}
#contentpane
{
	padding: 5px 10px;
}
#footer
{
	background: #FFFFFF url(images/footer-bg.jpg) repeat-x top;
	height: 65px;
	padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
}
#footer a
{
	color: #F15D22;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}