@charset "utf-8";
/*Genrel style rule*/
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	}
body{
	background-color:#e6e6e6;
	}
td, p, blockquote{
padding:0 0 10px 0;
font-size:12px;
}
hr{
	display:none;
	}
.clearHeight{
	clear:both;
	font-size:1%;
	height:1px;
	overflow:hidden;
	}
#mainContainer{
	width:1000px;
	margin:0 auto;
	}
#headerArea{
	background:url(../../../../images/images/english/header-background.jpg) no-repeat;
	width:1000px;
	height:330px;
	}
#logo h1 {
	float:left;
	background:url(../../../../images/images/english/site-logo.jpg) no-repeat left top;
	width:448px;
	height:193px;
	text-indent:-10000px;
	background-position:30px 26px;
	} 
#logo h2 {
	float:left;
	background:url(../../../../images/images/english/site-logo.jpg) no-repeat left top;
	width:448px;
	height:193px;
	text-indent:-10000px;
	background-position:30px 26px;
	} 	
#rightMenu{
	float:right;
	height:auto;
	}
	#rightMenu .top{
	margin-right:28px;
	margin-top:12px;
	text-align:right;
	clear:both;
	height:15px;
	}
	#rightMenu .top li{
	display:inline;
	list-style-type:none;
	padding-left:19px;
	font-size:11px;
	}
	#rightMenu .top li a{
	font-size:11px;
	color:#000;
	text-decoration:none;
	}
	#rightMenu .top li a:hover{
	text-decoration:underline;
	color:#be679a;
	}
	#rightMenu .bottom{
	margin-right:28px;
	margin-top:7px;
	text-align:right;
	}
	.input{
	border:1px solid #ccc;
	padding:3px 0 3px 4px;
	width:155px;
	font-size:11px;
	color:#999;
	margin-top:10px;
	}
	.button{
	background:url(../../../../images/images/english/go.gif) no-repeat;
	width:24px; height:20px;
	border:none;
	color:#FFFFFF;
	font-size:12px;
	margin-left:4px;
	line-height:16px;
	}
/*menu style*/
#menuArea{
	height:40px;
	background-color:#a0206b;
	background:url(../../../../images/images/english/menu-bg.gif) repeat-x;
	text-align:center;
	position:relative;
	}
	#menuLeft{
	background:url(../../../../images/images/english/menu-corner.gif) no-repeat left;
	height:40px;
	width:7px;
	float:left;
	}
	#menuRight{
	background:url(../../../../images/images/english/menu-corner.gif) no-repeat right;
	height:40px;
	width:7px;
	float:right;
	}
	#menuArea li{
	float:left;
	list-style-type:none;
	background:url(../../../../images/images/english/div.gif) no-repeat right;
	line-height:39px;
	padding:0 45px 0 45px;
	text-align:center;
	}
	#menuArea li a{
	font-size:13px;
	font-weight:bold;
	color:#7d0d4e;
	text-decoration:none;
	outline:0;
	}
	#menuArea li a:hover{
	color:#005b26;
	}
	#menuArea li a.selected{
	color:#005b26;
	}
	#menuArea li.lastChild{
	float:left;
	list-style-type:none;
	background:none;
	line-height:39px;
	padding:0 45px 0 45px;
	}
