/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
    font-size: 76%;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#2763AD;
	/*background-image:url(../img/homepage-tile.jpg);
	background-repeat:repeat-y;
	background-position:left;*/
}

#wrapper{
margin:auto auto auto auto; 
width:955px; 
background-image:url(/img/homepage-tile.jpg); 
background-repeat:repeat-y; 
background-position:left;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}

/*----------------*/
/* Styles for Editor in admin section  */
.doublelist {
	float:left;
	width:100%;
	clear:both;
	padding:8px 0 15px 0;
}
.doublelist li {
	float:left;
	width:47%;
}
.inlinelist {
}
.inlinelist li {
	display:inline;
	width:auto;
	list-style:none;
}
.thickimageborders {
	border:7px #EAF2FB solid;
}



.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


ul {
	padding:5px 0px;
}
li {
	padding:2px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}
a, a:visited  {
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #FFF;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
p a, p a:visited, #latestholder a, #latestholder a:visited  {
	border-bottom:1px #ffcb06 solid;
	text-decoration:none;
	font-weight:bold;
}
p a:hover, p a:focus, #latestholder a:hover {
	border-bottom:1px #FFFFFF solid;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:3px #BD0074 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
	color:#BD0074;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
	padding:10px 0px 0px 18px;
	margin:10px 0px 10px 0px;
	font-size:0.9em;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
blockquote span {
	font-weight:bold;
	padding:10px 0px;
	display:block;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1, #latestnews h5 {
	font-size: 1.9em;
	font-weight:normal;
	color:#ffcb06;
	clear:both;
	padding:2px 0 8px 0;
}
h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	color:#ffcb06;
	clear:both;
}
h2.subheading {
	font-size:1em;
	padding:0 0 20px 0;
}
h3 {
	font-size: 1.3em;
	font-weight:normal;
	color:#FFF;
}
h4 {
	font-size:1em;
	color:#989DAF;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #333 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #333 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #928001 solid;
	background-color:#ffcb06;
	color:#003C79;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"], input[type="button"] {
	border:2px #928001 solid;
	background-color:#ffcb06;
	color:#003C79;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #F88B07 solid;
	background-image:none;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}

.textbox {
	width:220px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}
.imgleftmargin15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgrightmargin15 {
	margin:0px 0px 15px 15px;
	float:right;
}
/* #####################  NEED TO HAVE GENERIC DETAILS AND GRIDVIEW STYLES ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/* --------- END GENERIC STUFF -------------- */

.mainwidth {
	width:870px;
	margin:0 auto;
	clear:both;
}

#frame {
	width:960px;
	clear:both;
}

#header {
	background-image:url(../img/home/header-homepage5.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:202px;
	position:relative;
}

#header-back{
/*background-color:#ffcb06;*/
background-color:#000000;
height:30px;
width:897px;
position:absolute;
top: 170px;
opacity: 0.55;
filter: alpha(opacity:55);
z-index:0;
border-top:5px solid #333333;}

#header-phone{
position:absolute;
top: 30px;
left:670px;
font-size:16px;
line-height:150%;
width:300px;
letter-spacing:5px;
font-weight:bold;
display:none;
}

#header ul {
	display:block;
	width:500px;
	position:absolute;
	left: 402px;
	top: 173px;
}
#header li {
	float:left;
	border-right:1px solid #fff;
}
	#header li.end{
	border:none;}
	
#header li a, #header li a:visited {
	display:block;
	float:left;
	width:124px;
	text-align:center;
	font-weight:bold;
	/*color:#003c79;*/
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
}
#header li a:hover {
	text-decoration:underline;
}


#content {
	/*background-image:url(../img/content-top-bg.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
	/*padding:20px 0 0 0;*/
	padding:10px 0 0 0;
}
#contentleft {
	float:left;
	width:170px;
	/*background-image:url(../img/sidesection-top-strip.jpg);*/
	background-position:top;
	background-repeat:repeat-x;
	/*padding:15px 0 0 0;*/
	padding:0 0 0 0;
}
#contentright {
	float:right;
	width:722px;
	/*padding:0 53px 0 0;*/
	padding:20px 53px 0 0;
}
.sideholder {
	padding:20px 10px;
	background-image:url(../img/sidesection-footer-strips.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#sidenav {

}
#sidenav li {
	padding:0 0 0 20px;
	background-image:url(../img/sidenav-arrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	margin-bottom:3px;
}

#sidenav li.tracked {
	padding:0 0 0 20px;
	background-color:#FF3366;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.vehicle {
	background-color:#FF9900;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.road {
	border:thick #FFFF00;
	background-color:#CCFFFF;
	
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.rough {
	background-color:#00CC00;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.compact {
	background-color:#CCFFCC;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.other {
	background-color:#850DF2;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.used {
	background-color:#66CCCC;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li.service {
	background-color:#CC6666;
	background-position:left center;
	background-repeat:no-repeat;
}

#sidenav li a, #sidenav li a:visited {
	display:block;
	padding:6px 0;
	color:#ffcb06;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
}
#sidenav li a:hover {
	color:#FFFFFF;
}


