@charset "utf-8";
/* Basic.css */
/* html body ----------------------------------------- */
html,body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
text-align:center;
padding:0;
padding-top:10px;
margin:0;
background:url('/img/basic/back.gif') repeat left top;
overflow-x:hidden;
}

/* header ---------------------------------------------- */
#header{
width:807px;
margin:0 auto 5px;
height:85px;
background:url('/img/basic/logo.gif') no-repeat left 25px;
}

#header img{
border:none;
float:right;
text-align:right;
margin-right:50px;
position:relative;
}

/* main .menu -----------------------------------------------*/
#main .menu{
width:807px;
height:38px;
display:block;
background:url(/img/basic/menu.gif) no-repeat center top;
overflow:hidden;
}

/* main .navigator ------------------------------------------ */
#main .navigator{
width:807px;
height:32px;
color:#55B4DE;
display:block;
line-height:32px;
text-align:left;
background:url(/img/basic/navigator.gif) no-repeat center top;
}

#main .navigator strong{
color:#90BCEF;
margin-left:30px;
}

#main .navigator a{
color:#55B4DE;
}

#main .navigator a:hover{
color:#C60;
}

/* content .bottom */
#main .content .bottom{
width:807px;
height:14px;
display:block;
overflow:hidden;
background:url(/img/basic/contentBottomBack.gif) no-repeat center top;
}

/* footer --------------------------------------------- */
#footer{
width:807px;
font-size:12px;
height:auto;
margin:20px auto;
padding-left:200px;
color:#787878;
text-align:left;
padding-bottom:30px;
}

#footer .gs{
	width:65px;
	height:70px;
	display:block;
	float:left;
	position:relative;
	right:15px;
	bottom:7px;
	}
