@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 {
	margin: 0;
	padding: 0;
	background: #000; /* Change your background color or image */
}
#container {
	margin: 0 auto; /* align center for the entire site , change to "margin: 0;" if align left */
	background:#FFF ; /* set your background color or image if there is any */
	width: 779px; /* decide the entire width of your site */
	font: 11px Verdana, Arial, Helvetica, sans-serif; /* this is the default font of the site */
}

/*=========================================== Header Part ============================================*/
#header {
	width: 100%; /* the width is follow the container width */
	padding-bottom: 10px;
}
#logo {
	padding: 0px 0 0 10px;
	float: left;
	margin-top:15px;
	width: 500px;
}
#logo span {
	float: left;
	margin-right:10px;
}
#companyName {
	font: italic normal 20px "trebuchet MS", verdana, arial;
	color: #666666;
	padding-top: 7px;
}
#link_top { /* this is the very top navigation which included links and search functions */
	width: 250px;
	height:80px;
	float: right;
	margin-right:10px;
	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: #828181;
}
#link a, #link a:visited {
	text-decoration: none;
	color: #828181;
}
#link a:hover {
	color: #884e42;
	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;
}
#search form { 
	margin: 0; /* remove the unneccessary spaces within the form */
}
.txtbox_search { /* set your search textbox style */
	width: 160px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #884e42;
	color: #333;
	padding: 4px 0 0 5px;
	font: 11px verdana;
}

/*=========================================== Middle Part ============================================*/
#middle_container {
	width: 100%;
}
#nav {
	width: 100%;		
	background: #884e42 url('../images/nav_bg.gif') repeat-x bottom;
	margin-bottom: 6px;
	padding: 0 0 20px 0;
	min-height: 24px;
	overflow:auto;
	_overflow:visible;
}
#nav ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	background: url('../images/navi_top_bulleton.gif') no-repeat left center;
	color: #fff;
	text-decoration: none;
	padding: 0px 50px 0 15px;
	margin: 12px 0 0 0px;
	position:relative;
	overflow: visible;
}
#nav a:hover, #nav a:active {
	background: url('../images/navi_top_bulleton.gif') no-repeat left center;	
	text-decoration: none;
	color: #fff;
	overflow: visible;
}
#nav a.selected {
	background: url('../images/navi_top_bulletoff.gif') no-repeat left center;
	text-decoration: none;
	color: #fff;
}
#banner {
	background: url('../images/banner.jpg') no-repeat center;
	height: 255px;
	width: 779px;	
	margin-bottom: 0px;
}
.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: right;
	padding: 65px 20px 20px 20px;
	width: 330px;
	color: #333;
}
#banner h1 {
	font: bold 35px "trebuchet MS", verdana, arial;
	color: #8e3317;
	margin: 0;
	padding: 0;
}

/*=========================================== Content Part ============================================*/
#content_container {
	width: 100%;
	margin-bottom: 6px;
	color:#616564;
}
#content { /* this div is for 1 column content layout */
	padding: 10px;
	overflow:hidden;
}
#side_content_right, #side_content_left { /* appearence of the side menu design   */
	width: 205px;
	padding: 10px;
	overflow:hidden;

}
#main_content_right, #main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 515px;
	padding: 10px 20px 10px 10px;
	overflow:hidden;
	text-align: left; /* change to right, center, inherit or justify if desired */
}
#side_content_right, #main_content_right { /* DO NOT EDIT for this class */
	float: right; 	
}
#side_content_left, #main_content_left { /* DO NOT EDIT for this class */
	float: left; 
}
#side_nav {
	width: 100%;	
	margin-bottom: 20px;	
}
#side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side_nav li {
	background-color: #884e42;
	border-top:2px solid #9d665b;
	margin-bottom:4px;
}
#side_nav a {
	display: block;
	width: 180px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 3px;
	padding: 10px 5px 10px 15px;
}
#side_nav a:hover, #side_nav a:active {
	text-decoration: none;
	color: #f2e9d6;
}
#side_nav a.selected {
	background-image: none;
	margin-right:5px;
	color:#ff532f;
	font-weight:bold;
}
.side_title {
	background-color:#884E42;
	text-align: center;
	font: bold 16px "trebuchet MS", verdana, arial;
	color: #FFF;
	height: auto;
	padding:4px 0px;
}
.side_text {
	padding: 5px 5px 20px 5px;
	color:#838383;
}
.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.side_text li {
	padding: 2px 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: #884e42;
	padding: 0 0 2px 0;
	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;
	width: 100%; /* 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 10px 8px 10px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	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 #884E42;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #884E42;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #884E42;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #FFF;
	border: 1px solid #884E42;
}
.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #ffffff;
	border: 1px solid #884E42;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #674722;	
}
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #616564; 
}
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: #ff9727;
}
.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: #884E42;
	font-weight: bold;
	color: #fff;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #e5efff;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.small_img_frame img { /* Product detail page - border color of small thumbnail of product image */
	border-color: #884E42;	
}
a:link, a:visited {
	color: #884e42;
	text-decoration: underline;
}
a:hover {
	color: #884e42;
	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;
}
.small_img_frame a:link img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border-width: 2px;
	border-style: solid;
}
.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;
}

