html {
	margin: 0;
	padding: 0 0 80px 0;
}

body {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

span.hidden {
	display: none;
}

.catlin {
	margin: -100px 0 0 12px;
	z-index: 100;
	float: left;
}

h1.replacement {
    padding-top: 65px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/images/montane-logo.png);
    background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	top: 62px;
	left: 16px;
	z-index: 10;
}

img.main-logo {
	position: relative;
	top: 62px;
	left: 16px;
	z-index: 10;
}

html#home,
html#register-product,
html#dealer-login,
html#links,
html#contact-us {
	background: url(/images/backgrounds/home_b.jpg) top left repeat;
}

body.home,
body.register-product,
body.dealer-login,
body.links,
body.contact-us {
	background: url(/images/backgrounds/home_a.jpg) top left repeat;
}

html#products,
html#about-us,
html#news-and-reviews {
	background: url(/images/backgrounds/products_b.jpg) top left repeat;
}

body.products,
body.about-us,
body.news-and-reviews {
	background: url(/images/backgrounds/products_a.jpg) top left repeat;
}

html#stockists,
html#events {
	background: url(/images/backgrounds/stockists_b.jpg) top left repeat;
}

body.stockists,
body.events {
	background: url(/images/backgrounds/stockists_a.jpg) top left repeat;
}

h1, h2, h3 {
	margin: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

.skip,
span.hide {
	display: none;
}

div.clear {
	clear: both;
}

span.orange {
 color: #EE4714;
}

div#main-container {
	width: 1000px;
	position: relative;
	top: 0;
	left: -30px;
}
	div#basket {
		width: 200px;
		height: 44px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 30px;
	}
		
		#basket .inner {
			width: 200px;
			height: 44px;
			background: url(/images/backgrounds/basket.png) top left no-repeat;
			float: left;
		}
		
		
		#basket .inner p {
			margin: 12px 0 0 44px;
			padding: 0;
			font-size: 11px;
			font-weight: bold;
		}

	div#top-links {
		width: 300px;
		height: 44px;
		float: right;
		margin: 0 10px 0 0;
		background: url(/images/backgrounds/top-links-bg.png) top right no-repeat;
	}
	
	div#top-links ul {
		margin: 10px 0 0 30px;
		padding: 0;
		font-size: 0.70em;
	}
	
	div#top-links ul li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
	}
	
/*	div#top-links ul li a:hover{
		background-color: #FFFF00;
	}
*/	
img.main-logo {
	position: relative;
	top: 62px;
	left: 16px;
	z-index: 100;
}

div#randomiser {
	width: 636px;
	height: 363px;
	float: left;
}

a.home-men-link {
	background: url(/images/home-men.png) top left no-repeat;
	width: 217px;
	height: 167px;
	display: block;
	cursor: pointer;
	text-align: right;
	font-size: 0px;
	position: absolute;
	top: 445px;
	left: 650px;
}

a.home-shop-link {
	background: url(/images/onlineshop.png) top left no-repeat;
	width: 275px;
	height: 217px;
	display: block;
	cursor: pointer;
	text-align: right;
	font-size: 0px;
	position: absolute;
	top: 445px;
	left: 650px;
}

	
a.home-women-link {
	background: url(/images/home-women.png) top left no-repeat;
	width: 234px;
	height: 163px;
	display: block;
	cursor: pointer;
	font-size: 0px;
	text-align: right;
	position: absolute;
	top: 635px;
	left: 650px;
}

div#home-video-holder {
	background: url(/images/home-video-bg.png) top left no-repeat;
	width: 288px;
	height: 300px;
	position: absolute;
	top: 470px;
	left: 650px;
	margin: 0;
	padding: 50px 0 0 20px;
	z-index: 0;
}

div#home-video-holder p {
	margin: 4px 0 0 0;
	font-size: 0.75em;
	font-weight: bold;
}

div#play {
	background: url(/images/play.png) top left no-repeat;
	width: 123px;
	height: 49px;
	position: absolute;
	top: 470px;
	left: 650px;
	z-index: 300;
}

a.home-products-link {
	background: url(/images/home-products.png) top left no-repeat;
	width: 220px;
	height: 30px;
	display: block;
	cursor: pointer;
	font-size: 0.75em;
	position: absolute;
	top: 95px;
	left: 580px;
	padding: 110px 0 0 50px;
}


a.home-stockists-link {
	background: url(/images/home-stockists.png) top left no-repeat;
	width: 203px;
	height: 30px;
	display: block;
	cursor: pointer;
	font-size: 0.75em;
	position: absolute;
	top: 240px;
	left: 640px;
	padding: 110px 0 0 23px;
}

div#products-float,
div#product-float-men,
div#product-float-women,
div#about-us-float,
div#events-float,
div#blog-float,
div#news-and-reviews-float,
div#stockists-float {
	background: url(/images/products-float.png) top left no-repeat;
	width: 261px;
	height: 326px;
	position: absolute;
	top: 80px;
	left: 570px;
	padding: 0;
}

div#stockists-float {
	background: url(/images/stockists-float.png) top left no-repeat;
}

div#about-us-float {
	background: url(/images/about-us-float.png) top left no-repeat;
}

div#news-and-reviews-float {
	background: url(/images/news-reviews-float.png) top left no-repeat;
}

div#events-float {
	background: url(/images/events-float.png) top left no-repeat;
}

