﻿html
{
    background-color: #f2f2f2;
}

body 
{
    color: #333;
    font-family: "Lucida Sans", Arial, Sans-Serif;
    font-size: 62.5%;
    line-height: 170%;
}

/* ----------------------- Typography ----------------------- */

h1
{
    border-bottom: solid 1px #eee;
    color: #00b0e9;
    font-family: Interstate-Light, Arial, Sans-Serif;
    font-size: 1.9em;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    width: 100%;
}

h2
{
    border-bottom: solid 1px #eee;
    color: #00b0e9;
    font-family: Interstate-Light, Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    width: 100%;    
}

h2.home-h2
{
    border-bottom: none;
    color: #00b0e9;
    font-family: Interstate-Light, Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 5px 0 -5px 0;
    padding-bottom: 0px;
    width: 100%;    
}

h3
{
    color: #333;
    font-size: 1.3em;
    margin: 5px 0 10px 0;
}

p
{
    font-size: 1.2em;
    margin: 12px 0;
}

a:link
{
    color: #00b0e9;
    text-decoration: none;
}

a:visited
{
    color: #00b0e9;
    text-decoration: none;    
}

a:hover
{
    color: #00b0e9;
    text-decoration: underline;    
}

a:active
{
    color: #00b0e9;
    text-decoration: none;    
}

.bold
{
    font-weight: bold;
}

.large
{
    color: #444;
    font-size: 1.4em;
    line-height: 1.6;
}

.sub
{
    font-size: .8em;
    position:relative; 
    top: -3px;
}

.container_24
{
    background-color: #fff;
}

.spacer
{
    margin-bottom: 24px;
}

.dash-divider
{
    background: url(../i/dash.gif) repeat-x;
    height: 1px;
    margin: 10px 0;
}

#content
{
    padding-left: 15px;
    width: 98%;
}

/* ---------------------- Generic List ---------------------- */

.list
{
    font-size: 1.2em;
    margin: 10px 0;
}

.list li
{
    line-height: 1.8;
    list-style-type: square;
    margin-left: 2.3em;
}

.list-nm
{
    font-size: 1.2em;
    margin: 10px 0;
}

.list-nm li
{
    line-height: 1.5;
    list-style-type: square;
    margin-left: 1.4em;
}


/* ------------------------- Header ------------------------- */

#header
{
    background-color: #fff;
    height: 120px;
}

#logo
{
    float: left;
    margin: 20px 0 0 15px;
}

#email-phone
{
    float: right;
    margin: 50px 15px 0 0;
}

/* ------------------------- Top Nav ------------------------- */

#top-nav
{
    background: #fff url(../i/top-nav-bg.gif) repeat-x;
    height: 33px;

}

#top-nav-inner
{
    background: url(../i/top-nav.jpg) no-repeat;
    margin: 1px 0;
    height: 31px;
}

#navlist
{
    background: url(../i/top-nav.jpg);
	height: 31px;
	margin: 0;
	padding: 0;
    position: relative;
}

#navlist li
{
    float: left;
}

#navlist li a
{
    background: url(../i/top-nav.jpg);
    display: block;
    font-size: 1%;
    height: 31px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
}

li#nav_hom a
{
    background-position: 0 0;
    left: 0;
    width: 55px;
}

li#nav_com a
{
    background-position: -95px 0;
    left: 95px;
    width: 112px;    
}

li#nav_pro a
{
    background-position: -263px 0;
    left: 263px;
    width: 103px;
}

li#nav_soc a
{
    background-position: -417px 0;
    left: 417px;
    width: 102px;
}

li#nav_new a
{
    background-position: -568px 0;
    left: 568px;
    width: 76px;    
}

li#nav_acc a
{
    background-position: -700px 0;
    left: 700px;
    width: 105px;    
}

li#nav_con a
{
    background-position: -855px 0;
    left: 855px;
    width: 80px;    
}


li#nav_hom a:hover
{
    background-position: 0 -30px;
}

li#nav_com a:hover
{
    background-position: -95px -30px;
    left: 95px;
    width: 112px;    
}

li#nav_pro a:hover
{
    background-position: -263px -30px;
    left: 263px;
    width: 103px;
}

li#nav_soc a:hover
{
    background-position: -417px -30px;
    left: 417px;
    width: 102px;
}

li#nav_new a:hover
{
    background-position: -568px -30px;
    left: 568px;
    width: 76px;    
}

li#nav_acc a:hover
{
    background-position: -700px -30px;
    left: 700px;
    width: 105px;    
}


li#nav_con a:hover
{
    background-position: -855px -30px;
    left: 855px;
    width: 80px;    
}


#body_hom li#nav_hom a
{
    background-position: 0 -30px;
}

#body_com li#nav_com a
{
    background-position: -95px -30px;
  
}

#body_pro li#nav_pro a
{
    background-position: -263px -30px;
}

