@charset "utf-8";
/*-------------------------------------------------------------
Style Sheet 

Version: 1.1
Author: P Neal
email: webmaster@alternetsolutions.co.uk
website: http://www.alternetsolutions.co.uk/
-------------------------------------------------------------*/

/*Body*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small; /*for compliant browsers*/
	text-align: center;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	background: #fff url(images/body-bg.gif) repeat-x; 
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
#wrapper {
	width: 85%;
	min-width: 760px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #000;
	background: #f7f7f7 url(images/sideBar/faux-col.gif) repeat-y 70% 0;
    }
	
/*Header*/

#header {
	width: 100%;
	float: left;
	border-bottom: 3px solid #303a5d;
	padding-bottom: 5px;
	}

#left {
	float: left;
	width: 50%;
	}
	
#header h1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 5px;
	color: #303a5d;
	font-size: 200%;
	text-transform: uppercase;
	}

#header h2 {
	float: left;
	width: 100%;
	margin: 0 0 0 160px;
	padding: 0 0 0 5px;
	color: #000;
	font-size: 100%;
	font-style: italic;
	}

#header h3 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	color: #dda011;
	font-size: 100%;
	}

#right {
	float: right;
	width: 45%;
	}

ul#contactInfo {
	margin: 10px 0 0 0;
	padding: 0 5px 0 0;
	list-style: none;
	float: right;
	}

#contactInfo li {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 120%;
	}

#contactInfo li a {
	color: #000;
	text-decoration: none;
	}

#contactInfo li a:hover {
	text-decoration: underline;
	}
	
/*****************NAV************************/

		
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	border-bottom: 2px solid #ddd;
	background: #676f8a;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 95%;
	border: 1px solid #303a5d;
	border-right: none;
	border-bottom: none;
	border-top: none;
	}

#nav li.last {
	border-right: 1px solid #303a5d;
	}

#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	background: url(images/nav/nav.jpg) repeat-x bottom right;
	color: #000;
	}

/*General*/

a {
	color: #dda011;
	}

a:hover {
	color: #000;
	}
		
/*Content*/

#content {
	float: left;
	width: 70%;
	line-height: 1.5em;
	font-size: 100%;
	}

.bold {	
	font-weight: bold;
	}

#content h2 {
	margin: 0;
	padding: 2px 0 10px 0;
	font-size: 150%;
	color: #676f8a;
	}

dl.company {	
	margin: 15px 0;
	border-bottom: 1px dotted #ccc;
	}

dl.company:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

dl.company dt {
	margin: 0 0 .5em 0;
	font-size: 160%;
	color: #303a5d;
	}

dl.company dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}

dl.company dd {
	margin-left: 210px;
	font-size: 90%;
	line-height: 1.5em;
	color: #000;
	}

.mainSellers {
	float: left;
	width: 120px;
	}

.mainSellers p {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#exp {
	float: right;
	width: 50%;
	}

#exp p {
	margin: 0;
	padding: 0;
	}

span.big {
	font-size: 200%;
	background: #ccc;
	}

/*Main Lists on pages other the main sellers*/

ul.mainLists {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.mainLists li {
	margin: 0;
	padding: 1px 0;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
	}

/*Contact Form*/

#contactForm {
	margin: 0;
	padding: 10px;
	width: 70%;
	}
	
#contactForm p {
	margin: 2px 0;
	padding: 0;
	font-size: 90%;
	}
	
.warning {
    color: #f00;
	background-color: inherit;
	font-size: 95%;
	}
.success {
	color: #f00;
	font-size: 95%;
	}
	
#contactForm .formbox {
    width: 150px;
}

label.label {
	float: left;
	width: 90px;
	}

#contactForm label.labelBlock {
	display: block;
	}
	
#contactForm input#send {
	margin: 5px 0 0 0;
	width: 80px;
	}

#contactForm textarea {
	width: 90%;
	height: 100px;
	}			
	
/*sideBar*/

#sideBar {
	float: right;
	width: 25%;
	}

ul#address {
	margin: 0 auto;
	width: 75%;
	padding: 0;
	list-style: none;
	}

#address li.bold {
	font-weight: bold;
	font-size: 120%;
	color: #dda011;
	}

#address li {
	margin: 0;
	padding: 1px 0;
	}

#sideBar h2 {
	width: 100%;
	margin: 0;
	padding: 0 0 0 15px;
	color: #dda011;
	font-size: 130%;
	text-align: left;
	}

ul#products {
	margin: 0 auto;
	width: 75%;
	padding: 0;
	list-style: none;
	}

#products li {
	margin: 0;
	padding: 1px 0;
	}

#products li span {
	color: #dda011;
	padding-left: 10px;
	}

#products li a {
	color: #000;
	text-decoration: none;
	}

#products li a:hover {
	color: #693;
	text-decoration: underline;
	}

/*Garage Equipment Page*/

.prod-img {
	float: left;
	}

#specWrap {
	float: right;
	width: 69%;
	}

#specWrap h3 {
	margin: 0;
	padding: 1px 0;
	text-decoration: underline;
	}

#specWrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#specWrap li {
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
	}

#summarySpec {
	width: 48%;
	float: left;
	}

#safety {
	width: 50%;
	float: right;
	}

#techSpecs {
	float: left;
	width: 100%;
	}

#techSpecs h3 {
	text-align: center;
	text-decoration: underline;
	}

ul#specListOne {
	margin: 0;
	padding: 0 0 0 20px;
	width: 45%;
	list-style: circle;
	float: left;
	}

ul#specListTwo {
	margin: 0;
	padding: 0 0 0 20px;
	width: 45%;
	list-style: circle;
	float: left;
	}

#specListOne li, #specListTwo li {
	margin: 0;
	padding: 1px 0;
	border-bottom: 1px dotted #ccc;
	}	

/*Gutters*/

#content .gutter {
	padding: 15px;
	}

#sideBar .gutter {
	padding: 15px;
	}

/*Footer*/
	
#footer {
	clear: both;
	padding: 5px 0;
	}
#footer p {
	margin: 0;
    padding: 0;
    text-align: center;
	color: #666;
	}

#footer p.keywords {
	font-size: 105%;
	color: #666;
	}

#footer a {
	color: #666;
	}

/* Hide from IE/Mac \*/
#footer { height: 1%; }
/* End hide from IE/Mac */

/* Hide from IE/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE/Mac */