div#product-float-men {
	width: 293px;
	background: url(/images/product-men.png) top left no-repeat;
}

div#product-float-women {
	width: 293px;
	background: url(/images/product-women.png) top left no-repeat;
}

a.products-men-link,
a.products-women-link {
	background: url(/images/products-men.png) top left no-repeat;
	width: 401px;
	height: 454px;
	display: block;
	cursor: pointer;
	font-size: 0em;
	float: left;
	padding: 0;
	margin: 20px 0 0 70px;
}

a.products-women-link {
	background: url(/images/products-women.png) top left no-repeat;
	width: 421px;
	height: 449px;
	margin: 20px 0 0 60px;
}

div#content-container-top {
	background: url(/images/home-welcome-top.png) top left no-repeat;
	float: left;
	margin: 15px 0 0 80px;
	width: 533px;
	height: 83px;
}

div#content-container-middle {
	background: url(/images/home-welcome-bg.png) top left repeat-y;
	float: left;
	margin: 0 0 0 80px;
	width: 533px;
	padding: 0;
}

div#content-container-middle div#welcome {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}

	div#content-container-middle div#welcome p {
		font-size: 0.75em;
		margin: 0 5px 10px 10px;
	}
	
	div#content-container-middle div#news {
		float: left;
		margin: 0 0 0 18px;
		padding: 0;
		width: 275px;
	}
	
	div#content-container-middle div#news p {
		font-size: 0.75em;
		margin: 0 0 10px 0;
	}

div#content-container-bottom {
	background: url(/images/home-welcome-bottom.png) top left no-repeat;
	float: left;
	margin: 0 0 0 80px;
	width: 533px;
	height: 28px;
}

div#footer {
	width: 960px;
	height: 110px;
	margin: 50px auto 0 auto;
	background-color: #000;
}

	div#footer img.footer-image {
		position: relative;
		margin: -30px 0 0 -40px;
	}
	
	div#footer a {
		color: #666666;
	}
	
	div#footer span.eddielogo {
		float: right;
		margin: 5px 10px 0 0;
	}
	
	span.eddielogo a {
		color: #666666;
		font-size: 0.68em;
	}
	
	div#footer p {
		color: #666666;
		font-size: 0.68em;
		text-align: right;
		margin: -90px 20px 0 0;
	}

div#main-navigation {
	position: absolute;
	top: 85px;
	left: 850px;
	width: 146px;
	height: 300px;
	z-index:10;
}

	div#main-navigation ul {
		margin: 0;
		padding: 0;
	}
	
	div#main-navigation ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
	
	div#main-navigation a {
		color: #fff;
		font-size: 0em;
		text-align: center;
		cursor: pointer;
	}
	
	div#main-navigation a.nav-home,
	div#main-navigation a.nav-home-active {
		background: url(/images/buttons/home.png) 0 0 no-repeat;
		width: 106px;
		height: 41px;
		display: block;
		margin: 0 -4px 0 0;
	}
	
		div#main-navigation a.nav-home:hover,
		div#main-navigation a.nav-home-active {
			background-position: -106px 0;
		}

	div#main-navigation a.nav-aboutus,
	div#main-navigation a.nav-aboutus-active {
		background: url(/images/buttons/aboutus.png) 0 0 no-repeat;
		width: 137px;
		height: 42px;
		display: block;
		margin: 0 1px 0 0;
	}
	
	div#main-navigation a.nav-aboutus:hover,
	div#main-navigation a.nav-aboutus-active {
		background-position: -137px 0;
	}
	
	
	div#main-navigation a.nav-products,
	div#main-navigation a.nav-products-active {
		background: url(/images/buttons/products.png) 0 0 no-repeat;
		width: 145px;
		height: 41px;
		display: block;
		margin: 0 6px 0 0;
	}
	
		div#main-navigation a.nav-products:hover,
		div#main-navigation a.nav-products-active {
			background-position: -148px 0;
		}
	
	div#main-navigation a.nav-stockists,
	div#main-navigation a.nav-stockists-active {
		background: url(/images/buttons/stockists.png) 0 0 no-repeat;
		width: 147px;
		height: 42px;
		display: block;
		margin: 0;
	}
	
		div#main-navigation a.nav-stockists:hover,
		div#main-navigation a.nav-stockists-active {
			background-position: -147px 0;
		}
	
	div#main-navigation a.nav-news,
	div#main-navigation a.nav-news-active {
		background: url(/images/buttons/news.png) 0 0 no-repeat;
		width: 115px;
		height: 57px;
		display: block;
		margin: -1px 3px 0 0;
	}
	
		div#main-navigation a.nav-news:hover,
		div#main-navigation a.nav-news-active {
			background-position: -115px 0;
		}
	
	div#main-navigation a.nav-events,
	div#main-navigation a.nav-events-active {
		background: url(/images/buttons/events.png) top left no-repeat;
		width: 106px;
		height: 41px;
		display: block;
		margin: 0 -1px 0 0;
	}
	
		div#main-navigation a.nav-events:hover,
		div#main-navigation a.nav-events-active {
			background-position: -106px 0;
		}
		
div#product-list-top,
div#product-list-middle {
	width: 683px;
	height: 28px;
	float: left;
	margin: 0 0 0 20px;
	background: url(/images/product-list-top.png) top left no-repeat;
}

