﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(/images/bg.gif) repeat-x;	
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}
h3 {
	font-size: 115%;
	color: #003366;		
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* form elements */
input,select {
	font: normal 1em Verdana, sans-serif;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	margin: 0 auto; 
	width: 780px;
}

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}

#header-logo {
	position: relative;
	clear: both;
	height: 60px; 
	margin: 0;
	padding: 0;
}
#header-logo #logoimage {
	position: absolute;
	top: -50px; left: -5px;
	margin: 0; padding: 0;
	border:0;
}

#header-logo #slogan {
	z-index: 3;
	position: absolute;
	left: 182px; top:10px;
	font: bold 29px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000;
	top: 10px;
}

#header span #slogan {
	z-index: 3;
	position: absolute;
	left: 3px;
	bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo #vanimage {
	position: absolute;
	margin: 0;
	padding: 0;
	border:0;
	top: -60px;
	left: 550px;
}

/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:180px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 3px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header a.selected {
   background-position:0% -42px;
}
#header a.selected span {
   background-position:100% -42px;
}

/* main column */
#main {
	float: right;
	margin: 0; padding: 0;
	width: 595px;	
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

#main h2 {
	margin: 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;
}

#main #vanseating
{
	width:192px;
	float:left;
}

#main #vanconversions
{
	width:192px;
	float:left;
	margin-left:9px;
}

#main #campervans
{
	width:192px;
	float:right;
}

#main #taxiconversions
{
	width:192px;
	float:left;
}

#main #minibusconversions
{
	width:192px;
	float:left;
	margin-left:9px;
}

#main #specialistconversions
{
	width:192px;
	float:right;
}

.smallpanel
{
	border: solid #EBEBEB;
	border: solid black;
	border-width: 0 1px 1px 1px;
	height:117px;
}

.spacer
{
	height:8px;
	clear:both;
}

/* sidebar */
#sidebar {
	float: left;
	width: 170px;
	margin: 0; padding: 0; 
	min-height:800px;
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 4px 0 4px 8px; 
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase; 
	background: #333; 
	letter-spacing: 1px;	
}
#sidebar .nav-box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 5px 0;
	background: #FFF;
	height:171px;
}
#sidebar .left-box {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	background: #FFF;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #FFF url(/images/footerbg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 95%;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.comments { 
	margin: 20px 10px 5px 10px; 
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1; 	
	border-top: 1px dashed #EFF0F1;	
}

.newsHeadline
{
	font-weight:bold;
}

.formRow
{
	width:100%;
	margin-bottom:4px;
	float:left;
}

.formLabel
{
	float:left;
	width:120px;
}

.formField
{
	float:left;
	width:300px;
}

.buttonRow
{
	margin-left:120px;
}

.peopleName
{
	font-size: 115%;
	font-weight:bold;
}

.peopleTitle
{
	font-weight:bold;
}

.conversionDetails
{
	border:solid 1px #333;
	width:49%;
	float:left;
	margin-top:5px;
}

.conversionSeatingExtras
{
	width:49%;
	float:right;
	margin-top:5px;
}

.conversionSeating
{
	border:solid 1px #333;
}

.conversionExtras
{
	margin-top:5px;
	border:solid 1px #333;
}

.conversionImageGallery
{
	border:solid 1px #333;
	width:100%;
	float:left;
	margin-top:5px;
}

.item
{
	width:100%;
	float:left;
	min-height:162px;
	display:block;
}

.itemImage
{
	height:160px;
	width:160px;
	margin-right:18px;
	margin-bottom:5px;
	background-color:#f2f2f2;
	text-align:center;
	vertical-align:middle;
	float:left;
	line-height:152px;
}

.itemDetails
{
	float:left;
	display:block;
	width:414px;
}

.content
{
	padding-left:5px;
	padding-right:5px;
}

.imageCentre
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.imageCentre
{
	display: block;
		margin: 0 auto;
}

.imageLeft
{
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-right:5px;
}

.imageRight
{
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	padding-left:5px;
}

.imageFramed
{
	padding:0;
	border: solid 1px #7f9db9;
}

.lb
{
background-image : url(/images/lb.jpg);
background-repeat : repeat-x;
width : 600px;
height : 5px;
margin-top : 2px;
margin-bottom: 2px;
clear:both;
}

.thumbimage
{
	height:160px;
	width:160px;
	margin-left:18px;
	margin-right:18px;
	margin-bottom:5px;
	background-color:#f2f2f2;
	text-align:center;
	vertical-align:middle;
	float:left;
	line-height:152px;
}

#vehicle
{
display:block;
overflow:hidden;
}

#vehicleimage
{
margin-top:4px;
display:inline;
float:left;
width:150px;
padding-right:8px;
padding-bottom:5px;
}

#vehicledetails
{
display:inline;
float:left;
width:436px;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* END LIGHTBOX STYLES */