/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background:#fff url(../images/bg.jpg) repeat;
	overflow-y: auto;
    xoverflow-x: hidden;
	font-size:14px;
}

#header{
	height: 152px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	xborder-bottom: 2px solid #283744;
	background:url(../images/logo.png) top center no-repeat;
	xbackground:#fff url(../images/bg.jpg) repeat;
	text-align:center;
	padding-top:40px;
}

#footer{
	height: 194px;
	width: 100%;
	font-size: 11px;
	position: relative;
	xborder-bottom: 2px solid #283744;
	background:url(../images/footer-bg.png) top center no-repeat;
	xbackground:#fff url(../images/bg.jpg) repeat;
	text-align:center;
	padding-top:40px;
}

.footerstyle{
	width:400px;
	margin:0 auto;
	padding-left:200px;
	text-align:center;
	margin-top:70px;
	font-size:12px
}
	
.clicklink a{
	color:#F60;
	text-decoration:none;
}

.clicklink a:hover{
	color:#F90;
	text-decoration:underline;
}

#header .logo{
	width:100%;
	height:100%;
	xbackground:url(../images/logo.png) no-repeat;
}

#line{
	width:100%;
	height:11px;
	text-align:center;
	background:#fff url(../images/line.jpg) top center no-repeat;
}

#content-bg{
	width:100%;
	height:354px;
	background:url(../images/content-bg.jpg) top center no-repeat;
	background-color:#fff;
}




nav {
	height: 619px;
	width: 100%;
	xbackground: #455868;
	xfont-size: 11pt;
	xfont-family: 'PT Sans', Arial, sans-serif;
	xfont-weight: bold;
	position: relative;
	margin:150px auto;
	xborder-bottom: 2px solid #283744;
	background:url(../images/web-character.png) center no-repeat;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
	width:550px;
	text-align:justify;
}
/*nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav li a {
	xborder-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}*/
nav a#pull {
	display: none;
}


nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

/*Styles for screen 1920px and lower*/
@media screen and (max-width: 1920px) {

	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:1480px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	padding-left:90px;
}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 1680px and lower*/
@media screen and (max-width: 1680px) {
	

	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:1360px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	padding-left:40px;
	width:520px;

}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 1600px and lower*/
@media screen and (max-width: 1600px) {
	

	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:1340px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	padding-left:10px;

}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 1360px and lower*/
@media screen and (max-width: 1360px) {
	
	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:1200px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-80px;
}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 1280px and lower*/
@media screen and (max-width: 1280px) {


	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:1150px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-70px;
	width:520px;
	
}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 1024px and lower*/
@media screen and (max-width: 1024px) {


	nav {
	height: 619px;
	background:url(../images/web-character.png) right no-repeat;
	width:980px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-120px;
	width:490px;
}

nav li h1 {
	background:url(../images/title.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

}

/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
	
	nav {
	height: 619px;
	background:url(../images/web-character-800.png) right no-repeat;
	width:740px;

}

nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-40px;
	width:400px;
}

nav li h1 {
	background:url(../images/title-600.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

#content-bg{
	width:100%;
	height:400px;
	text-align:center;
	background:#fff url(../images/content-bg.jpg) top center repeat-y;
}

.footerstyle{
	width:400px;
	margin:0 auto;
	padding-left:150px;
	text-align:center;
	margin-top:80px;
}

}

/*Styles for screen 720px and lower*/
@media screen and (max-width: 720px) {


nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}

	nav {
	height: 600px;
	position: relative;
	background:url(../images/web-character-600.png) 80px 380px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-10px;
	width:100%;
	height:100%;
}

nav li h1 {
	background:url(../images/title-600.png) no-repeat;
	width:543px;
	height:76px;
	margin:0;
	padding:0;
}

#content-bg{
	width:100%;
	height:450px;
	text-align:center;
	background-color:#fff;
	background:url(../images/content-bg.jpg) repeat-y;
}

.footerstyle{
	width:400px;
	margin:0 auto;
	padding-left:10px;
	text-align:center;
	margin-top:260px;
}

}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {


nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}

	nav {
	height: 750px;
	position: relative;
	background:url(../images/web-character-600.png) 80px 360px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-10px;
	width:100%;
	height:100%;
}

nav li h1 {
	background:url(../images/title-480.png) no-repeat;
	width:503px;
	height:76px;
	margin:0;
	padding:0;
}

#content-bg{
	width:100%;
	height:450px;
	text-align:center;
	background-color:#fff;
	background:url(../images/content-bg.jpg) repeat-y;
}

.footerstyle{
	width:400px;
	margin:0 auto;
	padding-left:10px;
	text-align:center;
	margin-top:260px;
}

}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 560px) {


nav ul {
	padding: 0;
	margin: 0 auto;
	width: 480px;
	height: 40px;
}

	nav {
	height: 750px;
	position: relative;
	background:url(../images/web-character-600.png) 80px 360px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-10px;
	width:80%;
	height:100%;
}

nav li h1 {
	background:url(../images/title-480.png) no-repeat;
	width:480px;
	height:76px;
	margin:0;
	padding:0;
}

#content-bg{
	width:100%;
	height:450px;
	text-align:center;
	background-color:#fff;
	background:url(../images/content-bg.jpg) repeat-y;
}

.footerstyle{
	width:400px;
	margin:0 auto;
	padding-left:10px;
	text-align:center;
	margin-top:260px;
}

}

/*Styles for screen 520px and lower*/
@media only screen and (max-width : 520px) {
	nav ul {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}

	nav {
	height: 600px;
	position: relative;
	background:url(../images/web-character-600.png) 10px 380px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:-10px;
	width:100%;
	height:100%;
}

nav li h1 {
	background:url(../images/title-480.png) no-repeat;
	width:480px;
	height:76px;
	margin:0;
	padding:0;
}


}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	nav ul {
	padding: 0;
	margin: 0 auto;
	width: 360px;
	height: 40px;
}

	nav {
	height: 600px;
	position: relative;
	background:url(../images/web-character-480.png) 10px 400px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:0px;
	width:330px;
	height:100%;
}

nav li h1 {
	background:url(../images/title-320.png) no-repeat;
	width:350px;
	height:76px;
	margin:0;
	padding:0;
}


.footerstyle{
	width:240px;
	margin:0 auto;
	xpadding-left:10px;
	text-align:center;
	margin-top:260px;
}

}

/*Styles for screen 515px and lower*/
/*@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}*/

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav ul {
	padding: 0;
	margin: 0 auto;
	width: 280px;
	height: 40px;
}

	nav {
	height: 800px;
	position: relative;
	background:url(../images/web-character-320.png) 10px 500px no-repeat;
	width:100%;

}


  	nav li {
	display: inline;
	float: left;
	margin-top:90px;
	margin-left:0px;
	width:260px;
	height:100%;
}

nav li h1 {
	background:url(../images/title-320.png) no-repeat;
	width:260px;
	height:88px;
	margin:0;
	padding:0;
}
#content-bg{
	width:100%;
	height:600px;
	text-align:center;
	background-color:#fff;
	background:url(../images/content-bg.jpg) repeat-y;
}

.footerstyle{
	width:200px;
	margin:0 auto 0 0px;
	text-align:center;
	margin-top:260px;
}
}