@font-face
{
font-family: Gothicb_0;
src: url('fonts/Gothicb_0.otf'),
	 url('fonts/Gothicb_0.ttf'),
	 url('fonts/Gothicb_0.woff'),
}

@font-face
{
font-family: Gothici_0;
src: url('fonts/Gothici_0.otf'),
	 url('fonts/Gothici_0.ttf'),
	 url('fonts/Gothici_0.woff'),
}

@font-face
{
font-family: Lato-Bold;
src: url('fonts/Lato-Bold.otf'),
	 url('fonts/Lato-Bold.ttf'),
	 url('fonts/Lato-Bold.woff'),
}

@font-face
{
font-family: Lato-Regular;
src: url('fonts/Lato-Regular.otf'),
	 url('fonts/Lato-Regular.ttf'),
	 url('fonts/Lato-Regular.woff'),
}

body{
	padding: 0px;
	margin: 0px;
	background: url(images/mainbg.jpg)top left repeat-x #333333;
    color: #333333;
    font: 15px lato, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

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

img { border: 0;}

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

h2{ 
	font: 16px arial, sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: bold 200% lato, sans-serif;
  	color: #ea4f5f;
}

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

h6{ color: #000;}

a, a:hover{ 
	outline: none;
  	text-decoration: none;
  	/*color: #000;*/
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:hover{ 
	text-decoration: none;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

ul{ 
  padding: 0;
  margin: 0;
}

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

ol{ 
	padding: 0;
	margin: 0;
}

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


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

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

.navigation {
	display:block;
	width:100%;
	float:left;
	z-index:999; 
	background: #282828;
	height:136px;
	margin: 0 auto;
	box-shadow: 1px 5px 20px black;
}

#navi-container {
	width: 980px;
	/*float: left;*/
	margin:0 auto;
	position:relative;
}

.logo {
	width: 553px;/*583-30*/
	height: 103px;
	float: left;
	margin:0 auto;
	padding: 15px;
	position:relative;
}

.content-navi {
	width: 387px;
	height: 106px;
	float: left;
	margin:0 auto;
	/*padding: 15px 5px;*/
	position:relative;
}

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

section {
	width:980px;
	float:left;
	background:#bc202a;
	/*padding:0 10px;*/
	/*margin-top: 12px;*/
}

.rotator {
	display:block;
	float:left;
	width:980px;
	height: 515px;
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:980px;
	float:left;
	/*margin: 10px 0 0 0;*/
	height: 172px;
	/*padding: 10px 0 0 0;*/
	background: url(images/component_bg.jpg);
}

#component-wrap{
	width: 980px;
	margin:0 auto;
	position:relative;
}

.welcome {
	background: white;
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:940px;
	min-height: 100px;
	padding: 40px 20px 40px 20px;
}

.welcome2 {
	background: white;
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:940px;
	min-height: 180px;
	padding: 40px 20px 40px 20px;
}

footer {
	background: #ea4f5f;
	float: left;
	/*margin:10px 0;*/
	padding:10px;
	width:960px;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	/*display:inline;*/
	float:right;
	width: 400px;
	/*margin:0 0 0 250px;*/
	position:relative;
	padding: 0 30px 0 300px;
}

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

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

.column-one {
	background: url(images/columnbox-pattern.jpg) repeat;
	border:1px solid lightgrey;
	padding:10px;
	margin:15px 0 ;
}

.widget.product-search h3 {
	display:none;
}

.side_row li { list-style:none; }

#search_keyword {
width: 165px;
float: left;
height: 18px;
margin: 3px 0 0 0;
}

.magnifier.icon { display:none; }

.widget.product-search {
margin: 10px 0 0 0;
}

.widget.shoppingcart {
	background: url(images/cart-bg.jpg) no-repeat;
	width: 197px;
	height:52px;
	padding: 10px;
	margin: 10px 0;
}

.item_in_cart, .cart_button, .total_in_cart {
text-align: right;
}

.widget.widget_style_21 h3 span {
	color: #898989;
	font-weight: normal;
	text-transform: uppercase;
}

.widget h3 { border:0 !important; }

.widget.widget_style_21 h3 { margin:3px 0; }

.widget.widget_style_21 li {
	padding:6px 0;
	border-bottom:1px solid lightgrey;
}

.category_blog_view .article_title h4 {
	border:0;
	padding:6px 0;
	border-bottom:1px solid lightgrey;
	color: #9b969b;
	font-weight:bold;
	font-size: 18px;
}

.pagination a {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.pagination strong {
	padding:2px 4px;
	border: 1px solid lightgrey;
	margin:4px 0 0 4px;
	float:left;
	background: #d1c6d2;
	color: #fff;
}

.promo_price {
	text-align: center;
	font-weight: bold;
	color: #EDBD75;
	font-size: 16px;
}

.line_through {
text-decoration: line-through;
}

.widget.widget_style_44 {
	margin: 20px 10px;
}

.category-module li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid lightGrey;
}

.category-module h3 {
	font-size:14px;
	margin:0;
	font-weight:bold;
	padding:5px 0;
}

.category-module h3 a {
	color: #9e005d;
}