body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
	padding: 0px;
	margin: 0px;
	background:#eae9e5;
    color: #525251;
    font: 12px 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;
  line-height: 1.5em;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% arial, sans-serif;
  	color: #0076a3;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h1
{
	color:#3AB3E7;
}

h2{ 
	font: normal 175% arial, sans-serif;
  	color: #3ab3e7;
	font-weight: bold;
	
}

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

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: #525251;
}

a:hover{ 
	text-decoration: none;
	color: #3ab3e7;
}

ul{ 
	margin: 0;
}

ul li{ 
	list-style-type: circle;
  	margin: 0; 
  	padding: 0;
}

ol{ 
	margin: 0;
}

ol li{ 
	margin: 0;
}


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

#global_wrap{
	width:950px;
	height:100%;
	position:relative;
	margin:0 auto;
}

#header{
	background: none repeat scroll 0 0 #f4f3f3;
    height: 150px;
	width:950px;
	float:left;
	border-radius: 10px;
	margin:15px 0 15px 0;
	-moz-box-shadow: 0 0 10px #bab9b9;
	-webkit-box-shadow: 0 0 10px #bab9b9;
	box-shadow: 0 0 10px #bab9b9;
}

.logo
{
	width:300px;
	float:left;
	background: url(images/logo.png) center 0;
	height:126px;
	margin: 10px 0 0 10px;
}

.left_header_wrap
{
	width:500px;
	float:right;
}

.searchposition
{
	width:320px;
	height: 40px;
	float:right;
	background: #d0cfcb;
	margin: 0 10px 0 10px;
	padding: 0 20px 0 0;
}

.tagline
{
	width:190px;
	height:20px;
	text-align:left;
	float:right;
	margin:50px 0 0 0;
	font-style:italic;
	font-size:11px;
}

.cart
{
	width:150px;
	height:60px;
	float:right;
	margin: 10px 10px 0 0;
	text-align:right;
	background:url(images/cart.jpg) center 0;
	border-radius:5px;
	color:#fff;
}

.mini_menu
{
	width: 500px;
	height:30px;
	font-size:11px;
	float:right;
}

.footermenu
{
	display:inline;
	list-style:none;
	font-size:11px;
	text-align: right;
	float: right;
	padding: 8px 15px 0 0px;
}

.footermenu li
{
	display:inline;
	list-style:none;
	font-size:11px;
	padding: 0 5px 0 5px;
}


.footermenu a
{
	text-decoration:none;
	color: #525251;
}

.topmenu
{
	display:inline;
	list-style:none;
	font-size:11px;
}

/**
* Menu
*/

#menu{
	background: #404040;
    height: 40px;
    padding: 0;
    width: 950px;
	border-radius: 10px 10px 0 0px;
	float:left;
	z-index:10;
}

#menu ul{
	margin-left: 0px; 
	padding-left: 0px; 
	margin-bottom: 0px; margin-top: 0px;
	border-right: 1px solid #000;
}

/**
* 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{
	background:#fefefe;
	width:950px;
	float:left;
	text-align:left;
	border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 0 0 10px #bab9b9;
	-webkit-box-shadow: 0 0 10px #bab9b9;
	box-shadow: 0 0 10px #bab9b9;
	clear:both;
}

#component p{
    padding: 10px;
}

/*
Banner Rotator
*/
#banner{
	width:950px;
	float: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: none repeat scroll 0 0 #f4f3f3;
	width:950px;
	height:140px;
	float:left;
	border-radius: 10px;
	margin:15px 0 15px 0;
	-moz-box-shadow: 0 0 10px #bab9b9;
	-webkit-box-shadow: 0 0 10px #bab9b9;
	box-shadow: 0 0 10px #bab9b9;
	text-align:left;
}

#footer_bottom
{
	width:950px;
	float:left;
	padding:0px 0 10px 0;
	font-size:10px;
	color:#919191;
}

.footerbox
{
	width:170px;
	float:left;
	margin: 20px 0 0 0;
	color:#919191;
	font-size:11px;
}

.footerbox a
{
	color:#919191;
	text-decoration:none;
}

.footerbox li
{
	list-style:none;
	padding:2px 0 2px 0;
}

/**
* Widget Specific Style
*/

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

form.login p{
	margin-top: 0px; 
	margin-bottom: 0px;
}
/**
* 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;
	margin: 0 0 0 50px;
	width: 850px;
}

.contact_form_div
{
	margin: 0 0 20px 50px;
	width: 850px;
}
/***********************************/
/****************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
{
	padding:20px;
}

.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

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

.search.sclass {
margin: -7px 0 0 0;
}

.search.sclass input[type="submit"]
{
	background: #3e3e3e;
	color: #fff;
	border:0;
	height:22px;
	width:70px;
}

.side_row li
{
	list-style:none;
}

#search_word {
width: 200px;
}

.search_product{
float: right;
margin: 6px 0 0 0;
border: 0;
}

#search_keyword {
width: 200px;
float: left;
margin: 10px 0 0 0;
}

.widget.sclass h3
{ display:none; }

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

/**for certain article- with side bar **/

.contentbar
{
	width:700px;
	float: left;
	text-align:justify;
}

.sidebar
{
	width:250px;
	float:left;
}