
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: InterCounty stylesheet
author: Simon Tweedale
created: 29/07/10
version: 1.0
--------------------- */

/* 

red= #9a1720

-----------------------------------------------------------------------------
   generic style */
   
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
   font-family: Verdana,"Helvetica Neue",Arial,sans-serif;
	font-size: 62.5%;
	color: #777;
	background: white;
	}

p	{
	padding-bottom: 0.8em;
	}

hr	{
	border: 0;
	margin: 20px 0;
	display: none;
	}

iframe	{
	border: 1px solid #ccc;
	}
	
.spacer	{
	clear: both;
	}
		
img.float-right	{
	display: block;
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	}

img.float-left	{
	float: left !important;
	margin-left: 0 !important;
	}

.no-margin	{
	margin: 0 !important;
	}
	
#admin {
	width: 939px;
	margin: 0 auto;
}
	
/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a {
  outline: none;
  color: #9a1720;
	}
	
a:hover {
  color: #000;
	}

:focus {
  -moz-outline-style: none;
	}
	
/* -----------------------------------------------------------------------------
   generic layout style */

#wrapper	{;
	font-size: 1.2em;
	width: 848px;
	margin: 0 auto;
	}

#header	{
	background: url(../images/header-bg.jpg);
	height: 118px;
	}

#nav-wrapper	{
	background: url(../images/nav-wrap-bg.jpg) 0 0 repeat-x #db1900;
	text-align: center;
	height: 50px;
	}
	
#content	{
	clear: both;
	width: 848px;
	position: relative;
	margin: 22px 0;
	}
	
#main-panel	{
	width: 427px;
	float: left;
	margin: 0 0 15px 15px;
	}

#sidebar	{
	float: right;
	width: 237px;
	margin-bottom: 20px;
	}

/* -----------------------------------------------------------------------------
  header style */
	
#logo {
	float: right;
	margin: 40px 40px 0 0;
	}

#header h4	{
	color: #fff;
	padding: 50px 0 0 40px;
	font-family: "HelveticaNeue","Helvetica Neue",Arial,sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	}

/* -----------------------------------------------------------------------------
  nav style */
  
ul#nav {
	clear:both;
	font-weight: bold;
	list-style: none outside none;
	overflow: hidden;
	margin: 0 42px;
	}

ul#nav li {
	float: left;
	}

ul#nav li a {
	color: #656566;
	height: 30px;
	display: block;
	text-decoration:none;
	padding: 10px 30px 0;
	background: url(../images/nav-bg.jpg) 0 bottom repeat-x;
	border-right: 1px solid #a4a4a6;
	border-left: 1px solid #a4a4a6;
	}

ul#nav li a:hover, ul#nav li a.active {
	background: url(../images/nav-bg-on.jpg) 0 top repeat-x;
	color: #fff;
	border-right: 1px solid #e75349;
	border-left: 1px solid #e75349;
	}  


/* -----------------------------------------------------------------------------
 dropdown menu style */
 

#nav-wrapper #nav ul {
	border: 1px solid #DB1900;
	list-style: none;
	background: white;
}

#nav-wrapper #nav ul li a {
	color: #777;
	border: 0;
	font-family: Verdana;
	border-bottom: 1px dotted #666;
}

#nav-wrapper #nav ul li a:hover {
	color: #656566;
	background: url("../images/nav-bg.jpg") repeat-x scroll 0 top transparent;
}


/* -----------------------------------------------------------------------------
 content style */

body.home #main-panel	{
	width: 576px;
	}	
	
body.home #sidebar	{
	background: url(../images/box-top.jpg) 0 0 no-repeat;
	}
	
#subnav	{
	float: left;
	overflow: hidden;
	list-style: none;
	width: 150px;
	margin-bottom: 20px;
	}
	
#subnav li	{
	width: 150px;
	float: left;
	}
	
#subnav li a	{
	display: block;
	height: 50px;
	background: url(../images/subnav.jpg) 0 0 no-repeat;
	text-align: right;
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: .8em;
	}
	
#subnav li a:hover,#subnav li a.active	{
	background: url(../images/subnav.jpg) right 0 no-repeat;
	}
	
#main-panel img	{
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	}
	
#main-panel ul	{
	padding-left: 25px;
	}
	
#main-panel ul li	{
	padding-bottom: 10px;
	}
	
/* -----------------------------------------------------------------------------
 ctas style */

#main-panel .ctas	{	
	clear: both;
	list-style: none;
	border-bottom: 1px solid #818181;
	border-top: 1px solid #818181;
	padding: 10px;
	overflow: hidden;
	font-size: .9em;
	}

#main-panel .ctas div	{
	float: left;
	margin-right: 20px;
	}
	
