
/* container */
#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/* -------------------------------- 

Header style

-------------------------------- */
#header{
  width: 1000px;
  height: 130px;
  max-width: 100%;
  background-color: #FFF;
  margin: 0 auto;
}

#header .logo{
	float:left;
	padding-top: 15px;
}

#header .logotext{
	float:left;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px #ccc;
	padding: 45px 25px 0 25px;
}

#header #side{
	padding-left: 130px;
	overflow: hidden;
}

#header #side p.en{
	margin: 0 0 15px 95px !important;
	padding: 0 !important;
}

#header #side p.en a{
	color: #FFF;	
	text-align: center;
	font-size: 14px;
	background: #005e93;
	padding: 3px 13px;
}

#header #side p.en a:hover{
	color: #FFF;
	background: #ccc;
	text-decoration: none;
}

#header #side ul{
	margin-left: 45px;
}

#header #side ul li{
	display: inline-block;
	padding: 0 3px;
}

#header #side ul li a{
	color: #2c343b;
}

#header #side ul li:before{
	padding-right: 3px;
}

/* -------------------------------- 

Gloval nav style

-------------------------------- */
/*Gloval nav */
#gnav{
	width: 100%;
    margin: 0 auto;
	background-color: #005e93;
	height: 60px;
}

#gnav ul{
	display: table;
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
}

#gnav ul li{
	width: 165px;
	height: 40px;	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: #FFF 1px solid;
	padding: 0 3px;
}

#gnav ul li:first-child{
	border-left: #FFF 1px solid;
}

#gnav ul li a{
	width: 165px;
	height: 40px;	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
}

#gnav ul li a:hover{
	color: #ccc;
	text-decoration: none;
}

/*local nav */
#local-nav{
	width: 100%;
    margin: 0 auto;
	height: 45px;
	border-bottom: #005e93 1px solid;
}

#local-nav ul{
	display: table;
	width: auto;
	margin: 0 auto;
}

#local-nav ul li{
	width: 165px;
	height: 35px;
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	border-spacing: 5px;
}

#local-nav ul li a:link,
#local-nav ul li a:visited{
	width: 165px;
	height: 35px;
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	color: #FFF !important;
	background: #005e93;
	border: #005e93 1px solid;
	border-radius: 5px;
}

#local-nav ul li a:hover{
	color: #FFFFFF !important;
	background: #24B7DB;
	border: #24B7DB 1px solid;
	border-radius: 5px;
	text-decoration: none;
}

#local-nav ul li.activ a{
	width: 165px;
	height: 35px;
	display: table-cell;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1em;
	color: #FFF !important;
	background: #24B7DB;
	border: #24B7DB 1px solid;
	border-radius: 5px;
}

/*local nav sub*/
#local-nav_sub{
	width: 100%;
    margin: 0 auto;
	height: 40px;
	border-bottom: #005e93 1px solid;
}

#local-nav_sub ul{
	display: table;
	width: auto;
	margin: 0 auto;
	padding-top: 10px;
}

#local-nav_sub ul li{
	width: 165px;
	height: 20px;	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: #005e93 1px solid;
	padding: 0 3px;
}

#local-nav_sub ul li:first-child{
	border-left: #005e93 1px solid;
}

#local-nav_sub ul li.activ{
	border-top: #005e93 1px solid;
	border-bottom: #005e93 1px solid;
	font-weight: bold;
}

#local-nav_sub ul li a{
	color: #005e93;
}

#local-nav_sub ul li a:hover{
	color: #999;
	text-decoration: none;
}
/* 
#local-nav ul li a:before{
	font-size: 20px;
	content: "\f18e";
	font-family: FontAwesome;
	padding-right: 10px;
}*/



/* -------------------------------- 

Main content style

-------------------------------- */
#main-content {
    width: 1000px; 
    height: auto;
    border: 0px solid #ccc;
    margin: 0 auto;
    padding: 3em 0;
    margin-bottom: 30px;
	overflow: hidden;
}

.section {
    margin-bottom: 30px;
}


/* page-top */

#page-top {
	display: none;
}
#page-top a {
	display: none;
}

@media only screen and (min-width: 1170px) {
#page-top {
    position: fixed;
    bottom: 240px;
    right: 80px;
    font-size: 12px;
}

#page-top a {
    text-decoration: none;
    color: #666;
    width: 60px;
	height: 50px;
    padding-top: 10px;
    text-align: center;
	line-height: 1.1em;
    display: block;
	border: #666666 1px solid;
    border-radius: 50%;
}
  #page-top a:hover {
    text-decoration: none;
    background: #eee;
}

  #page-top a:visited {
    text-decoration: none;
}

  #page-top a:before{
	content:"\25b2\A";
	white-space: pre;
    font-size: 12px;
	font-weight: bold;
}
}

/* footer */
#footerArea{
	width: 100%;
	height: 230px;
	margin: 0 auto;
	padding: 0;
	background:url(../img/bg_footer.gif)  repeat-x;
}

#footer{
	width: 910px;
	height: 205px;	
	margin: 0 auto;	
	overflow: hidden;
}

#footer .info{
	width: 340px;
	color: #FFFFFF;
	line-height: 1.2em;
	float: left;
	padding: 5px 20px 20px 20px;	
	overflow: hidden;
	margin-top: 15px;
}

#footer .links{
	padding-top: 10px;	
	overflow: hidden;
}

#footer .links ul{
	padding-right: 15px;
	font-size: 13px;
	float: left;
}


#footer .links ul li{
	list-style-image: url(../img/footer_list.png);
	list-style-position: outside;
	line-height: 1.5em;
	margin-left: 20px;
	background-image: url(../img/img_p_bg.gif) ;			
}

#footer .links ul li.sub{
	list-style-image: none!important;
	line-height: 1.6em;	
	background-image: url(../img/img_p_bg.gif) ;			
}

#footer .links ul li.sub2{
	list-style-image: none!important;
	line-height: 1.6em;	
	background-image: url(../img/img_p_bg.gif) ;			
}

#footer .links a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer .links a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer .links a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer .links a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

#copy{
	width: 910px;
	margin:0 auto;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	vertical-align:bottom;
}


/* clearfix
---------------------------------------*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
	display: inline-table;
	zoom:1;
	overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