/*content area style*/
#contentArea{
	background:#fff;
	padding-top:52px;
	padding-left:25px;
	padding-right:18px;
	}
	
	#contentArea h1{
	font-size:22px;
	color:#00531b;
	padding-bottom:10px;
	}
	#contentArea h2{
	font-size:16px;
	color:#00531b;
	padding-bottom:10px;
	}
	#contentArea p{
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
	}
	#contentArea p a{
	color:#00531b;
	font-size:12px;
	text-decoration:underline;
	text-align:right;
	}
	#contentArea p a:hover{
	text-decoration:none;
	}
	#blockOne{
	}
	.col1{
	width:320px;
	float:left;
	background:url(../../../../images/images/english/ver-div.gif) no-repeat right top;
	font-size:11px;
	line-height:13.2px;
	color:#656565;
	margin-bottom:20px;
	}
	.col1 img{
	margin-right:6px;
	}
	.col1 .h2{
	font-size:18px;
	color:#00531b;
	padding-bottom:15px;
	display:block;
	font-weight:bold;
	}
	.col1 p{
	padding-top:20px;
	padding-right:10px;
	}
	
	.col1 a{
	color:#be679a;
	}
	.col1 a:hover{
	text-decoration:none;
	}
	.col2{
	width:320px;
	background:url(../../../../images/images/english/ver-div.gif) no-repeat right top;
	height:177px;
	float:left;
	font-size:11px;
	line-height:13.2px;
	color:#656565;
	}
	.col2 img{
	}
	.col2 .h2{
	font-size:18px;
	color:#00531b;
	padding-bottom:15px;
	display:block;
	font-weight:bold;
	}
	.col2 p{
	padding-top:20px;
	padding-right:10px;
	}
	
	.col2 a{
	color:#be679a;
	}
	.col2 a:hover{
	text-decoration:none;
	}
	.col3{
	width:290px;
	float:left;
	font-size:11px;
	line-height:13.2px;
	color:#656565;
	}
	.col3 img{
	margin-left:25px;
	}
	.col3 .h2{
	font-size:18px;
	color:#00531b;
	padding-bottom:15px;
	display:block;
	font-weight:bold;
	white-space:nowrap;
	}
	.col3 p{
	padding-top:20px;
	padding-right:10px;
	}
	
	.col3 a{
	color:#be679a;
	}
	.col3 a:hover{
	text-decoration:none;
	}
#blockTwo{
	margin-bottom:20px;
	}
	#blockTwo .box{
	float:left;
	width:215px;
	margin-right:20px;
	}
	#blockTwo .box p{
	font-size:11px;
	line-height:13.2px;
	color:#656565;
	padding:0 20px 20px 20px;
	}
	#blockTwo .box p a{
	color:#be679a;
	}
	#blockTwo .box .head{
	font-size:32px;
	font-family:"Monotype Corsiva";
	color:#a3266f;
	padding:15px 0 15px 0;
	}
	#blockTwo .box p a:hover{
	text-decoration:none;
	}
/*footer style*/
#footerArea{
	height:60px;
	border-top:1px solid #a0216c;
	background-color:#fff;
	}
	#footerLeft{
	float:left;
	font-size:11px;
	color:#666;
	line-height:26px;
	padding-left:19px;
	}
	#footerRight{
	float:right;
	}
	#footerRight li{
	float:left;
	list-style-type:none;
	padding:0 19px 0 19px;
	}
	#footerRight li a{
	font-size:11px;
	color:#666;
	line-height:26px;
	text-decoration:none;
	outline:0;
	}
	#footerRight li a:hover{
	text-decoration:underline;
	}
	
	/** FORMS										**/

/**NEW FORM STYLES**/



.formFieldSet{

	border:1px solid #89a8ad;

	margin-top:0px;

	margin-bottom:5px;

	margin-left:5px;

	margin-right:5px;

	/*border-style: outset;*/

	padding-bottom:10px;



}



.formContent{

	clear:both;

	float:left;

	padding-left:0px;

	width:99%;

}



.formSeparator{

	font-family:verdana;

	font-size:12px;

	font-style:normal;

	font-weight:normal;

	background-color:#F0F0F0;

	padding:6px;

	color:#000000;

}



.formHeader{

	clear:both;

	font-family:verdana;

	font-size:12px;

	font-style:normal;

	font-weight:bold;

	background-color:#FFFFFF;

	color:#000000;

	padding:5px;

}



.formLine{

	clear:both;

	float:left;

	width:100%;

}



.formCaption{

	font-family:verdana;

	font-size:11px;

	font-style:normal;

	font-weight:normal;

	color:#333333;

	float:left;

	padding:5px;

	margin-top:3px;

	text-align:right;

	width:40%;

}



.formControl{

	font-family:verdana;

	font-size:11px;

	font-style:normal;

	font-weight:normal;

	color:#333333;

	float:left;

	padding:5px;

}



.formSpace{

	font-family:verdana;

	font-size:11px;

	font-style:normal;

	font-weight:normal;

	color:#333333;

	float:left;

	padding:5px;

	padding-left:15px;

}



.formControlText{

	font-family:arial;

	font-size:11px;

	font-style:normal;

	font-weight:normal;

	width:144px;color:#666666;

}



