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

/* CSS Document */
body {
padding:0px;
margin:0px;
font-family:Georgia,Arial,Verdana,serif;
font-size:11px;
background-color:black;
}

body div,img,ul,li,a,h1,h2,h3,h4,h5,p,form,input,textarea {
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
}

.bold {
font-weight:bold;
}


div.contain {
	width:946px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}

div#main {
	width:100%;
	float:left;	
	background-image:url(/images/bg_main.jpg);
	background-position:center top;
	padding-bottom:20px;	
	background-repeat:no-repeat;
}



div#page {
	float:left;
	width:99%;
	padding-left:1%;
	background-image:url(/images/bg_page.png);
	
}
div#bt_bar {
	float:left;
	width:100%;
	background-image:url(/images/bar_bottom.png);
	margin-bottom:50px;
	height:50px;
}

#menu {
	height:30px;
	width:82%;	
	padding-left:18%;
	margin-bottom:20px;
}

#menu a {
	height:12px;	
	margin-left:3%;
	margin-right:3%;
	position:relative;
	cursor:pointer;
}

#menu a#m1 {
	width:40px;
	background-image:url(/images/bt_home.png);
}
#menu a#m1a {
	width:40px;
	background-image:url(/images/bt_home-a.png);
}

#menu a#m2 {
	width:99px;
	background-image:url(/images/bt_f_e.png);
}
#menu a#m2a {
	width:99px;
	background-image:url(/images/bt_f_e-a.png);
}

#menu a#m3 {
	width:84px;
	background-image:url(/images/bt_m_e.png);
}


#menu a#m3a {
	width:84px;
	background-image:url(/images/bt_m_e-a.png);
}

#menu a#m4 {
	width:49px;
	background-image:url(/images/bt_w_f_us.png);
}
#menu a#m4a {
	width:49px;
	background-image:url(/images/bt_w_f_us-a.png);
}

#menu a#m5 {
	width:72px;
	background-image:url(/images/bt_c_us.png);
}

#menu a#m5a {
	width:72px;
	background-image:url(/images/bt_c_us-a.png);
}

#top {
	height:241px;
	width:100%;
	display:block;
	text-align:center;
	
}

#top #bar {
	height:80px;
	width:100%;
	display:block;	
	background-image:url(/images/top_bar.png);
}
a#logo {		
	height:151px;
	width:285px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	float:none;
	background-image:url(/images/logo.png);
	background-position:bottom;
}



#footer {
	width:100%;

	float:none;		
}

div#footer p {
	font-size:0.9em;
	color:#808080;
	text-align:center;
	font-family:Arial,Georgia,serif;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:6px;	
	width:100%;
}
div#footer div.contain {
	width:700px;
}
div#footer div.contain div {
	padding-top:15px;	
	padding-bottom:50px;
}


#footermenu {
	float:left;
	clear:left;
	padding-top:20px;
	width:100%;	
}

#bt_bar a {
	float:left;
	color:#FBAF5D;
	text-decoration:none;
	font-size:12px;
	position:relative;
}
#bt_bar div {
	float:left;
	padding-left:40px;
	padding-top:15px;
	position:absolute;
	z-index:70;
}
#bt_bar span {
	float:left;
	color:#FBAF5D;
	padding-left:10px;
	padding-right:10px;
}
/*
background-image:url(/images/bg_page.png);
*/
