/* CSS Document */
body
{
	background: #779e2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #332121;
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
}

#lang {
		background: url(../images/language.jpg) no-repeat;
	width: 1024px;	
	margin: 0 auto;
		}
	
.language {
	text-align:right;
	padding-right:70px;
	color:#1A5E71;
	font-size:10px;
}
.language a{
	color:#1A5E71;
}

.language a:hover {
	color:#314806;
}

a
{
	text-decoration: none;
	color: #70A70E;
}

a:hover
{
	text-decoration: none;
	color: #314806;
}


h3
{
	font-size: 14px;
	color: #A5760B;
	padding: 6px 0 12px 10px;
	margin: 0;
}

p
{
	font-size: 12px;
	color: #332121;
	padding: 0 10px 10px 10px;
	margin: 0;
}

#content_bar
{
	background: url(../images/bg_content.jpg);
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}

/* header */

#header
{
	background: url(../images/bg_header.jpg) no-repeat;
	width: 1024px;
	height: 22px;
	margin: 0 auto;
}

#footer
{
	background: url(../images/bg_footer.jpg) no-repeat;
	width: 1024px;
	height: 9px;
	margin:  0 auto;
	color: #fff;
	text-align: center;
	padding: 20px 0 40px 0;
	font-size:10px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#footer a:hover
{
	color: #314806;
	text-decoration: none;
}

#banner
{
	width:100%;
	height:186px;
	margin: 0 auto;
	background:url(../images/top-banner-bg.jpg) no-repeat;	
}
.banner-left
{
	margin-left:70px;
	padding:5px;
	float:left;
}

.banner-right
{
	width: 650px;
	height:140px;
	margin-right: 70px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px;
	float:right;
	
}

/* menu */

#menu
{
	width: 900px;
	height: 34px;
	margin: 0 auto;
	padding-left: 10px;
	font-size: 10px;
}


#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	width: 126px;
	height: 34px;
	padding: 8px 0 0 2px;
	background: url(../images/menu_active.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 10px;
}

#menu a:hover
{
	background: url(../images/menu_hover.jpg) no-repeat;
	width: 126px;
	height: 34px;
	padding: 8px 0 0 2px;
	font-size: 10px;
}
.activePage
{
	background: url(../images/menu_hover.jpg) no-repeat !important;
	width: 126px !important;
	height: 34px !important; 
	padding: 10px 0 0 2px !important;
	font-size: 10px !important;
}

#line
{
	background: url(../images/line_bg.gif) repeat-x;
	height: 3px;
	width: 894px;
	padding: 8px 0 0 0px;
	margin: 0 0 0 67px;
}

#maincontent
{
	background: url(../images/maincontent.jpg) repeat-y;
	width: 1024px;
	min-height: 100%;
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#colOne
{
	float: left;
	width: 526px;
}

.box
{
	background: url(../images/left_top.gif) no-repeat;
	width: 520px;
	height: 20px;
	/*margin-left: 68px;*/
}

.box_footer
{
	background: url(../images/left_footer.jpg) no-repeat;
	width: 520px;
	height: 30px;
	/*margin-left: 68px;*/
}


.mainbox
{
	border-bottom: 1px solid #EE8F23;
	border-left: 1px solid #EE8F23;
	border-right: 1px solid #EE8F23;
	border-top: none;
	/*margin-left: 68px;*/
	padding-left:10px;
	width: 508px;
	overflow: hidden;
}

.moreright
{
	padding-right: 25px;
	padding-bottom: 5px;
	float: right;
}


.more a
{
	display: block;
	width: 80px;
	height: 25px;
	background: url(../images/more_active.jpg) no-repeat;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}

.more a:hover
{
	background: url(../images/more_hover.jpg) no-repeat;
	width: 80px;
	height: 25px;
}

.tabmainbox
{
	border-bottom: none;
	border-left: 1px solid #EE8F23;
	border-right: 1px solid #EE8F23;
	border-top: none;
	/*margin-left: 68px;*/
	width: 518px;
	overflow: hidden;
}

.tab ul
{
	margin: 0;
	padding: 6px 0 0 8px;
	list-style: none;
}

.tab li
{
	display: inline;
}
/*
.tab a
{
	display: block;
	float: left;
	width: 124px;
	height: 23px;
	background: url(../images/tab_hover.jpg) no-repeat;	
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	padding: 0;
}
*/
.tab_active
{
	background: url(../images/tab_active.jpg) no-repeat;	
	display: block;
	float: left;
	width: 124px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	padding: 0;
}
.tab_inactive
{
	background: url(../images/tab_hover.jpg) no-repeat;	
	display: block;
	float: left;
	width: 124px;
	height: 23px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	padding: 0;
}

.tab a:hover
{
	background: url(../images/tab_active.jpg) no-repeat;
	width: 124px;
	height: 23px;
}
.linetab
{
	height:10px;
}

.linetab_footer
{
	background: url(../images/tab_line_footer.jpg) no-repeat;
	width: 507px;
	height: 9px;
	float: right;
	padding-right: 3px;
}

.tabcontent
{
	background: url(../images/tab_line_content.jpg) repeat-y;
	width: 502px;
	height: 250px;
	float: right;
	padding-right: 8px;
	overflow: hidden;
}

.left_bar
{
	position: absolute;
	float: left;
	width: 155px;
	margin-left: 5px;
	padding: 0;
	text-align: center;
	height: 230px;
}

.content_bar
{
	position: absolute;
	width: 155px;
	float: left;
	margin-left: 170px;
	padding: 0;
	text-align: center;
	height: 230px;
}

.right_bar
{
	position: relative;
	float: right;
	padding-right: 10px;
	width: 155px;
	margin: 0;
	text-align: center;
	height: 230px;
}

.product
{
	text-align: center;
	padding: 8px 0 5px 0;
}

.product_price
{
	color: #EE8F23;
	padding: 5px 0 5px 0;
}
.detail a
{
	display: block;
	background: url(../images/detail_active.jpg) no-repeat;
	width: 70px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	color: #000;
	font-weight: normal;
}

.detail a:hover
{
	background: url(../images/detail_hover.jpg) no-repeat;
	width: 70px;
	height: 34px;
}


.clear
{
	clear: both;
	padding-right: 20px;
}

#colTwo
{
	float: right;
	width: 330px;
	height: 400px;
	padding-right: 15px;
	text-align: center;
}
#colTwo-top
{
	padding: 0px 0px 0px 0px;
}
#colTwo-mid
{
	padding: 10px;
	background: url(../Products/video_bg.gif) no-repeat;
	height:310px;
	width:345px;
}
#colTwo-bottom
{
	height: 85px;
	width:345px;
	padding:10px;	
	background: url(../Products/Venus_bg.gif) no-repeat;
}

#bottom-right
{
	width:353px;
	padding:0px 10px 0px 0px;
}


/* About us */
#colOne_about
	{
		float: left;
		width: 880px;
	}

#colTwo_about
	{
		float: left;
		width: 250px;
		padding:20px 0 20px 10px;
	}

.img {
		background:url(../images/productsample.jpg) no-repeat;
		width:56px;
		height:102px;
		margin:50px 0 0 0;
}

/* Customer service */

#col_custommer_left {
	width:320px;	
	float:left;
	}

#col_custommer {
	width:850px;
	padding: 10px 10px 20px 0px;
	text-align: left;
	}

.title_text {
	font-weight:bold;
	color:#000;
	}
	
.textemail {
		font-weight:bold;
}

#header-title
{
	font-size:16px;
	font-weight:bold;
	padding: 5px 0px 15px 0px;
}

#main_content {
	width:880px;
	padding: 0px 10px 20px 75px;
	text-align: left;
	}
/*Active Menu*/
 .footer_active
{
color: #314806 !important;
}

.footer_active_none
{
color: #fff;
}
.header_active_none
{
display: block;
float: left;
width: 126px;
height: 34px;
padding: 10px 0 0 2px;
background: url(../images/menu_active.jpg) no-repeat;
text-align: center;
text-decoration: none;
color: #FFFFFF;
font-family: Verdana, Geneva, sans-serif;
font-variant: small-caps;
font-weight: bold;
font-size: 10px;
}
.header_active
{
background: url(../images/menu_hover.jpg) no-repeat !important;
width: 126px;
height: 34px;
padding: 10px 0 0 2px;
font-size: 10px;
}	