/*CSS Reset*/

/* @group CSS Reset */

body, div, dl, dt, dd, li, pre, a,
form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin:0;
  	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
  	padding:0;
  	font-size:100%;
  	font-weight:normal;
}

address, caption, cite, code, dfn, em, strong, var {
	font-style:normal;
  	font-weight:normal;
}

ol, ul {
	list-style:none;
  	margin:0;
  	padding:0;
}

table {
	border-collapse:collapse;
  	border-spacing:0;
}

caption, th {
	text-align:left;
  	font-weight:normal;
  	font-style:normal;
}

acronym, abbr, fieldset, img {
	border:0;
}

:focus {
	outline:0;
}

body {
	text-align:center;
  	font-family:Georgia, "Times New Roman", serif;
}

/* @end */

/* @group Typography */

h1, h2, h3, h4, h5, h6 {
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
  	font-weight:normal;
  	color:#555;
  	padding:0 8px;
  	font-size:13px;
}

h1#logo a {
	background: #fff url('/images/logo.gif') no-repeat top left;
  	width:198px;
  	height:25px;
  	display:block;
  	float:left;
  	text-indent:-200px;
  	overflow:hidden;
}

h1#logo a:hover {
	background-position:bottom left;
}

h2 {
	padding:12px 0 0 0;
}

p, label {
	padding:8px 0;
  	font-size:12px;
  	float:left;
}

em {
	font-style:italic;
}

a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
}

a:hover {
	color:#666;
}

hr {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #ddd;
}

/* @end */

/* @group Structure */

#container {
	width:980px;
  	margin:0 auto;
  	padding:0;
  	text-align:left;
}

#header {
	width:980px;
  float:left;
  padding:8px 0;
  border-top:solid 2px #4d320f;
  border-bottom:solid 2px #4d320f;
	display: block;
}

.radiators {
	background: #fff url('/images/category_images/radiators.jpg') 0 8px no-repeat;
}

.kitchens {
	background: #fff url('/images/category_images/kitchens.jpg') 0 8px no-repeat;
}

.lighting {
	background: #fff url('/images/category_images/lighting.jpg') 0 8px no-repeat;
}

.generic {
	background: #fff url('/images/category_images/generic.jpg') 0 8px no-repeat;
}

.handles {
	background: #fff url('/images/category_images/handles.jpg') 0 8px no-repeat;
}

.intdoors {
	background: #fff url('/images/category_images/interior_doors.jpg') 0 8px no-repeat;
}

.compdoors {
	background: #fff url('/images/category_images/composite_doors.jpg') 0 8px no-repeat;
}

.dblglazing {
	background: #fff url('/images/category_images/windows.jpg') 0 8px no-repeat;
}

#main {
	width:980px;
  	float:left;
  	margin:0 20px 0 0;
}

#main dt {
	width: 150px;
	float: left;
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
}

#main dl {
	width: 400px;
	float:left;
  	font-size:11px;
}

#main p {
	margin:0 0 16px 8px;
}



#footer {
	width:980px;
  	padding:10px 0;
  	border-top:1px solid #ddd;
  	float:left;
  	margin:15px 0 0 0;
  	color:#666;
  	text-align:right;
}

#footerimage {
	float: right;
	width: 364px;
	height: 33px;
	background: url(/images/worldpay_logo.jpg) no-repeat;
}

#footer p a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
  	font-size:9px;
}

#footer p a:hover {
	color:#666;
}

/*

 @end */

/* @group Navigations */

/* @group Sub Navigation */

#subnav {
	text-align:right;
  	padding:16px 0;
  	font-size:9px;
  	margin:8px 0;
}

#subnav li {
	display:inline;
  	text-align:left;
}

#subnav li a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
  	padding:2px 4px;
}

#subnav li a.current {
	border-bottom:2px solid #eee;
}

#subnav li a:hover {
	color:#666;
}

#subnav li a.current:hover {
	border-bottom:2px solid #dbd6cf;
}

/*

 @end */

/* @group Main Navigation */

#mainnav {
	padding:24px 0;
  	font-size:12px;
  	margin:4px 0 4px 0;
  	clear:left;
}

#mainnav li {
	display:inline;
}

#mainnav li a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
  	padding:4px 2px;
  	margin:0 10px 0 6px;
}

#mainnav li a.current {
	border-bottom:2px solid #eee;
}

#mainnav li a:hover {
	color:#4d320f;
}

