@charset "utf-8";
/* CSS Document */
body {
	text-align:left;
	color:#333;
	font-family: MS PGothic, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#F00;
}
.clear {
	clear:both;
}
/*header css*/
#header {
	background-image: url(images/banner-back.jpg);
	background-repeat: repeat-x;
}
#top {
	overflow:hidden;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 88px;
}
#logo {
	width:260px;
	float:left;
	display:block;
	overflow:hidden;
	padding-top: 12px;
	height: 76px;
}
#lang {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}
#lang-txt {
	float: left;
	width: 100px;
	margin-right: 5px;
}
#lang-img {
	float: left;
	width: 120px;
	margin-top: 2px;
}
#top-right {
	float: left;
	width: 740px;
	height: 88px;
}
#top-txt {
	float: left;
	margin-left: 30px;
	display:inline;
	line-height: 20px;
	width: 470px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
/*search css*/
#search {
	float: left;
	margin-top: 15px;
	margin-left: 30px;
	height: 24px;
	width: 173px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
}
#q {
	height:19px;
	width:130px;
	float:left;
	border:none;
	padding-left:10px;
	color:#333;
	background:none;
	padding-top: 5px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.btn_search {
	background:url(images/search.jpg) no-repeat -310px 0;
	border:none;
	cursor:pointer;
	height:24px;
	width:26px;
	float:left;
	margin-left:0;
	overflow:hidden;
	line-height:200px;
	font-size:0;
}
/*nav css*/
.menu {
	margin-right: auto;
	margin-left: auto;
	height: 41px;
	width: 1000px;
	position:relative;
	z-index:100;
}
.nav-home {
	background-image: url(images/menu-on-new.jpg);
	float: left;
	height: 41px;
	width: 111px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 41px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.nav-home a {
	color: #FFF;
	display:block;
}
.menu li {
	float:left;
	font-size:15px;
	color:#DFDFDF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 111px;
	line-height: 41px;
	list-style-type: none;
	background-image: url(images/menu-back.png);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
}
.menu li a {
	display:block;
}
.menu li a:link, .menu li a:visited {
	color:#DFDFDF;
}
.menu li:hover, .menu .now, .menu .over {
	background-image: url(images/menu-on-new.jpg);
	background-repeat: no-repeat;
}
.menu .now a:link, .menu .now a:visited {
	text-decoration:none;
}
.menu li:hover a {
	text-decoration:none;
}
.menu li a:hover {
	text-decoration:none;
	color:#FFF;
}
#dvd {
	position: absolute;
	left: 111px;
	top: 41px;
}
#video {
	position: absolute;
	left: 222px;
	top: 41px;
}
#iphone {
	position: absolute;
	left: 333px;
	top: 41px;
}
#ipad {
	position: absolute;
	left: 444px;
	top: 41px;
}
#ipod {
	position: absolute;
	left: 555px;
	top: 41px;
}
#pack{
	position: absolute;
	left: 666px;
	top: 41px;
}
.break-line1 {
	float:left;
	margin-top: 5px;
	width: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bebebe;
	clear: both;
	margin-bottom: 10px;
}
.break-line2 {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebebe;
	margin-top: 15px;
	height: 200px;
}
.break-line3 {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebebe;
	margin-top: 15px;
	height: 145px;
}
.break-line4 {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebebe;
	margin-top: 15px;
	height: 225px;
}
.menu .sub_menu {
	position:absolute;
	left:0;
	top:42px;
	z-index:50;
	overflow:hidden;
	background-color: #FDFDFD;
	border: 1px solid #bebebe;
}
.menu .sub_menu dl {
	float:left;
	display:inline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 200px;
}
.menu .sub_menu dt {
	font-size:12px;
	text-align:left;
	margin-top: 5;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 3px;
}
.menu .sub_menu dt img {
	float: left;
	margin-right: 5px;
}
.menu .sub_menu dd {
	text-align:left;
	margin-right: 0;
	margin-left: 0;
	line-height: 26px;
}
.menu .sub_menu dd a {
	font-size:12px;
	padding:0;
	display:inline;
	color: #333;
}
.menu .sub_menu dd img {
	vertical-align:middle;
	margin-right:10px;
}
.menu .sub_menu dd a:hover {
	text-decoration:underline;
	background:none;
	color: #f00;
}

/*footer css*/
#footer {
	text-align:left;
	overflow:hidden;
	background-color: #2b2b2b;
}
#footer-container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #bfbfbf;
}
.footer-left{
	float: left;
	width: 354px;
	margin-right: 20px;
	background-image: url(images/footer-background.png);
}
.footer-left li{
	line-height: 25px;
	list-style-type: none;
}
.footer-title{
	padding-bottom: 7px;
}
.footer-title1{
	padding-bottom: 5px;
	width: 300px;
	margin-top: 10px;
	padding-top: 10px;
}
.footer-txt{
	width: 177px;
	float: left;
}
.footer-txt1{
	width: 197px;
	float: left;
}
.footer-img{
	float: left;
	width: 22px;
	margin-right: 5px;
}
.footer-center{
	float: left;
	width: 374px;
	margin-right: 20px;
	background-image: url(images/footer-background1.png);
}
.footer-center li{
	line-height: 25px;
	list-style-type: none;
}
.footer-right{
	float: left;
	width: 232px;
	color: #BFBFBF;
	background-repeat: no-repeat;
	line-height: 20px;
}
.footer-right ul{
	margin-left: 20px;
}
.footer-right ul li{
	list-style-image: url(images/list2.jpg);
}
.footer-txt2{
	float: left;
	text-align: center;
	margin-bottom: 23px;
}
.white {
	font-size: 13px;
	font-weight: bold;
	color: #e0e0e0;
}
a.white:link, a.white:visited, a.white:hover{
	color: #E0E0E0;
}
.white1 {
	font-size: 12px;
	font-weight: bold;
	color: #bfbfbf;
}
a.white2:link, a.white2:visited {
	color: #bfbfbf;
	text-decoration: none;
}
a.white2:hover {
	color: #bfbfbf;
	text-decoration: underline;
}
a.font-blue1:link, a.font-blue1:visited, a.font-blue1:hover {
	color: #128bff;
}
.footer-line {
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer1-container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	color: #bfbfbf;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer1-left{
	float: left;
	width: 202px;
}
#footer1-center{
	float: right;
	width: 320px;
	margin-top: 12px;
	margin-left: 50px;
}
#footer1-right{
	float: left;
	width: 370px;
	margin-top: 28px;
	margin-left: 40px;
}
#container-free-download-2 a {
	display:block;
	background-image: url(images/free-pro-down.png);
	color: #E4EA00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top:12px;
	height: 25px;
    padding-left: 110px;
    padding-top: 36px;
    width: 143px;
}
#container-free-download-2 a:hover {
	background-image: url(images/free-pro-down.png);
	text-decoration: none;
	background-position: 0px -61px;
}

#left td{border:1px dashed #bebebe;line-height:30px;padding-left:10px;}