/*
Theme Name: Blues
Description: reshuffle
Author: sh
Author URI: www.simonhuggins.co.uk
Template: sicose
Version: 1.51


[Table Of Contents] 

  0- Reset
  1- Global
  2- Links
  3- Headings
  4- Header 
  5- Navigation
  6- Middle 
  7- Forms
  8- Extras
  9- Footer 

*/

/* =0 Reset
------------------------------------------------------------------------------------------------------------*/
/* @import url('reset.css'); */
/* =1 Global
------------------------------------------------------------------------------------------------------------*/

body {
	background-color:#000000;
	color:#a7a6a6;
	font-family:Helvetica,Arial,sans-serif; 
	margin-left:auto; 
	margin-right:auto; 
	width:780px; 
	background-image:url("http://www.autodiagnosticsltd.co.uk/images/gradient2black.png"); 
	background-repeat:repeat-x;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
/*

.hide {
	display: none;
}

*/

.hide {
	position: absolute;
	left: -999px;
	width: 990px;
}

.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:10px 10px 10px 10px;
}
img.alignright {
	float:right;
	margin:10px 10px 10px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #fff;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	text-decoration: none;
}
a:hover {
	color: #ce2026;
	background-color: #a7a6a6;
}
a:active {
	color: #fff;
}



/* =3 Headings
------------------------------------------------------------------------------------------------------------*/
h1 {
	font: bold 2.5em "Verdana", Times, serif;
	
}
h2 {
	font: 1.4em "Verdana", Times, serif;
}
h3 {
	font: bold 1em "Verdana", Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 0.9em "Verdana", Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em "Verdana", Geneva, Helvetica, sans-serif;
}







/* =4 Header
------------------------------------------------------------------------------------------------------------*/

#header {
	color:#a7a6a6;
	margin:-20px 0px 0px 0px;

}


/* =5 Navigation
------------------------------------------------------------------------------------------------------------*/

.navcontainer {
	width: 100%;
	float: left;
	border: 1px solid #808080;
	border-style: dotted none dotted none;
}
.navcontainer ul {
	padding: 0; 
}
.navcontainer ul li {
	display: inline; 
}
.navcontainer ul{
	margin: 0;
	padding: 0 0 0 7%;
	color: #000000;
	font-size: 1em;
	letter-spacing: 2px;
	font-weight: bold;
}
.navcontainer ul li a{
	padding: 0.2em 12px;
	color: #fff;
        border-style: none;
	text-decoration: none;
	float: left;
}
.navcontainer ul li a:hover{
	background-color: #a7a6a6;
	color: #db1e26;

}
.navlist li a:hover, .navlist li a:active{
	color: #db1e26;
	text-decoration: none;
	background: #a7a6a6;
	text-align: left;
}





/* =6 Middle
------------------------------------------------------------------------------------------------------------*/

.content {
	width: 750px;
	height:100%;
	margin:0px auto 0px auto;
	text-align: left;
	padding:10px 0px 10px 0px;
}

.col-index {
	  position: relative;
	  float:left;
	  width: 290px;
	  margin:0px auto 10px 45px;

}


.col-contact-us {
	  position: relative;
	  float:left;
	  width: 340px;
	  margin:0px auto 10px 35px;
}

.col-find-us {
	  position: relative;
	  float:left;
	  margin:-10px auto 10px 35px;
}

.col-about-us {
	  position: relative;
	  float:left;
	  width:720px;
	  margin:-10px auto 10px 65px;
}
.col-services {
	  position: relative;
	  float:left;
	  width:720px;
	  margin:-10px auto 10px 35px;
}
/* =7 Form
------------------------------------------------------------------------------------------------------------*/
/* =8 Extra
------------------------------------------------------------------------------------------------------------*/
/* =9 Footer
------------------------------------------------------------------------------------------------------------*/
#footer {
	  clear: left;
	  position: relative;
	  text-align: center;
	  border: 0px solid gray;
font-size: 0.8em;

}
.col-footer {
	  position: relative;
	  float:left;
	  width: 100%;
	  height:100%;
	  margin:10px auto 0px 0px;
}
.validator {
	  border:0px;
	  width: 48px;
	  padding: 0px 10px 0px 10px;
	  margin: 0px 20px 10px 10px;
}