﻿body
{
	font: 11px Tahoma, Arial;
	color: #676767;
	text-align: center;
	behavior: url('/media/css/csshover3.htc'); 
}

a
{
	text-decoration: underline;
	color: #F80606;
}

h1 {font-size: 200%;}
h2 {font-size: 160%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 105%;}

h1, h2, h3, h4, h5, h6 {margin: 0 0 10px 0; clear: left;}

p {margin: 10px 0 10px 0;}

img {border: 0;}

form {margin: 0; padding: 0;}

a:hover
{
	text-decoration: none;
}

#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 805px;
	padding: 0 15px;
	border: 7px solid #DADADA;
}

#header #search
{
	background: url('/media/images/bg-search.gif') top repeat-x;
	float: right;
	height: 21px;
	margin-top: -15px;
	padding: 6px 0;
	position: relative;
	width: 187px;
}
#header #search form 
{
    margin: 0 7px 0 8px;
    }
#header #search .shadow 
{
	background: url('/media/images/bg-shadow.png') top repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/bg-shadow.png', sizingMethod='scale');
    height: 10px;
    position: absolute;
    top: 33px;
    width: 187px;
    }
#header #search #search-field 
{
    background: url('/media/images/bg-search-field.gif') top left no-repeat;
    color: #ccc;
    float: left;
    height: 20px;
    padding: 0;
    margin: 0;
    width: 152px;
    _width: 152px;
    overflow: hidden;
    _display: inline;
	_margin-right: -3px;
    }
#header #search  #search-field  input
{
    background: transparent url('/media/images/blank.gif') repeat;
    border-width: 0;
    color: #ccc;
    font-size: 10px;
    height: 13px;
    margin: 0;
    padding: 4px 5px 3px 5px;
    _padding: 4px 5px 3px 0;
    text-transform: uppercase;
	width: 142px;
	_width: 120px;
	position: relative;
    font-family: Arial, Helvetica, Sans-Serif;
}

#header #search #frmHeaderSearchOK
{
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
	_margin-right: -3px;
}


#header #logo
{
	padding: 0 18px 0 18px;
	display: block;
	width: 118px;
	height: 66px;
}

/*TOP MENU NAVIGATION*/
/*-------------------*/

#header #nav
{
    background: url('/media/images/bg-nav.gif') repeat-x;
	clear: both;
	height: 35px;
	position: relative;
}
#header #nav .shadow 
{
    background: url('/media/images/bg-shadow.png') repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/bg-shadow.png', sizingMethod='scale');
    height: 10px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
    width: 100%;
    }

#header #nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#header #nav ul li
{
	float: left;	
}

#header #nav ul li a
{
	height: 25px;
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif!important;
	padding: 8px 20px 0 21px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #eaeaea;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
}
* html #header #nav ul li a 
{
    width: 1%;
    }
#header #nav ul li a:hover,
#header #nav ul li a:active 
{
	background: url('/media/images/bg-nav-hover.gif') repeat-x;
	color: #990000;
}

#header #nav ul li.first a
{
	border-left: none;
}
#header #nav ul li.last a 
{
    border-right: none;
    }
.header {
    clear: both;
    padding: 16px 0 8px 0;
}
#get-in-touch {
    float: right;
}
#get-in-touch p {
    font-size: 18px;
    color: #900;
    text-align: right;
    font-family: Arial, Helvetica, Sans-Serif;
}
#get-in-touch a {
    text-decoration: none;
    color: #900;
}
#get-in-touch a:hover,
#get-in-touch a:active {
    color: #f33;
}

#front-panel 
{
    height: 300px;
    position: relative;
    //display: inline-block;
    }
#front-panel:after 
{
    content: '';
    clear: both;
    display: block;
    }
#front-panel .shadow 
{
    background: url('/media/images/bg-shadow.png') repeat-x;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/bg-shadow.png', sizingMethod='scale');
    height: 10px;
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    }
#homepageimage 
{
    width: 479px;
    height: 300px;
    background: #999;
    position: relative;
    float: left;
    }
#homepageimage #homepage-text {
    height: 40px;
    width: 479px;
    overflow: hidden;
    position: absolute;
    top: 260px;
    left: 0;
}
#homepage-text h2 {
    color: #fff;
    font-size: 14px; 
    font-weight: bold;
    padding: 0;
    margin: 5px 10px 0 10px;
    font-family: Arial, Helvetica, Sans-Serif;
}
#homepage-text p {
    color: #fff;
    font-size: 11px;
    padding: 0;
    margin: 0 10px;
    font-family: Arial, Helvetica, Sans-Serif;
}
#left-menu 
{
    float: left;
    width: 326px;
    min-height: 300px;
    _height: 300px;
    background: #ccc url('/media/images/bg-left-menu.gif') repeat-x top left;
    position: relative;
    }

