body{
	padding: 0px;
	margin: 0px;
	background: none repeat auto 0 0 #fff;
    color: #474848;
    font: 14px 'Open Sans', sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

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

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'Open Sans', sans-serif;
  	color: #00D2D9;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h3{ 
	font: bold 16px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% 'Open Sans', sans-serif;
  	color: #00D2D9;
}

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

h6{ color: #00D2D9;}

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

a:hover{ 
	text-decoration: none;
}

ul{ 
  padding: 0;
  margin: 0;
}

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

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}


/**
* Layout Specific
*/

.topbar {
	width:100%;
	height:20px;
	float:left;
	background: #111;
}

#global-container {
	width: 100%;
	float:left;
	margin:0 auto;
}

#content-container {
	width: 980px;
	margin:0 auto;
}

header {
	width: 100%;
	float: left;
}

.header-column-one {
	padding: 30px 0 0px 0;
	width:250px;
	float:left;
}

.header-column-two {
	margin:10px 0;
	width:730px;
	float:right;
}

.navigation {
	display:block;
	width:100%;
	float:right;
	margin:10px 0;
	border-top:2px solid #474848;
	border-bottom:2px solid #474848;
	 z-index:999; 
}

.banner {
	display:block;
	float:left;
	border:1px solid lightgrey;
	width: 100%;
}

section {
	width:100%;
	float:left;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	width:auto;
	display:inline;
}

#component {
	display:block;
	margin: 20px 0 20px 0;
	float: left;
	width: 100%;
}

footer {
	border-top: 2px solid #474848;
	float: left;
	width: 100%;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	width:auto;
	display:inline;
	float:left;
}

/**changeable css**/

.bottombar {
	width:100%;
	height:20px;
	float:left;
	background: #111;
	text-align:center;
	padding:5px 0;
}

.bottombar a {
	color: #ebebeb;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
}

.widget.cart {
	background: url(images/cart-bg.jpg) center 0 no-repeat;
	width: 186px;
	height: 56px;
	float: right;
	text-align:right;
	font-size:11px;
	color:white;
	font-weight:bold;
	padding: 4px 0;
}

.item_in_cart, .total_in_cart, .cart_button a {
padding: 0px 20px;
}

.cart_button a{ color:white; text-decoration: underline; }

.button_logout input[type="submit"] {
	border: none;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	font: 12px 'Open Sans', sans-serif;;
}

.button_user, .button_login, .button_register {
	float: left;
	width: auto;
	font-size:12px;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	margin: 2px 0 0 10px;
}

button {
	float: left;
	width: auto;
	font:12px 'Open Sans', sans-serif;;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	margin: 2px 0 0 10px;
	text-shadow : none;
	border: 0;
}

.button_setting {
	width: auto;
	float: left;
	margin: 0 10px;
}

.login_reset {
	float: left;
	width: auto;
	font-size:12px;
	background: #474848;
	color: white;
	text-transform:uppercase;
	padding: 8px 20px;
	border-radius:5px;
	margin: 2px 0 0 10px;
}
 

.widget.userlog {
	margin: 10px 50px 0 0;
	float: right;
}

.button_logout {
float: left;
}

.button_login a, .button_register a , .login_reset a { color:white; }

.mini-menu {
	background: #ECECEC;
	height: 20px;
	float: right;
	padding: 10px 0 10px 30px;
	text-align: right;
	font-size:12px;
}

.mini-menu ul.menu li{
	list-style: none;
	display: inline;
	padding: 3px 30px;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}

.mini-menu li a {
	color: #898989;
}


.mini-menu li a:hover {
	color: #111;
}

.component-column img {
	float:left;
	margin:10px 0 0 0;
}

.footer-col-one {
	width:auto;
	float:left;
	margin:10px 40px 30px 40px;;
	text-transform: uppercase;
	font-size:11px;
}

.footer-col-one p {
	font-weight:bold;
	color: #474848;
}

.footer-col-one li a {
	color: #7e7f81;
}

.footer-col-one li a:hover {
	color: #00d2d9;
}

.footer-menu {
	width:190px;
	float:left;
}

.footer-menu h3 {
	font-size:12px;
	text-transform: uppercase;
	font-weight:bold;
	border:0;
	padding: 0;
	margin: 10px 0;
}

.footer-menu ul.menu li{
	list-style: none;
	display: inline;
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 2px;
	margin: 0;
	width: 100%;
	text-align: left;
}

.footer-menu-text {
	width:400px;
	float:left;
}


.custom_detail {
	margin: 20px 0 0 0;
	border: 1px solid lightGrey;
	padding: 15px;
}

.feature_product h2 a {
	font-weight:bold;
	margin:10px 0;
	padding: 0;
}

.module.featblock h3 {
	display:none;
}

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

.item_column {
width: 324px !important;
}

#cart_form #add_cart_button
{
    background-color: #474848;
}

.category-module li {
	list-style: none;
}

.category-module h3 {
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
}

.category-module a { color: #474848; }