.formControlSelect{

	font-family:arial;

	#font-size:11px;

	font-style:normal;

	font-weight:normal;

	width:150px;color:#666666;

}



.formButtons{

	text-align:center;

	padding-top:15px;

	padding-bottom:15px;

	clear:both;

	float:left;

	width:99%;

}

/**NEW FORM END**/



.FormItems{

	font-family:verdana;

	font-size:11px;

	font-style:normal;

	font-weight:normal;

	padding:2px;

	color:#333333;

}



.formRemark{

	font-family:verdana;

	font-size:9px;

	font-style:normal;

	font-weight:normal;

	color:#999999;	

}

#contentArea h2{
	font-size:22px;
	line-height:22px;
	color:#00531b;
	}
#contentArea .blockOne{
	width:auto;
	margin-bottom:40px;
	}
	#contentArea .blockOne .box1{
	width:317px;
	float:left;
	background:url(../../../../images/images/english/ver-div.gif) no-repeat left;
	height:176px;
	margin-top:20px;
	
	}
	#contentArea .blockOne .box1 .leftBox{
	float:left;
	width:115px;
	margin-left:2px;
	
	}
	#contentArea .blockOne .box1 .rightBox{
	width:192px;
	float:left;
	}
	#contentArea .blockOne .box1 .rightBox h3{
	font-size:13px;
	padding-bottom:10px;
	line-height:12px;
	}
	#contentArea .blockOne .box1 .rightBox p{
	padding-bottom:10px;
	font-size:11px;
	}
	#contentArea .blockOne .box1 .rightBox p a{
	font-size:11px;
	color:#c273a1;
	line-height:26px;
	text-decoration:none;
	outline:0;
	}
	#contentArea .blockOne .box1 .rightBox p a:hover{
	text-decoration:underline;
	}
#contentArea .blockOne .lastChild{
	width:317px;
	float:left;
	margin-top:20px;
	
	}
#contentArea .blockOne .lastChild .leftBox{
	float:left;
	width:115px;
	padding-left:1px;
	}
#contentArea .blockOne .lastChild .leftBox img{
margin-left:1px;
}
	#contentArea .blockOne .lastChild .rightBox{
	width:192px;
	float:left;
	}
#contentArea .blockOne .lastChild .rightBox h3{
	font-size:13px;
	padding-bottom:10px;
	line-height:12px;
	}
	#contentArea .blockOne .lastChild .rightBox p{
	padding-bottom:10px;
	font-size:11px;
	}
	#contentArea .blockOne .lastChild .rightBox p a{
	font-size:11px;
	color:#c273a1;
	line-height:26px;
	text-decoration:none;
	outline:0;
	}
	#contentArea .blockOne .lastChild .rightBox p a:hover{
	text-decoration:underline;
	}
/*product style*/
#proMain{
	width:auto;
	margin-top:22px;
	margin-bottom:22px;
	}
	#proMain .proLeft{
	width:335px;
	float:left;
	}
	#proMain .proRight{
	float:left;
	width:330px;
	}
	#proMain .proRight h3{
		padding-bottom:10px;
		}
	#proMain .proRight .priceHead{
	font-size:18px;
	color:#00531b;
	}
	.priceHead2{
	float:left;
	font-size:13px !important;
	font-weight:bold;
	color:#00531b;
	}
	.priceHead3{
	font-size:13px !important;
	font-weight:bold;
	color:#00531b;
	}
	#proMain .proRight p{
	font-size:11px;
	padding-bottom:10px;
	}
.select1{
width:115px;
margin-left:10px;
}
.paadd1{
margin-left:10px;
}
.width2{
width:177px;
	}
.pageNavigation{
	width:auto;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	}
	.pageNavigation a{
	color:#01460f;
	text-decoration:underline;
	}
	.pageNavigation a:hover{
	text-decoration:none;
	}
	.pageNavigation a.backPage{
	color:#a1236c;
	text-decoration:none;
	}
	.pageNavigation a.backPage:hover{
	text-decoration:underline;
	}
	.pageNavigation a.currentPage{
	color:#01460f;
	text-decoration:underline;
	}
	.pageNavigation a.currentPage:hover{
	text-decoration:none;
	}
.pageNavigation span{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
.newprice{
color:#00531B;
font-size:13px !important;
font-weight:bold;
}
