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

body {
	margin:auto;
	padding:0;
	background-image: url(../images/bg.jpg)
	
	;
}
html { padding:0; margin:0;}

a img,:link img,:visited img {
	border: none;
}



#top {
	width: 940px;
	height: 100px;
	margin: auto;
}
#header {
	height: 236px;
	background-image: url(../images/bg_hd.jpg);
	background-repeat: repeat-x;
	min-width: 1000px;
	margin: auto;
	
}
#logo {
	width: 75px;
	height: 75px;
	background-image: url(../images/logo.png);
	float: left;
	margin-left: 20px;
}

.menu-bar{
	height:100px;
	width:562px;
	float:right;
	margin: auto;
	}
.menu-bar ul{
	margin:0px;
	padding:70px 0px 0px 0px;
	list-style-type:none;
}	
.menu-bar ul li{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:30px;
	width:69px;
	display:block;
	color: #666666;
	}
.menu-bar ul li a{
	color:#666666;
	text-decoration:none;
	height:24px;
	width:69px;
	float:left;
	text-align:center;
	padding:6px 0px 0px 0px;
	display:block;
	}
.menu-bar ul li a:hover{
	background:url(../images/hover-bt.gif) no-repeat;
	color: #FFFFFF;
	}
.menu-bar ul li a.active{
	background:url(../images/hover-bt.gif) no-repeat;
	color: #FFFFFF;
	}
#header_content {
	margin:auto;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:13px;
	padding:10px 0px 0px 0px;
	line-height:18px;
	width: 940px;
}
#apple {
	width: 260px;
	height: 220px;
	float: right;
	margin: auto;
	background-image: url(../images/apple.png);
	background-repeat: no-repeat;
}

.left-body {
	float: left;
	height: auto;
	width: 560px;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
h1{
	margin:0px;
	padding:30px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	color:#996600;
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	}
.left-body ul {
	list-style: none;
	margin: 0;
}
.left-body li {
	margin: 0;
}
.right-body {
	float: right;
	height: auto;
	width: 330px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-left: 10px;
	margin: auto;
}
.img-list{
	height:auto;
	width:330px;
	margin:auto;
	padding-bottom:25px;
	}
.img-list ul{
	margin:0px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}
.img-list ul li{
	padding:0px 20px 0px 0px;
	float:left;
	}

#footer{
	background: url(../images/footer-bg.gif) top left repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	height: 140px;
	margin: 650px auto 0 auto;
	
}

hr {
	color: #CCCCCC;
	
}
#content {
	border: 0;
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
#content hr {
	color: #CCCCCC;
}

