/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

/* Basic Styles */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;}

nav {
	
	width: 100%;
	background: none;
	font-size: 14px;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	
	clear:both;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	
}
nav li {
	
}
nav a {
	color: #000;
	display: inline-block;
	width: 214px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	text-shadow: 1px 1px 0px #dfdfdf;
}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #2a4576;
	text-shadow:none;
}
nav a#pull {
	display: none;
}
nav a#bbasket{display:none;}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 700px) {
	nav { 
  		height: auto;
		
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		float: none;
  		position: relative;
		
  	}
  	nav li a {
			background-color:#b8c2d4;
		border-bottom: 1px solid #000;
		text-transform:uppercase;
		width: 100%;
		text-decoration:none;
		/*border-right: 1px solid #576979;*/
	}
  	nav a {
	  	text-align: left;
	  	width: 90%; padding:5px;
		margin:0 auto;
	  	/*text-indent: 25px;*/
  	}
	
	nav a:hover, nav a:active {
		color:#fff; text-decoration:none;
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull, nav a#bbasket{
		display: block;
		background-color: #01205a;
		width: 100%;
		font-size:18px;
		position: relative;
		margin-bottom:5px;
		padding-left:10px;
		color:#fff;
		width: 95%;
		text-shadow:none;
	}
	nav a#bbasket {background-color: #000;}
		nav a#pull:hover, nav a#bbasket {
		 color:#fff;
		 text-decoration:none;text-shadow:none;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#bbasket:after{content:"";
		background: url('shop-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
        color:#C00; text-shadow:none;}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		
	}
}