@charset "utf-8";

body {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#303030;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a8a8a8;
	height: 100%;
	position:relative;
}


#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:288px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:100;
}

#logo 

{			width:245px;
			height:100px;
			position: absolute; top: 120px; left: 105px;
			display: block;
			z-index: 20;
}

.menuPicp {
	background-image:url(../images/menupic.png);
	background-repeat:no-repeat;
	width:102px;
	height:35px;
	position:absolute;
	top:24px;
	left:685px;
	z-index:1000;
	
}


#panelMain {
	background-image:url(../images/panelmain-header.jpg);
	background-repeat:no-repeat;
	margin:0px auto 0 auto;
	width:1000px;
	position:relative;
	z-index:11;
}

.menuItem1_4 a 
{
}
.menuItem1_4:hover>a {
	background-image:url(../images/tl-2.png);
	background-repeat:no-repeat;
	background-position:6px bottom;
}
