/*CSS Document For www.gilldemolition.co.uk
Created 14/12/09
Author James Jacobs
Version 0.1

------------ Table of Contents ------------

1. CSS Reset lines 

2. Html elements lines 

3. Navigation Bar lines 

4. ID's lines 

5. Classes lines 

6. Forms lines 

/*---------- Section 1 Png fix ------------*/

/*img, div, h1, a { behavior: url(includes/pngfix/iepngfix.htc) } -- Moved to ie6.css*/
	
/*---------- Section 1.1 Css reset --------*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, input, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
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%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}

ol, ul {
	list-style: none;
	}
		
/*-------- Section 2 Html Elements --------*/

body#home {
	background:#eeeeee url(../images/new-body-bg.png) repeat-x !important;
	color:#3f3f3f;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:0px;
	}
	
body {
	background:#eeeeee url(../images/misc-pages-bg.gif) repeat-x;
	color:#3f3f3f;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:0px;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
h1, h2, h3, h4 {
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	}
	
p {
	}
	
em {
	font-weight:bold;
	}
	
/*---------- Section 4 ID lines --------*/
	
#container {
	width:960px;
	margin:0 auto;
	}
	
#header {
	height:78px;
	padding:24px 0 0 0;
	}
	
#header h1 a {
	display:block;
	width:152px;
	height:68px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	}
	
#header ul#nav {
	float:right;
	}
	
#header ul#nav li {
	float:left;
	padding:0 0 0 40px;
	margin:25px 0 0 0;
	list-style:none;
	display: inline;
	}

#header ul#nav li a {
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-size:18px;
	color:#d54e02;
	text-decoration:none;
	padding:0px !important;
	margin:0px !important;
	outline:none;
	}
	
#header ul#nav li a.current-page {
	position:relative;
	background:url(../images/nav-bg-grad.gif) top left repeat-x;
	color:#FFFFFF;
	height:52px;
	padding:29px 10px 5px 10px !important;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
	
#header ul#nav li a:hover, #header ul#nav li a:active {
	color:#454545;
	}
	
#feature-header {
	background:url(../images/header-highlight-bg.jpg) top center no-repeat;
	height:312px;
	}
	
#feature-text {
	float:left;
	width:460px;
	}
	
#feature-header h2 {
	font-size:26px;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	color:#FFFFFF;
	padding:35px 0 20px 0;
	width:460px;
	}
	
#feature-header p {
	color:#FFFFFF;
	font-size:16px;
	line-height:24px;
	width:460px;
	}
	
#feature-header a.services-btn {
	display: block;
	float:left;
	width:227px;
	height:48px;
	margin-top:63px;
	background: url(../images/header-btn-services.gif) top;
	text-indent:-9999px;
	outline:none;
	}
	
#feature-header a.services-btn:hover {
	background:url(../images/header-btn-services.gif) bottom;
	outline:none;
	}
	
#feature-header a.hire-btn {
	display: block;
	float:left;
	width:227px;
	height:48px;
	margin-top:63px;
	margin-left:5px;
	background: url(../images/header-btn-hire.gif) top;
	text-indent:-9999px;
	outline:none;
	}
	
#feature-header a.hire-btn:hover {
	background:url(../images/header-btn-hire.gif) bottom;
	outline:none;
	}
	
#feature-header img#gill-machinery {
	float:right;
	position:relative;
	margin-top:-16px;
	right:0px;
	width:406px;
	height:327px;
	z-index:100;
	}
	
#main {
	width:670px;
	float:left;
	}
	
#content {
	border:#e3e3e3 1px solid;
	background: #FFFFFF;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	z-index:50;
	}
	
#main div.sub-content-container {
	padding:20px 0px 20px 20px;
	clear:both;
	}
	
#main div.sub-content-container h3{
	color:#5c2100;
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
	}
	
#main div.sub-content-container img {
	border:#c9c9c9 1px solid;
	background:#eeeeee;
	display: inline;
	float:left;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#main div.sub-content-container p {
	line-height:24px;
	color:#010101;
	display: inline;
	float:left;
	font-size:12px;
	width:460px;
	padding-left:15px;
	padding-bottom:10px;
	}
	