#left-menu ul 
{
    list-style: none;
    margin: 30px 20px 20px 20px;
    padding: 0;
    }
#left-menu ul li 
{
    margin: 8px 0;
    }
#left-menu ul li:hover 
{
    background-image: url('/media/images/bg-left-menu-arrow.png');
    _background-image: url('/media/images/bg-left-menu-arrow.gif');
    background-repeat: no-repeat;
    background-position: left center;
    }
#left-menu ul li a 
{ 
    font-size: 18px; 
    padding: 0 10px 0 25px;
    font-family: Arial, Helvetica, Sans-Serif;
    }
#left-menu ul li a:link, 
#left-menu ul li a:visited 
{ 
    text-decoration: none;
    }
#left-menu ul li a:hover, 
#left-menu ul li a:active 
{ 

    }
#left-menu ul li.odd a 
{
    color: #c00;
    }
#left-menu ul li.even a 
{
    color: #900;
    }
    
#request-catalogue 
{
    width: 117px; 
    height: 148px;
    background: url('/media/images/request-catalogue.png') no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/request-catalogue.png', sizingMethod='crop');
    position: absolute;
    right: -15px;
    bottom: -15px;
    }
#request-catalogue a 
{
    display: block;
    width: 117px; 
    height: 148px;
    }
#request-catalogue a span 
{
    display: none;
    }
    
    
#front-info 
{
    margin: 20px 0;
    //display: inline-block;
    }
#front-info:after 
{
    content: '';
    clear: both;
    display: block;
    }
#info 
{
    width: 395px;
    float: left;
    margin-right: 10px;
    }
    
#about 
{
    padding-bottom: 20px;
    }
#about h2 
{
    font-size: 16px; 
    color: #f33;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    }
#about p, #news p {
    font-size: 13px; 
    margin: 3px 0;
    padding: 0;
    color: #666;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif;
}
#about p a,
#news p a {
    text-decoration: none;
}
#about p a:hover,
#about p a:active,
#news p a:hover,
#news p a:active {
    text-decoration: underline;
}

#news h2 
{
    font-size: 16px;
    color: #900;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    }
#news h3 
{
    font-size: 13px;
    font-weight: bold;
    color: #f33;
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    }
    

#panels 
{
    float: left;
    width: 400px;
    //display: inline-block;
    }    
#panels:after 
{
    content: '';
    clear: both;
    display: block;
    }
.panel 
{
    float: left;
    width: 197px;
    height: 247px;
    background: url('/media/images/bg-panel-shadow.png') no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/bg-panel-shadow.png', sizingMethod='crop');
    }
.panel h2 {
    padding: 0px;
    margin: 0 0 5px 0;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #f33;
    font-family: Arial, Helvetica, Sans-Serif;
}
.panel h3 {
    padding: 0px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #f33;
    font-family: Arial, Helvetica, Sans-Serif;
}
.panel .inner 
{
    width: 167px;
    height: 217px;
    margin: 5px;
    padding: 10px;
    overflow: hidden;
    }
.panel a 
{
    text-decoration: none;
    }
.location-search 
{
    margin-right: 6px;
    }
.location-search .inner 
{
    background: url('/media/images/bg-panel-map.jpg') no-repeat;
    }
.location-search p {
    font-size: 11px;
    margin: 0 70px 10px 0;
    font-family: Arial, Helvetica, Sans-Serif;
}
    
.location-search .inner {
    position: relative;
}   

.location-search form { 
    position: absolute;
    top: 197px;
    left: 10px;
} 
#postcode-field {
    background: url('/media/images/bg-postcode-input.gif') no-repeat;
    display: block;
    width: 122px;
    height: 30px;
    float: left;
    position: relative;
}
#postcode-field input {
    background: transparent url('/media/images/blank.gif') repeat;
    border: 0;
    width: 112px;
    color: #ccc;
    font-size: 12px;
    height: 13px;
    margin: 0;
    padding: 9px 5px 8px 5px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, Sans-Serif;
    position: relative;
}
/*FOOTER STYLES*/
/*-------------*/

#footer
{
	clear: both;
	padding-top: 5px;
}

