a {
	outline: none;

}

#content a:not([class]){
	color: #333;
	font-weight: bold;
}
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

a.disabled{
	display: none !important;
}


img {
    -webkit-transform: translate3d(0, 0, 0);
}

.clear{
	clear:both;
}
body, html{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#container{
	position:relative;
	margin:auto;
	width:100%;
	min-width:960px;
	max-width:1310px;
}

#site{
	position:relative;
	width:960px;
	margin:auto;
	background-color:transparent;
	top:80px;
}

#headercontainer{
	background-color:#FFF;
	width:100%;
	position:relative;
	z-index:12;
}

.jquery-sticky-sticky{
	-moz-box-shadow: 0px 2px 10px 0px #656565;
	-webkit-box-shadow: 0px 2px 10px 0px #656565;
	-o-box-shadow: 0px 2px 10px 0px #656565;
	box-shadow: 0px 2px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}

#header{
	position:relative;
	height:72px;
	z-index:1;
	width:935px;
	margin:auto;
	padding-top:5px;
	padding-bottom:23px;

}

#logo{
	position:relative;
	/*left:0px;
	bottom:23px;*/
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

#mainnav{
	position:relative;
	/*bottom:23px;
	right:16px;*/
	margin: auto;
	text-align: center;
	font-family: 'proxima_nova_ltregular';
}

#mainnav ul, #mainnav ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainnav li{
	display:inline-table;
}

#mainnav li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	height:18px;
	line-height:18px;
}

#mainnav li.sep{
	background-image: url(../img/mainnav_sep.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:20px;
	height:18px;
	line-height:18px;
}

#productsmenu{
	position:fixed;
	top:100px;
	padding-left:7px;
	padding-right:8px;
	background-color:#FFF;
	z-index:3000;
	display:none;
	left:50%;
	margin-left:-467.5px;
	-moz-box-shadow: 0px 2px 10px 0px #656565;
	-webkit-box-shadow: 0px 2px 10px 0px #656565;
	-o-box-shadow: 0px 2px 10px 0px #656565;
	box-shadow: 0px 2px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
	z-index:10;
}

#banner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:0;
	background-image: url(../img/banner_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:20px;
}

body #banner{
	height:363px;
}

body.home #banner{
	height:610px;
}

body.page #banner{
	height:363px;
}

#bannerimg{
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
}

#content{
	position:relative;
	background-color:#FFF;
	z-index:1;
	margin:auto;
	padding:16px;
	padding-left:7px;
	padding-right:8px;
	width:920px;
}

#footer{
	padding-top:35px;
	position:relative;
	background-color:#f2f2f2;
	font-size:11px;
	color:#333;
	top:80px;
}

#footer h1{
	font-size:12px;
	font-weight:bold;
	color:inherit;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer ul, #footer li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer li a, #footer  a{
	text-decoration:none;
	color:inherit;
}

div.homebox{
	width:280px;
	position:relative;
	float:left;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}

div.homebox h1{
	text-transform:uppercase;
	font-size:18px;
	margin:0px;
	padding-top:16px;
	padding-bottom:10px;
	font-family: 'proxima_nova_rgregular';
	font-weight:normal;
}

div.homebox a{
	text-decoration: none;
}

div.homebox h1.header{
	border-top:6px solid #333;
	padding-top:10px;
	font-size:22px;
}

div.homebox ul, div.homebox li, ul.listing, ul.listing li {
	margin:0px;
	padding:0px;
	list-style:none;
}

div.homebox ul, ul.listing{
	width:45%;
	margin-right:10%;
	float:left;
	border-bottom:1px solid #cccccc;
}

div.homebox li, ul.listing li{
	border-top:1px solid #cccccc;
	padding-top:8px;
	padding-bottom:8px;
	background-image: url(../img/li_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}

div.homebox li.title, ul.listing title{
	border-top:0px;
	font-weight:bold;
	background-image:none;
}

div.homebox li a, ul.listing a{
	color:inherit;
	text-decoration:none;
	padding-left:10px;
	display:block;
}

div.homebox li a:hover, ul.listing li a:hover, ul.listing li.selected a {
	color:#000;
	font-weight:bold;
}

div.shadow280{
	background-image: url(../img/intro_listing_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:9px;
}

div.homebox .news{
	color:#666;
}

div.homebox .news h2{
	font-size:1em;
}

div.homebox h1.category_titre{
	font-size:22px;
}

div.homebox.unselected h1{
	color:#c1c1c1 !important;
	border-color:#c1c1c1 !important;
}

div.homebox.selected h1{
	color:#f27a30 !important;
	border-color:#f27a30 !important;
}

.qtip-agabekov{
	background-color: white;
	border-color: #999;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

.qtip-agabekov .qtip-content{
	padding:4px;
	text-align:center;
}

.qtip-agabekov  .qtip-tip{
	border-color: #999;
}

.qtip-agabekov.qtip-pos-bc  .qtip-tip{
	bottom:-20px !important;
}

.qtip-agabekov.qtip-pos-tc  .qtip-tip{
	top:-20px !important;
}

a.btn, input.btn{
	display:inline-block;
	background-color:#333333;
	color:#FFF;
	height:25px;
	line-height:25px;
	padding-left:25px;
	padding-right:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	font-family: 'proxima_nova_ltregular';
	border:0px;
	cursor:pointer;
}

h1{
	font-family: 'proxima_nova_rgregular';
	font-weight:normal;
	text-transform:uppercase;
}

h2{
	font-family: 'proxima_nova_rgregular';
	font-weight:normal;
	text-transform:uppercase;
}

#bannerprev, #bannerprev{
	display:none;
}

#overlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.7);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:10;
    color:white;
	display:none;
}

.fr-window-skin-fresco .fr-content-background {
	background-color: #fff;
}

#newsletter_form input.button{
	background-color:#333333;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	font-family: 'proxima_nova_ltregular';
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
}

#newsletter_form  input.text{
	width:262px;
	clear:both;
	font-size:12px;
	padding:7px;
	border:1px solid #e4e4e4;
	margin-bottom:10px;
}

#headerprint{
	display: none;
}


@media print {
html {
    /*transform: scale(0.8);*/
  }
  #headerprint{
	display: block;
	height:72px;
	text-align: center;
}


  #mainnav{
	  display: none;
  }

  #logo{
	  width:100%;
	  position: relative;
	  top:auto;
	  bottom: auto;
	  left: auto;
	  text-align: center;
  }

  .jquery-sticky-element, .jquery-sticky-placeholder{
	  max-width:100% !important;
	  position: relative !important;
	  margin: auto !important;
	  display: none;
  }
}
