/*

Turners Commercials - Global Stylesheet
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.turnerscommercials.co.uk/

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.error { 
	color: #a03930;
	font-weight: bold;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

																					/* ------------ Defaults ------------ */

body { 
	background: url('../images/body-bg.jpg') repeat 0 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}

#container { 
	background: url('../images/container-bg.png') no-repeat top center;
	}
	
#container-inner {
	margin: auto;
	width: 960px;
	}


																					/* ------------ Branding ------------ */

#branding { 
	background: url('../images/branding-bg.jpg') no-repeat top right;
	height: 100px;
	padding-top: 50px;
	width: 960px;
	}

#branding h1 a {
	background: url('../images/branding-h1-bg.gif') no-repeat 0 0;
	display: block;
	height: 52px;
	text-indent: -25000px;
	width: 458px;
	}

																					/* ------------ Navigation ------------ */
																					
#nav {
	background: url('../images/nav-bg-plain.jpg') no-repeat 0 0;
	height: 87px;
	text-indent: -25000px;
	width: 960px;
	}

#nav li {
	float: left;
	}
	
#nav a {
	display: block;
	height: 67px;
	width: 107px;
	}
	
#nav a:hover {
	background-position: 0 -67px;
	}

#nav-home a { background: url('../images/nav-home-plain.gif') no-repeat 0 0; }
#nav-about a { background: url('../images/nav-about-plain.gif') no-repeat 0 0; }
#nav-products a { background: url('../images/nav-products-plain.gif') no-repeat 0 0; }
#nav-safety a { background: url('../images/nav-safety.gif') no-repeat 0 0; width: 106px; }
#nav-parts a { background: url('../images/nav-parts.gif') no-repeat 0 0; width: 106px; }
#nav-installation a { background: url('../images/nav-installation.jpg') no-repeat 0 0; width: 106px; }
#nav-photos a { background: url('../images/nav-photos.jpg') no-repeat 0 0; }
#nav-delivery a { background: url('../images/nav-delivery.jpg') no-repeat 0 0; }
#nav-contact a { background: url('../images/nav-contact.jpg') no-repeat 0 0; }

#home #nav-home a, 
#about #nav-about a,
#products #nav-products a,
#safety #nav-safety a, 
#parts #nav-parts a,
#installation #nav-installation a,
#photos #nav-photos a,
#delivery #nav-delivery a,
#contact #nav-contact a { 
	background-position: 0 -67px; 
	}
	
	
																					/* ------------ Content ------------ */
																					
#content {
	background: url('../images/content-bg-plain.gif') repeat-y 0 0;
	width: 960px;
	}

#content-inner {
	background: url('../images/content-inner-bg-plain.gif') no-repeat bottom left;
	position: relative;
	width: 960px;
	}

#content p {
	margin-bottom: 1.5em;
	}

#content a {
	color: #a03930;
	text-decoration: underline;
	}
#content a:hover {
	color: #2e4070;
	text-decoration: underline;
	}
		
#content h2 {
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 15px;
	}

#content h3 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 15px;
	}

#content .pdf {
	background: url('../images/icon-pdf.png') no-repeat 0 50%;
	padding: 5px 0 5px 56px;
	}
		
#content .remove { 
	margin: 0; 
	}

#content .inline-img { 
	float: right; 
	margin: 0 0 20px 20px;
	}
																	
#content #content-1 {
	float: left;
	padding: 0 0 0 20px;
	width: 210px;
	}

#content #copy {
	float: left;
	padding: 0 20px;
	width: 460px;
	}

#content #copy ul {
	margin: 0 0 1.5em 32px;
	}
	
#content #copy ul li {
	list-style: outside disc;
	margin-bottom: 10px;
	}
	
#content #content-2 {
	float: right;
	padding: 0 20px;
	width: 190px;
	}

#content #cutout {
	position: absolute;
	bottom: -75px;
	left: -50px;
	}


																					/* ------------ Enquiry ------------ */
																					
#enquiry-form input,
#postcode-form input {
	background: url('../images/enquiry-form-input.png') no-repeat 0 0;
	border: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 5px 10px;
	margin: 5px 0;
	overflow: hidden;
	width: 170px;
	}

#enquiry-form #enquiry-btn,
#postcode-form #postcode-btn {
	background: none;
	float: right;
	height: 33px;
	margin: 0 -14px 16px 0;
	width: 134px;
	}


																					/* ------------ Gallery ------------ */
																					
#gallery .thumbnail {
	float: left;
	height: 90px;
	position: relative;
	margin: 0 10px 10px 0;
	width: 90px;
	}

#gallery .thumbnail img {
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	}

#gallery .thumbnail a {
	background: url('../images/gallery-link-bg.png') no-repeat 0 0;
	height: 90px;
	position: absolute;
	text-indent: -25000px;
	top: 0;
	right: 0;
	width: 90px;
	}

#gallery .thumbnail a:hover {
	background-position: 0 -90px;
	}

#gallery #btn-more-photos a {
	background: url('../images/btn-more-photos.png') no-repeat 0 0;
	float: right;
	height: 33px;
	margin: 0 -4px 16px 0;
	text-indent: -25000px;
	width: 134px;
	}


																					/* ------------ Address ------------ */
																					
#address {
	background: url('../images/address-bg.gif') no-repeat 0 0;
	padding-top: 20px;
	width: 190px;
	}


																					/* ------------ Features ------------ */
																					
#features {
	height: 222px;
	overflow: hidden;
	width: 460px;
	}

#features li {
	float: left;
	margin-bottom: 20px;
	}

#features a {
	display: block;
	float: left;
	height: 101px;
	text-indent: -25000px;
	width: 220px;
	}

#feature-products,
#feature-parts {
	width: 240px;
	}
#feature-products a {
	background: url('../images/feature-products.jpg') no-repeat 0 0;
	}
#feature-safety a {
	background: url('../images/feature-safety.jpg') no-repeat 0 0;
	}
#feature-parts a {
	background: url('../images/feature-parts.jpg') no-repeat 0 0;
	}
#feature-installation a {
	background: url('../images/feature-installation.jpg') no-repeat 0 0;
	}
	
#features a:hover {
	background-position: 0 -101px;
	}

																					/* ------------ Footer ------------ */
																					
#footer {
	background: url('../images/footer-bg-plain.jpg') no-repeat 0 0;
	color: #fff;
	padding: 35px 0 15px 0;
	width: 960px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer #copyright {
	float: left;
	}
	
#footer #credit {
	float: right;
	}
