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


body {
padding:0;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
background:url(images/bck_body.gif) 0 0 repeat-x #252c30;
color:#ffffff;
}


.clear {
clear:both;
}

.left {
float:left;
}

.right{
float:right;
}

.bold{
font-weight:bold;
}


.no_decoration {
text-decoration:none;
}

a {
	text-decoration:none;
	color:#0bafd9;
}

a:hover {
	text-decoration:underline;
	color: #00FFFF;
}
iframe {
	border: 1px solid #000000;
}


img{border:0;}



h1{
padding:8px 0;
margin:0;
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#756332;
font-weight:normal;
}

h2{
padding:8px 0;
margin:0;
font-family:"Times New Roman", Times, serif;
font-size:20px;
color:#756332;
font-weight:normal;
}

#all {
margin:0 auto;
width:1000px;
}

#header{
height:175px;
}


#logo{
width:376px;
height:175px;
float:left;
}


#right_header{
width:611px;
float:left;
}


#top_header{
width:611px;
height:145px;
margin:0;
padding:0;
background:url(images/ver_line.gif) 0 0 no-repeat;
}

#top_header .hdr{
padding:72px 0 0 37px;
height:23px;

}





/* menu */

#menu{
height:30px;
margin:0;
}

#menu ul{
list-style:none;
padding:0;
margin:0;
font-size:14px;
}

#menu li, #menu li a{
float:left;
width:122px;
height:30px;
background:url(images/menu_off.gif) 0 0 no-repeat;
text-align:center;
line-height:30px;
color:#0bafd9;
}

#menu li a:hover{
float:left;
width:122px;
height:30px;
background:url(images/menu_on.gif) 0 0 no-repeat;
text-align:center;
line-height:30px;
color:#080f13;
text-decoration:none;
}




/* menu */




#banner{
width:1000px;
height:440px;
background:#0f161b;
margin:10px 0 12px 0;
}

#banner .cnt{
padding:6px 0;
margin:0 auto;
width:988px;
height:428px;
}

#edit{
margin:15px 0 0 0;
}

#edit .hdr{

}
#edit .txt{
padding:6px 0 20px 0;

}

#footer{
font-size:10px;
padding:14px 0 0 0;
color:#717678;
border-top:#4a5053 1px solid;
}

#footer .txt{
float:left;
width:720px;
}

#footer .tel{
float:right;
width:207px;
height:21px;
}


.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #0BAFD9;
}
.pictureborder {
	border: 1px solid #000000;
}

