@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: #e7e7e7 url('../images/bg.jpg') repeat-x top; 
}

#container {
	margin: 0 auto;
	font: 14px SimSun, "Times New Roman", serif; 
	width: 940px;
}


/*============= General ================*/

#content_container ul, #content_container ol { margin: 0px; padding-left: 25px;}

#content_container li { padding: 4px 0; }

a:link, a:visited {
	color: #18853d;
	text-decoration: underline;
}
a:hover {
	color: #777;
	text-decoration: none;
}

.left{ float: left;}
.right{ float: right;}

hr {
	margin: 2em 0;
	height: 1px;
	border: none;
	background-color: #ccc;
	color: #ccc;
}

sup { font-size: 0.5em;}

a img { border: none;}

p { padding: 6px 0;}

h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #18853d; 
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font-size: 20px;
	font-weight:bold;
	padding: 10px 0;
}
h2 {  /* Use for those highlight title, subtitle, likes: Q&A questions title */
	font-size: 18px;
}
h6 {  /* Use in news & events date format */
	font-weight: normal;
	font-size: 11px;
	color: #555;
}

#contact_panel h1 { font-size: 16px;}

#download_panel h1, #guestbook_panel h1, #news_panel h1, #product_panel h1, #testimonial_panel h1 { font-size: 14px;}


/*=========================================== Header Part ============================================*/
#header_container {
	width: 100%; 
}

#header {
	width: 100%;
	margin: 0 auto;
	min-height: 66px;
	_height: 66px;
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}

#logo div { vertical-align: middle; display: inline;}

#companyName {
	font: bold normal 22px Arial, Helvetica, sans-serif;
	color: #020533;
}

#link_top { /* this is the very top navigation which included links and search functions */
	width: 500px;
	color: #666;
	position: absolute; 
	top: 30px;
	left: 10px;
}

#link {
	float: left;
	width: 160px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#link img { vertical-align: middle;}

#link a, #link a:visited {
	text-decoration: none;
	color: #555;
}

#link a:hover {
	color: #777;
	text-decoration: underline;
}

#search {	
	float: left;
	width: 240px;
}

.txtbox_search { /* set your search textbox style */
	width: 180px;
	height: 23px;
	line-height: 23px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #848484;
	padding: 0 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
}

#search input { vertical-align: middle; float: left;}

/*=========================================== Middle Part ============================================*/

#nav, #nav_below {
	width: 100%;
	height: 42px;
	clear: both;
	background: url('../images/nav-bg.jpg') repeat-x top;
	border-bottom: 1px solid #3ac269;
}


#nav_below ul, #nav ul { list-style: none; padding: 0 10px; margin:0;}

#nav_below li, #nav li { display: inline; padding: 0;}

#nav_below a, #nav a {
	float: left;
	display:block;
	font: bold 14px tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding:0 30px;
	cursor: pointer;
	position:relative;
	overflow: visible;	
	line-height: 42px;
}


#nav_below a:hover, #nav a:hover, #nav_below a.selected, #nav a.selected  {
	background-color: #0cb445;
}


#page { clear: both; width: 100%;}

#middle_container {
	width: 100%;
	position: relative;
}

#middle {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#banner {
	background: url('../images/banner.jpg') no-repeat;
	width: 940px;
	height: 288px;
}

.banner_textbox { /* text area of banner, if the font here are different from the default, add another font type here */
	float: left;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding: 80px 20px 20px 20px;
	width: 440px;
}

#banner h1 {
	font: 34px Arial, Helvetica, sans-serif;
	color: #fff;
	font weight: bold;
}

#banner_flash { 
	overflow: hidden;
	width: 940px;
	height: 288px;
}


/*=========================================== Content Part ============================================*/
#content_container {
	width: 100%;
	background-color: #fff;
}

#content {
	padding: 2px;
	color: #333;
}

#whole_content { /* this div is for 1 column content layout */
	line-height: 16px;
	padding: 10px;
}

#side_content_right, #side_content_left { /* this div is for 2 column content layout - side content appearence   */
	width: 240px;
	padding: 10px;
	background-color: #e0efd4;
}

#main_content_right, #main_content_left  { /* this div is for 2 column content layout - main content appearence */
	width: 620px;	
	text-align: left; /* change to right, center, inherit or justify if desired */
	line-height: 16px;
	padding-right: 20px;
}

#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 */
}

.main { float: left; width: 630px;}
.side { float: right; width: 240px;}

.side_title {
	text-align: left;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	background: url('../images/title-bg.jpg') repeat-x top;
	height: 42px;
	line-height: 42px;
	text-align:center;
	border-top: 1px solid #0eb446;
}

.side_text {
	padding: 5px 5px 20px 5px;
}

.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
}

.side_text li {
	padding: 0 0 15px 0;
	list-style-position: outside;
	list-style-image: url('../images/arrow-side.gif');
}

