
/* global style */
* {
	font: 13px arial,sans-serif;
	color: #fff;
}

body {
	background-color: #000;
  	margin: 0px;
	text-align: left;
}

table {
	padding: 0px;
}

td {
}

.playground {
  	margin-left: auto;
 	 margin-right: auto;
	width: 990px;
}

.footer {
	font-size: 11px;
	color: #979797;
	text-align: right;
	padding: 20px 40px;
}

/* header */
.headerBG {
	width: 100%;
	height: 40px;
}
.headerBG td {
	padding: 12px 0px 12px 0px;
}
.headerLeft {
	width: 36px;
}
.headerRight {
	width: 25px;
}
.headerSpace {
	width: 10px;
}
.headerBG .companyName {
	padding: 0 0 0 20px;
}
.companyName {
	color: #fff;
	font-size: 32px;
}
.language  {
	text-align: right;
	padding-top: 2px;
	font-size: 14px;
	color: #818181;
}
.languageItem {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 4px;
	color: #818181;
	text-decoration: none;
}
.contentBG {
	width: 100%;
	background-color: #000;
}
.contentLeft {
	width: 34px;
	border-right: 2px solid #000;
	vertical-align: top;
}
.contentMenu {
	width: 207px;
	vertical-align: top;
}
.menuTop {
	background-color: #D35F90;
	height: 12px;
}
.menuContent {
	height: 185px;
	vertical-align: top;
}
.menuContent td {
	text-align: left;
	padding-left: 20px;
}
.menuContent a {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	line-height:22px;
}
.menuContent a.on {
	color: #D35F8E;
}
.menuContent a:hover {
	color: #D35F8E;
}
.menuSeparator {
	border: 0px;
	border-top: 1px solid #333333;
	margin-right: 25px;
	padding: 0px 0px 0px 0px;
	width: 162px;
}
.menuSpace {
	height: 20px;
}
.menuBottom {
	height: 262px;
}
.contentMain {
	vertical-align: top;
	text-align: left;
	padding-left: 2px;
}
.feature {
	/*width: 375px;
	height: 459px;*/
	text-align: right;
	vertical-align: top;
	border: 1px solid #333333;
	background: url('images/feature.jpg');
}
.feature p {
	color: #CCC;
	line-height: 15px;
}
.feature a { 
	color:#CCC;
	font-weight: bold;
	text-decoration: none;
}
.feature a:hover { 
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
.featureHeader {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.featureRed {
	font-size: 14px;
	font-weight: bold;
	color: #d33631;
}
.contentRight {
	width: 25px;
	border-left: 2px solid #000;
	vertical-align: top;
}

/* index page */
.product1a {
	width: 140px;
	height: 115px;
	background-color: #96BC31;
	border-bottom: 7px solid #4C8405;
	color: #D4F87C;
}
.productName {
	color: #fff;
	font-weight: bold;
}
.product1aDetail {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	padding:15px;
}
.product1aDetail span {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	line-height:22px;
}
.product1aDetail a {
	text-decoration: none;
	color: #D4F87C;
	font-weight: bold;
}
.product1aDetail a:hover {
	text-decoration: none;
	color: #4C8405;
	font-weight: bold;
}
.product2a {
	width: 147px;
	height: 91px;
	text-align: left;
	padding-right: 10px;
	background-color: #3396BD;
	border-top: 7px solid #136398;
}
.product2aDetail a {
	text-decoration: none;
	color: #58CEFF;
	font-weight: bold;
}
.product2aDetail a:hover {
	text-decoration: none;
	color: #136398;
	font-weight: bold;
}
.product3a {
	height: 119px;
	background-color: #d45e90;
	border-right: 7px solid #B42251;
}
.product3aDetail a {
	text-decoration: none;
	color: #FFA3CA;
	font-weight: bold;
	text-decoration: none;
}
.product3aDetail a:hover {
	text-decoration: none;
	color: #B42251;
	font-weight: bold;
	text-decoration: none;
}

/* product page */
.category {
	width: 131px;
	vertical-align: top;
	text-align: left;
}
.catHeader {
	color: #D25D92;
	font-weight: bold;
	border: 1px solid #DD71A3;
	padding: 12px 0px 1px 12px;
	font-size: 23px;
}
.catList {
	background-color: #D45E90;
	font-weight: normal;
	padding: 12px 0px 15px 12px;
	color: #82153F;
}
.catList a {
	color: #82153F;
	text-decoration: none;
}
.catList a:hover {
	color: #FFF;
	text-decoration: none;
}
.catList hr {
	border: 0px;
	border-bottom: 1px solid #C7426D;
}
.catList a.on {
	color: #FFF;
	text-decoration: none;
}
.catDeco1 {
	background-color: #C74575;
}
.catDeco2 {
	background-color: #B7325D;
}
.productListBG {
	width: 580px;
	padding-left: 20px;
	padding-top: 0px;
	vertical-align: top;
}
.productListBG hr {
	padding-top: 0px;
	border: 0px;
	border-top: 1px solid #532738;
}
.productListBG img {
	border-bottom: 10px solid #136398;
}
.productList .header {
	font-size: 31px;
	font-weight: bold;
	padding-left: 20px;
}
.productList p {
	padding: 0 30px 0 20px;
	font-size: 15px;
	line-height:22px;
}
.productList .catName {
	font-size: 16px;
	font-weight: bold;
	color: #D65E8E;
	padding-left: 20px;
}
.productListTable td {
	/*width: 150px;*/
	vertical-align: top;
	padding: 10px 0;
}
.productListTable img {
	margin-left: 20px;
	border-bottom: 7px solid #d35f90;
}
.productListTable div {
	padding: 10px 20px 20px 20px;
}
.listName {
	font-weight: bold;
}
.listDesc {
	color: #d45e90;
}
/* about us */
.aboutBG {
	padding-left: 4px;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}
.aboutBG hr {
	padding-top: 0px;
	border: 0px;
	border-top: 1px solid #532738;
}
/* contact page */
.contactBg {
	color: #FFF;
	padding: 20px;
	background: #D35F90;
}
.contactBg span {
	font-weight: bold;
}
.contactBg2 {
	color: #FFF;
	padding: 20px;
	background: #A32F60;
}
.contactBg2 span {
	font-weight: bold;
}
.contactBg2 a, .contactBg2 a:link, .contactBg2 a:visited {
	color: #fff
}
.contactFormText .header {
	vertical-align: bottom;
	border-bottom: 1px dotted #d35f90;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}
.contactFormText label {
	width: 80px;
}
.contactFormText input {
	color: #000;
	width: 150px;
}
.contactFormText select, option, textarea {
	color: #000;
}
.contactFormText #gender {
	width: 20px;
}
.contactFormText .comment {
	height: 100px;
	width: 400px;
}
.contactFormText .submitBtn {
	border: none;
	width: 60px;
	color: #FFF;
	padding: 5px 0;
	background: #d35f90;
}
.contactFormText .resetBtn {
	border: none;
	width: 60px;
	color: #000;
	padding: 5px 0;
	background: #a32f60;
}
.contactFormText h4 {
	font-size: 12px;
	color: #FF4C33;
}
.contactFormText .info1 {
	width: 150px;	
}
.contactFormText .info2 {
	width: 415px;	
}
.contactFormText .info3 {
	width: 40px;	
}
.contactFormText .info4 {
	width: 400px;	
}
.contactFormText .info5 {
	width: 200px;	
}
.contactFormText .info6 {
	width: 80px;	
}
.contactFormText .form_head {
	font-size: 12px;
	color: #d35f90;
	font-weight:bold;
	vertical-align:bottom;
	line-height: 30px;
}
.contactFormText .txt_small {
	line-height: 24px;
	font-weight: normal;
	font-size: 10px;
}