div#product-list-middle {
	background: #fff;
	width: 668px;
	height: auto;
	padding: 0 0 20px 0;
}

	div#product-list-middle .product-intro-text {
		font-size: 0.75em;
		margin: 0 0 10px 15px;
	}
	
div.product-list-item {
	width: 190px;
	height: 220px;
	float: left;
	margin: 0 0 15px 15px;
	text-align: center;
	position: relative;
}

	span.fixed-height {
		width: 190px;
		margin: 0;
		height: 160px;
		display: block;
	}
	
		div.product-list-item img.image-list-item {
			margin: 0 0 0 10px;
		}
	
	div.product-list-item p.product-list-name {
		font-size: 0.75em;
		font-weight: bold;
		margin: 5px 0 0 0;
		padding: 0 15px 0 15px;
	}
	
	div.product-list-item p.product-list-intro {
		font-size: 0.75em;
		margin: 0;
		padding: 0 15px 0 15px;
	}
	
	div.product-list-item .icons {
		padding: 0 0 0 15px;
		width: 170px;
		float: left;
		text-align: center;
	}
	
	div.product-list-item img.suitablefor {
		margin: 5px 4px 0 0;
	}
	
	img.smallicon {
		float: left;
		margin: 2px 0 0 13px;
	}
	
	a.goback {
		float: left;
		margin: 20px 0 0 13px;
		font-size: 0.75em;
	}
	
div#left-navigation {
	width: 220px;
	margin: 18px 0 0 30px;
	float: left;
}

	div#left-navigation a.left-link {
		float: left;
		margin: 0 0 4px 11px;
	}
	
	div#left-navigation a.men-sub-link,
	div#left-navigation a.women-sub-link {
		float: left;
		margin: 10px 0 0 13px;
		width: 150px;
		height: 40px;
		display: block;
		background-position: 0 0;
		background:url(/images/buttons/women-link.png); 
		color: #2F3334;
		font-size: 0px;
	}
	
	div#left-navigation a.men-sub-link {
		background:url(/images/buttons/men-link.png); 
	}
		
	div#left-navigation a.men-sub-link:hover,
	div#left-navigation a.women-sub-link:hover {
		display: block;
		background-position: -150px 0;
	}

	div#left-navigation ul {
		margin: 40px 0 0 0;
		padding: 0;
	}
	
	div#left-navigation ul li {
		list-style: none;
		margin: 0 0 5px 0;
		padding: 0;
		width: 175px;
		background-color: #fff;
		font-size: 0.88em;
		font-weight: bold;
	}
	
	div#left-navigation ul.submenulist {
		margin: 0;
		padding: 0;
	}
	
	div#left-navigation ul.submenulist li {
		margin: 0;
		padding: 0 0 0 10px;
		background-color: #E03514;
		width: 165px;
	}
	
	div#left-navigation ul.submenulist li a {
		margin: 0;
		display: block;
		width: 155px;
		height: 19px;
		padding: 2px 0 0 10px;
		color: #fff;
		font-weight: normal;
	}
	
	div#left-navigation ul.submenulist li a:hover,
	div#left-navigation ul ul.submenulist li a.active {
		display: block;
		color: #fff;
		font-weight: bold;
	}
	
	div#left-navigation ul li a {
		margin: 0;
		display: block;
		width: 165px;
		height: 19px;
		padding: 2px 0 0 10px;
	}

	div#left-navigation ul li.current a:hover,
	div#left-navigation ul li.current a.active {
		background-color: #E03514;
		display: block;
		color: #fff;
		margin: 0;
	}

	div#left-navigation ul li.archive a:hover,
	div#left-navigation ul li.archive a.active {
		background-color: #E03514;
		display: block;
		color: #fff;
		margin: 0;
	}

	div#left-navigation ul li.all a:hover,
	div#left-navigation ul li.all a.active {
		background-color: #E03514;
		display: block;
		color: #fff;
	}
	
	div#left-navigation ul li.shell a:hover,
	div#left-navigation ul li.shell a.active{
		background-color: #ff0000;
		display: block;
		color: #fff;
	}
	
	div#left-navigation ul li.windproof a:hover,
	div#left-navigation ul li.windproof a.active {
		background-color: #1E5024;
		display: block;
		color: #fff;
	}
	div#left-navigation ul li.insulation a:hover,
	div#left-navigation ul li.insulation a.active {
		background-color: #663366;
		display: block;
		color: #fff;
	}
	div#left-navigation ul li.soft-shell-and-fleece a:hover,
	div#left-navigation ul li.soft-shell-and-fleece a.active {
		background-color: #493523;
		display: block;
		color: #fff;
	}
	div#left-navigation ul li.baselayer a:hover,
	div#left-navigation ul li.baselayer a.active {
		background-color: #993333;
		display: block;
		color: #fff;
	}
	
	div#left-navigation ul li.legwear a:hover,
	div#left-navigation ul li.legwear a.active,
	div#left-navigation ul li.accessories a:hover,
	div#left-navigation ul li.accessories a.active {
		background-color: #ff6633;
		display: block;
		color: #fff;
	}
	div#left-navigation ul li.extreme a:hover,
	div#left-navigation ul li.extreme a.active{
		background-color: #336699;
		display: block;
		color: #fff;
	}
	
	div#left-navigation ul li.women a:hover,
	div#left-navigation ul li.women a.active {
		background-color: #D93996;
		display: block;
		color: #fff;
	}
	
	div#left-navigation ul li.men a:hover,
	div#left-navigation ul li.men a.active {
		background-color: #00ADEE;
		display: block;
		color: #fff;
	}

div#left-navigation .gender-icon,
div#left-navigation .events-icon {
	margin: 0 44px 0 0;
	float: right;
}

/* Product Details Landing Page */

div#product-list-middle div.left-detail-column {
	float: left;
	width: 300px;
	margin: 0;
	border-right: 2px solid #CCC8C5;
	font-size: 0.75em;
	padding: 0 0 20px 0;
	min-height: 400px;
}

	div#product-list-middle div.left-detail-column h2 {
		margin: 0 0 0 14px;
		font-size: 1.2em;
		padding: 0 5px 0 0;
	}
	
	div#product-list-middle div.left-detail-column p.bold-intro {
		margin: 5px 0 0 14px;
		padding: 0 5px 0 0;
		font-weight: bold;
	}
	
	div#product-list-middle div.left-detail-column p.short-intro {
		margin: 5px 0 0 14px;
		padding: 0 5px 0 0;
		font-weight: normal;
	}
	
	div#product-list-middle div.left-detail-column p.subtitle {
		margin: 10px 0 0 14px;
		padding: 0;
		font-weight: bold;
	}
	
	div#product-list-middle div.left-detail-column p.subtitle a {
		margin: 0;
		background: url(/images/icons/pdf.jpg) top left no-repeat;
		padding: 4px 20px 0 ;
	}
	
	div.right-detail-column p {
		font-weight: bold;
	}
	
	div#product-list-middle div.left-detail-column ul {
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	div#product-list-middle div.left-detail-column ul li {
		margin: 0 0 0 28px;
		padding: 0;
		list-style-image: url(/images/icons/bullett.jpg);
	}
	
	hr.grey-line {
		border: 0.1em solid #CCC8C5;
		width: 92%;
		margin: 10px 0 0 12px;
	}
	
	a.sizechart {
		font-size: 11px;
	}
	
div#product-list-middle div.right-detail-column {
	float: left;
	width: 350px;
	margin: 0 0 0 7px;
	font-size: 0.75em;
	padding: 0;
}

	div#product-list-middle div.right-detail-column .largethumbholder {
		float: left;
		margin: 0;
		width: 155px;
		text-align: center;
	}
	
		div#product-list-middle div.right-detail-column .largethumbholder p#pname span {
			margin: 5px 0 0 0;
			padding: 0;
			font-size: 0.75em;
		}

		div#product-list-middle div.right-detail-column .smallthumbholder {
			float: left;
			margin: 0;
			width: 175px;
			text-align: left;
		}
		
			div#product-list-middle div.right-detail-column .smallthumbholder .smallthumbbox {
				width: 80px;
				height: 80px;
				float: left;
				margin: 0 5px 15px 0;
				background-color: #fff;
				text-align: center;
			}
			
				div#product-list-middle div.right-detail-column .smallthumbholder .smallthumbbox a.productimage {
					display: block;
					cursor: pointer;
				}

div#product-list-middle div.right-detail-column .diagramholder {
	float: left;
	margin: 0 0 10px 0;
	text-align: center;
	width: 170px;
}

div#product-list-middle div.right-detail-column .diagramholder .diagram-img {
	margin: 0;
}


/* CSS Added by Simon */

div#register-container-top {
	background: url(/images/register-container-top.png) top left no-repeat;
	float: left;
	margin: 15px 0 0 80px;
	width: 860px;
	height: 21px;
}

div#register-container-middle {
	background: #fff;
	float: left;
	margin: 0 0 0 80px;
	width: 860px;
	padding: 20px 0 0 0;
}

	div#register-container-middle p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em;
		line-height: 1.4em;
		padding: 0 0 0 20px;
		margin: 0;
	}

div#register-container-bottom {
	background: url(/images/register-container-bottom.png) top right no-repeat;
	float: left;
	margin: 0 0 0 80px;
	width: 860px;
	height: 15px;
}

div#register-container-middle .register-form {
	background: #fff;
	float: left;
	margin: 0;
	width: 860px;
	padding: 20px 0 30px 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

label.title {
	width: 400px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
}

label.textonly,
label.textwithcheckbox {
	width: 120px;
	float: left;
	margin: 0 0 5px 0;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

label.textwithcheckbox {
	width: 360px;
}

div#register-container-middle .register-form #left,
div#register-container-middle .register-form #right {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}

div#register-container-middle .register-form .txtfield,
div#register-container-middle .register-form .txtfield-errors,
div#register-container-middle .register-form .drop,
div#register-container-middle .register-form .drop-errors {
	width: 250px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}

div#register-container-middle .register-form .txtfield-errors {
	border: 1px solid #ff0000;
}

div#register-container-middle .register-form .drop {
	width: 256px;
}

div#register-container-middle .register-form .drop-errors {
	width: 256px;
	border: 1px solid #ff0000;
}

div#register-container-middle .register-form .checkbox {
	width: 20px;
	float: left;
	padding: 0;
	margin: 0;
}

div#register-container-middle .register-form .submit {
	width: auto;
	padding: 2px;
	font-size: 0.75em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	cursor: pointer;
}

div#register-container-middle .register-form .submit:hover {
	background-color: #eee;
}

div#register-container-middle .register-form p.errorsdetected,
div#register-container-middle .register-form p.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #E03514;
	padding: 0 0 0 0;
	margin: 0 0 10px 20px;
}

div#register-container-middle .register-form p.success {
	color: #E03514;
}

.no-products-found {
	margin: 0 0 300px 0;
}

div.search-box {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 850px;
	top: 370px;
	z-index: 15;
}

	div.search-box label {
		display: none;
	}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

div.search-box .searchtxt {
	border: none;
	width: 130px;
	padding: 2px 0 2px 2px;
	font: Bold 11px Arial, Helvetica, sans-serif;
}

div.search-box .searchbtn {
	background-color: #FFFF00;
	width: 60px;
	height: 22px;
	display: block;
	margin: 3px 0 0 70px;
	border: none;
	cursor: pointer;
	font: Bold 11px Arial, Helvetica, sans-serif;
}

a.yellowlink {
	text-decoration: none;
	padding: 0 3px 0 0;
}

a.yellowlink:hover {
	background-color: #FFFF00;
	padding: 0 3px 0 0;
}

img.materiallogo {
	margin: 0;
	float: left;
}

img.about-us-holding {
	float: left;
	margin: 20px 0 20px 100px;
}

/* News Events and Reviews */

div#news-list-top,
div#news-list-middle {
	width: 683px;
	height: 50px;
	float: left;
	margin: 0 0 0 20px;
	background: url(/images/news-list-top.png) top left no-repeat;
}

div#news-list-middle {
	background: #fff;
	width: 668px;
	height: auto;
	padding: 0 0 20px 0;
}

	div#news-list-middle .about-left-column {
		width: 410px;
		float: left;
		margin: 0;
	}
	
	div#news-list-middle .about-left-column-wide {
		width: 650px;
		float: left;
		margin: 0;
	}
	
	div#news-list-middle .about-right-column {
		width: 240px;
		float: left;
		text-align: center;
		margin: 0;
	}
	
	div#news-list-middle .left-column {
		width: 270px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	div#news-list-middle .right-column {
		width: 370px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	div#news-list-middle h1,
	div#register-container-middle h1,
	div#product-list-middle h1,
	div#links-list-middle h1 {
		font-size: 1.2em;
		margin: 0 0 10px 15px;
		text-transform: uppercase;
	}
	
	#news-list-middle .newsthumb {
		float: left;
		margin: 0 10px 20px 17px;
		display: block;
	}
	
	#news-list-middle p {
		margin: 0 0 10px 15px;
		font-size: 0.75em;
		padding: 0 20px 0 0;
	}
	
	#news-list-middle a {
		color: #EE4714;
		text-decoration: none;
	}
	
	#news-list-middle p.visualdate {
		margin: 0 0 0 15px;
		color: #EE4714;
		font-weight: bold;
		font-size: 0.90em;
	}
	
	#news-list-middle p.eventtitle {
		margin: 0 0 0 15px;
		color: #000;
		font-weight: bold;
		font-size: 0.90em;
	}
	
	#news-list-middle p.eventlocation {
		margin: 0 0 0 15px;
		color: #999999;
		font-weight: bold;
		font-size: 0.75em;
	}
	
	#news-list-middle p.eventbody {
		margin: 0 0 0 15px;
		color: #000;
		font-weight: normal;
		font-size: 0.70em;
	}
	
	p.error {
		color: #EE4714;
		font-size: 0.75em;
		font-weight: bold;
		margin: 0 0 0 15px;
	}
	
	p.article-location {
		margin: 0 0 0 15px;
		color: #666666;
		font-weight: bold;
		font-size: 0.90em;
	}
	
	p.article-title {
		margin: 0 0 0 15px;
		font-weight: bold;
		font-size: 0.90em;
	}
	
		p.article-title span.orange {
			color: #EE4714;
		}
		
	#news-list-middle object {
		margin: 0 15px 10px 15px;
		float: left;
	}	
	
	#news-list-middle img.article-image {
		margin: 0 15px 10px 15px;
		float: left;
	}
	
	a.readmore {
		display: block;
		cursor: pointer;
		padding: 0;
		float: left;
		color: #EE4714;
	}
	
	span.review {
		color: #fff;
		padding: 3px 5px 3px 5px;
		position: relative;
		top: -6px;
		left: 20px;
		background: #171D64;
		font-size: 0.66em;
	}
	
	span.image-col {
		padding: 0;
		float: left;
		width: 130px;
		height: 110px;
	}
	
/* Stockists */

div.map-holder {
	position: relative;
	margin: 0;
	height: 170px;
}
	div.map-holder a.prostorelink {
		width: 188px;
		height: 76px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 20px;
		z-index: 20;
		color: #fff;
		font-size: 0px;
		cursor: pointer;
		background: url(/images/prostorelogo.jpg) top left no-repeat;
	}

div.map-holder img.stockists-home {
	position: relative;
	top: 20px;
	left: 30px;
	display: block;
}

div.postcode {
	background: url(/images/postcode-bg.jpg) top left no-repeat;
	width: 230px;
	height: 55px;
	float: left;
	text-transform: uppercase;
	padding: 13px 0 0 0;
	margin: 20px 0 0 18px;
}

	div.postcode label {
		margin: 0 0 0 10px;
		color: #fff;
		font-size: 12px;
	}
	
	.postcodetxt {
		width: 54px;
		padding: 3px;
		margin: 0 0 0 127px;
		font-weight: bold;
	}
	
	.postcodebtn {
		margin: 0;
		background-color: transparent;
		border: none;
		color: #fff;
		cursor: pointer;
		font-size: 11px;
		width: 25px;
	}

div.location,
div.worldwide {
	background: url(/images/location-bg.jpg) top left no-repeat;
	width: 275px;
	height: 53px;
	float: left;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 0 0 0;
	margin: 20px 0 0 88px;
}

	div.worldwide {
		margin: 5px 0 0 368px;
	}

	div.location label,
	div.worldwide label {
		display: none;
	}
	
	.cityselect {
		text-transform: none;
		font-size: 11px;
		margin: 0 0 0 25px;
		width: 220px;
	}
	
	img.national-flag {
/*		width: 150px;
		height: 75px;
*/		float: left;
		margin: 0 0 20px 25px;
	}	
	
	a.onlinestocklink {
		font-size: 0.55em;
		margin: 0;
		padding: 0;
	}

div#news-list-middle div.worldwidedesc {
	margin:  -60px 0 0 17px;
	float: left;
}

div#news-list-middle div.worldwidedesc p {
	margin: 0;
	font-size: 0.80em;
}

#news-list-middle .worldwide-pos {
	position: relative;
	height: 100px;
}

#news-list-middle .worldwide-pos div.worldwidedist {
	position: absolute;
	top: 0;
	left: 380px;
	z-index: 10;
}

div.stockist-row {
	width: 630px;
	float: left;
	padding: 0;
	margin: 0 0 10px 20px;
	border-bottom: 1px solid #e1e1e1;
}

	div.stockist-row .col1 {
		margin: 0;
		padding: 0;
		width: 350px;
		float: left;
	}

		div.stockist-row .col1 p {
			margin: 0;
			padding: 0;
		}

		div.stockist-row .col1 a {
			margin: 0;
			padding: 0;
			color: #EE4714;
		}

	div.stockist-row .col2 {
		margin: 0;
		padding: 0;
		width: 180px;
		float: left;
		text-align: left;
	}
	
	div.stockist-row .col3 {
		margin: 0;
		padding: 0;
		width: 90px;
		float: left;
		color: #999999;
	}
	
	
/* Links Page */

div#links-list-top,
div#links-list-middle {
	width: 850px;
	height: 28px;
	float: left;
	margin: 0 0 0 90px;
	background: url(/images/links-list-top.png) top right no-repeat;
}

	div#links-list-middle {
		background: #fff;
		width: 850px;
		height: auto;
		padding: 0 0 20px 0;
	}

	div#links-list-middle p {
		font-size: 0.75em;
		margin: 0 0 10px 15px;
	}
	
	div.link-image {
		float: left;
		width: 110px;
		margin: 0;
		height: 80px;
	}
	
	div.link-holder {
		float: left;
		margin: 0 0 10px 18px;
		padding: 0;
		width: 630px;
	}
	
		div.link-holder p {
			margin: 0;
			padding: 0;
			text-align: left;
		}
		
		div.link-holder span.link-title {
			color: #EE4714;
			font-weight: bold;
		}
		
		div.link-holder a:hover {
			color: 
		}
		
.dealer-login {
	width: 880px;
	float: left;
	margin: 30px 0 0 60px;
	padding: 0 0 50px 0;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #00143D;
}

	.dealer-login .smalltxtfield {
		width: 200px;
		border: 1px solid #999;
		padding: 2px 0 2px 2px;
	}
	
	.dealer-login fieldset {
		margin: 60px 0 0 320px;
	}
	
	.dealer-login .loginbtn {
		background: #00143D;
		color: #fff;
		border: none;
		font-weight: bold;
		padding: 4px;
		margin: 10px 0 0 0;
		cursor: pointer;
	}
	
	.dealer-login p.error {
		margin: 20px 0 0 320px;
	}
	
	.dealer-login a.dealer-link {
		text-decoration: none;
	}
	
	.dealer-login a.dealer-link:hover {
		text-decoration: underline;
	}
	
	.dealer-login form#hiddenform {
		position: relative;
		top: -500px;
	}
	
	.dealer-login .listings {
		margin: -20px 0 0 50px;
		padding: 0 0 20px 0;
		width: 800px;
		border-bottom: 1px solid #999;
	}
	
	.dealer-login .dealer-logo {
		margin: 20px 0 0 50px;
	}
	
	.dealer-login h1 {
		margin: 20px 0 0 50px;
		padding: 0;
	}
	
	.sitemap-box {
		float: left;
		width: 150px;
		min-height: 80px;
		margin: 0 0 20px 20px;
		font-size: 0.75em;
	}
	
		.sitemap-box ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
	
		.sitemap ul li {
			margin: 0;
		}
		
		.sitemap-box a.title {
			color: #00143D;
			font-weight: bold;
		}


		img.rss {
			margin: 0 10px 0 0;
		}
		
#main-container .material-box {
	position: relative;
	z-index: 1;
	margin: 0;
}
	#main-container .material-box div.tooltip {
		display: none;
		position: absolute;
		top: 0;
		left: 150px;
		width: 250px;
		text-align: left;
		z-index: 100;
	}
	
	#main-container .material-box .tip-top {
		background: url(/images/tooltip-top.png) top left no-repeat;
		width: 250px;
		height: 30px;
		margin: 0;
	}
	
	#main-container .material-box .tip-bottom {
		background: url(/images/tooltip-bottom.png) top left no-repeat;
		width: 250px;
		height: 30px;
		margin: 0;
	}
	
	#main-container .material-box .tip-middle {
		background:url(/images/tooltip-middle.png) top left repeat-y;
		width: 210px;
		margin: 0;
		padding: 5px 20px 5px 20px;
	}
	
		#main-container .material-box .tip-middle p {
			margin: 0;
			padding: 0;
		}
	
		#main-container .material-box .tip-middle ul {
			margin: 0 0 0 17px;
			padding: 0;
			clear: both;
		}
		
		#main-container .material-box .tip-middle ul li {
			margin: 0;
			padding: 0;
		}
		
	a.tooltip {
		cursor: pointer;
	}
	
/* Online Shop Section */
	
	.mediumselectlist,
	.smalltextfield,
	.quantity,
	.smallselectlist {
		width: 160px;
		font: 12px Arial, Helvetica, sans-serif;
		margin: 4px 0 0 14px;
		padding: 0;
		border: 1px solid #999;
	}
	
	.smalltextfield,
	.quantity {
		padding: 2px 0 2px 0;
		width: 32px;
		border: 1px solid #999;
		text-align: center;
	}
	
	.smallselectlist {
		margin: 0;
	}
	
	.quantity {
		margin: 0;
	}
	
	.basketbutton,
	.savebutton,
	.tryagainbutton {
		margin: 0 0 0 7px;
		padding: 2px 3px 2px 3px;
		background-color: #00143D;
		color: #fff;
		border: none;
		cursor: pointer;
	}
	
	.savebutton {
		margin: 0 0 0 195px;
	}
	
	.tryagainbutton {
		margin: 15px 0 0 16px;
	}
	
	#cartcolumns {
		width: 650px;
		height: 20px; 
		margin: 10px 0 5px 7px; 
		padding: 4px 0 0 0; 
		float: left;
	}
	
	div#product-list-middle p.intro {
		margin: 5px 0 0 14px;
		padding: 0 5px 0 0;
		font-weight: normal;
		font-size: 0.8em;
	}
	
		#cartcolumns p {
			font: Bold 12px Arial, Helvetica, sans-serif; 
			margin: 0;
			padding: 0;
			color: #00143D;
		}
	
		#remove_coltitle, 
		#product_coltitle, 
		#quantity_coltitle, 
		#price_coltitle, 
		#total_coltitle {
			float: left; 
			text-align: left; 
			margin: 0; 
			height: 23px;
		}
	
		#remove_coltitle {
			width: 90px;
		}	
		
		#product_coltitle {
			width: 310px; 
		}	
		
		#quantity_coltitle {
			width: 60px; 
		}	
		
		#price_coltitle {
			width: 90px; 
		}	
		
		#total_coltitle {
			width: 100px; 
			text-align: center;
		}	
	
		#cartitemscontainer {
			width: 650px; 
			margin: 0 0 0 10px;
			float: left;
		}
		
	.newcartitem {
		width: 650px; 
		height: 30px; 
		float: left; 
		margin: 0;
		padding: 4px 0 4px 0;
		border-top: 1px solid #00143D;
	}

		#remove_coldata, 
		#product_coldata, 
		#quantity_coldata, 
		#price_coldata, 
		#total_coldata {
			float: left; 
			text-align: left; 
			padding: 5px 0 0 0; 
			margin: 0; 
			color: #000; 
			height: 22px;
			font-size: 0.8em;
		}

		.newcartitem #remove_coldata {
			width: 70px; 
			float: left; 
			height: 25px; 
			text-align: left; 
			padding: 2px 0 0 20px;
		}

		.newcartitem #product_coldata {
			width: 310px; 
			color: #000;
		}
		
		.newcartitem #quantity_coldata {
			width: 60px; 
			text-align: center; 
			padding: 3px 0 0 0;
		}

		.newcartitem #price_coldata {
			width: 90px; 
		}

		.newcartitem #total_coldata {
			width: 100px; 
			text-align: center;
		}

		#dcrow, 
		#gtrow {
			float: left; 
			width: 680px;
			height: 23px; 
			margin: 0;
			font-size: 0.8em;
		}

		#gtrow {
			padding-bottom: 10px;
		}
		
		#dcrow #deliverycharge,
		#gtrow #grandtotal {
			float: left; 
			margin: 0; 
			width: 550px; 
			height: 23px; 
			text-align: right;
		}

		#dcrow #deliverychargecalc, 
		#gtrow #grandtotalcalc {
			float: left; 
			margin: 0; 
			width: 100px; 
			height: 23px; 
			text-align: center;
		}
		
		#dcrow {
			height: 20px;
			margin-top: 20px;
		}
		
		#gtrow #grandtotalcalc p,
		#gtrow #grandtotal p {
			color: #EE4714; 
			font-weight: bold;
		}
		
		#cartitemscontainer p {
			margin: 0; 
		}

		#grandtotal p {
			margin: 0; 
		}
		
		#cartbuttons {
			float: right;
			margin: 10px 40px 30px 0;
		}

		label.required,
		label {
			width: 180px;
			float: left;
			padding: 0;
			color: #000;
			font-weight: normal;
			font-size: 0.8em;
			margin: 0 0 0 16px;
		}
		
		p.cardintro {
			padding: 0;
			color: #000;
			font-weight: bold;
			font-size: 0.8em;
			margin: 0 0 20px 16px;
		}
		
		label.required {
			background:url(/images/icons/required.gif) center right no-repeat;
		}
		
		.normaltextfield,
		.smallertextfield {
			border: 1px solid #999;
			margin: 0;
			padding: 0 0 4px 2px;
			font: 12px Arial, Helvetica, sans-serif;
			width: 300px;
		}
		
		.smallertextfield {
			width: 150px;
		}
		
		p.alert {
			margin: 0 0 0 16px;
			color: #EE4714; 
			font-size: 0.8em;
			font-weight: bold;
		}
		
		p.result-success,
		p.result-fail {
			margin: 0 0 0 16px;
			color: #EE4714;
			font-size: 0.8em;
			font-weight: bold;
		}
		
		p.result-fail {
			color: #ff0000;
		}
		
		p.result-msg {
			margin: 12px 0 2px 16px;
			font-size: 0.8em;
		}
		
		.security {
			margin: 0 0 0 40px;
		}
		
		span.filteroptions {
			margin: 0;
			width: 100%;
			float: left;
			text-align: center;
			font: 0.75em Arial, Helvetica, sans-serif;
		}
		
			span.filteroptions a {
				text-decoration: none;
				color: #EE4714;
				margin: 0;
			}
			
			span.filteroptions span.live {
				color: #000;
				font-size: 14px;
			}
			
