/* CSS Document */

#leftpanel{
	position: absolute;
	left: 179px;
	top: 95px;
	font-size: 11px;
	color: #e37222;
	width: 212px;
	line-height: 16px;
	z-index: 50;
}
#leftpanel li{
	list-style: none;
}
#leftpanel a{
	color: #e37222;
}
#rightpanel{
	position: absolute;
	left: 409px;
	top: 76px;
	width: 440px;
	height: 394px;
	overflow: hidden;
	z-index:100;
}
#leftpanel h1{
	font-size: 10px;
	color: #e37222;
	text-transform: uppercase;
	margin: 22px 0 12px 0;
}
#leftpanel p{
	margin: 0 0 10px 0;

}
#leftpanel ul{
	font-size: 11px;
	list-style: none;
	margin-left: 1px;
	color: #4e4e50;
	padding-top: 40px;
	padding-bottom: 5px;
	display: block;
	float: left;
	width: 100px;
}
#leftpanel li{
	display: block;
	background-image:url(../_images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	margin-bottom: 3px;
	color: #e37222;
	font-size: 10px;
}
#leftpanel a{
	color: #e37222;
	text-decoration: none;
	font-weight: bold;
}
#leftpanel a:hover{
	text-decoration: underline;
}