.blue	{
	background: url(../images/blue-grad.jpg) 0 0 repeat-y;
	}
	
.orange	{
	background: url(../images/orange-grad.jpg) 0 0 repeat-y;
	border-top: none !important;
	}
	
#main-panel .ctas p	{
	width: 180px;
	font-size: 1.1em;
	}
	
#main-panel .ctas h2	{
	color: #9b0011;
	font-size: 1.3em;
	margin: 0 0 .4em;
	}

#main-panel .ctas h3	{
	color: #9b0011;
	font-size: 1.1em;
	margin-bottom: .4em;
	}
	
#main-panel .ctas ul	{
	padding-left: 15px;
	width: 130px;
	}
	
#main-panel .ctas ul li	{
	padding-bottom: 5px;
	}
		
#main-panel .ctas img {
	float: left;
	margin: 0;
	margin-right: 5px;
	}

#main-panel .ctas a	{
	display: block;
	text-indent: -9999em;
	float: left;
	width: 74px;
	height: 74px;
	background-repeat: no-repeat;
	}
	
#main-panel .ctas a.estimate	{
	background-image: url(../images/estimate.jpg);
	}
	
#main-panel .ctas a.quote	{
	background-image: url(../images/freequote.jpg);
	}

#main-panel ul ul {
	padding-top: 10px;
	}

/* -----------------------------------------------------------------------------
   blog style */
   
#main-panel ul.news li	{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}

/* -----------------------------------------------------------------------------
 sidebar style */ 

#sidebar h2	{
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	margin: 1.4em 0 1em;
	text-align: right;
	padding: 0 1.5em;
	font-size: 1.2em;
	}

#sidebar ul	{
	list-style: none;
	padding: 10px;
	font-size: .9em;
	}

#sidebar ul	li{	
	border-bottom: 1px solid #818181;
	overflow: hidden;
	margin-bottom: 1.2em;
	}
	
#sidebar ul	li img{	
	float: left;
	margin-right: 10px;
	}
	
#sidebar ul	li h3 {	
	font-size: 1em;
	}
	
#sidebar ul	li h3 a {	
	text-decoration: none;
	}
	
#sidebar ul	li p a	{
	text-decoration: none;	
	color: #999;	
	font-size: .9em;
	}
	
#sidebar ul	li p a:hover	{
	color: #000;	
	}
	
#sidebar ul	li p a strong	{
	text-decoration: none;	
	color: #9a1720;	
	}
	
#sidebar ul	li p a:hover strong	{
	color: #000;	
	}

#sidebar ul.teasers	{
	float: right;
	clear: right;
	overflow: hidden;
	width: 167px;
	padding: 0;
	margin-top: 10px;
	text-shadow: 0 1px 1px #666;
	filter: dropshadow(color=#666, offx=0, offy=1) 
	}
	
#sidebar ul.teasers li.quote	{
	background-image: url(../images/icon-calculator.jpg);
	}
	
#sidebar ul.teasers li.installations	{
	background: url(../images/icon-installations.jpg);
	}
	
#sidebar ul.teasers li.environment	{
	background: url(../images/icon-green.jpg)
	}
	
#sidebar ul.teasers li.radio	{
	background: url(../images/icon-radio.jpg);
	}
	
#sidebar ul.teasers li.services	{
	background: url(../images/icon-spanners.jpg);
	}
	
#sidebar ul.teasers li.clock	{
	background: url(../images/icon-clock.jpg);
	}
	
#sidebar ul.teasers li.response	{
	background: url(../images/icon-truck.jpg);
	}
	
#sidebar ul.teasers li.prices	{
	background: url(../images/icon-prices.jpg);
	}

#sidebar ul.teasers li.accreditations	{
	background: url(../images/icon-cert.jpg)
	}

#sidebar ul.teasers li 	{
	display: block;
	height: 80px;
	padding: 15px 5px 0 65px;
	color: white;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	}

#sidebar ul.teasers li a 	{
	color: white;
	}
	
#sidebar ul.teasers li a span	{
	display: block;
	color: #d3151b;
	text-decoration: underline;
	}
	
#sidebar ul.teasers li a:hover	{
	text-decoration: none;
	}

#sidebar ul.teasers li a:hover span	{
	color: #fff;
	text-decoration: none;
	}

#sidebar ul.feature-list	{
	padding: 15px;
	background: url(../images/feature-list-bg.jpg) 0 0 repeat-x #b01103;
	margin-bottom: 1.5em;
	}

#sidebar ul.feature-list li	{
	border: 0;
	margin: 0 0 5px;
	color: white;
	text-align: right;
	}

#sidebar ul.feature-list li a	{
	color: white;
	}
	
#sidebar ul.feature-list li a:hover	{
	text-decoration: none;
	}
	
