@charset "utf-8";
/* CSS Document */
img, div, input { behavior: url("iepngfix.htc") }
img { -ms-interpolation-mode:bicubic; }

/* Reset stylesheet to make all the crowser consistance */
html, body, div, form, table, th, td, h1, h2, h3, h4, h5, h6 { 
	margin: 0; padding: 0;
} 
body {
	background-color: #595525; /* Change your background color or image */
}
#container {
	margin: 0 auto; /* align center for the entire site , change to "margin: 0;" if align left */
	width: 824px; /* decide the entire width of your site */
	font: 11px Verdana, Arial, Helvetica, sans-serif; /* this is the default font of the site */
	color: #fff;
}

/*=========================================== Header Part ============================================*/
#header {
	width: 779px; /* the width is follow the container width */
	padding: 0 0 15px 45px;
}
#logo {
	padding: 10px 0 0 10px;
	float: left;
	width: 500px;
}
#logo span {
	float: left;
	margin-right:10px;
}
#companyName {
	font: italic 22px "trebuchet MS", arial, verdana;
	color: #fff;
	padding-top: 7px;
}
#link_top { /* this is the very top navigation which included links and search functions */
	width: 250px;
	height: 70px;
	float: right;
	position: relative;	
}
#link {
	padding: 10px 0 0 0;	
	position: absolute;
	top: 0; /* the navigation will always stay at the top of the link_top div */
	right: 0;
	color: #fff;
}
#link a, #link a:visited {
	text-decoration: none;
	color: #fff;
}
#link a:hover {
	color: #FCEAA2;
	text-decoration: underline;
}
#search {	
	position: absolute; /* the search function will always stay at the bottom of link_top div */
	bottom: 0;
	right: 0;
	color: #fff;
}
.txtbox_search { /* set your search textbox style */
	width: 140px;
	height: 17px;
	background-color: #321E10;
	border: 1px solid #8B795F;
	color: #fff;
	padding: 3px 0 0 5px;
	font: 11px verdana;
}
.btn_search {
	margin-left: -5px;
}

/*=========================================== Middle Part ============================================*/
#middle_container {
	width: 100%;
}
#nav {
	width: 779px;
	padding: 0 0 5px 45px;
	overflow:auto;
	_overflow:visible;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0 15px;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	background: none;
	color: #fff;
	text-decoration: none;
	padding: 3px 35px 3px 15px;
	margin: 0 0 12px 0;
	position:relative;
	overflow: visible;
}
#nav a:hover {
	background: url('../images/nav_on.png') no-repeat left center;
	text-decoration: none;
	color: #fff;
	overflow: visible;
}
#nav a.selected, #nav a:active {
	background: url('../images/nav_on.png') no-repeat left center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 310px;
	width: 100%;
}
.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: right;
	padding: 120px 30px 20px 360px;
	width: 380px;
	color: #000;
	text-align:right;
	overflow:hidden;
}
#banner h1 {
	font: italic bold 30px "trebuchet MS", verdana, arial;
	color: #3e2a1c;
	margin: 0;
	padding: 0;
}

/*=========================================== Content Part ============================================*/
#content_container {
	width: 779px;
	padding-left: 45px;
}
#content { /* this div is for 1 column content layout */
	padding: 10px;
	overflow:hidden;
}
#side_content_right, #side_content_left { /* this div is for 2 column content layout - side content appearence   */
	width: 205px;
	padding: 10px;
	overflow:hidden;
	background: #777234; /*url('../images/side_content_bg.gif') repeat-x bottom;*/
}
#main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 524px;
	_width: 500px;
	overflow:hidden;
	padding: 10px 20px 20px 0;
	text-align: left; /* change to right, center, inherit or justify if desired */
}
#main_content_right { /* this div is for 2 column content layout - main content appearence */
	width: 524px;
	_width: 500px;
	overflow:hidden;
	padding: 10px 0 20px 20px;
	text-align: justify; /* change to right, center, inherit or justify if desired */
}
#side_content_right, #main_content_right {
	float: right; 	 /* DO NOT EDIT for this class */
}
#side_content_left, #main_content_left { 
	float: left; /* DO NOT EDIT for this class */
}
#side_nav {
	width: 100%;	
	margin-bottom: 15px;	
}
#side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_nav li {
	padding: 0;
}
#side_nav a {
	display: block;
	width: 180px;
	color: #ccc;
	text-decoration: none;
	padding: 6px 10px 6px 15px;
	border-bottom: 1px dotted #a09a47;
}
#side_nav a:hover, #side_nav a:active {
	background-color: #a49e52;
	padding: 6px 10px 6px 15px;
	color: #fff;
}
#side_nav a.selected {
	background: url('../images/nav_on.gif') no-repeat left center;
	padding: 6px 10px 6px 15px;
	color: #fff;
	font-weight:bold;	
}
.side_title {
	border-bottom: 1px solid #8B795F;
	font: bold 16px "trebuchet MS", verdana, arial;
	color: #fff;
	padding: 4px 20px;
}
.side_text {
	color: #fff;
	font-size: 10px;
	padding: 5px 5px 20px 5px;
}
.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.side_text li {
	padding: 0 0 8px 0;
	list-style-position: outside;
	list-style-image: url('../images/side_content_bullet.gif');
}
.page_title h2 {
	font: bold 24px "trebuchet MS", verdana, arial;
	color: #fff;
	padding: 0px 10px 2px 0px;
	margin: 0 0 15px 0;
}
#bottom, #counter {
	clear: both;
	padding: 8px 0;
}

