@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(../images/bg.gif) repeat-x top center fixed;
}

body img {
	border:none;
}

body a {
	color:#FFFFFF;
}


body a:hover {
	color:#00eaff;
}

body h2 {
	margin:0;
	padding:0;
	color:#00eaff;
	font-size:16px;
}

body h3 {
	margin:0;
	padding:0;
	color:#00eaff;
	font-size:12px;
}

body h3 strong {
	font-size:25px;
}

body h3 span {
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
}

body h4 {
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:20px 0 0 0;
	clear:both;
}

body p {
	margin:8px 0;
	padding:0;
}

#wrap {
	width:900px;
	margin:0 auto;
	background: url(../images/wrapbg.gif) repeat-y;
	overflow:hidden;
}


#header {
	background:url(../images/header.gif) no-repeat;
	width:900px;
	height:94px;
	float:left;
}

body h1 {
	float:left;
	margin: 60px 0 0 15px;
	padding:0;
	color:#00eaff;
	font-size:16px;
}

.tips {
	float:right;
	text-align:right;
	color:#ffffff;
	margin:15px 15px 0 0;
}

.tips img {
	margin:6px 0 0 6px;
}

.tips a {
	color:#00ecff;
	text-decoration:none;
}

.tips a:hover {
	color:#FFFFFF;
}

#navigation {
	float:left;
	width:900px;
	background:url(../images/navibg.gif) repeat-x;
	height:32px;
	position:relative; 
	z-index:100;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

#navigation ul ul {
	width:149px;
}

#navigation li {
	float:left;
	position:relative;
}

#navigation a, #navigation a:visited a {
	display:block;
	width:auto;
	padding:0 15px;
	line-height:32px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#navigation li a:hover {
	color:#04e5f5;
	background:url(../images/hoverbg.gif) repeat-x;
}

#navigation ul ul {visibility:hidden;position:absolute;height:0;top:32px;left:0; width:149px;}


/* style the second level links */
#navigation ul ul a, #navigation ul ul a:visited {
	background:#000000; 
	color:#04e5f5; 
	height:auto; 
	line-height:1em; 
	padding:8px 15px; 
	width:100px;
	font-size:11px;
}

/* style the top level hover */
#navigation :hover > a, #navigation ul ul :hover > a {background:url(../images/hoverbg.gif) repeat-x; color:#FFFFFF;}

/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul,
#navigation ul a:hover ul{visibility:visible; }


#flashIntro {
	margin:0;
	padding:0;
}

.selected {
	display:block;
	padding:0 15px;
	line-height:32px;
	font-size:12px;
	color:#04e5f5;
	text-decoration:none;
	background:url(../images/hoverbg.gif) repeat-x;
}

.selectedv2 {
	display:block;
	line-height:32px;
	font-size:12px;
	color:#04e5f5;
	text-decoration:none;
	background:url(../images/hoverbg.gif) repeat-x;
}


#billboard {
	float:left;
	width:900px;
	background:#2f2f2f;
}

#billboardv2 {
	width:230px;
	float:left;
	background:#2f2f2f;
}

.left {
	float:left;
	width:230px;
}

.right {
	float:left;
	width: 670px;
}

.box {
	background: url(../images/boxbg.gif) no-repeat;
	width:190px;
	height:150px;
	float:left;
	color:#999999;
	padding:15px 20px;
}

.box span {
	color:#00eaff;
}

.box strong {
	color:#FFFFFF;
}

.box a {
	color:#FFFFFF;
}

.box a:hover {
	color:#00eaff;
}

#content {
	float:left;
	width:900px;
	background:#2f2f2f;
}

#contentv2 {
	float:left;
	width:670px;
	background:#2f2f2f;
}

.contact {
	width:190px;
	padding:20px;
	float:left;
	color:#999999;
}

.contact strong {
	color:#FFFFFF;
}

.contact span {
	color:#00e3f4;
}

.contentinside {
	width:630px;
	padding:20px;
	float:left;
	background:#3c3c3c;
	color:#999999;
}

.contentinside strong {
	color:#00e3f4;
}

.contentinside span {
	color:#FFFFFF;
}

.contentinside ul {
	margin:10px 0;
	padding:0 0 0 15px;
}

.contentinside li {
	padding:0 0 10px 0;
}

.line {
	width:630px;
	border-bottom:1px dashed #666666;
	clear:both;
	padding:10px 0;
}

.promotion {
	width:630px;
	padding:20px;
	float:left;
	background:url(../images/promotionshadow.gif) repeat-x bottom left #3c3c3c;
}

.promotionproduct {
	float:left;
	margin:15px 20px 0 0;
	width:305px;
}

.promotionproductinside {
	float:left;
	margin:15px 15px 0 0;
	width:200px;
}

.promotionproductlastinside {
	float:left;
	margin:15px 0 0 0;
	width:200px;
}

.promotionproductlast {
	float:left;
	margin:15px 0 0 0;
	width:305px;
}

#footer {
	float:left;
	width:860px;
	background:#000000;
	padding:20px 20px 30px 20px;
	color:#666666;
}

#footer strong {
	color:#00e3f4;
}

#footer a {
	color:#999999;
}

#footer a:hover {
	color:#00e3f4;
}

.footerbox {
	float:left;
	margin:0 20px 0 0;
}

.footerbox2 {
	float:right;
}

.pro {
	width:630px;
	float:left;
	padding:20px 0;
	border-bottom: 1px #666666 dashed;
}

.pro img {
	float:left;
}

.proprice {
	width:120px;
	float:left;
	padding:0 15px;
	border-right:1px #666666 dashed;
}

.protable {
	width:264px;
	float:left;
	padding:0 0 0 15px;
	font-size:10px;
	color:#FFFFFF;
}

.protable table {
	border:1px solid #505050;
	border-right:none;
	border-bottom:none;
}

.protable td {
	border-right:1px solid #505050;
	border-bottom:1px solid #505050;
	padding:3px;
}

.protable th {
	background-color:#333333;
	border-right:1px solid #505050;
	border-bottom:1px solid #505050;
	padding:3px;
	text-align:left;
	font-weight:normal;
}

.photo {
	width:630px;
	float:left;
}

.photo img {
	margin:0 10px 10px 0;
	float:left;
	border:3px solid #FFFFFF;
}