		#wrapper {
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		#header {
			z-index: 11;
			height: 8.5em;
			border-bottom:0;
			margin: 0 0 14px 0;
			position: relative;
			padding: 0;
			


		}



		
		#header h1 {
			height: 60px;
			background:url('http://www.facewest.co.uk/dev/newHeader/logo7.png') no-repeat;
			
			margin: 0;
			padding:0;

		}
		
		#header h1 a{
			width: 275px;
			height: 70px; 
			text-indent:-9999px; 
			display: block;
		}
		
		#strap {
			height: 30px; 
			text-indent:-9999px;
			background:url('http://www.facewest.co.uk/dev/newHeader/strap.png') no-repeat;
			margin: 0 0 25px 0;
			font-size: 20px;
			color: #666666;
			font-weight: bold;
		}
		
		#shoppingMenu{
			z-index: 100;
			padding:0;
			position: absolute;
			top: 0;
			right: 0;
			height: 6em;
			text-align: right;
			width:500px;
		}

		#shoppingMenu p {
			margin: 0 0 5px 0;
		}


		.greenButton {
			color: black;
		    background: url('http://www.facewest.co.uk/dev/newHeader/greenButtonGradient.gif') left top repeat-x;
		    background: -moz-linear-gradient(top,  #9BF956, #50E640 2px, #3DAF31);
		    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #9BF956),color-stop(0.025, #50E640),color-stop(1.0, #3DAF31));
		    text-shadow: 1px  1px 1px white;
		    -moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    border: solid 1px #9CB595;
		    font-size: 16px;
		    font-weight: bold;
		    position: relative;
		    display: block;

		    padding: 3px 55px 3px 15px;

		    line-height: 1.5em;
		}


		.greenButton img {
			position: absolute;
			right: 5px;
			top: 15%;
			height: 20px;
		}
		
		.greenButton:hover {
			background: rgba(85,255,33,0.5);
            

		}
		
		#basketCheckoutLink {
			width: 180px;
		}

		#currencySwitch {
		    position: absolute;
		    bottom: 0;
		    right: 0;
			padding-right: 10px;
			padding-bottom:0;
			margin-bottom: 0;
}

		#currencySwitch a {
			color: #000099;
		}
		
		#informationMenu{
			width: 977px;
		    background: url('http://www.facewest.co.uk/dev/newHeader/informationMenuGradient.gif')  left top repeat-x ;
			background: -moz-linear-gradient(top, white, #d5d5d5 1px ,#f4f4f4 10px,  #d5d5d5);
			background:  -webkit-gradient(linear, left top, left bottom, color-stop(0.0, white),color-stop(0.025, #d5d5d5),color-stop(0.3, #f4f4f4),color-stop(1.0, #d5d5d5));
			border: solid 1px #AAAAAA;
			border-bottom: solid 1px #BEBEBE;

			padding: 0;
			position: absolute;
			bottom: 0;
			left: -15px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-box-shadow: 0px  3px 3px #666666;
			-webkit-box-shadow: 0px  3px 3px #666666;
			z-index: 10;


		}
		#informationMenu *{
			display: inline;
			color: #333333;
		}

		#informationMenu ul {
		        margin-top:0;
			margin-left: 25px;
			border-left: solid 1px #666666;
			padding: 10px 0;
			font-size: 14px;
		}

		#informationMenu li a {

			margin:0px;
			display: inline-block;
			border-right: solid 1px #666666;
			padding: 10px 15px 9px 15px;
			
		}

		#informationMenu li a{
			color: #333333;
		}

		#informationMenu li a:hover {
			background: rgba(200,200,200,0.9);
			background: -moz-linear-gradient(bottom, #d5d5d5, #cccccc,  #d5d5d5);
		}
		#informationMenu form {
			margin-left: 100px;
			position: relative;}
		
		#productSearchBox {
			font-size: 14px;
			width: 190px;
			border: solid 2px #666666;
			margin-right: 24px;
			float: none;
			
            background: #FAFAFA;
            -moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-box-shadow: inset 1px 1px 5px #cccccc;
			-webkit-box-shadow: inset 1px 1px 5px #cccccc;
            padding: 2px 10px;
			color: #666666;
		}
		
		/*input[type="text"]:focus{
			-moz-box-shadow: 1px 1px 3px #ffd324;
			-webkit-box-shadow: 1px 1px 3px #ffd324;
		}*/
		#productSearchButton {
			position: absolute;
			top: -7px;
			right: 5px;
		}
		#informationMenu dl {
		    font-weight: bold;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin: 0 25px;
			display: block; 
			position: absolute;
			padding: 3px 0;
			right: 0;
			top: 0px;
			text-shadow: none;
			text-align: right;
			letter-spacing: 1px;
		}
		#informationMenu dt {display: none;}
		#informationMenu dd {display: block; margin:0;}
		
		#bannerAd {
			position: absolute;
			left: 345px;
			top: 0;
		}

		#dynamicContentWrapper {
		    background: white;
}

	/*#nav * {color: #990000;}*/