#footer #latestnews
{
	width: 190px;
	height: 99px;
	padding: 20px;
	background: url('/media/images/footerbox-bg.gif') repeat-x bottom;
	border: 1px solid #E2E2E2;
	float: left;
}

#footer #location
{
	height: 119px;
	margin-left: 239px;
	padding: 20px 20px 0 20px;
	background: url('/media/images/footerbox-bg.gif') repeat-x bottom;
	border: 1px solid #E2E2E2;
}

#footer #location #map
{
	float: right;
	margin-left: 30px;
}

#footer #location div
{
	float: right;
	padding-left: 25px;
}

#footer #location .left
{
	float: left;
	width: 180px;
	padding: 0;
}

#footer #location select
{
	width: 190px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial;
	font-size: 100%;
}

.frmPostCode
{
	width: 120px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial;
	font-size: 100%;
}

#footer p
{
	margin-top: 0;
}

#footer h4
{
	margin-bottom: 5px;
	color: #444;
	font-size: 120%;
}

#footer #copyright
{
	margin: 0 159px 0 0;
}

.footer {
    border-top: 1px solid #dadada;
    //display: inline-block;
    padding: 20px 0;
}
.footer:after {
    clear: both;
    content: '';
    display: block;
}
.footer #bottom-menu {
    margin: 0 159px 0 0;
}
.footer #bottom-menu ul {
    list-style: none;
    margin: 0 0 10px 0; 
    padding: 0;
}
.footer #bottom-menu ul li {
    display: inline;
    margin-right: 10px;
    padding: 0;
}
.footer #bottom-menu ul li a {
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer #bottom-menu ul li a:hover,
.footer #bottom-menu ul li a:active
 {
    text-decoration: underline;
}
#masonite  {
    background: url('/media/images/logo-masonite.png') no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/logo-masonite.png', sizingMethod='crop');
	width: 139px;
	height: 51px;
	float: right;
}
#masonite a {
    display: block;
    width: 139px;
	height: 51px;
	position: relative;
}
#masonite a span {
    display: none;
}


/*HOMEPAGE STYLES*/
/*---------------*/

#main
{
	position: relative;
	min-height: 300px;
}

* html #main
{
	height: 300px;
}

#main #homepageimage
{
	float: left;
}

#main #introducing
{
	float: right;
	width: 306px;
	padding: 15px 21px 11px 24px;
	background: #FF1818 url('/media/images/introducing-bg.gif') repeat-x bottom;
	color: #FFF;
	min-height: 270px;
}

* html #main #introducing
{
	height: 270px;
}

#main #introducing a
{
	color: #FFF;
}