#main div.sub-content-container a {
	display:inline;
	float:left;	
	color:#005bad;
	font-size:12px;
	text-decoration:underline;
	outline:none;
	}
	
#main div.sub-content-container a:visited {
	color:#551A8B;
	outline:none;
	}
	
#main div.sub-content-container a:hover {
	color:#023869;
	outline:none;
	}
	
#side {
	float:right;
	display:inline;
	width:220px;
	padding:20px 20px 0 20px;
	}
	
#side a.telephone {
	display:block;
	width:218px;
	height:35px;
	background: url(../images/telephone-number.gif) no-repeat;
	outline:none;
	text-indent:-9999px;
	}
	
#side ol#service-list {
	padding:20px 0 0 0;
	}
	
#side ol#service-list li {
	background:#e14a01 url(../images/service-list-img.gif) left no-repeat;
	/*list-style-image: url(../images/service-list-img.gif);
	list-style-position:inside;*/
	margin-bottom:10px;
	padding:7px 0px 7px 32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	}
	
#side ol#service-list li a {
	color:#FFFFFF;
	outline:none;
	}
	
#side ol#service-list li a:hover {
	font-weight:bold;
	}

#side ul#accreditations {
	padding-top:10px;
	}
	
#side ul#accreditations li {
	margin-bottom:20px;
	}

#side ul#accreditations li a#nfdc {
	background:url(../images/nfdc-sprite.gif) top;
	display:block;
	height:64px;
	margin:0 auto;
	outline:none;
	text-indent:-9999px;
	width:150px;
	}
	
#side ul#accreditations li a#nfdc:hover {
	background:url(../images/nfdc-sprite.gif) bottom;
	height:64px;
	outline:none;
	width:150px;
	}
	
#side ul#accreditations li a#chas {
	background:url(../images/chas-sprite.gif) top ;
	display:block;
	height:98px;
	margin:0 auto;
	outline:none;
	text-indent:-9999px;
	width:150px;
	}
	
#side ul#accreditations li a#chas:hover {
	background:url(../images/chas-sprite.gif) bottom;
	height:98px;
	outline:none;
	width:150px;
	}
	
#side ul#accreditations li a#contractorplus {
	background:url(../images/contractorplus-sprite.gif) top;
	display:block;
	height:98px;
	margin:0 auto;
	text-indent:-9999px;
	width:100px;
	outline:none;
	}
	
#side ul#accreditations li a#contractorplus:hover {
	background:url(../images/contractorplus-sprite.gif) bottom;
	height:98px;
	width:100px;
	outline:none;
	}
	
#side ul#accreditations li a#contructionline {
	background:url(../images/constructionline-sprite.gif) top;
	display:block;
	height:96px;
	margin:0 auto;
	text-indent:-9999px;
	width:100px;
	outline:none;
	}
	
#side ul#accreditations li a#contructionline:hover {
	background:url(../images/constructionline-sprite.gif) bottom;
	height:96px;
	width:100px;
	outline:none;
	}
	
#side ul#accreditations li a#safecontractor {
	background:url(../images/safecontractor-sprite.gif) top;
	display:block;
	height:101px;
	margin:0 auto;
	text-indent:-9999px;
	width:100px;
	outline:none;
	}
	
#side ul#accreditations li a#safecontractor:hover {
	background:url(../images/safecontractor-sprite.gif) bottom;
	height:101px;
	width:100px;
	outline:none;
	}
	
#news {
	border:#c9c9c9 1px solid;
	background:#eeeeee;
	clear:both;
	margin:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#news a#rss-feed {
	display:inline-block;
	width:20px;
	height:20px;
	background: url(../images/feed-icon-20x20.png) no-repeat;
	text-indent:-9999px;
	}
	
#news > h4:first-child {
	font-weight:bold;
	}
	
#news h4 {
	color:#5c2100;
	font-size:16px;
	margin:20px 0 20px 18px;
	}
	
