﻿/*
http://www.raizemedia.com
*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif,宋体;
	font-size:12px;
	text-align: center;
	background-color: #FFFFFF;
}

input, textarea {
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	/*font: bold 12px Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana,Arial,Helvetica,sans-serif,宋体;
	color: #333333;
	line-height:100%;
}

hr {
	margin: 15px 0 5px 0;
	border: 1px;
	color: #CCCCCC;
	border-style: dotted;
}
h1, h2, h3, h4 {
	margin: 0;
}
h1, h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 140%;
	text-align: justify;
}
ul, ol {
	margin-left: 1em;
}
dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl.list1 dt {
	float: left;
	width: 70px;
}
dl.list1 dd {
	margin-bottom: 10px;
}
dl.list1 a {
	color: #666666;
}
ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}
ul.list2 li.nopad {
	margin-right: 0;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a {
	color: #FF5A00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 5px 20px 0 0;
}
img.right {
	float: right;
	margin: 5px 0 0 20px;
}
img.small {
	padding-right: 4px;
	margin-bottom: -4px;
}
/* Container */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*background-color: red;*/
}
/* Logo */
#logo {
	float: left;
	margin-top: 6px;
	width: 210px;
	height: 68px;
	background: url("images/logo.gif") no-repeat;
}
#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}
#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
/* Header */
#header {
	float: right;
	width: 580px;
	height: 80px;
	/*background: url("images/style/topbar.gif");*/
}
/*slogan*/
#slogan {
	float: right;
	width: 500px;
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
	color: #666666;
	/*background-color:fuchsia;*/
}
/* Menu */
.off {
}
.up {
	background-color: #CCCCCC;
}
.spaceline {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	font-family: Verdana,Arial,Helvetica,sans-serif,宋体;
}
.clearall {
	clear: both;
}
#topmenu {
	float: left;
	width: 800px;
	height: 35px;
	background: url("images/style/menubar.gif") no-repeat;
}
#topmenu ul {
	margin: 0;
	padding: 10px 0px 0px 300px; /* menu position */
	list-style: none;
	line-height: normal;
}
#topmenu li {
	display: inline;
}
#topmenu a {
	padding-left: 21px; /*menu space*/;
	padding-right: 21px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#topmenu a:hover {
	text-decoration: none;
	color: #FF5A00;
}
/* Page */
#page {
	float: none;
	width: 800px;
	margin-top: 10px;
	padding-top: 10px;
	/*background-color: #666666;*/
}
/* Sidebar */
#sidebar {
	float: left;
	width: 217px; /*217*/
	margin-left: 0px; /*background-color: #CCCC00;*/
	;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	overflow: visible;
}
#boxtop {
	float: left;
	width: 210px;
	height: 22px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 6px;
	background: url("images/style/bg_plist_top.gif") no-repeat;
	font-weight: bold;
	color: #333333;
}
#boxmid {
	float: left;
	width: 208px;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	margin-left: 0px;
}
#boxmid ul {
	margin: 0;
	padding: 0;
}
#boxmid li {
	width: 174px;
	margin-left: 15px;
	margin-right: 9px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 0px;
	list-style: none;
	background: url("images/style/icon_arrow_more.gif") left 13px no-repeat;
	text-align: left;
	line-height: 28px;
}
#boxmid a {
	text-decoration: none;
	color: #333333;
}
#boxmid a:hover {
	text-decoration: none;
	color: #FF5A00;
}
#boxbottom {
	float: left;
	width: 210px;
	height: 13px;
	margin-bottom: 13px;
	background: url("images/style/bg_plist_bottom.gif") no-repeat;
}
/* Content */
#content {
	float: right;
	width: 573px; /*old value:573*/;
	padding: 0 0 0 10px;
	line-height: 150%;
	text-align: left;
	color: #333333;
}
.productarea {
	float: left;
	width: auto;
	text-align: left;
}
.productimg {
	float: left;
	width: 130;
}
.productdesc {
	float: right;
	width: 433px;
	text-align: left;
	vertical-align: top;
}
.productimgsmall {
	float: left;
	width: 100px;
	height: 100px;
}
.productdescsmall {
	float: right;
	width: 565px;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
#intro-main{
	float:right;
	width:565px;
	height:217px;
	background:url('images/product-back.jpg') no-repeat;
}
.intro-left{
	float:left;
	width:310px;
	padding-left:20px;
}
.intro-right{
	float:right;
	width:150px;
	padding-top:5px;
	padding-right:10px;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
	text-align: left;
	padding-top: 5px;	
	padding-bottom: 20px;
	background: url("images/style/keyline.gif") left 24px no-repeat;
}
.subtitle a:hover {
	text-decoration: none;
}

.keyhomepage {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin-top:5px;
	padding-bottom: 7px;
	background: url("images/style/keyline.gif") left 24px no-repeat;
}
.key {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: left;
	padding-bottom: 20px;
	background: url("images/style/keyline.gif") left 24px no-repeat;
}
.key a:hover {
	text-decoration: none;
}
.keyimg {
	float: left;
	width: auto;
}
.keydesc {
	float: right;
	width: 74%;
	text-align: left;
	vertical-align: top;
}


.t_table {
	border-right: #a6b6ce 1px solid;
	border-top: #ebeef3 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	border-left: #eceff4 1px solid;
	color: #333333;
	border-bottom: #a8b7ce 1px solid;
	font-family: Verdana,Arial,Helvetica,sans-serif,宋体;
	height: 35px;
	background-color: #d2dae6;
	text-align: center;
	line-height: normal;
}
.c_table {
	border-right: #eeeeee 1px solid;
	border-top: #f0f0f0 1px solid;
	padding-left: 3px;
	font-weight: normal;
	font-size: 12px;
	border-left: #f5f5f5 1px solid;
	color: #333333;
	border-bottom: #dddddd 1px solid;
	font-family: Verdana,Arial,Helvetica,sans-serif,宋体;
	height: 35px;
}
.row1 {
	color: #666666;
	padding-left: 10px;
	background-color: #EDEDDC;
	line-height: 180%;
}
.row2 {
	color: #666666;
	padding-left: 10px;
	background-color: #ffffff; 
	line-height: 180%;	
}

/* Footer */
#footer {
	float: left;
	width: 800px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#footermenu {
	float: left;
	width: 800px;
	height: 20px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #DDDDDD;
}
#footermenu ul {
	margin: 0;
	padding: 3px 0px 0px 300px; /* menu position */
	list-style: none;
	line-height: normal;
}
#footermenu li {
	display: inline;
}
#footermenu a {
	padding-left: 20px; /*menu space*/;
	padding-right: 20px; /*menu space*/;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#footermenu a:hover {
	text-decoration: none;
	color: #FF5A00;
}
#copyright {
	float: left;
	width: 800px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	color: #8E8E8E;
}
#seo-keyword {
	float: left;
	width: 800px;
	margin: 0;
	padding-top: 10px;
	text-align: left;
	color: #cccccc;
}

