body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
    padding: 0px;
    margin: 0px;
    background: none repeat scroll 0 0 #faf7f4;
    color: #534741;
    font: 16px georgia, times new roman;
}

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

.clear_left{
    clear: both;
}

/**
* Common Element Specific
*/
p{ 
    padding: 0;
	margin:0;
}

img { border: 0;}

h1{ 
    font: 16px georgia, times new roman;
    color: #ff0066;
	font-weight:bold;
	padding:5px 0 5px 0;
}

h3
{
	color:#534741;
	font-size:16px;
	font-weight:bold;
}

/**
* for contents
**/

h4
{
	text-transform: uppercase;
	font-size:24px;
	font-family:century gothic;
	color: #534741;
	padding:0;
	margin:0;
}

h5
{
	text-transform: uppercase;
	font-size:16px;
	font-family:century gothic;
	color: #534741;
	font-weight:normal;
	padding:0;
	margin:0;
}

a { color: #534741; }


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

a:hover{ 
    text-decoration: none;
}

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;
}

#level-1
{
	width:100%;
	height:42px;
	background: url(image/level1-bg.png) center 0 repeat-x  #e9e3dd;
	float:left;
}

#level-2
{
	width:100%;
	padding: 0 0 25px 0;
	background: #FFD6E7;
	float:left;
}

#level-3
{
	width:100%;
	height:150px;
	background: #362f2d;
	float:left;
}

#level-4
{
	width:100%;
	background: none repeat scroll 0 0 #faf7f4;
	float:left;
}


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

.user
{
	width:940px;
	margin: 0 auto;
}

.button_login, .button_register
{
	width:80px;
	float:left;
	padding:12px 0 0 0;
	font-size:12px;
}

.toplogin, .topregister
{
	color:#fff;
	font-weight:bold;
}

.button_login, .button_register a, a:hover
{ 
	color:#534741;;
}

.header
{	
	width:960px;
	float:left;
	height:160px;
	padding:15px 0px 0 0px;
}

.logo
{
	width:200px;
	height:100px;
	float:left;
}

.shopcart
{
	width:225px;
	height:81px;
	background: url(image/cart.jpg) center 0;
	border:1px solid #b7b7b7;
	float:right;
}

#menu
{
	width: 900px;
float: left;
height: 30px;
text-transform: uppercase;
text-align: right;
margin: 25px 0 0 140px;
font-weight: bold;
z-index: 10;
}

.banner
{
	width:960px;
	float:left;
	overflow:visible;
}

#component
{
	width: 960px;
	background-position:center;
	float:left;
	margin: 15px 0 15px 0;
}

.position
{
	width:960px;
	background-position:center;
	float:left;
}

.position2
{
	width:660px;
	float:left;
}

.position3
{
	width:280px;
	float:left;
	padding: 0 20px 0 0px;
}

/*
 Footer
*/
.footer{
	width:960px;
	position:relative;
	margin:0 auto;
	height:100%;
}

.footer a{
   color:#fff;
   text-transform:white;
}

.footer-left
{
	width:600px;
	float:left;
}

.footer-right {
	width:300px;
	float:right;
}

.footer-list
{
	text-transform:uppercase;
	float:left;
	padding:30px 80px 0 0px;
	color:white;
	font-size:12px;
}

.footer-list li
{
	list-style:none;
	padding:3px 0 3px 0;
}

.last-level
{
	width:100%;
	float:left;
	margin:0 auto;
}

.copyright
{
	width:930px;
	padding: 15px;
	position:relative;
	margin:0 auto;
	font-style:italic;
	font-size:10px;
	text-align:center;

/**
* 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;
}

/* 
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;
}

/**
* 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;
}
/***********************************/
/****************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
*/

.side_row,.side_row li, .side_row ul, .search_form form ul li {
list-style:none;
}

.search label{
display:none;
}

.search input[type="submit"]
{
	background: #fff;
	border:0;
}

/*
*   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;
}

.search label
{
	display:none;
}

.module_title{ margin: 0 0 0 10px; }