#news div.news-story {
	float:left;
	width:260px;
	padding:10px;
	display:inline;
	border:#c9c9c9 1px solid;
	background: #FFFFFF url(../images/news-story-bg-grad.gif) bottom left repeat-x;
	margin-left:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#news div.news-story h4 {
	font-family:Arial,Helvetica,Verdana,Sans-Serif !important;
	font-size:16px !important;
	margin: 0 0 10px 0 !important;
	}
	
#news div.news-story p {
	font-size:12px;
	margin-bottom:10px;
	line-height:24px;
	}
	
#news div.news-story a {
	color:#005bad;
	line-height:24px;
	text-decoration:underline;
	outline:none;
	}
	
#news div.news-story a:visited {
	color:#551A8B;
	outline:none;
	}
	
#news div.news-story a:hover {
	color:#023869;
	outline:none;
	}
	
#news div.news-story p.published {
	font-size:10px;
	color:#686868;
	font-style:italic;
	margin-top:10px;
	margin-bottom:0px !important;
	}
	
#news a.more-news {
	float:right;
	padding:18px 18px 18px 0;
	color:#005bad;
	font-size:12px;
	text-decoration:underline;
	outline:none;
	}
	
#news a.more-news:visited {
	color:#551A8B;
	outline:none;
	}
	
#news a.more-news:hover {
	color:#023869;
	outline:none;
	}
	
#footer-container {
	background:#646464 url(../images/footercontainer-bg.gif) top left repeat-x;
	}
	
#footer {
	background:#464545 url(../images/footer-bg.gif);
	margin:0px auto;
	padding:20px;
	width:920px;
	}
	
#footer h4 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,Verdana,Sans-Serif; !important;
	font-size:12px;
	float:left;
	display:inline;
	padding-bottom:10px;
	width:180px;
	}
	
#footer ol, #footer ul, #footer p {
	color:#FFFFFF;
	display:inline;
	float:left;
	padding-bottom:10px;
	width:740px;
	}
	
#footer ol li, #footer ul li {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	margin-right:15px;
	line-height:20px;
	}
	
#footer ul li {
	width:230px;
	}

#footer ol li a, #footer ul li a {
	color:#FFFFFF;
	}
	
#footer ol li a:hover, #footer ul li a:hover {
	text-decoration:underline;
	}

#footer p {
	color:#FFFFFF;
	float:left;
	font-size:12px;
	display:inline;
	width:740px;
	line-height:20px
	}
	
#footer p.footer-tel-fax-no {
	margin-left:180px;
	}
	
#copyright {
	background:#464545;
	color:#aeadad;
	}
	
#copyright div#copyright-text {
	margin:0px auto;
	width:960px;
	padding:10px 0 10px 0;
	}
	
#copyright div#copyright-text p.copyright {
	float:left;
	}
	
#copyright div#copyright-text p.copyright a {
	color:#FFFFFF;
	}
	
#copyright div#copyright-text p.copyright a:hover {
	text-decoration:underline;
	}
	
#copyright div#copyright-text p.designed-by {
	float:right;
	}
	
#copyright div#copyright-text p.designed-by a {
	color:#FFFFFF;
	}
	
#copyright div#copyright-text p.designed-by a:hover {
	text-decoration:underline;
	}
	
/* ---- All other pages apart from home page ----*/

#header-tagline {
	background: url(../images/header-tagline-highlight.gif) top center no-repeat;
	height:135px;
	}

#header-tagline h2 {
	font-size:26px;
	color:#FFFFFF;
	padding:25px 0 5px 0;
	width:460px;
	}
	
#header-tagline p {
	color:#eeeeee;
	font-size:16px;
	line-height:24px;
	width:460px;
	}
	
#main div#sub-content {
	padding:20px 0px 20px 20px;
	clear:both;
	}

#main div#sub-content h1 { /* Experimentel */
	color:#5c2100;
	font-size:26px;
	font-weight:normal;
	padding-bottom:20px;
	text-decoration: none;
	}
	