/*=========================================== Footer Part ============================================*/
#footer {
	clear: both; /* content both side_content and main_content to bottom part */
	padding: 15px 0 15px 45px;
	border-top: 1px solid #8B795F;
	width: 779px; /* 100% to let the footer full fit in browser, change to exact width if desired */
	margin: 0 auto;
	text-align: center; /*change to left or right if desired */
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.footer_menu, .footer_contact {
	padding: 0 0 8px 0;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	color: #FCEAA2;
	text-decoration: underline;
}

/*============= Login, Contact, Download, News & Events, Testimonial, Guestbook Page ================*/

/* This section need to be edit based on the design color */

#login_panel, #testimonial_panel, #guestbook_panel, #download_panel {
	border: 5px solid #4E3726;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #8B795F;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #8B795F;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #321E10;
	border: 1px solid #8B795F;
	color: #fff;
}
.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #321E10;
	border: 1px solid #8B795F;
	color: #fff;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #8B795F;	
}
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #fff; /* Brown color */
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font-size: 12px;
	line-height: 2.0em;
	padding-bottom: 5px;
}
h2 {  /* Use for those highlight title, subtitle, likes: Q&A questions title */
	font-size: 14px;
	line-height: 2.5em;
}
h6 {  /* Use in news & events date format */
	font-weight: normal;
	font-size: 11px;
	color: #fff;
}
.normal { 
	font-weight: normal; 
	font-size: 11px; /* Follow the default font-size of the site */
}
.price {
	color: #FF0000; /* color of the price display on product page */
}
.bgcolor { /* Use in the title of Security Code within a form  */
	background-color: #321E10;
	color: #fff;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #807a36;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.border, .border_verticle, .border_hori, .small_img_frame img { /* Product detail page - border color of small thumbnail of product image */
    border-color: #8B795F;
}
a:link, a:visited {
	color: #FCEAA2;
	text-decoration: underline;
}
a:hover {
	color: #FCEAA2;
	text-decoration: none;
}

/*===================================== DO NOT Edit this section ===================================== */
#login_panel {
	padding: 20px;
	width: 260px;
}
#login_panel td, .tbl_padding td {
	padding: 5px 0;
}
.tbl_proImage td {
	padding: 0;
}
#testimonial_panel, #guestbook_panel, #download_panel {
	padding: 8px;
	margin-top: 10px;
}
#news_panel td {
	padding: 8px 0;	
}
#product_panel td {
	padding: 4px 0;
}
#product_panel {
	padding-top: 10px;
}
.txtbox_login { 
	width: 150px;
}
.imgborder, #testimonial_panel img {
	margin-right: 10px;
}
.bgcolor {
	padding: 4px 0;
}
.bgcolor2 {
	padding: 10px 0;
}
.page_link {
	padding: 5px 0;
	text-align: right;
}
.border_verticle {
    border-width: 2px;
	border-style: solid;
	height: 65px;
	text-align:center;
}
.border_hori {
    border-width: 2px;
	border-style: solid;
	width: 65px;
	text-align:center;
}
.small_img_frame a:link img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.small_img_frame a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}
.clear { /* Fix the float problems */
	height: 0;
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	_margin: -13px 0 0 0;
}

.img{

float:left;
padding-right:15px;