@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/bg.jpg) top left no-repeat;
    color: #ffffff;
    font: 12px 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% arial, sans-serif;
	text-align: center;
  	color: #000000;
}

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

h6{ color: #000;}

a{ 
	outline: none;
  	text-decoration: none;
  	color: #e1bb74;
	-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;
	font-weight:bold;
}

a:hover{
	color:#000;
	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: disc;
	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;
}

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

header {
	width: 100%;
	height: 113px;
	float: left;
	background:#FFF;
	z-index:1;
	margin-top: 70px;
	}

.logo{
	width:auto;
	float:left;
	width:210px;
	margin: 0 auto;
	background: white;
}

.navigation {
	display:block;
	width:770px;
	height:50px;
	float:left;
	
	/*margin-top:120px;*/
}

#menu {
	display:block;
	width:770px;
	height:50px;
	float:left;
}

/*.banner {
	display: block;
	height: 880px;
	float: left;
	width: 100%;
	background: #faf8f5;
	z-index: 999;
}

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

.sectors {
	display: block;
	float: left;
	position: absolute;
	margin-top: 10px;
	width: 980px;
}

.below_sector{
	display: block;
	float:left;
	width: 980px;
	background: #ffffff;
	height: 50px;
}*/

section {
	width:980px;
	float:left;
	
	/*padding:0 10px;*/
}

#main-container {
	width: 100%;
	float:left;
	margin:0 auto;
	background: url(images/contentbg.jpg);
}

.main-content{
	width: 980px;
}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.welcome {
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:970px;
	min-height: 100px;
	padding: 15px 5px;
	margin-top: 20px;
	background: #faf8f5;
}

#footer-container {
	width: 100%;
	float:left;
	margin-top:10px;
	background:#ffffff;
}

.contact{
	display:block;
	float:left;
	/*margin:50px 0;*/
	width:970px;
	min-height: 100px;
	padding: 15px 5px;
	margin-top: 10px;
	
}

footer {
	background: #fff;
	float: left;
	/*border:1px solid lightgrey;*/
	/*padding:10px;*/
	width:100%;
}

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

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

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

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