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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color:#000000;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************/
* html{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background:url(../images/bg.jpg) top center no-repeat;
	behavior:url(cssHoverFix.htc);
	}
a { 
	color: #000;
	text-decoration: none;
}
a:visited { 
	text-decoration:none;	
}
a:hover { 
	color:#990000;
	text-decoration: none;
}
ul {
	display:block;
	margin :0px;
	padding :0px;
}
ul li {
	display:block;
	margin: 0px;
	line-height: 20px;
	list-style-type: none;
}
span{

}
img{
	border:none;
}
h1{
	font:15px/20px 'supermarket', Arial, sans-serif;
	line-height:20px;
	}
h2{
	font:15px/20px 'supermarket', Arial, sans-serif;
	line-height:20px;
	}
h3{
	font:18px/20px 'supermarket', Arial, sans-serif;
	line-height:20px;
	font-weight:bold;
	color:##1e4301;
	}
p{
	font-size:13px;
	line-height:20px;	
}
.bold{
	font-weight:bold;
}

.clear{
	clear:both;
}

#wrapper{
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	background:url(../images/footer.jpg) bottom center no-repeat;
	}
#container{
	margin:0 auto;
	padding:0px;
	width:1000px;
	height: auto;

	}
#header{
	float:left;
	margin:2px 0 0 0;
	width:980px;
	height:303px;
	min-width:980px;
	}
#content{
	float:left;
	margin:0;
	padding:10px;
	width:980px;
    min-height:1450px;
	}
#left{
	float:left;
	width:228px;
	height:auto;
}
#right{
	float:left;
	width:752px;
	height:auto;
}
.row1{
	float:left;
	margin:0 0 0 0;
	width:980px;
	height:auto;
	}
.logo_name{
	float:left;
	margin:0 0 0 0;
	width:auto;
	height:auto;
	}
.search{
	float:right;
	margin:50px 10px 0 0px;
	width:300px;
	height:40px;
	}
.search .form{
	float:left;
	margin:8px 0 0 40px;
	width:190px;
	height:24px;
	}
.search .input{
	width:190px;
	height:24px;
	border:#d7d8d9 1px solid;
	background:#FFF;
	}
.search .button{
	float:left;
	margin:8px 0 0 5px;
	width:auto;
	height:auto;
	}
.main_menu{
	float:left;
	margin:0 0 0 0;
	width:980px;
	height:45px;
}
.main_menu ul.top-level{
	float:left;
	margin:0 0 0 0;
	width:980px;
	height:45px;
	background:url(../images/main_menu/bg.jpg) repeat-x;
}
.main_menu ul.top-level li.top_menu{
	float:left;
	position:relative;
	margin:0 0 0 0;
	width:107px;
	height:45px;
	border-right:#dad7d7 1px solid;
	font:16px/45px 'supermarket', Arial, sans-serif;
	color:#005597;
	text-align:center;
}
.main_menu ul.top-level li.top_menu a{
	float:left;
	margin:0 0 0 0;
	width:107px;
	height:45px;
	border-right:#dad7d7 1px solid;
	font:16px/45px 'supermarket', Arial, sans-serif;
	color:#005597;
	
}
.main_menu ul.top-level li.top_menu a:hover{
	display:block;
	margin:0 0 0 0;
	width:107px;
	height:45px;
	background:url(../images/main_menu/over.png) top center no-repeat;
	border-right:#dad7d7 1px solid;
	font:16px/45px 'supermarket', Arial, sans-serif;
	color:#FFF;
}
/****************************Sub level**************************/	
.main_menu ul.sub-level {
    display: none;
	padding:6px;
}
.main_menu ul.top-level li:hover .sub-level{
    display: block;
    position: absolute;
    left: 20px;
    top: 45px;
	z-index:99;
	}
.main_menu ul.sub-level {
    list-style: none;  
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/   
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
	z-index:99;
	text-align:left;
}

.main_menu ul.sub-level li.sub_menu {
	float:left;
    border: none;
    float:left;
	padding:0;
	font-size:12px;
	border-bottom:#CCC 1px dotted;
}
.main_menu ul.sub-level li.sub_menu a{
	float:left;
	margin:0 0 0 0;
	padding-left:10px;
	height:45px;
	width:150px;
	background:#f3f6f8;
	border-right:#dad7d7 1px solid;
	font:17px/45px 'supermarket', Arial, sans-serif;
	color:#003;
}

