@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, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;
} 

body {
	background: #F0F0F0 url('../images/bg.gif') repeat-x top; /* Change your background color or image */
}
#container {
	margin: 0 auto; /* align center for the entire site , change to "margin: 0;" if align left */
	background: ; /* set your background color or image if there is any */
	width: 779px; /* decide the entire width of your site */
	font: 12px Tahoma, 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: 17px;
}
#logo {
	padding: 10px 0 0 10px;
	float:left;
	width: 500px;
}
#logo span {
	float: left;
	margin-right:10px;
}

#companyName {
	font: italic normal 20px "trebuchet MS", verdana, arial;
	color: #B3AFAA;
	padding-top: 7px;
}
#link_top { /* this is the very top navigation which included links and search functions */
	width: 250px;
	height: 97px;
	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: #fff;
}
#link a, #link a:visited {
	text-decoration: none;
	color: #fff;
}
#link a:hover {
	color: #FBE9B1;
	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: 160px;
	height: 20px;
	background-color: #000;
	border: 1px solid #674722;
	color: #FBE9B1;
	padding: 4px 0 0 5px;
	font: 11px verdana;
}

/*=========================================== Middle Part ============================================*/
#middle_container {
	width: 100%;
}
#nav {
	width: 100%;		
	background: #674722 url('../images/nav_top_bg.gif') no-repeat bottom;
	border-top: 1px solid #A97539;
	margin-bottom: 6px;
	padding: 0 0 28px 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_bulletoff.gif') no-repeat left center;
	color: #fff;
	text-decoration: none;
	padding: 0px 32px 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_bulleton.gif') no-repeat left center;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
#banner {
	background: url('../images/banner.jpg') no-repeat;
	height: 256px;
	width: 779px;	
	margin-bottom: 6px;
}
.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: right;
	padding: 80px 30px 20px 20px;
	width: 310px;
	color: #fff;
	text-align:right;
	overflow:hidden;
	
}
#banner h1 {
	font: bold 38px "trebuchet MS", verdana, arial;
	color: #fff;
	margin: 0;
	padding: 0;
}

/*=========================================== Content Part ============================================*/
#content_container {
	width: 100%;
	margin-bottom: 6px;
}
#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;
	overflow:hidden;
	padding: 10px;
	background-color: #D6D6D6;
}
#main_content_right, #main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 515px;	
	overflow:hidden;
	padding: 10px;
	text-align: left; /* 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_title {
	background: url('../images/side_content_titlebg.gif') no-repeat center;
	text-align: center;
	font: bold 16px "trebuchet MS", verdana, arial;
	color: #25190B;
	height: 35px;
	padding: 3px 0 0 0;
}
.side_text {
	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: #674722;
	border-bottom: 4px dotted #674722;
	padding: 0 0 2px 0;
	margin: 0 0 15px 0;
}
#bottom, #counter {
	clear: both;
	padding-bottom: 5px;
}
/*=========================================== Footer Part ============================================*/
#footer {
	clear: both; /* content both side_content and main_content to bottom part */
	padding: 15px 0;
	background-color: #25190B;
	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: #FBE9B1;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.footer_menu, .footer_contact {
	padding: 0 0 8px 0;
	width: 779px;
	margin: 0 auto; 
}
#footer a {
	text-decoration: none;
	color: #FBE9B1;
}
#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 #D3C1AF;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #D3C1AF;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #D3C1AF;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #F0F0F0;
	border: 1px solid #9B8772;
}
.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 #9B8772;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #D3C1AF;	
}
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #674722; /* 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: #555;
}
.normal { 
	font-weight: normal; 
	font-size: 12px; /* 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: #D3C1AF;
	font-weight: bold;
	color: #000;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #F2EAE2;
}
.big_img_frame img {	/* Product detail page - border color of Big product image - add in style if desired */
}
.border /* Product detail page - border color of small thumbnail of product image */
{
    border-color: #674722;
}

a:link, a:visited {
	color: #674722;
	text-decoration: underline;
}
a:hover {
	color: #679200;
	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;
	border-color:#674722;
	height: 65px;
	text-align:center;
}
.border_hori
{
    border-width: 2px;
	border-style: solid;
	border-color:#674722;
	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;
}


/*--------------------------------------------- SLIDER BANNER ------------------------------------------------*/

#slider-wrapper {
    /*width:789px;
    height:246px;*/
    margin:0 auto;
}

#slider {
	position:absolute;
    /*width:789px;
    height:246px;*/
	background:url('../images/loading.gif') no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 0px;
	bottom: 0px;
	z-index:1000;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url('../images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url('../images/arrows.png') no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

