body{
	margin:0px;
	padding:0px;
	color:#555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background:url(images/bg.jpg) no-repeat;	

}

#megacontainer
{
	width:974px;
	margin:0 auto;
}

html{ 
	height: 100%;
}

.clear{
	clear: both;
}

p{ 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}
img { 
    border: 0;
}
h1{ 
  	margin: 0;
  	padding: 15px 0 0 0;
}
h2, h3, h4, h5, h6 { 
  	margin: 0 0 10px 0;
  	padding: 15px 0 5px 0;
  	color: #43423F;
}
h2{ 
  	color: ##888686;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	color: #A4AA04;
}

h5, h6{ 
  	padding: 0 0 15px 0;
  	color: #000;
}
h6{ 
    color: #362C20;
}

a, a:link, a:visited {
	color: #555555; 
	text-decoration: none;
	font-size:14px;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

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

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

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

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

/**
* Layout Specific
*/
.auto_margin{
	margin: auto;
}
#global_wrap{
	width: 980px;
	margin: 0 auto;
	padding: 0 5px;
}
/**
* Header with Logo and Search
*/
#header{
	width: 974px;
	height: 100px;
	padding: 0 30px;

}

#header #header_left{
	width: 300px;
	padding: 0 0 0 0;
	float: left;
	margin: -10px 0 0 -30px;
}
#header #header_left h1{
	font-size: 40px;
}
#header #header_right{
	width: 200px;
	height: 30px;
	margin-top: 10px;
	float: right;
}
/**
* Banner
*/
#banner{
	width: 800px;
    height:auto;
    padding:0;
    margin:0;
	clear: both;
	overflow: hidden;
	float:left;
}
/*
 Main Content
*/
#wrapper_content {
	width: 974px;
	margin: 0 auto;
	padding: 10px;
 
}
#component{
	width: 974px;
    margin:0;
    padding: 0;
    float:left;
}

#component p {
    padding: 0;
}
/**
* Side bar
*/
#side_bar{
	width: 210px;
	float: left;
}
#side_bar .widget{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;  
}
/*
 Footer
*/
#footer {
	width: 974px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	border-top: 3px solid #f0f0f0;
	padding-top: 20px;
}
#footer a{
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	color: #33CCFF;
	text-decoration: none;
}
/**
* Widget
*/
.widget h3{
    margin: 0;
    padding: 0;
}
.widget .widget_title{
    margin:0 0 0 0;
    padding: 4px 10px;
    color: #333;
    font-size: 14px;
}
.widget .side_row{
    margin:0 0 0 15px;
    padding:0px;
}
.widget .side_row li{
   list-style:none;
   padding:4px;
}

.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
	width:inherit;
}

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

.widget .side_row .search_btn{
	width: 33px;
	height: 33px;
	background: url(images/search.png);
}

.widget .side_row .search label{
    display: none;
}

.widget form.login input{
	width: 200px;
}
/**
* Pagination
*/
.pagination a
{
    padding:5px;
    border:1px solid #5d5d5d;
    color:#5d5d5d;
}

.pagination strong
{
    padding:5px;
    border:1px solid #5d5d5d;
    background-color: #5d5d5d;
    color:#FFFFFF;
}

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

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/*
Banner Rotator
*/
#coin-slider-wrapper { margin-left:auto; margin-right:auto; }
.coin-slider { overflow: hidden; zoom: 1; position: relative;}
.coin-slider a {text-decoration: none; outline: none; border: none; }
.cs-title { background-color: black; color: white; margin-bottom:0px; margin-left:0px; padding:10px 0 10px 0;}
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
.cs-prev {background:url(images/prev.png) no-repeat 0 0 transparent !important; width:35px; height:35px; text-indent:-9999px; display:block; padding:0 !important; opacity:1 !important; filter:alpha(opacity=100) !important; left:20px !important; }
.cs-prev:hover {background-position:0 -35px !important;}
.cs-next {background:url(images/next.png) no-repeat 0 0 transparent !important; width:35px; height:35px; text-indent:-9999px; display:block; padding:0 !important;  opacity:1 !important; filter:alpha(opacity=100) !important; right:20px !important; }
.cs-next:hover {background-position:0 -35px !important;}
#coin-slider-wrapper .cs-buttons {left:10px !important; margin-left:10px !important; position:absolute !important; top:20px; padding:0 !important; }
#coin-slider-wrapper .cs-buttons a {margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px;}
.cs-buttons a.cs-active {background-color:#B8C4CF !important;}
/* Contact Info */
.email span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_email.png');
    background-repeat: no-repeat;
}
.mobile span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_mobile.png');
    background-repeat: no-repeat;
}
.phone span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_tel.png'); 
    background-repeat: no-repeat;
}
.fax span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_fax.png'); 
    background-repeat: no-repeat;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    width: 16px;
    height:16px;
    margin-right:5px;
    display: inline-block; 
    background-image: url('images/con_website.png');
    background-repeat: no-repeat;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    padding: 10px 0 10px 0;
    clear:both;
    font-weight:bold;
}

