body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
	padding: 0px;
	margin: 0px;
	background: none repeat scroll 0 0 #F0EFE2;
    color: #777777;
    font: 0.8em 'trebuchet ms',arial,sans-serif;
}

/**
* Tricky Tricky LOL please don't ask me this.
*/
html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**
* Common Element Specific
*/
p{ 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'century gothic', arial, sans-serif;
  	color: #43423F;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% 'century gothic', arial, sans-serif;
  	color: #A4AA04;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #A4AA04;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #362C20;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	color: #1293EE;
}

a:hover{ 
	text-decoration: none;
}

ul{ 
	margin: 2px 0 22px 17px;
}

ul li{ 
	list-style-type: circle;
  	margin: 0 0 6px 0; 
  	padding: 0 0 4px 5px;
}

ol{ 
	margin: 8px 0 22px 20px;
}

ol li{ 
	margin: 0 0 11px 0;
}


/**
* Effort less table style
*/
#component table tr th, #component table tr td {
    background: none repeat scroll 0 0 #3B3B3B;
    color: #FFFFFF;
    padding: 7px 4px;
    text-align: left;
}

#component table tr td {
    background: none repeat scroll 0 0 #F0EFE2;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
}


/**
* Layout Specific
*/
.auto_margin{
	margin: auto;
}

#global_wrap{
}

#header{
	background: none repeat scroll 0 0 #025587;
    height: 192px;
}

#title{
	background: url("image/title.png") no-repeat scroll 0 0 #025587;
    height: 120px;
    position: relative;
    width: 825px;
}

#title h1{
    font: 300% 'century gothic',arial,sans-serif;
    margin-bottom: 0px;
	letter-spacing: 0.1em;
}

#title h1 a .logo_colour {
    color: #80FFFF;
}

#title h2{
    color: #DDDDDD;
    font-size: 100%;
    padding: 4px 0 0;	
}

#inner_wrap{
	background: url("image/content.png") repeat-y scroll 0 0 #FFFFFF;
    padding: 20px 24px 20px 37px;
    width: 837px;
}

/**
* Menu
*/

#menu{
	background: url("image/menu.png") repeat-x scroll 0 0 #29415D;
    height: 72px;
    padding: 0;
    width: 877px;
}

#menu ul{
	margin-left: 0px; 
	padding-left: 0px; 
	margin-bottom: 0px; margin-top: 0px;
}

/**
* form stylling table like
*/
.form_tb{
	margin: 15px 0 0;
}

.form_tb p{
	padding: 0 0 4px;
}

.form_tb span {
    float: left;
    text-align: left;
    width: 200px;
}

.form_tb input, .form_tb textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5DB;
    color: #47433F;
    font: 100% arial;
    padding: 5px;
    width: 299px;
}

.form_tb .checkbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px 0;
    padding: 0;
    width: 14px;
}

.form_tb select {
    width: 310px;
}

.form_tb .submit {
    background: none repeat scroll 0 0 #263C56;
    border: 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    font: 100% arial;
    height: 33px;
    margin: 0 0 0 212px;
    padding: 2px 0 3px;
    width: 99px;
}

/**
* Side bar
*/
#side_bar{
	float: right;
	padding: 0 15px 20px;
    width: 190px;
}

#side_bar ul{
    padding: 4px 0 0;
    width: 178px;
}

#side_bar li{
	padding: 0 0 7px;
}

#side_bar ul li a{
    display: block;
}

#side_bar form{
	width:inherit;
}

#side_bar p{
	padding-bottom: 0px;
}

#side_bar input.search{
	border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
    padding: 4px;
    width: 134px;
}

#side_bar .search_btn{
	width: 33px;
	height: 33px;
	background: url(image/search.png);
}
#side_bar .side_row li{
    padding: 5px;
    background: #EFEFEF;
    margin-bottom: 1px;
}
/*
 Main Content
*/
#component{
	text-align: left;
    width: 595px;
}

#component p{
    padding: 0px;
}

/*
Banner Rotator
*/
#banner{
	text-align: left;
}
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    left: 10px;
    top: -50px;
    z-index: 99;
}
.slide_nav{
    font-size: 16px;
    float:left;
    margin:1px; 
    width:10px;
    padding:3px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}