.side_text strong, .green { color: #18853d;}

.subtitle { color: #18853d; font: 24px Tahoma, Arial, Helvetica, sans-serif;}


.pagetitle h2 {	
	font: normal 30px "Times New Roman", Times, serif;
	color: #18853d;
	margin: 0;
	padding: 10px 0;
}

#bottom {
	clear: both;
	padding: 8px 0;
}

#counter {
	clear: both;
	padding: 10px 0 0 0;
}


a.button, a.button:visited {
	float: left;
	display: inline-block;
	padding: 20px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-right: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover { background-color: #ccc;}


/*=========================================== Footer Part ============================================*/
#footer_container {
	width: 100%;
}

#footer {
	margin: 0 auto;
	width: 920px;
	background: url('../images/footer-bg.jpg') no-repeat top;
	color: #666;
	font-size: 14px;
	height: 42px;
	color: #fff;
	padding: 10px;
	text-align:center;
}

.footer_menu {
 padding-top:5px;
}

.footer_contact  {
 padding-top:5px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #18853d;
	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 {
	background-color: ;
	border: 3px solid #e0efd4;	
}

#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 1px dotted #ccc;
}

.divider {  /* Use to divine information, such as: contact info / news & events */
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #e0efd4;
	border: 1px solid #a9d7a9;
	padding: 4px 5px;
	color: #848484;
}

.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #e0efd4;
	border: 1px solid #a9d7a9;
	padding: 4px 5px;
	color: #848484;
}

.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #18853d;
	padding: 1px;
}

.normal { /* Contact us page - job position */
	font-weight: normal; 
	font-size: 12px; 
	color: #555;
}

.price {
	color: #FF0000; /* color of the price display on product page */
}

.bgcolor { /* Use in the title of Security Code within a form  */
	background-color: #62bc49;
	font-weight: bold;
	color: #fff;
}

.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #e0efd4;
}

.border_hori, .border_verticle, .border { border: 2px solid #c8c8c8;}


/*===================================== 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_hori {    
	height: 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;
	_margin: -13px 0 0 0;
}


/*--------------------------------------------- SLIDER BANNER ------------------------------------------------*/

#slider-wrapper {
    width:940px;
    height:288px;
    margin:0 auto;
}

#slider {
	position:absolute;
    width:940px;
    height:288px;
	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;
}



/*--------------------------------------------- EVENT CALENDAR ------------------------------------------------*/

.calendar { widows:100%; margin-bottom: 15px;}

.cal_title { background-color: #4a8d02; position: relative; text-align: center; color: #fff; font-size: 14px; font-weight: bold; line-height: 22px;}

.cal_title h2.cal_prev { position: absolute; left: 4px; top: 7px;}
.cal_title h2.cal_next { position: absolute; right: 4px; top: 7px;}

.cal_title h2 a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
	filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
	opacity: 0.6;
}

table.tbl_calendar, table.tbl_calendar2 { border-collapse: collapse;}

.tbl_calendar th {  text-align: center; border: 1px solid #ccc; padding: 3px 4px; background-color: #ccc; color: #000; width:14%;}

.tbl_calendar td { border: 1px solid #ccc; text-align: center; padding: 3px 4px; background-color: #fff;}

.tbl_calendar td.bg_none { background-color: #eee;}



.tbl_calendar td.bg_event { background-color: #6bbb16; font-weight: bold; color: #d0ff9d;}


.tbl_calendar2 th {  text-align: center; border: 1px solid #fff; padding: 3px 4px; background-color: #4a8d02; color: #fff; width:14%;}

.tbl_calendar2 td {border: 1px solid #fff; background-color: #fff;}

.tbl_calendar2 h2 { background-color: #b4d88d; color: #333; padding: 0 10px; margin: 0; line-height: 22px; font-size: 12px; font-weight: bold;}

.tbl_calendar2 div { padding: 5px 10px;}

.tbl_calendar2 td.bg_none { background-color: #eee;}

td.bg_event h2 { background-color: #6bbb16; font-weight: bold; color: #d0ff9d;}
.tbl_calendar2 td.bg_event, td.bg_red { background-color: #dde8d0; font-weight: normal; color: #333;}


th.bg_red, td.bg_red h2 { color: #ba0101;}


.cal_title2 { color: #000; position: relative; padding: 10px 0; font-weight: bold; font-size:14px;}
.cal_btn { position: absolute; right: 0px; top: 10px;}


/*---------------------------------------- Pagination ------------------------------------------*/

#pagination { padding: 5px 0; text-align: right;}

#pagination a, #pagination a:visited { display: inline-block; background-color:#add8ad; color: #18853d; ; padding: 0 5px; line-height: 20px; text-decoration: none;}

#pagination a.selected, #pagination a:hover { background-color:#18853d; color: #fff;}



