/*
	Style sheet for road runners executive cars
	Last updated: 08/12/2008
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #828282;
	}
	
body {
	margin: 0;
	padding: 0;
	background: #000 url('/media/bkgrd.gif') repeat-x;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 990px;
	background: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 182px;
	background:#000;
	color: #fff;
	}
	
#sidenavigation{
	width:180px;
	}
	
#rightnavigation{
	height:100%;
	width:190px;
	padding: 9px 0 5px 0;
	}

#maincontent{
	width: 610px;
	padding:10px 5px 10px 10px;
	}

#footer {
	font-size: 85%;
	background: #084899;
	text-align: center;
	padding:8px 0 8px 0;
	}

.box{
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1,  h3, h4, h5, h6 {
	color: #0078c1;
	margin-top:5px;
	font-size: 110%; 
	}

h2 {
	color: #0078c1;
	font-size: 105%; 
}
	
#maincontent ul li {
	padding-bottom:4px;
	list-style-type: square;
	}

#maincontent ol li {
	padding-bottom:4px;
	list-style-type: decimal;
	}


#footer p {
	color: #fff;
	}
	
.strong  (
 color: #0078c1;
)

.title{
	color: #0078c1;
	font-size: 120%;
	font-weight: bold;
	}

.small{
	font-size:85%;
	}

span {
 color: #0078c1;
}
	

.telephone{
	text-align: right;
	vertical-align: bottom;
	color: #fff;	
	}
	
.largeblue {
	color: #2175BC;
	font-size: 110%;
	font-weight: bold;
	}
	
.largered {
	color: #CF242A;
	font-size: 110%;
	font-weight: bold;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #cf252a;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #084899;
	background-color: transparent;
    }


#footer a {	
	text-decoration:none;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	background-color: #fff;
	color: #0080ad;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #999;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	color: #084899; 
	text-align:center;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	
td {
	vertical-align:top;
	}

img {
	border: 0;
	}

hr {
	border:1px solid #CF252A;
	height:1px;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #0080ad;
	}

.floatright {
	float:right;
	margin-left: 5px;
	color: #fff;
	}

.floatrightb {
	float:right;
	margin-right: 5px;
	border:solid 1px #0080ad;
	}

.center {  
    text-align: center;
    }

		
.bgroundimage{
	background-image:url('/media/vans.jpg');
	background-position: right;
	background-repeat: no-repeat;
	}	

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 5px;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#0080ad;
	}

.blurred {
	border: #0080ad 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


#sidenav{
	padding: 0;
	margin: 0;
	width: 180px;
	color: #333;
	}

#sidenav li {
	list-style: none;
	margin: 0;
	}
	
body.home #sidenav li.home a,
body.aboutus #sidenav li.aboutus a,
body.ourfleet #sidenav li.ourfleet a,
body.ourservices #sidenav li.ourservices a,
body.testimonials #sidenav li.testimonials a,
body.contactus #sidenav li.contactus a,
body.apply #sidenav li.apply a{background-color:#cf252a;}

body.home #sidenav li.home a:hover,
body.aboutus #sidenav li.aboutus a:hover,
body.ourfleet #sidenav li.ourfleet a:hover,
body.ourservices #sidenav li.ourservices a:hover,
body.testimonials #sidenav li.testimonials a:hover,
body.contactus #sidenav li.contactus a:hover,
body.apply #sidenav li.apply a:hover{color:#fff;}

body.home #sidenav li.home a img,
body.aboutus #sidenav li.aboutus a img,
body.ourfleet #sidenav li.ourfleet a img,
body.ourservices #sidenav li.ourservices a img,
body.testimonials #sidenav li.testimonials a img,
body.contactus #sidenav li.contactus a img,
body.apply #sidenav li.apply a img{display:none;}

#sidenav li a {
	display: block;
	padding: 8px 6px 8px 6px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #2175bc;
	color: #fff;
	font-size:95%;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

#sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 6px;
	border: none;
	text-align: left;
	}

#sidenav ul.sub {
	margin: 0px 0 2px 0;
	}

#sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 2px -3px;
	border: none;
	text-align: left;
	color: #82b3db;
	}

#sidenav ul.subsub {
	margin: 0px 2px 2px 0;
	}

#sidenav li a:link {
	color: #fff; 
}

#sidenav li a:hover{
	opacity:0.80;
	filter: alpha(opacity = 80);
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */