@charset "utf-8";
/* CSS Document */

@import "template.css";
html,body { height:100%;min-height:100%;background-color:#EEEEEE; color:#fff; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
#container {position:relative;z-index:1;height:100%; width:100%;}

#header{
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:205px;
}

#header #information{
	background-image:url(../img/information.png);
	background-repeat:no-repeat;
	height:205px;
	width:265px;
	margin-left:700px;
}

#header #information ul{
	padding-left:25px;
	font-size:75%;
	padding-top:40px;
	width:240px;
	
}

#header #information ul li{
	line-height:150%;
	width:230px;
	padding-bottom:5px;
}

#header #information ul li a:hover{
	color:#990000;
}

#downMenu{
	background-image:url(../img/down_menu_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	position:absolute;
	bottom:5%;
	height:30px;
	font-size:80%;
}

#downMenu ul{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	position:relative;
}

#downMenu ul li{
	float:left;
	padding-left:80px;
}


#downMenu a:hover {
	text-decoration:none;
	left:0;
	display:inline;
	
} 

#downMenu a.tooltip span {
	display:none;
	padding:22px 13px;
	width:130px;
	font-size:85%;
	line-height:130%;
	
}
#downMenu a#firstTip span{
left:80px;
}

#downMenu a#secondTip span{
left:230px;
}

#downMenu a#thirdTip span{
left:430px;
}

#downMenu a#fourthTip span{
left:650px;
}

#downMenu a#fifthTip span{
left:820px;
}

#downMenu a.tooltip:hover span{
	display:block;
	position:absolute;
	top:-122px;
	height:96px;
	background-image:url(../img/bt.png);
	background-repeat:no-repeat;
	
	color:#000000;
}

* html #downMenu a.tooltip:hover span{
	background-image:url(../img/bt.gif);
	background-repeat:no-repeat;
}
 
