/* CSS Document */

body {
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:/*#432b1f*/;
	background:url(images/bg.gif) top left repeat-x /*#dccaa4*/;
}

p { margin-bottom:10px; margin-top:10px;}
a img {border:0;}
form { margin:0; padding:0;}

#page_wrap {margin:0 auto; width:960px; padding:0;}
.wrap {margin:0 auto; width:960px;}

#header {height:246px/*255px*/; background:url(images/banner_bg.jpg) top center no-repeat; color:#000; margin:0; padding:0; overflow:hidden;}
#header_prod {height:246px/*255px*/; background:url(images/banner_products.jpg) top center no-repeat; color:#000; margin:0; padding:0; overflow:hidden;}
#header .links { padding:12px 10px;font-weight:bold; width:200px; float:left; }
#header .links a {color:#000; text-decoration:none;}
#header .links a:hover { color:#c4480c; text-decoration:underline;}

#header .logolink {position:relative; top:60px; left:-220px; width:220px; height:80px; cursor:pointer; background:#666666; }

#header .banner {float:left; margin:20px 0 0 45px; width:460px; height:211px; background:url(images/img_frame.jpg) top left no-repeat; padding:5px; position:relative; top:0px; left:-5px;}
#header .center {float:left; margin:20px 0 0 45px; width:460px; height:211px; padding:5px; position:relative; top:0px; left:-5px;}

#header .btn_left { position:relative; top:110px; left:243px; background:url(images/btn_left.png) top left no-repeat; width:44px; height:44px; z-index:10; cursor:pointer;}
#header .btn_right{ position:relative; top:65px; left:713px; background:url(images/btn_right.png) top left no-repeat; width:44px; height:44px; z-index:10; cursor:pointer;}

#header .contact {position:relative; top:12px; right:10px; float:right; font-weight:bold; }
#header .contact a {color:#000; text-decoration:none;}
#header .contact a:hover { color:#c4480c; text-decoration:underline;}

#menu { background:url(images/menu_bg.gif) top left no-repeat; line-height:39px; padding:0px; color:#fff; clear:both;}
#menu a { text-decoration:none; color:#fff;}
#menu a:hover { color:#FF0000; text-decoration:none;}

#content { padding:40px 20px; line-height:20px;}
#content a{ text-decoration:none; color:#0000CC;}
#content a:hover{ text-decoration:underline; color:#0000CC;}

#content .img_border { border:#ddd 5px solid;}
#content .img_left { float:left; margin:0 10px 10px 0;}
#content .img_right { float:right; margin:0 0 10px 10px;}

.main_title { font-size:24px; font-weight:bold; color:#CC0000; font-family:"Times New Roman", Times, serif;}
.title { font-size:14px; font-weight:bold;}
.highlight {color:#cb0a0a;}

.divider_h { padding:20px 0; background:url(images/divider_h.gif) left 20px repeat-x; clear:both;}
.divider_v { padding:0 20px; background:url(images/divider_v.gif) top center repeat-y;}

#content a.btn { padding:2px 10px; background:#000; display:block; cursor:pointer; color:#fff; font-size:11px; text-decoration:none; }
#content a.btn:hover { text-decoration:none; color:#fff;}

.left {float:left;}
.right { float:right;}
.clearing {clear:both;}

.input1 {width:200px; background:#f1e2c5; border:0;}
.input2 {width:390px;}
.input3 {width:300px;}
.input4 {width:200px;}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 900px;
	height: 900px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow:hidden;
}

/**** products gallery ****/

#s4 {}
#nav { text-align: right; width:500px; margin:0 auto; }
.nav { /*top:-15px;*/}
#nav a, #s7 strong { font-weight:bold; font-size:12px; margin: 0 3px; padding: 7px 10px 7px 11px; background:#CCCCCC; text-decoration: none; position:relative; top:0px; right: 0px; z-index:9; color:#990000;}
#nav a.activeSlide { background:#990000; color:#fff; }
#nav a:focus { outline: none; }

/*--Main Image Preview--*/
.main_image {
	width: 420px; height: 595px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size:14px;
	font-weight: normal;
	margin:0;
	padding:0;
}
.block small { 
	padding: 0;  
	font-size: 1em; 
}
.main_image .block small {margin-left: 0px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	padding:10px;
}
.main_image a.collapse {
	background: url(images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 500px;
	/*
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	*/
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin-left: 10px; padding: 5px 0px;
	background: #f0f0f0;
	width: 235px;
	float: left;
	border: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	font-size:10px;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size:10px;
	margin: 0; 
	padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 20px;
	padding: 0;
	width: 100%;
}	
.image_thumb ul li p{display: none;}

.link_list {padding: 0;margin: 0; width:200px;}
.link_list li {list-style:none;}
.link_list li a{color:#fff !important; margin-bottom: 1px;text-decoration: none; background:#b49018; padding:5px; display:block; }
.link_list li a:hover{ background:#2d2d2d; color:#fff !important; text-decoration: none !important;}

#effect{overflow:hidden; width:700px; height:380px; background:#f7f7f7; }
.para{width:660px; height:250px; float:left; padding:20px; padding-top:10px;}

#quachart {
	padding:135px 0 0 115px; 
	width:105px; 
	height:85px; 
	font-family:'Times New Roman', Times, serif; 
	background:url(images/qua_chart_bg.jpg) top left no-repeat; 
	font-size:24px; 
	font-weight:bold;
}

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

#footer { height:20px; background:#2d2d2d/*#422f20*/; color:#fff/*#d2be9d*/; padding:30px 20px 30px 20px;}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {color:#fff; text-decoration:underline;}
