/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 

body {
   font: 76%/1.6 Verdana, Arial, Helvetica, sans-serif;
	background: #868995;
	text-align: center;
	padding-top: 10px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
#logo {
   position: absolute;
	top: 20px;
	left: 45px;
}
#header {
   height: 79px;
   background-image: url(images/header_top_bg.jpg);
   padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
}
#branding {
   height: 98px;
   background-image: url(images/header_middle_bg.jpg);
	position: relative;
	padding: 0;
	z-index: 5;
	background-position: top;
	background-repeat: no-repeat;
}
#branding h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	text-indent: -2em;
	padding: 25px 0 0 80px;
}
#phone {
	float: right;
	margin: 0 60px 0 0;
	padding: 0;
}
#phone p {
	color: #c9cdd1;
	padding: 5px 0 0 0;
}
span.large, span.phone {
	font-size: 1.2em;
	font-weight: bold;
	color: #efeff1;
}
span.phone {
	color: #000;
}

/* main navigation bar */
#navwrap {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 35px;
	position: relative;
   background-image: url(images/header_bottom_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	z-index: 500;
	}
ul#nav {
	padding: 0 0 0 40px;
	list-style: none;
	z-index: 500;
	}
#nav li {
	display: block; 
	float: left;
	font-weight: bold;
	}
li#nav-home, li#nav-contact, li#nav-about, li#nav-services {
	background: none;
}
li#nav-products, li#nav-gallery, li#nav-projects {
	background: url(images/arrow-down.gif) 90% 55% no-repeat;	
}

#nav li a {
	display: block;
	color: #c9cdd1;
	text-decoration: none;
	padding: 5px 37px 3px 10px;
	border-bottom: 0;
	}
#nav li a:hover {
	color: #fff;
}
li#nav-home a {
	border-left: 0;	
	padding-right: 22px;
	background: none;
	}
li#nav-home a#current, li#nav-about a#current, li#nav-products a#current, li#nav-contact a#current, li#nav-services a#current, li#nav-gallery a#current, li#nav-manufacturers {
	color: #868995;
	cursor: default;
	background: none;
}
li#nav-home a#current:hover, li#nav-about a#current:hover, li#nav-contact a#current:hover, li#nav-products a#current:hover, li#nav-gallery a#current:hover, li#nav-services a#current:hover {
	background: #000;
}
li#nav-contact {
	border-right: 0;	
	}	

/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	margin: 0px 0 0 -1px;
	padding: 0;
	width: 15em;
	w\idth: 13.9em;
	height: auto;
	border: solid #c9cdd1;
	border-width: 1px 1px 0;
	background: #868995;
	z-index: 200;
}
#nav ul li.active a.current, #nav ul li.active a.currentsub {
	color: #8a939d;
	background: #868995;
}
/* 3rd level menus only */
#nav ul ul {
	margin: -1.3em 0 0 12em;
}

/* 2nd and 3rd level menus */
#nav li li {
	padding: 2px 1em 2px 0;
	width: 13em;
	border-bottom: 1px solid #c9cdd1;
	z-index: 200;
	line-height: 1.4em;
}

/* 2nd and 3rd level menus */
#nav ul a {
	width: 13em;
	w\idth: 9em;
	border-right: 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #868995;
	color: #fff;
	z-index: 200;
}

/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #868995;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	}

/* 2nd level menus only */
#nav a.sub, #nav ul li.active a.currentsub {
	background: url(images/arrow-right.gif) right 52% no-repeat;
}
p {
	padding-bottom: 12px;
	font-size: 1em;
}
a:link, a:visited {
	color: #669933;
}
a:hover {
	color: #dc1620;
}
#shadow {
   background-image: url(images/header_shadow_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	height: 15px;
}