#main div#sub-content h3 {
	color:#5c2100;
	font-size:26px;
	font-weight:normal;
	padding-bottom:20px;
	text-decoration: none;
	}
	
#main div#sub-content p {
	line-height:24px;
	color:#010101;
	font-size:12px;
	padding-left:0px;
	padding-bottom:10px;
	}
	
#main div#sub-content a {
	clear:both;
	color:#005bad;
	font-size:12px;
	text-decoration:underline;
	outline:none;
	}
	
#main div#sub-content a:visited {
	color:#551A8B;
	outline:none;
	}
	
#main div#sub-content a:hover {
	color:#023869;
	outline:none;
	}
	
#main div#sub-content ul li {
	color:#010101;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	list-style: inside square;
	padding-bottom:10px;
	}
	
#main div#sub-content ol li {
	color:#010101;
	font-size:12px;
	line-height:24px;
	list-style:none;
	padding-bottom:10px;
	text-align:justify;
	}
	
#main div#sub-content ol li span {
	display:block;
	}
	
#main div#sub-content ol li ol li {
	list-style:inside square;
	margin-left:10px;
	}
	
#main div#sub-content h3.company-history-title {
	padding-top:10px;
	}
	
.on-site-pic {
	background:#eeeeee;
	border:#c9c9c9 1px solid;
	display:inline;
	float:right;
	margin:0px 0 20px 20px;
	padding:10px;
	width:300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
div.on-site-pic span, div.on-site-pic-2 span {
	font-size:10px;
	padding-top:5px;
	}
	
.on-site-pic-2 {
	background:#eeeeee;
	border:#c9c9c9 1px solid;
	display:inline;
	float:left;
	margin:20px 20px 10px 0px;
	padding:10px;
	width:300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#question {
	border:#c9c9c9 1px solid;
	background:#eeeeee;
	clear:both;
	margin:20px 0 0 0;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#question h5 {
	color:#5C2100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom:10px;
	}
	
#question p {
	padding-bottom:0px !important;
	}
	
/*-- accreditations ---*/

#main div#sub-content dl {
	padding-bottom:20px;
	}

#main div#sub-content dt {
	border-top:1px solid #E9E8E8;
	clear:left;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	float:left;
	padding:20px 0 20px 0;
	width:100%;
	}

#main div#sub-content dd {
	clear:both;
	padding-bottom:20px;
	}
	
#main div#sub-content dt a {
	color:#252626 !important;
	font-size:22px;
	padding-left:0px !important;
	text-decoration:none !important;
	}
	
#main div#sub-content dt a:visited, #main div#sub-content dt a:hover {
	color:#252626 !important;
	}

#main div#sub-content dd img {
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 2px solid;
	padding:2px;
	float:left;
	}
	
#main div#sub-content dd p {
	display:inline;
	float:left;
	padding:0 0 0px 20px;
	width:450px;
	}
	
/* -- Client list -- */

div#featured-client	{
	border-bottom:1px solid #E9E8E8;
	border-top:1px solid #E9E8E8;
	padding:20px 0 10px 0;
	}
	
div#featured-client h3 {
	color:#252626 !important;
	font-size:22px !important;
	font-weight:normal;
	padding-bottom:20px;
	text-decoration:none;
	}

div#featured-client img {	
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 2px solid;
	display:inline;
	margin-right:7px;
	margin-bottom:20px;
	padding:2px;
	float:left;
	}
	
div#featured-client ul li {
	display:inline;
	float:left;
	list-style:none !important;
	padding-bottom:0px !important;
	}

div#other-clients h3 {
	color:#252626 !important;
	font-size:22px !important;
	margin-top:20px;
	}
	
div#other-clients ol {
	display:inline;
	float:left;
	padding-bottom:5px;
	width:325px;
	}
	
form {
	padding-top:10px;
	}
	
fieldset {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background:#F2EFE9;
	border:#e0d7e4 1px solid;
	position:relative;
	width:650px;
	}
	
fieldset ol {  
	padding:0;
	margin:0;
	margin-top:3.5em;
	list-style: none;
	padding: 0 1em 0 1em;
	float:left;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 15px;
	}