.main_menu ul.sub-level li.sub_menu a:hover{
	display:block;
	margin:0 0 0 0;
	height:45px;
	width:150px;
	background:#0071e2;
	border-right:#dad7d7 1px solid;
	font:17px/45px 'supermarket', Arial, sans-serif;
	color:#FFF;

}
.main_menu ul.sub-level .t-b{
 	float:left;
    width:500px;
	height:auto;
}
/*******/
.menu_project{
	float:left;
	margin:5px 0 0 0;
	width:191px;
	height:auto;
	}
.menu_project .top{
	float:left;
	margin:0 0 0 0;
	width:191px;
	height:56px;
	background:url(../images/menu_project/name_project.jpg) top center no-repeat;
	}
.menu_project .mid{
	float:left;
	margin:0 0 0 0;
	width:191px;
	height:auto;
	}
.menu_project .mid ul{
	float:left;
	margin:0 0 0 0;
	width:191px;
	height:auto;
	}
.menu_project .mid ul li{
	float:left;
	margin:5px 0 0 0;
	padding:0 0px 0 30px;
	width:150px;
	height:auto;
	border-bottom:#CCC 1px dotted;
	font:18px/25px 'supermarket', Arial, sans-serif;
	color:#003;
	background:url(../images/bullet/bullet_1.png) no-repeat;
	background-position:10px 5px;
	}
.menu_project .mid ul li a{
	color:#003;
	}
.menu_project .mid ul li a:hover{
	color:#F30;
	}
.slidebanner{
	float:left;
	margin:0px 0 0 5px;
	width:448px;
	height:300px;
	}
.slidebanner .top{
	float:left;
	margin:12px 0 0 0;
	width:448px;
	height:30px;
	}
.slidebanner-in{
	float:left;
	width:438px;
	height:257px;
	/*background:url(../images/slidebanner/bg_slidebanner.png) top left no-repeat;*/
	}
.slidebanner-in .pic{
	float:left;
	width:438px;
	margin:19px 0 0 0;
	height:257px;
	}
.slidebanner-in .pic img{
	margin:0 auto;
	padding:0;
	display: block;
	border:#06b0e2 1px solid;
	}
.slidebanner .bottom{
	float:left;
	margin-top:25px;
	width:435px;
	height:auto;
	}
.slidebanner .bottom .bt{
	float:left;
	margin-top:12px;
	width:435px;
	height:auto;
	text-align:center;
	}
.news{
	float:left;
	margin:0 0 0 px;
	width:333px;
	height:auto;
	}
.news .top{
	float:left;
	margin:0 0 0 0;
	width:333px;
	height:56px;
	background:url(../images/news/top_news.jpg) top center no-repeat;
	}
.news .mid{
	float:left;
	margin:0 0 0 0;
	width:320px;
	height:auto;
	}
.news .mid ul{
	float:left;
	margin:0px 0 0 5px;
	width:320px;
	height:auto;
	}
.news .mid ul li{
	float:left;
	margin:10px 0 0 0;
	padding-bottom:5px;
	width:320px;
	height:auto;
	border-bottom:#CCC 1px dotted;
	}
.news .pic{
	float:left;
	margin:0 0 0 0;
	width:84px;
	height:63px;
	}
.news .txt{
	float:left;
	margin:0 0 0 5px;
	width:230px;
	height:63px;
	font-size:13px;
	color:#68000b;
	}
.news .txt a{
	color:#68000b;
	}
.news .txt a:hover{
	color:#F30;
	}
.news .more{
	float:right;
	margin:10px 5px 0 0;
	width:auto;
	height:auto;
	}
.gallery{
	float:left;
	margin:10px 0 0 0;
	width:635px;
	height:auto;
	}
.gallery .top{
	float:left;
	margin:0 0 0 0;
	width:635px;
	height:29px;
	background:url(../images/gallery/top_event.jpg) left center no-repeat;
	}