#footer {
	float:right;
	width:725px;
	padding:10px 0;
	clear:both;
	background-image:url(../img/footer/topstrip.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0 53px 0 0;
}
#footer ul {
}
#footer li {
}
#footer li a, #footer li a:visited {
}
#footer li a:hover {
}

#poweredby {
}



/* HOME PAGE - BOTTOM SECTIONS */

#hpimage {
	width:726px;
	height:220px;
	margin:-12px 0 0 -10px;
}
#maintext {
	float:left;
	width:465px;
	padding:10px 0 0 0;
}
#sidenews{
	float:right;
	width:208px;
	/*padding:10px 10px 0 0;*/
	padding:30px 10px 0 0;
}

#sidebanner{
	float:right;
	width:208px;
	height:380px;
	padding:10px 15px 0 0;
	background-color:#275ca0;
}

#sidenews h4 {
	font-size:1.2em;
	color:#ffcb06;
}
#sidenews li {
	padding:10px 0;
}

/*  ### NEWS STUFF  */

.newsdate {
	font-size:1.4em;
}
a.morelink {
	color:#ffcb06;
	font-weight:normal;
}

/* ---- Blog Stuff ----  */

/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:14px 0px 10px 0px;
	border-bottom:2px #FFF solid;
}
.blogsnippets h2 {
	font-size:1.8em;
	color:#ffcb06;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#ffcb06;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}

/* ----- SEARCH -------- */

.searchhead {
	padding:20px 0px 2px 0px;
	margin:2px 0px 10px 0px;
	border-bottom:1px #A30234 solid;
	color:#A30234;
}

.innerlight {

}



/* ################  FORMS ############### */
.myforms {
	width:100%;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 20em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */


/* Contact */

#contactleft {
	float:left;
	width:500px;
}
#contactright {
	float:right;
	width:280px;
	height:400px;
	border:4px #666 solid;
}

/*panels*/
div.Feature-Panel-Outer{
width:220px;
margin-bottom:20px;
float:left;}

div.Feature-Panel-Inner{
width:210px;
padding:5px;
border-top:none;}

	div.Feature-Panel-Inner h2{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;}

	div.Feature-Panel-Inner img{
	float:left;
	margin:8px 8px 8px 0px;}

div.fpoml{
margin-right:20px;}

div.fpred{background-color:#ee1c25;}
div.fphrh1-red{height:10px; width:220px; background-image:url(/img/home/rc-red-t.jpg);}
div.fphrh2-red{height:10px; width:220px; background-image:url(/img/home/rc-red-b.jpg);}

div.fporange{background-color:#f58221;}
div.fphrh1-orange{height:10px; width:220px; background-image:url(/img/home/rc-orange-t.jpg);}
div.fphrh2-orange{height:10px; width:220px; background-image:url(/img/home/rc-orange-b.jpg);}

div.fpgreen{background-color:#298a47;}
div.fphrh1-green{height:10px; width:220px; background-image:url(/img/home/rc-green-t.jpg);}
div.fphrh2-green{height:10px; width:220px; background-image:url(/img/home/rc-green-b.jpg);}

div.fplightgreen{background-color:#72b264;}
div.fphrh1-lightgreen{height:10px; width:220px; background-image:url(/img/home/rc-lightgreen-t.jpg);}
div.fphrh2-lightgreen{height:10px; width:220px; background-image:url(/img/home/rc-lightgreen-b.jpg);}

div.fpteal{background-color:#228f98;}
div.fphrh1-teal{height:10px; width:220px; background-image:url(/img/home/rc-teal-t.jpg);}
div.fphrh2-teal{height:10px; width:220px; background-image:url(/img/home/rc-teal-b.jpg);}

div.fppurple{background-color:#6561ab;}
div.fphrh1-purple{height:10px; width:220px; background-image:url(/img/home/rc-purple-t.jpg);}
div.fphrh2-purple{height:10px; width:220px; background-image:url(/img/home/rc-purple-b.jpg);}

.prod-tmbs td{
padding:3px;}

.prod-tmbs{
margin-bottom:20px;
width:100%;}

.main-image{
float:right;
margin:0px 20px 20px 20px;}


.content{
float:left;
width:365px;
}

	.content h2{
	margin-bottom:10px;}
	
	.specs{
	margin-bottom:20px;}
	
		.specs th{
		font-weight:bold;
		padding-right:10px;
		padding-left:5px;}
		
		.specs td{
		padding:3px;}
		
		.specs th.odd, .specs td.odd{
		background-color:#88b1e4;}
		

.slideshow, .slideshow div{
height:380px;
}

.slideshow a{
display:block;
text-align:center;
width:208px;
margin-bottom:10px;
font-size:16px;
text-decoration:none;}		

.imgBox, .imgBox img { width:400px; margin:0;padding:0; }
.imgBoxad, .imgBoxad img { width:315px; margin:0;padding:0; }
.imgBoxad{
	float:right;
	margin:0px 20px 20px 20px;
}


#con2011{
	background-color:#235ca1;
}

#con2011 label{
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

#con2011 input{
	margin-bottom:5px;
}

#con2011 h2{
	border-bottom:1px solid #ffffff;
	margin-bottom:5px;
	padding-bottom:5px;
}