/************* Mini Basket Styles *************/
					
					#launchMiniBasket {font-size: 12px;}
					
					#miniBasket {
						position: absolute;
						z-index: 100;
						right: 0;
						width: 400px;
						background: white;
						border: solid 2px #CCCCCC;
						padding: 10px;
						text-align: left;
						overflow: auto;
						
					}
					
					#miniBasketList {
						border-top: solid 1px #cccccc;
						list-style: none;
						padding:0;
						margin:0;
					}
					#miniBasketList li {
						list-style: none;
					}
					#miniBasket .product {
						display: block;
						border-left: solid 1px #cccccc;
						border-right: solid 1px #cccccc;
						border-bottom: solid 1px #cccccc;
						padding: 0.5em 0.5em 1.2em 0.5em;
					}
					#miniBasket .product a {
						display: inline
					}
					
	
					
					
					#miniBasket li ul {
					}
					#miniBasket .stockMessage {
					display: inline;
						float: right;
					}
					
					#miniBasket .miniBasketTotal {
						padding: 0.5em;
					}
					
					.miniBasketButton {
						margin-top: 20px;
					}
					li.stockMini {
						border: none;
						width: auto;
						height: auto;
						display: inline;
						list-style: none;
					}
					
					
#currencyModal
{
	position:absolute;
	z-index:5000000;
	top:100px;
	margin-right:auto;
	border:solid 2px black;
	width:764px;
	margin-left:80px;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:6px 6px 3px #333333;
	background:0 to(#f5ea9e), color-stop(0.15, #FFFFCC),color-stop(0.75, #FFFFCC),color-stop(0.95, #F5EA9E));
	height:200px;
	padding:35px 20px 20px;
}

#currencyModal form
{
	float:left;
}

#currencyModal select,#currencyModal option
{
	background:white;
}

#currencyModalShippingInfo
{
	float:right;
	width:40%;
}

#currencyModalSubmission
{
	position:absolute;
	bottom:20px;
	left:20px;
	width:90px;
	height:30px;
}

#closeCurrencyModal
{
	position:absolute;
	top:5px;
	right:5px;
}

#ajaxLoader
{
	text-align:center;
	position:absolute;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	display: none;
}

.shippingCountry
{
	border:solid 1px #666666;
	margin-right:7px;
	position:relative;
	top:2px;
}

#genderSelect {
	position: relative; 
	height: 101px; 
	width: 100%;
	margin: -10px 0 10px 0;
}

#brandsFilter {
	margin-top: 10px;
	width: 783px;
	padding: 9px 5px 5px 5px;
	border: solid 2px #cccccc;
	-moz-border-radius: 5px;
	position: relative;
	margin-bottom:0;
}

#brandsFilter h4 {
	position: absolute;
	top: -33px;
	left: 15px;
	background: white;
	font-size: 16px;
	color: #666666;
	padding: 0 5px;
}

#brandsFilter img {
	max-height: 65px;
	Max-width: 75px;
	vertical-align: middle;
	margin-right: 10px;
}
#brandsFilter img.activeBrand {
	margin: 7px;
	//border: solid 2px #990000;
		-moz-box-shadow: 0px 0px 4px #990000;
		-webkit-box-shadow: 0px 0px 4px #990000;
        box-shadow: 0px 0px 4px #990000;
}
#brandsFilter img.inactiveBrand {
	opacity: 0.5;
}
#brandsFilter span {
	text-align: center;

}
#brandsFilter .clearFilters {
	position: absolute;
	bottom: -7px;
	right: 10px;
	background: white;
	padding: 0 5px;
	margin: 0;
	font-weight: bold;
}
#productlist li{
	margin-top:0;
	margin-bottom: 10px;
}

#bestsellers  ul{
	padding-top: 10px;
}

.saleSwingTag {
	position: absolute; 
	right: 20px; 
	bottom: 50px;
}

.error{color:red;}