.gallery .mid{
	float:left;
	margin:10px 0 0 0;
	width:635px;
	height:auto;
	}
.gallery .mid ul{
	float:left;
	margin:0 0 0 0px;
	width:635px;
	height:auto;
	}
.gallery .mid ul li{
	float:left;
	margin:0 24px 0 0px;
	width:187px;
	height:auto;
	}
.gallery .pic{
	float:left;
	margin:0 0 0 0;
	width:182px;
	height:128px;
	}
.gallery .pic img{
	display:block;
	margin:0 auto;
	padding:0px;
	border:#CCC 5px solid;
	}
.gallery .txt{
	float:left;
	margin:20px 0 0 0;
	width:162px;
	height:auto;
	font-size:13px;
	/*font:15px/18px 'RSURegular', Arial, sans-serif;*/
	color:#1b1b1b;
	}
.gallery .txt a{
	color:#1b1b1b;
	}
.gallery .txt a:hover{
	color:#F30;
	}
.gallery .more{
	float:left;
	margin:15px 0 0 0;
	width:595px;
	height:auto;
	text-align:right;
	}
.box_left{
	float:left;
	margin:0 0 0 0;
	width:640px;
	height:auto;
	}
.doc{
	float:left;
	margin:0 0 0 0;
	width:635px;
	height:auto;
	}
.doc .top{
	float:left;
	margin:0 0 0 0;
	width:640px;
	height:85px;
	background:url(../images/doc/top_doc.jpg) top center no-repeat;
	}
.doc .mid{
	float:left;
	margin:0 0 0 19px;
	width:98%;
	height:auto;
	}
.doc .mid ul{
	float:left;
	margin:0 0 0 0;
	width:100%;
	height:auto;
	}
.doc .mid ul li{
	float:left;
	margin:5px 0 0 0;
	padding:0 0 2px 15px;
	width:97%;
	height:auto;
	border-bottom:#CCC 1px dotted;
	background:url(../images/bullet/doc.png) no-repeat;
	background-position:0px 8px;
	}
.doc .mid ul li span.title{
	float:left;
	display:block;
	margin:0 0 0 0;
	width:83%;
	height:auto;
	font-size:13px;
	color:#68000b;
	}
.doc .mid ul li span.title a{
	color:#68000b;
	}
.doc .mid ul li span.title a:hover{
	color:#F30;
	}
.doc .mid ul li span.date{
	float:left;
	display:block;
	margin:0 0 0 12px;
	width:15%;
	height:auto;
	font-size:13px;
	color:#68000b;
	text-align:center;
	}
.doc .more{
	float:left;
	margin:10px 0 0 0;
	width:640px;
	height:auto;
	text-align:right;
	}
.box_right{
	float:left;
	margin:6px 0 0 0px;
	width:333px;
	height:auto;
}
.portfolio{
	float:left;
	margin:0 0 0 0;
	width:333px;
	height:auto;
	}
.portfolio .top{
	float:left;
	margin:0 0 0 0;
	width:333px;
	height:76px;
	background:url(../images/porfolio/top_award.jpg) center top no-repeat;
	}
.portfolio .mid{
	float:left;
	margin:0 0 0 22px;
	width:290px;
	height:auto;
	background:#e4efff;
	border:#09F 1px solid;
	}
.portfolio .mid ul{
	float:left;
	margin:10px 0 10px 0;
	width:290px;
	height:auto;
	}
.portfolio .mid ul li{
	margin:0 auto;
	width:254px;
	height:auto;
	}
.portfolio .pic{
	float:left;
	margin:5px 0 0 0;
	width:254px;
	height:133px;
	}
.portfolio .pic img{
	display:block;
	margin:0 auto;
	border:#afe2f9 2px solid;
	}
.portfolio .txt{
	float:left;
	margin:8px 0 0 0;
	width:254px;
	height:auto;
	font-size:13px;
	color:#006997;
	}
.portfolio .txt a{
	color:#006997;
	}
.portfolio .txt a:hover{
	color:#F30;
	}
.portfolio .more{
	float:left;
	margin:10px 0 10px 0;
	width:318px;
	height:auto;
	text-align:right;
	}