#search{
width: 400px;
float: right;
margin: -45px -200px 0 0;
}

.image_block{
height:150px !important;
width:150px !important;
}

#contentcontainer{
width: 600px;
float: left;
margin: 0 0 0 10px;
padding: 0 10px 0 10px;
}

#bg{
background:#FFFFFF;
padding: 10px;
width:974px;
}

.layout {
float: left;
margin: -20px 0 0 110px;
color: #8B8989;
}

.widget.currency{
margin: 0 0 0 -50px;
}

.widget.here{
float:right;
margin: -363px 60px 0 0;
}


/* bottom menu */
.menubottom
{
width: 1100px;
height: 25px;
float:left;
margin: -30px 0 0 0;
}

.menubottom ul
{
padding:0px;
margin: 0 0 0 0;
}

.menubottom li
{
display:inline;  /** makes the li move to a single line horizontally **/
margin:0 1px 0 0 ;
padding:0 0 0 0;
float:left;
border-left:1px solid #CCC;
height:18px;
}

.menubottom li a
{

font-size:12px;
font-weight:bold;
color:#f06eaa;
text-decoration:none !important; /** this removes underline **/

}

.menubottom li a:hover, .menubottom li a.active
{
color:#ed145b;
}

#side_bar span{
width:200px;
height:35px;

color:#FFFFFF;
}

.widget.payment{
margin: -90px 0 30px 0;
padding: 10px;
}

.feature_product a{
display: none;
}
.pagination{
padding:10px;
}

.position{
font-size:20px;
}

.checkout_process{

text-align:center;
background:url(images/checkout4.png) no-repeat;  

padding: 80px 0 0 0;
}
.checkout_process a{
text-decoration: none;
color:#000000;
font-weight: bold;
float: left;
margin: 20px 0 0 18px;
}


.checkout_process2{

text-align:center;
background:url(images/checkout3.png) no-repeat;  

padding: 80px 0 0 0;
}

.checkout_process2 a{
text-decoration: none;
color:#000000;
font-weight: bold;
float: left;
margin: 20px 0 0 17px;
}

.checkout_process3{

text-align:center;
background:url(images/checkout2.png) no-repeat;  

padding: 80px 0 0 0;
}

.checkout_process3 a{
text-decoration: none;
color:#000000;
font-weight: bold;
float: left;
margin: 20px 0 0 17px;
}


.checkout_process4{

text-align:center;
background:url(images/checkout.png) no-repeat;  

padding: 80px 0 0 0;
}

.checkout_process4 a{
text-decoration: none;
color:#000000;
font-weight: bold;
float: left;
margin: 20px 0 0 17px;
}

.search_form{
width:400px;
}

.price {
font-size: 15px !important;
color: #F06EAA;
}

.coupon_div{
padding: 50px 0 0 0;
}

.head_title{
display:none;
}
.checkout_bar{
display:none;
}
.shipping_info{
width:500px;
}

.main_tree{

margin: 20px 0 0 0;
padding: 0 0 0 0;
}

#side_bar li{
margin: 20px 0 0 20px;
background: url(images/next.png) no-repeat;
padding: 0 0 0 20px;
}

.widget.bestseller  li{

}

.widget.bestseller  a{
width:200px;
text-align:left;
}

.m_login.myform{
width:400px;
}

.sort_order_form{
margin: -30px 0 0 -350px;
}

#side_bar .widget h3 {
background: url(images/bar.png) repeat-x white;
height: 33px;
margin: 0px;
padding: 8px;
color: #585757;
font-size: 12px;
}

.module  h3 {
background: url(images/bar2.png) repeat-x white;
height: 33px;
margin: 0px;
padding: 8px;
color: #585757;
font-size: 12px;
}

.widget  h2 {
background: url(images/bar3.png) repeat-x white;
height: 33px;
margin: 0px;
padding: 8px 0 8px 20px;
color: #585757;
font-size: 14px;
}

.module_title{
font-size: 14px;
margin-left: 10px;
}

#category_tree{
margin-top: -20px;
}
.add_cart_button{
border-bottom: 1px dashed #CCC;
padding-bottom: 10px;
}

.search input[type="submit"] {
background: url(images/searchicon.png) repeat-x white;
width: 50px;
height: 23px;
margin: 0 0 0 -2px;
border: 0;
}

.search input[type="text"] {
-webkit-border-radius: 10px;
border: 1px solid #CCC;
padding: 2px 10px 2px 10px;
}

.widget.cart{
margin: 0 0 0 80px;
}

.bestseller{
margin: -30px 0 0 30px;
padding: 10px;
}

#product_module{
margin: 0 0 0 20px;
}