/*input.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent;  
	background-image: none;
	}*/

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	}

textarea {
	width:370px;
	}
	
.submit {
	border:#e0d7e4 1px solid;
	padding: 5px 10px;
	background:#E14A01;
	color:#ffffff;
	margin-left: 11em;
	overflow:visible;
	}
	
.inputtext {
	border:#cabcd1 1px solid;
	background: #FFFFFF;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 14px;
	padding:3px;
	width:300px;
	}
	
.message {
	background: #fff6bf url(../images/error_field.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	
.message_sent {
	background: #f8fafc url(../images/information.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	text-align:justify;
	line-height:1.2em;
	}
	
form input[type=text]:focus, textarea:focus, select:focus {
	border:#ffd324 1px solid;
	background-color:#fff6bf;
	background-image:none;
	font-style:italic;
	}
	
legend {  
	color: #5C2100;
	font-family:Arial,Helvetica,Verdana,Sans-Serif;
	}
	
legend span {  
	position: absolute;  
	left: 0.74em;  
	top: 0;  
	margin-top: 0.5em;  
	font-size: 135%;
	width:200px;
	float:left;
	}
	
#requiredField {
	clear:both;
	padding:10px 0 20px 0;
	}

#privacy {
	margin-left:134px;
	padding-bottom:20px !important;
	}
	
#address-details {
	float:left;
	clear:both;
	padding-bottom:20px;
	width:420px;
	}
	
#address-details img {
	display:inline;
	float:left;
	margin-right:20px;
	width:150px;
	}
	
#contact-details {
	float:left;
	}
	
#address-details h4 {
	padding-bottom:5px;
	}
	
#address-details span {
	display:block;
	padding-bottom:5px;
	width:100%;
	}
	
#address-details span.adr {
	padding-bottom:0px !important;
	}
	
#address-details div.tel {
	padding-bottom:5px;
	}
	
#address-details div.tel span.type {
	display:inline;
	}
	
#address-details a {
	padding:0px !important;
	}
	
#opening-times {
	float:left;
	width:230px;
	}
	
#opening-times ol li{
	color:#3F3F3F !important;
	font-size:14px !important;
	line-height:normal !important;
	margin-bottom:0px !important;
	padding-bottom:10px !important;
	}	

/*-- Hide add this flash div --*/
#atffc {
	display:none;
	}
	
/*--Demolition by location pages--*/

ul#demolition-by-location-client-list {
	margin-top:20px;
	margin-bottom:20px;
	}
	
ul#demolition-by-location-client-list li {
	padding-bottom:10px;
	}
	
/*-- News --*/

div.news-article {
	border-top:1px solid #E9E8E8;
	margin-bottom:20px;
	}
	
#sub-content a#rss-feed {
	display:inline-block;
	font-size:26px !important;
	width:28px;
	height:28px;
	background: url(../images/feed-icon-28x28.png) top left no-repeat;
	text-indent:-9999px;
	}

div.news-article h4 a {
	color:#5C2100 !important;
	display:block;
	font-family:Arial,Helvetica,Verdana,Sans-Serif !important;
	font-size:16px !important;
	margin:20px 0 15px 0px !important;
	padding-left:0px !important;
	text-decoration:none !important;
	}
	
div.news-article h4 a:hover {
	color:#252626 !important;
	}
	
div.news-article span.small-date {
	font-size:10px;
	font-style:italic;
	color:#999999;
	}
	
div.pagination {
	margin-top:15px;
	}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #c64303;
	text-decoration: none !important; /* no underline */
	color: #252626 !important;
	}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #c64303;
	color: #000;
	}
	
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #c64303;
	font-weight: bold;
	background-color: #E14A01;
	color: #FFF;
	}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

span.pub-date {
	font-style:italic;
	}

.homepage-p-link {
	margin-left:15px;
	}	
	
.clear:after {
	content: "";
	display:block;
	clear:both;
	height: 0; /* just added this test */
    visibility: hidden; /* just added this also need to test */

	}
	
.clear {
	zoom: 1;
	}