.webbard{
	float:left;
	margin:0 0 0 0;
	width:635px;
	height:auto;
	}
.webbard .top{
	float:left;
	margin:0 0 0 0;
	width:635px;
	height:57px;
	background:url(../images/webboard/top_webboard.jpg) top center no-repeat;
	}
.webbard .mid{
	float:left;
	margin:0 0 0 10px;
	width:98%;
	height:auto;
	}
.webbard .mid ul{
	float:left;
	margin:0 0 0 0;
	width:100%;
	height:auto;
	}
.webbard .mid ul li{
	float:left;
	margin:5px 0 0 0;
	padding:0 0 2px 15px;
	width:97%;
	height:auto;
	border-bottom:#CCC 1px dotted;
	background:url(../images/bullet/doc.png) no-repeat;
	background-position:0px 8px;
	}
.webbard .mid ul li span.title{
	float:left;
	display:block;
	margin:0 0 0 0;
	width:83%;
	height:auto;
	font-size:13px;
	color:#68000b;
	}
.webbard .mid ul li span.title a{
	color:#68000b;
	}
.webbard .mid ul li span.title a:hover{
	color:#F30;
	}
.webbard .mid ul li span.date{
	float:left;
	display:block;
	margin:0 0 0 10px;
	width:15%;
	height:auto;
	font-size:13px;
	color:#68000b;
	text-align:center;
	}
.webbard .more{
	float:right;
	margin:10px 0 0 0;
	width:381px;
	height:auto;
	}
.webbard .more .more_1{
	float:left;
	margin:10px 0 0 10px;
	width:168px;
	height:auto;
	text-align:right;
	}
.webbard .more .list{
	float:left;
	margin:10px 0 0 0;
	width:200px;
	height:auto;
	text-align:right;
	}
.box_calendar{
	float:left;
	margin:12px 0px 0px 10px;
	padding: 0px 0 5px 0px;
	width:330px;
	height:auto;
}
.box_calendar .top{
	float:left;
	margin:0 0 0 0;
	width:333px;
	height:59px;
	background:url(../images/calendar_even/top_calendar_event.jpg) top center no-repeat;
}
.box_calendar .mid{
	float:left;
	margin:5px 0px 0px 10px;
	padding: 0px 0 0px 0px;
	width:97%;
	height:auto;
}
.box_calendar .mid ul{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0 0px 0px;
	width:100%;
	height:auto;
}
.box_calendar .mid ul li{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0 2px 0px;
	width:99%;
	height:auto;
	border-bottom:#CCC 1px dotted;
}
.box_calendar .mid ul li span.date{
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px 0 0px 0px;
	width:30%;
	height:auto;
	font-size:13px;
	color:#06C;
}
.box_calendar .mid ul li span.title{
	float:left;
	margin:0px 0px 0px 8px;
	padding: 0px 0 0px 0px;
	width:67%;
	height:auto;
	font-size:13px;
	color:#600;
}
.box_calendar .mid ul li span.title a{
	color:#600;
}
.box_calendar .mid ul li span.title a:hover{
	color:#F30;
}
.box_calendar .bottom{
	float:left;
	margin:10px 0 0 0;
	width:330px;
	height:auto;
	text-align:right;
}
.box_calendar .bottom_1{
	float:left;
	margin:10px 0 0 0;
	width:330px;
	height:auto;
	text-align:right;
}
.box_calendar .bn{
	float:right;
	margin:0 0 0 10px;
	width:143px;
	height:37px;
	font:18px/25px 'supermarket', Arial, sans-serif;
	color:#F00;
	background:url(../images/bullet/calendar.jpg) no-repeat;
	background-position:0px 5px;
}
.box_calendar .bn a{
	color:#F00;
}
.box_calendar .more{
	float:right;
	margin:0 0 0 0;
	width:auto;
	height:auto;
	text-align:right;
}
.box-banner-link{
	float:left;
	margin:0 0 0 0;
	width:900px;
	height:auto;
	}
.banner-link{
	float:left;
	margin:0 0 0 0px;
	width:980px;
	height:auto;
	}
.banner-link .button{
	float:left;
	margin:0 0 0 0;
	width:39px;
	height:auto;
	}
.banner-link .mid{
	float:left;
	margin:0 0 0 0;
	width:980px;
	height:auto;
	}
.banner-link .mid ul{
	float:left;
	margin:0 0 0 0;
	width:98%;
	height:auto;
	}
.banner-link .mid ul li{
	float:left;
	margin:0 0 0 14px;
	width:98%;
	height:auto;
	}
.banner-link .banner{
	float:left;
	margin:10px 0 0 15px;
	width:auto;
	height:auto;
	}
/************************************************ FOOTER ****************************************************************/
#footer{
	float:left;
	width:100%;
	height:370px;
	}
#footer .row-1{
	float:left;
	width:100%;
	height:258px;
	}
#footer .infooter{
	margin:0 auto;
	width:980px;
	height:auto;
	}
.box-text{
	float:left;
	margin:45px 0 0 0;
	width:100%;
	height:auto;
	text-align:center;
	}
#footer .infooter .address{
	float: left;
	margin:0 0 0 0;
	width:100%;
	height:20px;
	font-size:13px;
	font-weight: normal;
	line-height:20px;
	color:#FFF;
	line-height:21px;
	text-align:center;
	}
#footer .infooter .address a{
	color:#FF0;
	}
#footer .infooter .address a:hover{
	color:#F60;
	}
#footer .infooter .address2{
	float: right;
	margin:35px 0 0 30px;
	width:430px;
	height:51px;
	font:20px/15px 'RSURegular', Arial, sans-serif;
	font-weight: normal;
	line-height:24px;
	color:#FFF;
	line-height:20px;
}
#footer .infooter .address2 a{
	color:#f7ef18;
}
#footer .infooter .copyright{
	float: left;
	margin:0 0 0 0;
	width:980px;
	height:auto;
	font-size:12px;
	font-weight: normal;
	line-height:20px;
	color:#000;
	line-height:21px;
	text-align:center;
	}
#footer .infooter .copyright a{
	color:#FFF;
	}
#footer .infooter .copyright a:hover{
	color:#F00;
	}
.box-menufooter{
	float:left;
	margin:170px 0 0 0;
	width:250px;
	height:auto;
	text-align:left;
	}	
.menufooter{
	float:left;
	margin:0 0 0 0;
	width:80px;
	text-align:center;
	font:17px/30px 'supermarket', Arial, sans-serif;
	}
.menufooter a{
	font:17px/30px 'supermarket', Arial, sans-serif;
	color:#000;
	}
.menufooter a:hover{
	font:17px/30px 'supermarket', Arial, sans-serif;
	color:#FFF;
	}
.logofooter{
	float:left;
	margin:0 0 0 115px;
	width:195px;
	height:auto;
	text-align:center;
	}
/************************************************ END FOOTER ****************************************************************/
/*************************** STAT *********************************/
.stat{
	float:right;
	margin:165px 0 0 0;
	padding:0;
	width:300px;
	height:auto;
	}
.stat .st-in{
	margin:10px 0 0 25px;
	padding:0;
	width:200px;
	height:auto;
	}
.stat .st-in .textstat{
	float:left;
	margin:0 0 0 0;
	padding:0;
	width:190px;
	height:auto;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}

.stat .st-in .textonline{
	float:right;
	margin:0 0 0 0px;
	padding:0;
	width:180px;
	height:auto;
	font-size:13px;
	color:#000000;
	text-align:center;
	}
.stat .st-in .number-home{
	float:right;
	margin:10px 0 0 0;
	padding:0;
	width:200px;
	height: auto;
	text-align:center;
	}

.stat .st-in .number-home img{
	/*margin-left:auto;
	margin-right:auto;
	margin:1px;*/
	padding:0;
	width:auto;
	height: auto;
	}	
.hi-st{
	float:left;
	width:190px;
	height:auto;
	margin:5px 0 0 0;
	text-align:center;
}	
.admin-sys{
	float:left;
	margin:0;
	width:139px;
	height:auto;
}
.approve{
	float:left;
	margin:5px 0 0 5px;
	width:35px;
	height:20px;
	font-size:13px;
	line-height:20px;
	color:#FFF;
	background:#F00;
	text-align:center;
}