#mainnav li a.current:hover {
	border-bottom:2px solid #dbd6cf;
}

/* @end */

/*

 @end */

/* @group Cart */

#cart {
	width:175px;
  	height:215px;
  	padding:0 10px;
  	float:right;
}

#header.radiators #cart {
  	border-left:8px solid #f8ef94;
  	border-right:1px solid #ddd;
  	background:#fff;
}

#header.kitchens #cart {
  	border-left:8px solid #d93130;
  	border-right:1px solid #ddd;
  	background:#fff;
}

#header.fireplaces #cart {
  	border-left:8px solid #d7cfc2;
  	background:#fff;
}

#header.generic #cart {
  	border-left:8px solid #f0dc9c;
  	background:#fff;
}

#header.handles #cart {
  	border-left:8px solid #dc996c;
  	background:#fff;
}

#header.intdoors #cart {
  	border-left:8px solid #591a0f;
  	background:#fff;
}

#header.compdoors #cart {
  	border-left:8px solid #415b50;
  	background:#fff;
}

#header.dblglazing #cart {
  	border-left:8px solid #c3c3cf;
  	background:#fff;
}

#cart p {
	color:#999;
}

#cart p span {
	color:#111;
  	text-decoration:underline;
}

#cart dl {
	float:left;
  	margin:8px 0;
  	font-size:11px;
}

#cart dl dt {
	width:50px;
  	float:left;
}

#cart dl dt.exvat,
#cart dl dd.exvat {
	color:#999;
  	font-style:italic;
  	padding:8px 0;
  	font-size:10px;
}

#cart dl dt.invat,
#cart dl dd.invat {
	color:#111;
  	border-top:1px dotted #ddd;
  	border-bottom:1px dotted #ddd;
  	padding:8px 0;
}

#cart dl dd {
	width:125px;
  	float:left;
  	text-align:right;
}

#cart ul {
	float:left;
  	padding:0 0 8px 0;
  	font-size:9px;
}

#cart ul li {
	display:inline;
  	text-align:right;
  	float:right;
}

#cart ul li a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
  	margin:0 0 0 6px;
}

#cart ul li a:hover {
	color:#666;
}

/* @end */

/* @group Categories */

#cattitle {
	width:980px;
  	float:left;
  	border-bottom:solid 1px #ddd;
}

#cattitle h1 {
	float:left;
  	font-size:14px;
  	padding:8px 0 8px 8px;
  	font-style:italic;
  	width:400px;
  	voice-family:"\"}\""; 
  	voice-family:inherit;
  	width:392px;
}

#cattitle #bread {
	float:left;
	width:580px;
}

#cattitle #bread li {
	float:right;
	display:inline;
	font-size:10px;
	padding:10px 0;
	color:#aaa;
}

#cattitle #bread li a {	
	margin:0 4px;
}

.column {
	float:left;
  	width:240px;
  	margin:16px 0 0 4px;
  	padding:0;
  	border-right:1px solid #ddd;
		display: inline;
		text-transform: none;
}

.column:hover {
	background:#e4eae2;
  	border-right:1px solid #cad5b8;
}

.column img {
	float:left;
  	padding:0;
  	margin:0;
}

.column h3 {
	float:left;
  	padding:8px 0 0 8px;
  	width:110px;
}

.column p {
	float:left;
  	padding:0;
  	margin:0;
  	width:110px;
  	color:#cad5b8;
}

.column p.details {
	float:left;
  	padding:0;
  	margin:0;
  	color:#7a974d;
		font-size: 9px;
		text-transform: uppercase;
}

.column p span {
	clear:left;
  	float:left;
  	font-size:20px;
  	padding:3px 0 10px 0;
  	color:#7a974d;
}

.column p.special span.strike {
	font-size:11px;
  	padding:3px 0;
  	color:#7a974d;
  	text-decoration:line-through;
}

.column p.special span {
	font-size:20px;
  	padding:3px 0 0 0;
  	color:#c00;
}

.column p.special span.specialLabel {
	font-size:10px;
  	padding:0 0 6px 0;
  	text-transform:uppercase;
  	color:#c00;
}

/* @end */

/* @group Products */

#product {
	margin:16px 0;
  	float:left;
}

#product img {
	float:left;
  	margin:0 8px 0 0;
}

#product h1 {
	float:left;
  clear:left;
  padding:0 0 8px 8px;
  margin:0;
}

#product p {
	clear: left;
}

