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

h1 { font-family:Verdana, Geneva, sans-serif; font-size:58px; color:#f7941e;}
h2 { font-family:Verdana, Geneva, sans-serif; font-size:20px; color:#f7941e;}
h3 { font-family:Verdana, Geneva, sans-serif; font-size:24px; color:#FFF;}
p { font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#666; line-height: 15px;}

a:link {color:#ffffff; text-decoration: none;}      /* unvisited link */
a:visited {color:#ffffff;text-decoration: none;}  /* visited link */
a:hover {color:#f7941e;text-decoration: none;}  /* mouse over link */
a:active {color:#f7941e;text-decoration: none;}  /* selected link */


#top {
	background:url(../../images/bg.gif) repeat-x;
}

#middle {
	background: #dadada;
}

#bottom {
	background: #bdbdbd;
}


#container_top {
	width: 1054px;
	min-height:85px;
	margin:0 auto;

}


#container_mid {
	width:1054px;
	min-height:547px;
	margin:0 auto;
	background:#f0f0f0;
	
}

#footer {
	width:1054px;
	min-height:80px;
	margin:0 auto;
	background:#111111;

}


#footer p {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:right;
	padding:15px 64px;
}


	
	
#header {
	min-height: 52px;
	background: #363636;
	padding:15px 64px;
	border-bottom:4px solid #f7941e;
}

#logo a {
	width:327px;
	height:54px;
	background:url(../../images/logo.png) no-repeat;
	float:left;
}

ul#menu {
	float:right;
	margin-top:10px;
}

ul#menu li {
	display: block;
	float:left;
	padding:10px;
}

ul#menu li a {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#mid_title {
	height: 28px;
	background: url(../images/region5-bg-s1.png) repeat #171717;
	padding:15px 64px;
	border-bottom:4px solid #f7941e;
	
}

#top2 {
	background: #c2c2c2;
	width: 100%;
}

#blackbar {
	height: 28px;
	background: url(../images/region5-bg-s1.png) repeat #171717;
	padding:15px 64px;
	
}



