body{
	margin:0px;
	background: #EDEDED url("site_images/bg.jpg");
	background-repeat:repeat-x;
	margin-top:30px;
	color: #3d454b;
	font-family: "Helvetica Neue", Arial, "DejaVu Sans", sans-serif;
	font-size:12px;
	text-align:left;
}


a{text-decoration:underline; color:#6D6D6D;}

h2,h3,h4{
	color: #3d454b;
	font-family: "Helvetica Neue", Arial, "DejaVu Sans", sans-serif;
	font-size:12px;
	margin:0px;
	text-decoration:none;
}

#main{
	width:930px;
	padding:10px 10px 10px 10px;
	background-position:top;
	background-color:#FFFFFF;
}

.textfield{
	border:1px solid #D9D9D9;
	padding:5px;
	width:300px;
}

.textfield_num{
	border:1px solid #D9D9D9;
	padding:5px;
	width:100px;
}

.textfield_pass{
	border:1px solid #D9D9D9;
	padding:5px;
	width:200px;
}

.textarea{
	border:1px solid #D9D9D9;
	padding:5px;
	width:400px;
	font-family: "Helvetica Neue", Arial, "DejaVu Sans", sans-serif;
	font-size:12px;
}

.button{
	background-color:#B6D977;
	color: #3d454b;
	font-size:11px;
	border:1px solid #A2D049;
	padding:5px 15px 5px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
}

img{
	border:0px;
}

.img_1{
	border:1px dotted #D9D9D9;
	padding:5px;
	margin-bottom:10px;	
}

/*************************** Header **************************/

#header{
	width:950px;
	height:72px;
	background-image: url("site_images/header.png");
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
	padding-left:52px;
	padding-top:28px;
}

/**************************** language bar ******************/
#lang{
	width:945px;
	padding-right:5px;
	padding-bottom:5px;
	text-align:right;
	font-size:11px;
	word-spacing:8px;
}

a.link_lang:link{text-decoration: none; color:#6D6D6D; border-bottom:1px dotted #6D6D6D;}
a.link_lang:visited{text-decoration: none; color:#6D6D6D; border-bottom:1px dotted #6D6D6D;}
a.link_lang:hover{text-decoration:none; color:#6D6D6D; border-bottom:1px solid #6D6D6D;}

/*************************** Menu ****************************/
#main_menu{
	height:37px;
	background-color:#2E2F2D;
	text-align:left;
	line-height:37px;
	width:950px;
}

#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}
#pmenu {position:relative; z-index:500;}
#pmenu li {float:left;position:relative;}
#pmenu a, #pmenu a:visited {display:block; width:126px; font-size:14px; font-weight:bold; color:#FFFFFF; height:37px; line-height:37px; text-decoration:none; text-indent:5px; text-align:center;}
#pmenu li:hover > a{color:#999;}
#pmenu li ul {display: none;}
#pmenu li:hover > ul {display:block; position:absolute; top:0; left:181px;}
#pmenu > li:hover > ul {left:0; top:37px; background-color:#CFE1EB;}

#pmenu1 a, #pmenu1 a:visited {display:block; width:180px; font-size:11px; font-weight:normal; color:#1A1A1A; height:30px; line-height:30px; text-decoration:none; text-indent:5px; text-align:center; border:1px solid #fff; border-width:0 1px 1px 0;}
#pmenu1 li:hover > a{color:#CFE2EB; background-color:#669ACC;}


/*************************** Footer ***********************/
#main_footer{
	width:950px;
}

#footer{
	background-color:#1A1A1A;
	color:#818181;
	padding:10px;
	font-size:11px;
	height:100px;
	border-top:2px solid #6699CC; 
}

#footer_left{
	float:left;
	width:230px;
	border-right:1px dotted #6D6D6D;
	height:75px;
	line-height:25px;
	padding-top:25px;
}

#footer_right{
	float:right;
	line-height:25px;
	text-align:left;
	width:680px;
}

.footer_text1{
	color:#E6E6E6;
}

a.link_footer:link{text-decoration: none; color:#6D6D6D; border-bottom:1px dotted #6D6D6D;}
a.link_footer:visited{text-decoration: none; color:#6D6D6D; border-bottom:1px dotted #6D6D6D;}
a.link_footer:hover{text-decoration:none; color:#FFFFFF; border-bottom:1px dotted #6D6D6D;}

/**************************** content ****************************/

#content{
	margin:0px;
	margin-bottom:40px;
	overflow:hidden;
	padding-bottom:0px;
	padding-top:20px;
	text-align:left;
}
/************************ contact splits **************************/
#split1{
	width:450px;
	float:left;
	line-height:20px;
}

#split2{
	width:432px;
	float:right;
}

#map{
	border:1px dotted #D9D9D9;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;	
}

.address_text{
	color:#779F2D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#map_top{
	width:120px;
	background-color:#B6D977;
	color: #3d454b;
	border:1px solid #A2D049;
	padding:5px 15px 5px 15px;
	text-align:center;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/************************** other splits ****************************/

#split_right{
	width:690px;
	float:right;
	line-height:20px;
}

#split_left{
	width:224px;
	height:700px;
	float:left;
	background-image: url("site_images/left.jpg");
	background-repeat:no-repeat;
}

