
@charset "utf-8";
/* CSS Document-Powered By Emerge Systems (M) Sdn. Bhd.  */
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;
} 


#container {
	margin: 0px auto; /* align center for the entire site , change to "margin: 0;" if align left */
	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 */
	height: auto;
	padding-bottom:15px;
}
#logo {
	padding: 20px 0 0 10px;
	float: left;
	width: 490px;
}
#logo span {
	float: left;
	margin-right:10px;
}

#link_top { /* this is the very top navigation for membership &shopping cart */
	width: 250px;
	height: 72px;
	float: right;
	position: relative;	
	margin-right:10px;
}

#link { /* this is the very top navigation for membership &shopping cart */
	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: #000;
}

#link a, #link a:visited {/* link color for membership &shopping cart */
	text-decoration: none;
	color: #000;
}
#link a:hover {/* link hover color for membership &shopping cart */
	text-decoration: underline;
}



/*========= Middle Part ===============*/

#middle_container {
	width: 100%;
}

/*========= Banner Part ===============*/
#banner_flash{	
	clear:both;
	margin:0 auto;	
	height: auto;
	width: 779px;
	text-align:center;
}

#banner {
	height:256px;
	width:779px;
}

.banner_textbox { /*text area of banner, if the font here are different from the default, add another font type here */
	float: right;
	padding: 100px 20px 20px 20px;/* edit to adjust the display position*/
	width: 380px; /* edit  to set the display area*/
	color: #000; /*edit banner description color*/
}
#banner h1 {
	font: bold 42px "trebuchet MS", verdana, arial;
	color: #000; /*edit banner title color*/
	margin: 0;
	padding: 0;
}

/*========= Navigation Part ===============*/

#nav {
	width: 100%;			
	padding: 3px 0px 3px 0px;
	height: auto;
	overflow:auto;
	_overflow:visible;
	margin-bottom: 0px;
}

#side_nav {
	width: 100%;	
	margin-bottom: 20px;		
}

.side_text ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

/*========= Heading / TItle Part ===============*/
h1, h2, h3, h4, h5, h1 a:link, h1 a:visited {
	color: #666; /*adjust font color for h1, h2, h3, h4, h5*/
}
h1 {  /* Use for those highlight title, subtitle, likes: News & Events title */
	font-size: 12px;
	line-height: 2.5em;
	padding-bottom: 5px;
}

h2 {  /* Use for 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;
}


/*========= Content Part 1 column ===============*/

#content { /* this div is for 1 column content layout */
	padding: 15px;
	overflow:hidden;
}

/*========= Content Part 2 column ===============*/

#main_content_right, #main_content_left  { /*adjust main content width */
	width: 520px;
	padding: 15px 20px 15px 10px;
	overflow:hidden;
	text-align: justify; /* change to right, center, inherit or justify if desired */
}

#side_content_right, #side_content_left { /*adjust site content width*/
	width: 205px;
	padding: 10px;	
	overflow:hidden;
}

#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 */
}


/*========= Footer Part ===============*/

#footer {
	clear: both; /* content both side_content and main_content to bottom part */
	padding: 15px 0px 10px 0px;	
	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 */   	
}

.footer_menu, .footer_contact {
	padding: 0 0 5px 0;
	width: 779px;
	margin: 0 auto; 
}

#footer a:hover {
	text-decoration: underline;
}


/*=========  Login, Contact, Download, News & Events, Testimonial, Guestbook Page ===============*/

#login_panel, #testimonial_panel, #guestbook_panel, #download_panel {
	background-color: ;
	border: 5px solid #CCC;	
}
#news_panel td, #product_panel td { /* Use to divide each news / products */
	border-bottom: 2px dotted #CCC;
}
.divider {  /* Use to divine information, such as: contact info / news & events */
	border-top: 2px dotted #CCC;
}
.txtbox_login { /* appearance of Login textbox - leave all blank if you wish to use browser default style */
	background-color: #fff;
	border: 1px solid #aaa;
}
.txtbox, .txtarea  { /* appearance of all textbox and textarea - leave all blank if you wish to use browser default style */
	background-color: #fff;
	border: 1px solid #aaa;
}
.imgborder, #testimonial_panel img { /* Testimonial image style and News Image style */
	border: 1px solid #CCC;	
}

.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: #8E8D8D;
	font-weight: bold;
	color: #fff;
}
.bgcolor2 { /* bgcolor of Security Code area */
	background-color: #ddd;
}
.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: #555;	
}

