@charset "utf-8";
/* CSS Document */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../images/Wedges-4s-200px.gif) center no-repeat #fff;
}
/* WRAPPER */
img { max-width: 100%; height: auto; }
@font-face {
	font-family: font;
	src: url('../../font/Arial.ttf');
}
@font-face {
	font-family: font1;
	src: url('../../font/segoeui.ttf');
}
@font-face {
	font-family: font2;
	src: url('../../font/Yorkville.ttf');
}
@font-face {
	font-family: font3;
	src: url('../../font/segoeuil.ttf');
}
@font-face {
	font-family: font4;
	src: url('../../font/segoeuib.ttf');
}
@font-face {
	font-family: font6;
	src: url('../../font/calibrib.ttf');
}
@font-face {
	font-family: font7;
	src: url('../../font/CronusRound.otf');
}
@font-face {
	font-family: font8;
	src: url('../../font/Touch.ttf');
}
@font-face {
	font-family: font5;
	src: url('../../font/calibrib.ttf');
}
@font-face {
	font-family: font10;
	src: url('../../font/segoeuisl.ttf');
}
@font-face {
	font-family: font9;
	src: url('../../font/AlteHaasGroteskRegular.ttf');
}

html,body {
    margin: 0px;
    padding: 0px;
	background-color:#f1f1f1;
}
a{
	text-decoration:none;
	color:inherit;

}
#wrapper{
	margin: 0px auto 0;
	max-width: 100%;
	height:auto;
}

/*TOP NAVIGATION BAR AND SEARCH PANE*/
#wrapper-top {
	position:fixed;
	background-color:#fff;
	height:60px;
	margin-top: 0px;
	left: 0;
    right: 0;
	width:100%;
	top:0;
	z-index:2;
	opacity: 0.95;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#logo{
	 padding-top:17px;
	 padding-left:70px;
	 width: 20%;
	 float:left;
}
#search{
	margin-top:24px;
	margin-left:30px;
	float:left;
}
#search .searchpane{
	letter-spacing:1px;
	font-family: font7;
	font-size: 21px;
	border: 1px solid #ededed;
	padding-top : 6px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 15px;
	height:30px;
    background:#ededed;
	border-radius: 0px;
	width:500px;
	color: #999;
}
#search button{
	float: right;
  width: 50px;
  padding: 12px;
  background: #dc5753;
  color: white;
  font-size: 17px;
  border: 1px solid #ededed;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  z-index:100;
  border-radius:0px;
}
#wrapper-bottom{
	height:50px;
	width: 100%;
	color:#354d59;
	bottom:0;
	right:0;
	z-index: 1;
	border-top: 1px solid #cccccc;
}
#wrapper-bottom .copyright{
	padding-top:15px;
	width: 98%;
	font-family: font1;
	font-size: 13px;
	text-align:right;
}
#wrapper-bottom-mainpage{
	height:730px;
	width: 100%;
	background-color:#202f37;
	bottom:0;
	right:0;
	z-index: 1;
	border-top: 1px solid #cccccc;
}
#wrapper-bottom-mainpage .copyright{
	padding-top:45px;
	width: 98%;
	font-family: font1;
	font-size: 14px;
	text-align:center;
	color:#fff;
}
/* ACCOUNT AND CART DETAILS */
#accountandcartdetails{
	float:left;
	padding-left: 4%;
}
#accountandcartdetails ul{
      	list-style: none;
}
#accountandcartdetails .menu {      
    margin-top: 22px;
	padding-left: 30px; 
}
#accountandcartdetails .menu  li{      
    display: inline;	
	padding-left: 10px;
	
}
#accountandcartdetails .menu  li img{      
    width: 40px;
	height: 40px;
}
#accountandcartdetails .menu  li label{      
	font-family: font7;
	font-size: 18px;
	letter-spacing: 1px;
	color:#fff;
}  
  
#accountandcartdetails .menu li a {  
	display: block;	   
}  

#accountandcartdetails .menu li a:hover {
}
#accountandcartdetails .menu li .basketquantity {
	margin-left: 5px;
	color: #ffc175;
	font-family: font7;
	font-size:22px;
}

/* DETAIL AREA */
#detailarea{
	margin: 0px auto 0;
	width: 85%;
	height: auto;
	background-color:#f1f1f1;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #f3f3f3; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 8px 20px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-family: font1;
  letter-spacing:0px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #bbb;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}