#main{
	background: transparent url('../images/pic_header_hp.jpg') top right no-repeat;
}


.extraMenu{top: 240px;}

.loginBox{
	position: absolute;
	top:50px;
	right: 15px;
	background: transparent url('../images/bg_login.png') no-repeat 0 0;
	width: 200px;
	height: 185px;
}

.loginBox div{padding:20px;}

.loginBox .btn{padding: 2px 15px;}

.loginBox a{text-decoration: none; letter-spacing:-1px;}

.panel
{
	margin: 100px  0 0 -10px; 
}

.content{
	margin:150px 0 0 280px;
}

h1.mainTitle{ background: transparent url('../images/icon_maintitle.gif') no-repeat 0 0; padding: 10px 0 0 40px;}


 ul.highLightList{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #FFFFFF; 
	font-weight: 900;
}

.highLightList li{
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	background: transparent url('../images/icon_list.gif') no-repeat left top;
	
}

.highLightList li:hover{background: transparent url('../images/icon_list_h.gif') no-repeat left top;}

.highLightList a, .highLightList a_hover, .highLightList a:visited{text-decoration: none; color: #404040;}

.rightZone{
	float: right;
	width: 200px;
	text-align: right;
}

.rightZone p{
	margin:5px 20px 0 0;
}


/*=== Reg 4 IE6 ===*/

*html .loginBox
{					
  background: transparent url('../images/bg_login_hp.gif') no-repeat 0 0;
 	top:65px;
	right: 5px;
	
}

*html .loginBox div{padding:10px 40px 0 10px;}