#main #introducing ul
{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#main #introducing ul li
{
	width: 230px;
	background: #F00202;
	padding: 7px 10px;
	margin-top: 7px;
	text-transform: uppercase;
}

#main #introducing ul li img
{
	float: left;
	margin-right: 8px;
}

#main #environmental
{
	width: 309px;
	padding: 0 20px 10px 20px;
	border: 1px solid #CBCBCB;
	border-bottom-width: 6px;
	clear: right;
	float: right;
	background: #FFFCFC;
	min-height: 113px;
}

* html #main #environmental
{
	height: 113px;
}

/*PRODUCT LIST STYLES*/
/*-------------------*/

#main #mainleftmenu
{
	position: absolute;
	left: 0;
	top: 0;
	width: 122px;
	border-top: 6px solid #2A2A2A;
	color: #FFF;
}

* html #main #mainleftmenu
{
	left: 0;
}

#main #mainleftmenu ul
{
	margin: 0 0 10px 0;
	padding: 0 5px;
	list-style: none;
	background: #D30A0A;
}

#main #mainleftmenu ul li
{
	border-top: 1px solid #FA1F1F;
}

* html #main #mainleftmenu ul li
{
	height: 1px;
}

#main #mainleftmenu ul li a
{
	color: #FFF;
	text-decoration: none;
	padding: 6px 0 5px 5px;
	display: block;
}

* html #main #mainleftmenu ul li a
{
	height: 1px;
}

#main #mainleftmenu ul li a:hover
{
	background: #DE0808;
}

#main #mainleftmenu ul#products
{
	background: #666;
}

#main #mainleftmenu ul#products li
{
	border-top: 1px solid #999;
}

#main #mainleftmenu ul#products li a:hover
{
	background: #777;
}

/*MAIN CONTENT AREA*/
/*-----------------*/

.staticpageimages
{
	float: left;
	width: 203px;
}

.staticpageimages img
{
	display: inline;
	margin-bottom: 5px;
}

.staticpagetext
{
	margin-left: 220px;
}

.staticpagetext h1, .staticpagetext h2, .staticpagetext h3, .staticpagetext h4, .staticpagetext h5, .staticpagetext h6
{
	clear: none;
}

#main #maincontent
{
	margin-left: 140px;
	padding-bottom: 25px;
}

#main #maincontent .search
{
	border-top: 6px solid #666;
	background: #2A2A2A;
	font-weight: bold;
	padding: 10px 20px;
	color: #FFF;
	margin-bottom: 8px;
}

* html #main #maincontent .search
{
	height: 1px;
}

#main #maincontent .search select
{
	width: 200px;
	font-size: 11px;
}

#main #maincontent .search input
{
	font-size: 11px;
}

#main #maincontent .search #btnsearch
{
	vertical-align: bottom;
}

#main #maincontent h1, #main #maincontent h2, #main #maincontent h3, #main #maincontent h4, #main #maincontent h5, #main #maincontent h6
{
	font-weight: normal;
	color: #AF0505;
}

#main #maincontent .cookietrail
{
	margin-bottom: 10px;
}

#main #maincontent .cookietrail a
{
	color: #666;
}

#main #maincontent .contactbox
{
	float: left;
	border-right: 1px dotted #EEE;
	margin-right: 30px;
	padding-right: 30px;
}

.item
{
	width: 160px;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	height: 248px;
}

.itemwindows
{
	width: 160px;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	height: 168;
}

.item .imageholder
{
	height: 200px;
	background: #EEE;
}

.itemwindows .imageholder
{
	height: 80px;
	background: #EEE;
}

.item .item-title, .itemwindows .item-title
{
	text-align: left;
	color: #FFF;
	font-weight: bold;
	background: #282828;
	padding: 4px;
	height: 38px;
}

.item .item-title a, .itemwindows .item-title a
{
	color: #FFF;
	text-decoration: none;
}

.item .item-description, .itemwindows .item-description
{
	text-align: left;
	height: 65px;
	padding: 12px 8px 0 8px;
}

.typeblurb
{
	clear: both;
	margin-top: 20px;
	border: 1px solid #E9E9E9;
	padding: 15px 20px;
}

/*PRODUCT DETAILS*/
/*---------------*/

h1.detailstitle
{
	margin-right: 100px;
}

#printbutton
{
	margin-top: -30px;
	float: right;
	background: #282828;
	padding: 6px 10px;
	height: 18px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
}

#printbutton a
{
	color: #FFF;
	text-decoration: none;
}

#printbutton a:hover
{
	text-decoration: underline;
}

#codebutton
{
	margin-top: -30px;
	font-weight: bold;
	color: #000;
	float: right;
	background: #F2F2F2;
	padding: 6px 10px;
	height: 18px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#topdetailswrapper
{
	margin-top: 11px;
	border: 1px solid #CCC;
	padding: 10px;
	min-height: 344px;
}

* html #topdetailswrapper
{
	height: 344px;
}

#productimageholder
{
	width: 275px;
	height: 340px;
	border: 1px solid #CCC;
	padding: 1px;
	text-align: center;
	float: left;
}

#productimageholder img
{
	display: block;
	margin: auto;
}

#tech
{
	margin-left: 295px;
}

#tech #thumbs img
{
	border: 2px solid #D8D8D8;
}

#tech ul
{
	margin-left: 20px;
	padding: 0;
	list-style-image: url('/media/images/bullet-arrow.gif');
}

#tech ul li
{
	margin: 3px 0;
}

#tech .specification
{
	color: #000;
	padding-top: 8px;
	border-top: 5px solid #E6E6E6;
}

#tech .additionalpdfs
{
	color: #000;
	margin: 5px 0;
}

#tech #btn
{
	margin-right: 15px;
}

.storelocator
{
	margin: 10px 0 0 0;
	padding: 10px 20px;
	background: #EDEDED url('/media/images/storelocator-bg.gif') repeat-x bottom;
}

.bottomstorelocator
{
	padding-bottom: 30px;
}

.storelocator b
{
	font-size: 120%;
	color: #444;
}

.storelocator a
{
	color: #444;
	text-decoration: none;
	cursor: auto;
}

.storelocator .frmStoreLocatorPostcode
{
	width: 150px;
	border: 1px solid #CCC;
}

ul#tabs
{
	clear: both;
	background: #32373B;
	margin: 0 0 20px 0;
	padding: 15px 0 8px 20px;
	list-style: none;
}

ul#tabs li
{
	display: inline;
	padding: 15px 5px 0 5px;
	border-right: 1px solid #515558;
}

ul#tabs li.end
{
	border-right: none;
}

ul#tabs a
{
	color: #FFF;
	text-decoration: none;
}

ul#tabs a:hover
{
	color: #DDD;
}

#keyspec
{
	float: right;
	width: 140px;
	display: inline;
	margin: 55px 0 0 0;
	border: 4px solid #E6E6E6;
	padding: 10px;
	font-size: 90%;
}

#sizechart
{
	color: #000;
	margin-bottom: 30px;
	margin-right: 180px;
}

#sizechart .row
{
	border-bottom: 1px solid #EEE;
	clear: left;
	padding: 4px 0;
}

* html #sizechart .row
{
	padding-top: 6px;
}

#sizechart .row .clear
{
	visibility: hidden;
	margin: 0;
	height: 0;
	clear: left;
	font-size: 1px;
}

#sizechart .row .showhide
{
	display: none;
	margin-top: 14px;
}

#sizechart .row .extra
{
	padding: 4px 0 0 5px;
	color: #444;
}

#sizechart .row .extra b
{
	float: left;
	width: 185px;
}

#sizechart .green
{
	background: #DEFAB2;
}

#sizechart .yellow
{
	background: #FAF4B2;
}

#sizechart .code
{
	float: left;
	width: 60px;
}

#sizechart .title
{
	float: left;
	width: 120px;
}

#sizechart .price
{
	float: left;
	width: 65px;
}

#sizechart .price span
{
	color: #AA0000;
	font-weight: bold;
}

#sizechart .size
{
	float: left;
	width: 80px;
}

#sizechart .more
{
	float: left;
	width: 10px;
}

#additionaloptions
{
	margin-right: 200px;
	color: #000;
	margin-bottom: 30px;
}

#additionaloptions .row
{
	border-bottom: 1px solid #EEE;
	clear: left;
	padding-top: 8px;
	height: 20px;
}

#additionaloptions .code
{
	float: left;
	width: 60px;
}

#additionaloptions .title
{
	float: left;
	width: 310px;
}

#additionaloptions .price
{
	float: left;
	width: 75px;
}

#faqs
{
	padding-top: 20px;
	clear: left;
	margin-bottom: 30px;
	color: #282828;
}

#faqs .faqitem
{
	border-bottom: 3px solid #E6E6E6;
}

* html #faqs .faqitem
{
	height: 1px;
}

#faqs .faqitem .question
{
	font-weight: bold;
}

#faqs .faqitem .q
{
	color: #E10000;
}

#faqs .faqitem .a
{
	color: #000;
	font-weight: bold;
}

#membersof
{
	margin-bottom: 20px;
}

#membersof img
{
	padding: 0 15px;
	border-right: 1px solid #E6E6E6;
}

#membersof .end
{
	border-right: none;
}

h3 a
{
	color: #282828;
	text-decoration: none;
	cursor: auto;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}

.newsshort
{
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 8px 0;
	margin: 8px 0;
	background: #FCFCFC;
}

.newshidden
{
	display: none;
	color: black;
	min-height: 210px;
}

* html .newshidden
{
	height: 210px;
}

/*CONTACT FORM STYLES*/
/*-------------------*/

.fieldleft
{
	float: left;
	width: 150px;
}

.fieldright
{
	margin-left: 170px;
}

.asterix
{
	color: #F80606;
	float: left;
	width: 20px;
}

.fieldright input
{
	margin-bottom: 1px;
}

.fieldspacer
{
	margin: 6px 0;
	padding: 6px 0;
}

/*LOCATIONS STYLES*/
/*----------------*/

.location
{
	position: relative;
	float: left;
	width: 320px;
	border: 1px solid #282828;
	height: 170px;
	margin: 0 10px 10px 0;
}

.locationheader
{
	background: #282828;
	padding: 4px 6px;
	color: #FFF;
}

.locationfooter
{
	position: absolute;
	bottom: 0;
	padding: 4px 6px;
	width: 308px;
	background: #DDD;
}

.location p
{
	margin: 0;
	padding: 6px;
}

.img-logo { margin: 5px;}
.compliant { width:  74px; }
.h-icon { width: 320px; }
.v-icon { width: 95px;float:left;margin-top:0px;}