#product #details {
	float:left;
  	width:175px;
  	margin:0 0 0 8px;
  	padding:0 0 0 10px;
  	border-left:1px solid #ddd;
}

#product #details h1 {
	padding:0;
  margin:0;
  clear:left;
	float: left;
}

#product #details dl {
	float:left;
  clear:left;
  margin: 8px 0 0 0;
  font-size:11px;
}

#product #details dl dt {
	width:75px;
  float:left;
	clear: left;
}

#product #details dl dd {
	width:100px;
  float:left;
  text-align:right;
}

#product #details ul {
	float:left;
  	border-top:1px dotted #ddd;
  	width:175px;
  	padding:10px 0;
  	margin:10px 0 0 0;
  	font-size:10px;
}

#product #details ul li a {
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
}

#product #details ul li a:hover {
	color:#666;
}

#product #description {
	float:left;
  	width:574px;
}

#product #description table {
	float:left;
	margin:0 4px;
	font-size:11px;
	border-bottom:3px double #ddd;
}

#product #description table td,
#product #description table th {
	padding:2px 4px;
}

#product #description table th {
	border-top:3px double #ddd;
	border-bottom:3px double #ddd;
	color:#7a974d;
	background: #fbfbfb;
	padding:4px;
}

#product #description table tr td {
	border-bottom:1px dotted #ddd;
	background-color:#ebf0e9;
}

#product #description table tr.odd td {
	border-bottom:1px dotted #ddd;
	background-color:#fff;
}

#product #description table td a {
	font-size:9px;
}

#product #description table .price {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

#product #description table tr td.price {
	font-weight:bold;
	background-color:#e4eae2;
	color:#7a974d;
	font-size:12px;
}

#product #description table tr.odd td.price {
	font-weight:bold;
	background-color:#eee;
	color:#555;
	font-size:12px;
}

#product #description table td.price:first-letter {
	font-weight:normal;
}

before {
	content: "\00BB \0020";
	}

#product #description table .cart {
	text-align:right;
}

#product #description table caption {
	margin:0 4px;
	padding:8px 4px;
	border-top:2px solid #dbd6cf;
	font-family:"Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	color:#555;
	font-style:italic;
}

#product #description table input {
	width:25px;
	padding:4px;
	border:1px solid #ddd;
}

/* @end */

#productimages{
	width: 195px;
	float: left;
}

.productimagemain{
	float: left;
	margin-bottom: 10px;
}
.productimagethumbs{
	width: 63px;
	float: left;
	margin: 10px 0;
}


#popupwrapper{
	width:450px;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	background:#FFFFFF;
	text-align:left;
}

#popupwrapper h2{
	clear: left;
	text-align: left;
}

#popupwrapper label{
	width: 180px;
	text-align: right;
	padding: 3px 20px 0 0;
	margin: 2px 0;
	clear: left;
	float: left;
}

#popupwrapper form{
	margin: 5px 0;
	clear: left;
	float: left;
}

#popupwrapper input{
	width: 200px;
	float: left;
	margin: 2px 0;
}

#popupwrapper .submitbutton{
	width: 100px;
	float: right;
	display: block;
	margin: 20px 45px 0 0;
}

#popupwrapper hr{
	float: left;
	display: block;
	clear: left;
	margin: 10px 0;
	border-top: dotted 1px #666666;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#popuplogo{
	background:#fff url(/images/logo.gif) no-repeat top left;
  	width:198px;
  	height:25px;
  	display:block;
  	float:left;
  	text-indent:-200px;
  	overflow:hidden;
	margin-top: 20px;

}

.popupbody{
	background: #FFFFFF;
}

#popupimage {
	width: 100px;
	float: left;
	margin-bottom: 20px;
}

#popupimagecontent {
	width: 300px;
  	left:0;
	padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}
#mockfooter {
	position:fixed;
  	left:0;
  	bottom:0;
  	padding:2px 4px;
  	margin:0;
  	background:#fff;
}

#largeimage {
	width:570px;
  	float:left;
  	margin:20px 10px 0 0;
  	display:inline;
}

#smallimages {
	width:205px;
  	height:800px;
  	float:left;
  	margin:20px 0 0 0;
  	clear:right;
  	display:inline;
}

#thumb {
	width:97px;
  	height:97px;
  	margin:0 10px 10px 0;
  	background:#f00;
  	float:left;
}

#thumb2 {
	width:97px;
  	height:97px;
  	margin:0 0 10px 0;
  	background:#f00;
  	float:left;
}