/* Blog */

div#blog-middle {
	background: #000;
	position: relative;
	margin: 35px 0 0 80px;
	width: 720px;
	padding: 20px 0 0 0;
	float: left;
}

	div#blog {
		background: url(/images/blog.png) top left no-repeat;
		width: 132px;
		height: 70px;
		position: absolute;
		top: -20px;
		left: 230px;
		z-index: 300;
	}
	
	#blog-middle div.left-column {
		width: 550px;
		border-right: 1px solid #e1e1e1;
		margin: 0 0 20px 0;
		float: left;
		min-height: 240px;
	}
	
	#blog-middle div.right-column {
		width: 160px;
		margin: 0;
		float: left;
	}

		#blog-middle div.right-column h2 {
			color: #fff;
			font-size: 0.9em;
			margin: 0 0 20px 15px;
			font-weight: bold;
		}
	
		#blog-middle a {
			color: #FFF53B;
			text-decoration: none;
		}
		
		#blog-middle p.visualdate {
			margin: 0 0 0 15px;
			color: #fff;
			font-weight: bold;
			font-size: 0.90em;
		}
		
		#blog-middle p.eventtitle {
			margin: 0 0 0 15px;
			color: #fff;
			font-weight: bold;
			font-size: 0.90em;
		}
		
		#blog-middle p.eventlocation {
			margin: 0 0 0 15px;
			color: #999999;
			font-weight: bold;
			font-size: 0.75em;
		}
		
		#blog-middle p.eventbody {
			margin: 0 0 0 15px;
			color: #fff;
			font-weight: normal;
			font-size: 0.70em;
		}
		
		#blog-middle a.whitelink {
			color: #fff;
		}
		
		#blog-middle a.activelink {
			color: #FFF53B;
		}
		
		#blog-middle .image-column {
			margin: 40px 0 0 0;
			padding-bottom: 20px;
			float: left;
			width: 270px;
			text-align: center;
			min-height: 200px;
		}
		
		#blog-middle .content-column,
		#blog-middle .content-column-wide {
			margin: 40px 0 20px 0;
			float: left;
			width: 440px;
		}
		
		#blog-middle .content-column p {
			color: #fff;
			font-size: 0.75em;
			margin: 0 0 15px 15px;
		}
		
		#blog-middle .content-column-wide {
			width: 97%;
		}
		
			#blog-middle .content-column h2,
			#blog-middle .content-column-wide h2 {
				color: #fff;
				font-size: 1.2em;
				margin: 0 0 0 15px;
			}
			
			#blog-middle p.blogtext {
				color: #fff;
				font-size: 0.75em;
				margin: 10px 0 0 15px;
			}
			
			#blog-middle .content-column h3,
			#blog-middle .content-column-wide h3 {
				color: #fff;
				font-size: 0.9em;
				margin: 0 0 0 15px;
			}
			
			
			div.col-one,
			div.col-three {
				float: left;
				margin: 0;
				width: 225px;
			}
			
			div.col-one ul, 
			div.col-three ul {
				margin: 0 0 0 20px;
				padding: 0;
				list-style: none;
				font-size: 0.75em;
			}
			
			div.col-one ul li, 
			div.col-three ul li {
				margin: 0 0 10px 0;
				padding: 0 0 3px 0;
				border-bottom: 1px solid #000;
			}
			
			div.col-two {
				float: left;
				margin: 0;
				width: 370px;
				height: 530px;
				background: url(/images/propstore-map.jpg) top left no-repeat;
			}
			
			div.col-one a,
			div.col-three a {
				color: #EE4714;
			}
			
			
			div#news-list-middle img.smallpro {
				margin: 0 0 20px 25px;
			}
			
			div#news-list-middle p.line {
				width: 620px;
				border-bottom: 1px solid #EE4714;
			}
			
			div#register-container-middle p.protext {
				font-size: 1.2em;
				margin: 0 0 20px 0;
				color:#EE4714;
			}
