/* AceDigitalHome.com CSS Document */
body
{
	background: #2482BE url(images/body_bg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
	
#top
{
	background: url(images/top_bg.jpg) repeat-x;
	height: 84px;
	padding: 0px 15px;
}
.tab
{
	background: url(images/tab_bg.jpg) no-repeat center;
	width: 70px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.tab a
{
	color: #99CCFF;
	text-decoration: none;
}
.tab a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#leftpane
{
	padding: 5px;
}
#leftpane-top
{
	background: url(images/leftpane_top.jpg) no-repeat center bottom;
	width: 205px;
	height:11px;
}
#leftpane-mid
{
	background: url(images/leftpane_mid.jpg) repeat-y center;
	width: 205px;
	padding: 6px;
}
#leftpane-bot
{
	background: url(images/leftpane_bot.jpg) no-repeat center top;
	width: 205px;
	height:11px;
}
#nav 
{
	margin: 0;
	padding-left: 0;
	padding-bottom:0px;
	margin-bottom:20px;
	border: none;
	list-style-type: none;
}

#nav li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style-image: none;
}
#nav li.selected
{
	display: block;
	padding: 0px 0px 0px 2.5em;
	margin-right: 0px;
	background-color: #E6941A;
	color: #2485C1;
	line-height: 23px;
	background: #FFF url(images/menuitem_on.jpg) left no-repeat;
}
#nav li a 
{
	display: block;
	margin: 0;
	padding: 0px 3px 1px 2.5em;
	background: url(images/menuitem_off.jpg) left no-repeat;
	color: #F2E5E5;
	line-height: 23px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #2485C1;
	text-decoration: none;
	background: url(images/menuitem_on.jpg) left no-repeat;
}

h1
{
	display: inline;
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #2485C1;
}
h2
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}

a
{
	text-decoration: underline;
	color: #2482BE;
}
a:hover
{
	color: #2482BE;
	text-decoration: none;
}
#bottom
{
	background: #283B7C url(images/bot_grad.jpg) repeat-x top;
	font-size: 11px;
	color: #FFFFFF;
	padding: 13px;
}
#bottom a
{
	color: #99CCFF;
	text-decoration: none;
}
#bottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}