@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto ;
	clear: both;
}
#wrapper{
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 780px;
}
#header{
	margin: 0 auto;
}
#logo{
	padding: 30px 0 0 20px;
}
#logo > a{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 88px;
	display: block;
	line-height: 90000px;
	overflow: hidden;
}
#logo img{
	border: none;
}
#language{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 330px;
	height: 35px;
	color: #FFF;
	padding: 5px 0 0 0;
}
#language ul{
	float: left;
}
#language ul li{
	float: left;
	list-style-type: none;
	margin: 0 5px;
}
#language ul li a{
	color: #FFF;
	text-decoration: none;
}
#language ul li a:hover{
	color: #FF0;
}
#menu{
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #FFF;
	padding: 40px 0 0 0;
	width: 720px;
}
#menu  ul{
	float: left;
}
#menu  ul li{
	float: left;
	margin: 0 10px;
	list-style-type: none;
}
#menu  ul li a{
	color: #FFF;
	text-decoration: none;
}
#menu  ul li a:hover{
	color: #FF0;
}
#banner{
	padding: 20px 0 0 0;
}
#master{
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	height: 250px;
	line-height: 26px;
	padding-bottom: 10px;
}
#about{
	float: left;
	width: 550px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #ce0000;
	font-size: 18px;
	font-weight: bold;
}
.about_title{
	background-image: url(../images/title_icon.png);
	background-repeat: no-repeat;
	background-position: left 6px; 
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}
.about_text{
	color: #6c6c6c;
	font-size: 16px;
	line-height: 23px;
}
#iso{
	float: left;
	width: 350px;
}
.shadow{
	float: left;
	margin: 40px 35px 0 35px;
}
.more_btn{
	float: right;
	background-image:url(../images/more_btn.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 31px;
}
.more_btn > a{
	font-family: Arial, Helvetica, sans-serif;
	color: #ce0000;
	text-decoration: none;
	font-size: 12px;
	margin-left: 9px;
}
#footer-bg {
	background: url("../images/footer_bg.jpg") repeat-x  center top;
    clear: both;
    overflow: hidden;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
    color: #e9e9e9;
    line-height: 20px;
    margin: 0 auto;
    padding: 17px 32px;
    width: 936px;
	font-size: 14px;
}
#footer a {
    color: #e9e9e9;
	text-decoration: none;
}
#footer img {
    float: left;
    margin-right: 20px;
	padding: 10px 0 0 0;
}