#body_soc li#nav_soc a
{
    background-position: -417px -30px;
}

#body_new li#nav_new a
{
    background-position: -568px -30px;
 
}

#body_acc li#nav_acc a
{
    background-position: -700px -30px;
  
}

#body_con li#nav_con a
{
    background-position: -855px -30px;

}

/* ------------------------- Side Nav ------------------------- */

.side-nav-header
{
    background-color: #00b0e9;
    height: 20px;
    padding: 5px 0 0 10px;
    width: 210px;
}

.side-nav
{
    font-size: 1.1em;
    line-height: 2.3;
    margin: 10px 0 15px 1em;
    position: relative;
}

.side-nav ul li
{
	background-image:url(../i/blue-arrow.gif);
	background-position: 7px 10px;
	background-repeat: no-repeat;    
	line-height: 2.3;
	padding-left: 2em;  
}


.side-nav li a:link
{
    color: #333;
    text-decoration: none;
}

.side-nav li a:visited
{
    color: #333;
    text-decoration: none;
}

.side-nav li a:hover
{
    color: #00b0e9;
    text-decoration: underline;
}

.side-nav li a:active
{
    color: #333;
    text-decoration: none;
}

/* Active */

.active
{
    font-weight: bold;
}

/* ------------------------ Breadcrumbs ----------------------- */

#breadcrumbs
{
    height: 30px;
    font-size: 1.2em;
    padding-top: 10px;
}

#breadcrumbs a:link
{
    color: #00b0e9;
    text-decoration: none;
}

#breadcrumbs a:visited
{
    color: #00b0e9;
    text-decoration: none;    
}

#breadcrumbs a:hover
{
    color: #00b0e9;
    text-decoration: underline;    
}

#breadcrumbs a:active
{
    color: #00b0e9;
    text-decoration: none;    
}


/* ---------------------- Spec Sheet Box ---------------------- */

#spec-header
{
    background: url(../i/spec-header.jpg) no-repeat;
    height: 36px;
}

#spec-body
{
    background: url(../i/spec-body.jpg) repeat-y;
    padding: 10px;
}

#spec-footer
{
    background: url(../i/spec-footer.jpg) no-repeat;
    height: 13px;
}

.spec-item img
{
    float: left;
    margin: 0 6px 8px 0;
}

.spec-item span
{
    font-size: 1em;
}

.spec-divider
{
    background: url(../i/spec-divider.jpg) no-repeat;
    height: 5px;
    margin: 5px 0;
}

#spec-info-message
{
    font-size: 1.1em;
}

/* Links */

#spec-body a:link
{
    color: #333;
    text-decoration: none;
}

#spec-body a:visited
{
    color: #333;
    text-decoration: none;    
}

#spec-body a:hover
{
    color: #333;
    text-decoration: underline;    
}

#spec-body a:active
{
    color: #333;
    text-decoration: none;    
}

/* ---------------------- Features Box ---------------------- */

#features-box
{
    background-color: #fafafa;
    margin: 20px 0;
    width: 496px;
}

#features-box-header
{
    background: url(../i/features-header.jpg) no-repeat;
    height: 34px;
}

#features-box-body
{
    background: #fff url(../i/features-body.jpg) repeat-y;
    overflow: auto;
    padding: 5px;
}

#features-box-footer
{
    background: url(../i/features-footer.jpg) no-repeat;
    clear: left;
    height: 11px;
}

/* List */

#features-box-body ul
{
    position: relative;
}

