@import"reset.css";

@font-face {
    font-family: 'Universal';
    src: url('../ttf/universal.eot');
    src: url('../ttf/universal.eot?') format('embedded-opentype'),
         url('../ttf/universal.woff') format('woff'),
         url('../ttf/universal.ttf') format('truetype'),
         url('../ttf/universal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/************************ MAIN ************************/
body {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#989898;
	position:relative;
	min-width:980px;
	background:#FFF;
}
html, body {
	height:100%;
}

a {color: #001524; text-decoration: none}
a:hover {color: #EBE800; text-decoration: none }

.main {
	margin:0 auto;
	width:980px;
	position:relative;
}

/************************ HEAD ************************/
header {
	position:relative;
	height:auto;
	background:url(../imgs/head_bg.jpg) repeat-x;
}

#head_wrap {
	width: 980px;
	height: 100px;

}

.head_titu{
	width:980px;
	margin:10px 0;
	position:relative;
	float:left;
}


.head_titu span{
	font-family: Universal; 
	font-size: 40px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-align: left; 
	padding:22px 10px;
	position:relative;
	float:left;
}

/************************ CONT ************************/
#cont_wrap {
	overflow: hidden;
	position: relative;
	background:url(../imgs/cont_wrap.jpg) repeat-x 0 10px;
	margin-bottom:40px;	
}

.cont_data{
	width:980px !important;
	height:65px;
	margin:10px auto 10px auto;
	position:relative;
	background:url(../imgs/data_bg.png) no-repeat;

}

.data_usua{
	width:700px;
	height:50px;
	margin-top:2px;
	margin-left:20px;	
	position:relative;
	float:left;
	background:url(../imgs/icon_head_usuaacti.png) no-repeat;
}

.data_usua span{
	font-family: Universal; 
	font-size: 18px; 
	font-weight: normal; 
	color: #06569C; 
	text-align: left; 
	padding:13px 60px;
	float:left;		
}

.data_icon{
	width:180px;
	margin-top:2px;
	margin-right:20px;
	position:relative;
	float:right;
}


div#upda a{
	float:right;
	padding: 0 10px 0 0;
	width:50px;
	height:50px;
	background:url(../imgs/icon_head_usuaupda.png) no-repeat 0 0;
}
div#upda a:hover{
	background:url(../imgs/icon_head_usuaupda.png) no-repeat 0 -50px;
}

div#edit a{
	float:right;
	padding: 0 10px 0 0;
	width:50px;
	height:50px;
	background:url(../imgs/icon_head_usuaedit.png) no-repeat 0 0;
}
div#edit a:hover{
	background:url(../imgs/icon_head_usuaedit.png) no-repeat 0 -50px;
}

div#quit a{
	float:right;
	width:50px;
	height:50px;
	background:url(../imgs/icon_head_usuaquit.png) no-repeat 0 0;
}
div#quit a:hover{
	background:url(../imgs/icon_head_usuaquit.png) no-repeat 0 -50px;
}


.cont_main{
	width:903px !important;
	height:auto;
	margin:15px auto 10px auto;
	position:relative;
	background-color:#FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #000;	
	display:table;
}


.cont_menu {
	width:110px;
	height:145px;
	margin:20px;	
	padding:15px;	
	position:relative;
	background-color:#FFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #A8A8A8;
	float:left;	
}

.cont_menu:hover{
	background-color:#EFEFEF;
}

.cont_menu span{
	width:110px;
	margin-top:10px;
	font-family: Universal; 
	font-size: 16px; 
	font-weight: normal; 
	color: #06569C; 
	text-align: center; 
	float:left;	
}


.cont_menu img{
	margin-left:4px;
	border:0;
}
/************************ FOOT ************************/
footer {
	margin-top:10px;
	position:relative;
	height:auto;
	background:url(../imgs/foot_bg.jpg) repeat-x;
}

#foot_wrap {
	width: 318px;
	height: 60px;
	margin:0 auto;
	overflow:hidden;
}

