@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(/images2/bg.jpg) repeat-x #acacac;
	margin:0;
	height:100%;
}

#main-cont{
width:947px;
margin-left:auto;
margin-right:auto;
}

#main-cont .top{
background:url(/images2/top.jpg) no-repeat;
height:153px;
text-align:right;
}

#main-cont .top a{
color:#000000;
text-decoration:none
}

#main-cont .top a:hover{
color:#555555;
text-decoration:underline;
}

#main-cont #menu1{
background:url(/images2/menu_bg.jpg) no-repeat;
height:44px;
padding-top:3px;
}

#main-cont #umenu{
background:url(/images2/u_menu_bg.jpg) repeat-x;
height:37px;
}

#main-cont #content{
margin-top:20px;
}

#footer {
background:url(/images2/bottom_bg.jpg) repeat-x;
height:86px;
position:absolute;
width:100%;
margin-top:20px;
}

#footer .cent {
background:url(/images2/bottom.jpg) no-repeat;
width:947px;
height:86px;
margin-left:auto;
margin-right:auto;
} 


#left_banner{
width:214px;
}

#left_banner .topb{
background:url(/images2/left_banner_bg_top.png) no-repeat;
width:214px;
height:15px;

}

#left_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/left_banner_bg.png) repeat-y;
min-height:280px;
}

#left_banner .bottom{
background:url(/images2/left_banner_bg_bottom.png) no-repeat;
width:214px;
height:14px;
bottom:0;
}

#right_banner2{
width:214px;

}

#right_banner2 .topb{
background:url(/images2/left_banner_bg_top.png) center bottom no-repeat;
width:214px;
height:15px;

}

#right_banner2 .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/left_banner_bg.png) repeat-y;
text-align:center;
}

#right_banner2 .bottom{
background:url(/images2/left_banner_bg_bottom.png) no-repeat;
width:214px;
height:14px;
}



#right_banner{
width:214px;

}

#right_banner a {
color:#111111;
text-decoration:none;

}

#right_banner a:hover{

text-decoration: underline;

}

#right_banner .topb{
background:url(/images2/right_yellow_top.png) no-repeat;
width:214px;
height:39px;
text-align:center;
color:#FFFFFF;
line-height:39px;
font-weight:bold;

}

#right_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/right_yellow_bg.png) repeat-y;
min-height:50px;
}

#right_banner .bottom{
background:url(/images2/right_yellow_bottom.png) no-repeat;
width:214px;
height:35px;
bottom:0;
}


#center_cont{
width:468px;
margin-left:auto;
margin-right:auto;


}

#center_cont h1, h2{
color:#d22940;
font-size:16px;


}

#center_cont .topb{
background:url(/images2/main_cont_top.png) no-repeat;
height:15px;

}

#center_cont .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/main_cont_bg.png) repeat-y;
min-height:183px;
}

#center_cont .bottom{
background:url(/images2/main_cont_bottom.png) no-repeat;
height:15px;
bottom:0;
}


#center_cont2{
width:468px;
margin-left:auto;
margin-right:auto;

}

#center_cont2 .topb{
background:url(/images2/main_cont_top.png) no-repeat;
height:15px;

}

#center_cont2 .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/main_cont_bg.png) repeat-y;
min-height:50px;
}

#center_cont2 .bottom{
background:url(/images2/main_cont_bottom.png) no-repeat;
height:15px;
bottom:0;
}

#bottom_banner{
width:947px;
}

#bottom_banner .topb{
background:url(/images2/banner_bottom_top.png) no-repeat;
width:947px;
height:15px;

}

#bottom_banner .cont{
padding-left:15px;
padding-right:15px;
background:url(/images2/banner_bottom_bg.png) repeat-y;
min-height:50px;
}

#bottom_banner .bottom{
background:url(/images2/banner_bottom_bottom.png) no-repeat;
width:947px;
height:14px;
bottom:0;
}




div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	width: 890px;
	overflow: auto;
	padding-bottom:9px;
}
ul.sc_menu {
	display: block;
	/* max width here, for users without javascript */	
	width: 1500px;	
	padding: 15px 0 0 20px; 
	/* removing default styling */
	margin: 0;
	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 10px;
	border-right:#999999 solid 1px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	font-size:10px;
	color:#2c3c49;
	
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
	color:#FFFFFF;
}
.sc_menu img {
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover {
	color:#FFFFFF;
}