.shoppingcart {
	width: 980px;
	border-bottom: 1px solid #ddd;
	float: left;
	margin: 8px 0 0 0;
	padding: 8px 0;
}

.shoppingcart img {
	float: left;
	margin: 0 8px 0 0;
}

.shoppingcart h3 {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.shoppingcart p {
	clear: left;
	float: left;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 11px;
}

.shoppingcart p a {
	padding: 0;
	margin: 0;
}

.shoppingcart li {
	float: left;
	clear: left;
	padding: 0;
	margin: 8px 0 0 0;
	font-style: normal;
	color: #000;
	font-size: 11px;
}

.shoppingcart dt,
.shoppingcart dd {
	font-size: 11px;
	float: left;
	clear: left;
}

.shoppingcart .details {
	width: 250px;
	float: left;
	padding: 0 8px;
	
}

.shoppingcart .price {
	width: 350px;
	float: left;
	padding: 0 8px;
	border-left: 1px dotted #ddd;
}

.l01 {
	border: 1px solid #ddd;
	padding: 4px;
	color: #000;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 12px;
}

#contact{
	width: 980px;
	float: left;
	margin: 0;
	padding: 0;
}

#contactdetails{
	width: 400px;
	float: left;
	border-right: solid 1px #ddd;
}

#contactdetails p,h2{
	clear: left;
}

#contactform{
	width: 565px;
	float: left;
	margin: 0 0 0 10px;

}

#contactform fieldset{
	border-bottom:  solid 1px #ddd;
	border-top:  solid 1px #ddd;
	margin: 10px 0;
	padding: 10px 0;
}

#contactform label{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: left;
	color: #555;
}

#contactform input, textarea{
	width: 200px;
	float: left;
	margin-top: 5px;
}

#contactform .button{
	width: 80px;
}

#terms {
	float: left;
	clear: left;
	width: 980px;
	padding: 0 0 16px 16px;
	font-size: 12px;
}

#checkout-form {
	float: left;
	padding: 8px 0;
	width: 750px;
	}

#checkout-form span {
	float: left;
	clear: left;
	width: 750px;
}

#checkout-form label {
	width: 250px;
	float: left;
	clear: left;
	padding: 8px;
	color: #555;
	text-align: right;
	display: block;
}

#checkout-form label span {
	color: #f00;
	float: none;
	clear: none;
	width: 5px;
}

#checkout-form input {
	float: left;
	margin: 4px 0 0;
	display: inline;
}

#checkout-form p {
	clear: left;
	padding: 0 8px;
	margin: 0 0 8px 0;
	text-align: center;
}

#checkout-form h3 {
	float: left;
	clear: left;
}

#checkout-form h3 span {
	font-style: italic;
}

#checkout-form input.l02 {
	padding: 4px;
	border: 1px solid #ccc;
	font-family:Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #000;
}

#checkoutformright{
	width: 200px;
	float: right;
	padding-bottom: 10px;
	border-bottom:solid 1px #ddd;
}

#checkoutformright h2{
	border-bottom:solid 1px #ddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#checkoutformright p{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}

.checkoutlabel {
	width: 120px;
	clear: none;
}

#detailcolumnleft {
	width: 450px;
	float: left;
	margin-right: 40px;
	padding-right: 10px;
	border-right: solid 1px #ddd;
}

#detailcolumnright {
	width: 475px;
	float: left;

}

.doubleglazingimage {
	width: 237px;
	float: right;
}

#fireplaceani {
	width:240px;
	float: right;
	
}

#kitchendisplay {
	width: 940px;
	height: 261px;
	margin: 10px 0;
	padding: 20px;
	float: left;
	background: #6c6c6c;
}

.kitchenimage {
	width: 252px;
	height: 252px;
	float: left;
	border: 5px black solid;
}

#kitchencontent {
	width: 410px;
	float: left;
	padding-top: 50px;
	text-align: center;
}

#kitchencontent p{
	color: #fff;
	width: 410px;
	text-align: center;
}
#kitchencontent h1{
	
	color: #fff;
	font-size: 1.5em;
}

#checkoutdetails {
	width: 980px;
	float: left;
	clear: left;
	margin: 20px 0 0 5px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

#checkoutdetails dt {
	width: 150px;
	float: left;
	color:#7a974d;
  	text-decoration:none;
  	text-transform:uppercase;
}

#checkoutdetails dl {
	width: 400px;
	float:left;
  	font-size:11px;
}