#features-box-body ul li
{
	background-image:url(../i/blue-tick-grey-bg.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat; 
	font-size: 1.2em;  
	margin: 10px 0;
	padding-left: 2.4em;   
}

/* -------------------------- Frames ------------------------ */

.frames
{
    margin: 20px 0;
    overflow: auto;
    xtext-align: center;
}

.frames img
{
    margin-bottom: 10px;
}

.frames h3
{
    color: #333;
    font-size: 1em;
    margin: 0;    
    text-transform: uppercase;
}

.frames p
{
    font-size: 1em;
    margin: 0;
}

/* ----------------------- Download Bar --------------------- */

.download-bar
{
    background-color: #fafafa;
    border: solid 1px #ededed;
    color: #555;
    margin-bottom: 30px;
    overflow: auto;
    padding: 5px;
    width: 100%;
}

.download-bar p
{
    margin: 0;
}

.download-bar a:link
{
    color: #555;
    text-decoration: underline;
}

.download-bar a:visited
{
    color: #555;
    text-decoration: underline;    
}

.download-bar a:hover
{
    color: #555;
    text-decoration: underline;    
}

.download-bar a:active
{
    color: #555;
    text-decoration: underline;    
}

/* ---------------------- Ironmongery ----------------------- */

.ironmongery-door
{
    display: block; 
    margin: 20px auto;
}

.ironmongery-imgs
{
    display: block; 
    margin: 0 auto;    
}

/* --------------------- Accreditations --------------------- */

.accreditations img
{
    margin-top: 8px;
}

/* ------------------------- Footer ------------------------- */

#footer
{
    background-color: #f9f9f9;
    border: solid 1px #efefef;
    color: #969696;
    height: 125px;
    padding: 10px 0;
}

#footer p
{
    font-size: 1em;
    margin: 4px 0;
}

#footer a:link
{
    color: #969696;
    text-decoration: underline;
}

#footer a:visited
{
    color: #969696;
    text-decoration: underline;
}

#footer a:hover
{
    color: #00b0e9;
    text-decoration: underline;
}

#footer a:active
{
    color: #969696;
    text-decoration: underline;
}

/* List */

#footer ul
{
    font-size: 1.1em;
    line-height: 1.7;
    margin: 10px 0 0 0;
    position: relative;
}

#footer ul li ul li
{
	background-image:url(../i/blue-arrow-grey-bg.gif);
	background-position: 0px 7px;
	background-repeat: no-repeat;    
	font-size: 0.9em;
	line-height: 1.7;
	padding-left: 1.5em;  
}

#footer li a:link
{
    color: #969696;
    text-decoration: none;
}

#footer li a:visited
{
    color: #969696;
    text-decoration: none;
}

#footer li a:hover
{
    color: #00b0e9;
    text-decoration: underline;
}

#footer li a:active
{
    color: #969696;
    text-decoration: none;
}


/* Copyright */

#copyright
{
    color: #969696;
    font-size: 0.9em;
}

/* -------------------- Brochure ------------------------ */

#brochure-button
{
    margin: 10px 0 200px 0;
}

/* --------------------- Contact ------------------------ */

.contact-box
{
    background: #fafafa;
}

.contact-box-header
{
    background: url(../i/contact-box-header.jpg) no-repeat;
    height: 26px;
    padding: 5px 8px;
}

.contact-box-body
{
    background: url(../i/contact-box-body.jpg) repeat-y;
    font-size: 0.9em;
    padding: 7px;
    height: 90px;
}

.contact-box-footer
{
    background: url(../i/contact-box-footer.jpg) no-repeat;
    height: 9px;
}




.contact-box-header-wide
{
    background: url(../i/contact-box-header-wide.jpg) no-repeat;
    height: 26px;
    padding: 5px 8px;
}

.contact-box-body-wide
{
    background: url(../i/contact-box-body-wide.jpg) repeat-y;
    font-size: 0.9em;
    overflow: auto;
    padding: 7px 7px 0 7px;
}

.contact-box-footer-wide
{
    background: url(../i/contact-box-footer-wide.jpg) no-repeat;
    height: 9px;
}



.contact-box-header h3, .contact-box-header-wide h3
{
    font-family: Interstate-Light, Arial, Sans-Serif;
    font-weight: normal;
}

.contact-box-body p
{
    margin: 0 0 10px 0;
}

.contact-box-body-wide p
{
    margin: 0;
}


/* Links */

.contact-box-body a:link, .contact-box-body-wide a:link
{
    color: #333;
    text-decoration: underline;
}

.contact-box-body a:visited, .contact-box-body-wide a:visited
{
    color: #333;
    text-decoration: underline;    
}

.contact-box-body a:hover, .contact-box-body-wide a:hover
{
    color: #00b0e9;
    text-decoration: underline;    
}

.contact-box-body a:active, .contact-box-body-wide a:active
{
    color: #333;
    text-decoration: underline;    
}


/* Maps */

#large-map
{
    display: block;
    margin: 25px auto 0 auto; 
}

#small-map
{
    border: solid 1px #ccc; 
    padding: 2px;
}



#contact-form
{
    margin-top: 25px;
    padding-left: 5px;
}

.label, .input 
{
    display: block;
    font-size: 1.3em;
    width: 100%;
}

.input 
{
    padding: 5px;
    border: 1px solid #dad8c4;
    font-family: "Lucida Sans", Arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 350px;
}

.text
{
    height: 200px;
}

span.req
{
    color: #999;
    font-size: 0.85em;
}

#btnSubmit
{
    border: solid 1px #ccc;
    font-size: 1.1em;
    height: 26px;
    width: 90px;
}

.map-link
{
    font-size: 0.8em;
    line-height: 1.8;
}

.address
{
    margin: 0;
    padding: 0;
}

.phone, .email, .company
{
    color: #1c4460;
    font-weight: bold;
}

#info-msg, #sent-msg
{
    background-color: #ffffcc;
    border: solid 1px #ffcc00;
    color: #a22914;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 341px;
}

#info-msg p, #sent-msg p
{
    font-size: 13px;
    margin-top: 3px;
    padding: 0;
}

#info-msg img, #sent-msg img
{
    border: 0;
    float: left;
    margin: 2px 10px 0 0;
}

.validator
{
    font-weight: bold;
}