@charset "utf-8";
/* CSS Document */
*{
	margin:0px; padding:0px; list-style:none; line-height:160%;
}
body
{
	background:url(../images/bg_pattern.jpg) left top repeat;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana;
}

div.header
{
	width:957px; border:0px solid #0C3;	margin:0px auto; overflow:hidden;  
}
div.logo
{
	margin:20px auto 20px auto; text-align:center; padding-bottom:0px; overflow:hidden; clear:both;
}

.manu_div
{	
	width: inherit; height:70px;	border:0px solid #30F; background:url(../images/manu_bar_03.png) left top no-repeat; overflow:hidden; 
}
.lavaLampBorderOnly {
	position: relative; overflow: hidden; height:60px; margin-left:60px;
}
.lavaLampBorderOnly li {
	float:left; font-weight:bold; font-weight:bold; overflow:hidden; background:url(../images/manu_line.png) right 22px no-repeat; 
}
.lavaLampBorderOnly li.backLava {
	border-bottom: 3px solid red; z-index: 8; position: absolute; background:none;
}
.lavaLampBorderOnly li a{
	text-decoration: none; color: #fff; outline: none; text-align: center;  letter-spacing: 0; z-index: 10; display: block; float: left; position: relative; font-size:12px; 
	 padding:20px 19px 15px 19px;
	 }

.lavaLampBorderOnly li span { font-size:10px; margin:0px 0px 0px 0px;}


.lavaLampBorderOnly li a img{
	display:block; vertical-align:middle;
}

div.h1
{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#b9ddff;
	padding-left:420px;
	margin-top:-25px;
	float:left;
}
div.h2
{
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#b9ddff;
	margin-top:-25px;
	float:right;
	padding-right:430px;
}




.listing
{
	width:948px;
	height:50px;
	border:1px solid #FFF;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.listing_div
{	
	width: inherit;	border:1px solid #FFF; overflow:hidden;
}
.listing_div ul {list-style:none; display:block; overflow:hidden; }
.listing_div ul li { display:inline; float:left;  padding: 15px 20px 15px 25px; background:url(../images/line_07.png) right 18px no-repeat; }	
.listing_div ul li a  { color:#999; text-decoration:none;}
.listing_div ul li.last1 { background:none !important;}
.listing_div ul li img { vertical-align:middle; border:none;}




div.footer
{
	clear:both;
	width:100%;
	height:76px;
	border:0px solid;
	background-image:url(../images/bottom_layer_13.png);
	background-repeat:no-repeat;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
div.footer a{
	color:#FFFFFF; text-decoration:none;
}
	
div.foot_text1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}

#floatMenu {
    position:absolute;
    top:150px;
    /*left:95%;*/
    margin-left:0px;
    /*width:48px;*/
	width:auto;
	height:196px;
	text-align:right;
	
}





#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:75px;
	right:0px;
	overflow:hidden;
	width:36px;
	height:210px;
	border:0px solid;
	text-indent:-999px;
	background:url(../images/back_03.png) no-repeat left top;
}

#toTopHover {
	
	width:36px;
	height:210px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
