

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #020203;
	background-image:url(../images/bg-tile.gif);
	background-repeat:repeat-x;
	line-height:18px;
}


#wrapper{ width:100%; background-image:url(../images/main-bg.jpg); background-position:top; background-repeat:no-repeat;}
#container{ width:990px; margin:auto;}
#header{ width:990px; float:left; height:69px;}
.logo{width:329px; float:left; height:69px;}
#nav{width:661px; float:left; height:69px;}
#nav ul{margin:0px; padding:0px;}
#nav ul li{margin:0px; padding:0px; float:left; list-style:none;}
#banner{width:990px; float:left; height:367px;}
#sub-banner{width:990px; float:left; height:225px;  background-image:url(../images/sub-banner.jpg); background-repeat:no-repeat;}
#content{width:970px; float:left; padding:10px;}
.contentA{width:669px; float:left; padding-right:20px;}
.contentB{width:280px; float:left;}
#footer{width:100%; background-image:url(../images/footer-bg.jpg); background-position:top; background-repeat:no-repeat; color:#FFFFFF; }
#footer a{ color:#FFFFFF;}
#footer a:hover{ color:#00FF33;}
.fttr-inner{width:950px; margin:auto; height:150px; padding:50px 20px 20px 20px;}
.fttrA{ width:350px; float:left; text-align:left;}
.fttrB{width:600px; float:right; text-align:right;}


#content01 ul{ margin:0px; padding:0px;}
#content01 ul li{ margin:0px; padding:5px; margin:5px;}
.imgli{ margin:0px; padding:0px 15px 15px 0px ; float:left; list-style:none; border:#666666 1px solid;}


#pagewrap {
	margin: 0 auto;
	position: relative;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:1000px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../mobile/css/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}