#sidebar h3	{
	/* padding-top: 15px; */
	}
	
.jwd-block	{	
	background: url("../images/header-bg.jpg") no-repeat center 0 #a4a3a9;
	color: #000;
	padding: 10px 15px; 
	}

.jwd-block ul	{
	font-size: 100%;
	padding: 0 0 0 0;
	list-style: none;
	}
	
.jwd-block li	{
	border: none;
	margin-bottom: 10px;
	padding-left: 18px;
	background: url(../images/bullet.gif) 5px 60% no-repeat;
	}

.jwd-block h3	{
	padding-top: 5px;
	}
	
#sidebar .jwd-block h3	{
	padding-top: 5px;
	}
	
.jwd-block img	{
	padding: 5px 0;
	}
	
/* -----------------------------------------------------------------------------
 block style */ 	
	
.block	{
	width: 220px;
	background: url(../images/box-top.jpg) 0 0 no-repeat;
	float: left;
	margin: 0px 20px 15px;
	padding: 10px;
	font-size: .8em;
	}
	
.block h2	{
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	margin: .9em 0 30px;
	text-align: right;
	padding: 0 1em;
	font-size: 1.4em;
	}
	
.block li.phone,.block li.email,.block li.feedback,.block li.mail-list	{
	list-style: none;
	background: url(../images/icon-phone.jpg) 0 0 no-repeat;
	padding-left: 41px;
	}
	
.block li.phone	{
	background: url(../images/icon-phone.jpg) 0 0 no-repeat;
	height: 50px;
	}
	
.block li.phone strong	{
	font-size: 1.3em;
	}
	
.block li.email	{
	background: url(../images/icon-mail.jpg) -6px 0 no-repeat;
	height: 50px;
	}

.block li.mail-list	{
	background: url(../images/icon-list.jpg) 0 0 no-repeat;
	padding-top: 6px;
	height: 54px;
	}

.block li.feedback	{
	background: url(../images/icon-feedback.jpg) -6px 0 no-repeat;
	padding-top: 6px;
	height: 48px;
	}
	
.block .sectors	{
	padding-left: 15px;
	}

.block .sectors li	{
	padding-bottom: 8px;
	}


.block img	{
	float: left;
	margin: 0 5px 20px 0;
	}
	
.block .scaffolding	{
	display: block;
	background: url(../images/icon-graph.jpg) 0 0 no-repeat;
	height: 55px;
	padding: 20px 0 0 80px;
	text-decoration: none;
	color: #999;
	margin-bottom: 15px;
	}
	
.block .scaffolding strong	{
	display: block;
	color: #9A1720;
	}
	
.block .scaffolding:hover	{
	color: #000;
	}

.block .scaffolding:hover strong	{
	color: #000;
	}

.block p	{
	clear: both;
	}
	
/* -----------------------------------------------------------------------------
   text style */

h1,h2,h3,h4	{
	margin: 0 0 .4em;
	}

h1	{
	font-size: 1.8em;
	border-bottom: 1px solid #ccc;
	}
	
h2	{
	font-size: 1.3em;
	color: #9a1720;
	margin: .9em 0 .6em;
	}
	
h3	{
	font-size: 1.1em;
	}
	
h4	{
	font-size: .9em;
	}

.maplink	{
	font-size: .8em;
	float: right;
	}
	
/* -----------------------------------------------------------------------------
   form style */
   
#content label	{
	padding: 8px 0 2px;
	font-size: .9em;
	}

#content input, #content textarea, #content select{
	width:290px;
	margin:2px 0;
	padding: 3px;
	color: #333;
	font-size: .9em;
	border: 1px solid #ccc;
	font-family: Verdana,sans-serif;
	}
	
#content input:focus,#content textarea:focus	{
	border: 1px solid #999;
	}
		
#content input.button	{
	width: 200px;
	border: 1px solid #999;
	background: #dedede;
	margin-top: 10px;
	}

/* -----------------------------------------------------------------------------
 footer style */
 	
#footer	{
	clear: both;
	font-size: .8em;
	line-height: normal;
	color: #fff;
	background: url(../images/jwd-logo.gif) 10px 10px no-repeat #9A1720;
	overflow: hidden;
	height: 50px;
	}

#footer img {
	float: right;
	padding-bottom: .9em;
	}

#footer p  {
	padding: 5px 0 0 100px;
	float: left;
	}
	
#footer ul {
	float: right;
	list-style: none;
	margin: 15px 10px 0 0;
	}
	
#footer li {
	float: left;
	padding: 0 1px 0 4px;
	}

#footer a {
	color: #fff;
	text-decoration: underline;
	}

#footer a:hover {
	text-decoration: none;
	}

/* -----------------------------------------------------------------------------
	end style sheet */
	
	