/*content */
#content {
	width: 960px;
	background: #efeff1;
	margin: 0 0 0 17px;
	padding-bottom: 15px;
	position: relative;
	z-index: 4;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #dc1620;
	padding-bottom: 8px;
}
h2.subhead {
	font-size: 1.1em;
	color: #669933;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 10px;
}
h3.subhead {
	font-weight: bold;
	padding-left: 10px;
	color: #000;
}
h4 {
	text-align: left;
	font-weight: bold;
	color: #868995;
	padding: 0 10px 3px 0;
}
h4.subhead {
	padding: 0 10px 8px 10px;
	font-size: 1.1em;
}
h5.enlarge {
	color: #868995;
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 5px;
}
p span.indent {
	padding-left: 30px;
}
ul.sublinks {
	margin: 0 10px 15px 20px;
}
ul.sublinks li {
	list-style: none;
	padding: 0 10px 7px 15px;
	background: url(images/bullet_sub.gif) no-repeat 0 6px;
}
ul.sublinks li a.current {
	color: #868995;
	text-decoration: none;
} 
ul.sublinks li a:hover.current {
	color: #868995;
	text-decoration: none;
	cursor: default;
	background-image: none;
} 

#main {
	width: 600px;
	float: left;
	background: #fff url(images/main_bg.jpg) no-repeat top left;
	margin: 5px 0 0 20px;
	padding: 10px 0 0 0;
	z-index: 5;
}
.intro {
	width: 530px;
	margin: 15px 20px 10px 20px;
}
.intro p {
	font-size: 1.1em;
}
.feature {
	float: left;
	width: 130px;
	padding: 5px;
	text-align: center;
	line-height: 1.2em;
}
.feature h2 a:link, .feature h2 a:visited {
	color: #efeff1;
	text-decoration: none;
	width: 104px;
	padding: 3px 5px 5px 5px;
	margin-left: 8px;
	font-size: 1.1em;
	font-weight: bold;
	background: #868995;
	display: block;
	font-variant: small-caps;
}
.feature h2 a:hover {
	color: #fff;
	background: #000;
}
.feature_box {
	width: 500px;
	background: #efeff1;
	padding: 15px 10px 10px 10px;
	margin: 20px;
}
.feature_box img {
	float: right;
	margin: 0 0 10px 15px;
}
#content img {
	border: 1px solid #c9cdd1;
	padding: 3px;
}
.imageright {
	float: right;
	margin: 0 0 10px 15px;
}
#sub {
	width: 260px;
	float: right;
	padding: 10px;
	margin: 10px 20px 0 0;
	background: #fff url(images/sub_bg.jpg) no-repeat top left;
}
#sub .projects, #sub .privacy {
	margin: 10px;
	text-align: center;
	width: 220px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #c9cdd1;
}
#sub .privacy {
	border-top: 1px dotted #c9cdd1;
	padding-top: 10px;
}
#sub .projects p, #sub .privacy p {
	text-align: left;
	margin-left: 10px;
	font-size: 0.9em;
}

/* form styling */
form {
	width: 450px;
	display: block;
	margin-top: 20px 0 20px 0;
}
input:focus, textarea:focus {
	background: #f1f2f8;
}

fieldset {
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #c4c9d4;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
input {
	width: 90%;
}
input#postcode {
	width: 15%;
}
fieldset legend {
	color: #585ca6;
	font-style: italic;
}
label {
	display: block;
}
.submitarea {
	margin: 0 0 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}
input.btn {
	width: 90px;
}
p.warning, span.warning {
	font-weight: bold;
	color: #dc1620;
}
span.warning {
	font-size: 1em;
}
p.warning {
	font-size: 1.2em;
}

/* Footer */
#footer {
	width: 900px;
	margin-left: 17px;
	padding: 8px 20px 10px 30px;
	color: #fff;
}
.footer_left {
	float: left;
	width: 55%;
}
ul#footernav {
	list-style: none;
	margin-bottom: 10px;
	display: block;
}
ul#footernav li {
	float: left;
	margin: 0;
	font-weight: bold;
}
ul#footernav li a {
	display: block;
	color: #efeff1;
	text-decoration: none;
	border-right: 1px solid #efeff1;
	padding: 0 18px;
	border-bottom: 0;
}
ul#footernav li a:hover {
   text-decoration: underline;
	color: #fff;
}
ul#footernav li a.last {
	border-right: none;
}
.footer_left .address {
   float: left;
	margin: 10px 10px 0 18px;
	display: block;
}
.footer_left .address a {
	color: #cfb77e;
}
.footer_left .address a:hover {
	text-decoration: underline;
}
.footer_right {
	float: right;
	width: 40%;
	text-align: right;
}
p.copyright {
	font-size: 0.9em;
	font-style: italic;
}

/* Floats */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