/* 
Contact Form
*/

.success, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('image/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('image/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}
/*
 Footer
*/
#footer{
	background: url("image/footer.png") repeat-x scroll 0 0 #29425E;
    color: #FFFFFF;
    font: 100% 'lucida sans unicode',arial,sans-serif;
    height: 33px;
    letter-spacing: 0.1em;
    padding: 24px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 878px;
}

#footer a{
	color: #FFFFFF;
    text-decoration: none;
}

/**
* Widget Specific Style
*/

/**
* Login Widget
*/
form.login input{
	width: 100px;
}

form.login p{
	margin-top: 0px; 
	margin-bottom: 0px;
}
/**
*  Product Listing
*/
#product_container{
    width:100%;
}
.item_column
{
    min-height:200px;
    padding: 10px;
    float:left;
    text-align: center;
}
/* Product Name h2 for multiple h3 for single product*/
.item_column h3
{
    width:100%;
    float:left;
    text-align:left;
}
.list_product_name 
{
    font-size: 12px;
    font-weight: bold;
}
/* Product Image */
.img_div
{
    width:inherit;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    background:white;
    border:1px solid #cccccc;    
}
.display_img
{
    width:100%;
    display:block;
}

/* Multiple product per row */
.thumb_price {
    width:100%;
	margin:5px 0 5px 0;
    clear:both;
    color: #222;
    font-size: 12px;
    text-align:center;
}
/* Single Image Per Row */
.detail_div
{
    position: relative;
}
.out_stock
{
    margin:10px 0 0 0;
	text-align:center;
}
#add_cart_button
{
    width: 100px;  
}
/**
* Cart/Order
*/
.error
{
    color: #FF0000;
}
.nav_link{
    font-weight:bold;
    font-size:20px;
}
.back_cart
{
    float: left;
}
.save_button{
    clear:both; 
    float:right;
}
.wrapper{
   float:left; 
   width:100%;
}
.clear_cart
{
    clear:both;
    float:right;
}
.update_cart
{
    float:right;
}
.checkout
{
    clear:both;
    float:right;
}
.payment_info{
    clear: both;
    background: #EFEFEF;
    padding: 5px;
}
/**
* Cart Item
*/
.cart_table
{ 
    width:100%;
}
.cart_subitem
{
    width:120px;
}
.cart_qty
{
    width:60px;
}
/**
* Ship Info
*/
.row label{
    clear:both;
    float:left;
    width:150px;
    padding: 3px;
}
.span2{
    float:left;
}
.confirm_title{
    clear:both;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
}

/* Contact Info */
.email span{
    display: inline-block; 
    background-image: url('image/con_email.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.mobile span{
    display: inline-block; 
    background-image: url('image/con_mobile.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.phone span{
    display: inline-block; 
    background-image: url('image/con_tel.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.fax span{
    display: inline-block; 
    background-image: url('image/con_fax.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    display: inline-block; 
    background-image: url('image/con_website.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    clear:both;
    font-weight:bold;
    padding: 10px 0 10px 0;
}
/***********************************/
/****************CMS****************/
/***********************************/
/*
*   Categories List Style
*/
.categories_view{
    /*
    padding-top: 10px; 
    padding-left: 10px;
    */
}
/*
* Category Blog Styling
*/
.category_blog_view{
    /*padding-left: 10px;*/
}
/*
* Category List Styling
*/
.category_list_view{
    /*padding-left: 10px;*/
}
/* Articles */
.articles_view{
    
}
/*h4*/
.category_blog_view .article_title h4{
    color:#454545;
    border-top: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.category_blog_view .article_title h4 a{
    color:#095197;
}

.category_blog_view .article_title h4 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Article Styling
*/

/*
* Title
*/
/*h2*/
.article_title h2{
    color:#454545;
}

.article_title h2 a{
    color:#095197;
}

.article_title h2 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Widget Title
*/
.widget h3{
    border-bottom: #555565 solid 1px;    
}

.widget h3 span{
    color:#555565;
    font-size: 15px;
    font-weight: bold;
}

/*
*   Search Widget
*/
form .search label{
    display: none;
}

/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}