.menu_company {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_company.png");
	}

.menu_company a, .menu_company a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#666;
}
.menu_company a span {padding-left:40px;}

.menu_company a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
	color:#669ACC; 
}

.menu_company_v {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#669ACC;
	background-image: url("site_images/button_company.png");
	}
.menu_company_v a, .menu_company_v a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#669ACC;	
}
.menu_company_v a span {padding-left:40px;}

.menu_company_v a:hover {
	display:block; 
	height:40px; 
	cursor:pointer; 
}

.menu_services {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_services.png");
	}
.menu_services a, .menu_services a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#666;
}
.menu_services a span {padding-left:40px;}

.menu_services a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
	color:#669ACC;
}


.menu_services_v {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#669ACC;	
	background-image: url("site_images/button_services.png");
	}
.menu_services_v a, .menu_services_v a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#669ACC;	
}
.menu_services_v a span {padding-left:40px;}

.menu_services_v a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
}

.menu_contact {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_contact.png");
	}

.menu_contact a, .menu_contact a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#666;
}
.menu_contact a span {padding-left:40px;}

.menu_contact a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
	color:#669ACC; 
}

.menu_products_i {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_products_index.png");
	}

.menu_products_i a, .menu_products_i a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#666;
}
.menu_products_i a span {padding-left:40px;}

.menu_products_i a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
	color:#669ACC; 
}

/************************** menu products *********************/
.menu_products {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_products.png");
	}
.menu_products a, .menu_products a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#666;
}
.menu_products a span {padding-left:35px;}

.menu_products a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;
	color:#669ACC;
	background-image: url("site_images/button_products_v.png");
}

.menu_products_v {
	width:224px; 
	height:40px; 
	border-bottom:1px solid #E8E8E8;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:#666;
	background-image: url("site_images/button_products_v.png");
	}
.menu_products_v a, .menu_products_v a:visited {
	display:block;
	height:40px; line-height:40px; 
	text-decoration:none; 
	color:#669ACC;
}
.menu_products_v a span {padding-left:35px;}

.menu_products_v a:hover {
	display:block; 
	height:40px; 
	cursor:pointer;	
}
/****************** contact bg *********************/
#contact_bg{
	width:217px;
	margin-top:40px;
	color:#838383;
	line-height:18px;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

a.link_contact:link{text-decoration:none; color:#669ACC;}
a.link_contact:visited{text-decoration:none; color:#669ACC}
a.link_contact:hover{text-decoration:underline; color:#669ACC;}

/****************************************************/

.home_left{
	width:217px;
	color:#838383;
	line-height:18px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:2px solid #E8E8E8;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*************************** index products ********************/

.products_left{
	width:460px;
	float:left;
}


.products_right{
	width:230px;
	float:right;
}

.products_left_1{
	width:230px;
	float:left;
}

.products_left_2{
	width:230px;
	float:right;
}

.product_img{
	width:216px;
	height:208px;
	padding-top:8px;
	text-align:center;
	background-image: url("site_images/products_bg.gif");
	background-repeat:no-repeat;
}

.menu_products_text {
	width:216px;
	text-align:center;
	margin-bottom:20px;
	margin-top:5px;
	background-image: url("site_images/products_text.png");
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #3d454b;
	}
.menu_products_text a, .menu_products_text a:visited {
	display:block;
	height:30px; line-height:30px; 
	text-decoration:none; 
	color: #3d454b;
}
.menu_products_text a span {}

.menu_products_text a:hover {
	display:block; 
	height:30px; 
	cursor:pointer;
	text-decoration:underline;
}

#cat_msg{
	/*background-image: url("site_images/cat_bg.gif");
	background-repeat:no-repeat;*/
	/*height:35px;
	line-height:35px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-bottom:15px;
	color:#669ACC;
}

/******************* cpanel ****************/

.table_top{
	background-color:#B6D977;
	color: #3d454b;
	border-top:1px solid #A2D049;
	border-bottom:1px solid #A2D049;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

td{
	color: #3d454b;
	border-bottom:1px solid #E8E8E8;
	padding:5px;
}

a.link_main:link{text-decoration: none; color:#3d454b; border-bottom:1px dotted #3d454b;}
a.link_main:visited{text-decoration: none; color:#3d454b; border-bottom:1px dotted #3d454b;}
a.link_main:hover{text-decoration:none; color:#3d454b; border-bottom:1px solid #3d454b;}

.thumb{
	padding:5px;
	background-color:#DBECBB;
	border:0px;
}


/********************* product details *********************/
#source{
	background-color:#B6D977;
	color: #3d454b;
	border:1px solid #A2D049;
	padding:5px 15px 5px 15px;
	text-align:center;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:280px;
	margin-top:10px;
}

/***************** index category link ********************/
a.link_cat_ind:link{font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; color: #3d454b;}
a.link_cat_ind:visited{font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none; color: #3d454b;}
a.link_cat_ind:hover{font-family:Georgia, "Times New Roman", Times, serif; text-decoration:underline; color:#669ACC;}

/***************** gallery link ********************/
a.link_gallery:link{text-decoration:none; color: #eee;}
a.link_gallery:visited{text-decoration:none; color: #eee;}
a.link_gallery:hover{text-decoration:underline; color:#eee;}