/* GLOBAL DEFINITIONS */

*{	margin:0px;
	padding:0px;
	}
	
body{
	font-family:"Trebuchet MS", sans-serif;
	color:#FFFFFF;
	}

table{
	color:#000000;
	}
	
table th{
	color:#FFFFFF;
	padding:15px;
	}
	
table a:link, table a:visited {
	color:#000000;
	text-decoration:none;
	}
	
table a:hover, table a:active {
	color:#333333;
	text-decoration:underline;
	}

table td{
	padding:15px;}
	
.clearblock{
	clear:both;
	}
	
.clearblock{
	clear:both;
	line-height:0px;
	font-size:0px;
	}

a img{border:none;}	

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#CCCCCC;
	text-decoration:underline;
	}
	

/* Layout definitions */

body{
	background-image:url(images/background-back.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#202020;
	}
	
#pageContainer{
	background-image:url(images/background-top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:transparent;
	min-height:544px;
	}

#innerPageContainer{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}

body.node-2 #contentContainer, body.node-13 #contentContainer{
	padding:0px 0px;
	}
	
#contentContainer{
	padding-bottom:15px;
	padding:0px 15px;
	}
	
#content{
	padding:10px;}
	
h1#contentHeader{
	text-indent:-9999px;
	background-repeat:no-repeat;
	height:188px;
	width:1000px;
	background-position:center;
	}

/* Menu declerations */

ul#menu{
	width:987px;
	height:43px;
	border-top:3px solid white;
	border-bottom:3px solid white;
	list-style-type:none;
	padding-top:5px;
	padding-left:13px;
	margin-bottom:10px;
	}
	
ul#menu li{
	float:left;
	font-weight:bold;
	font-size:29px;
	border-right:1px solid white;
	padding:0px 10px;
	}
	
ul#menu li.last{
	border-right:none;
	}
	
	
/* Stylings home / Front page */

.leftColumn{
	width:495px;
	float:left;
	text-align:center;
	}

.rightColumn{
	width:475px;
	float:right;
	}
	
.rightColumn p{
	margin-bottom:16px;
	font-size:20px;
	}
	
.field-field-address p{
	margin:24px 0px;
	font-size:20px;
	}
	
/* Styling the vehicles page */

#vehiclesPage .field-field-description{
	width:970px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
	}
	
#vehiclesPage .field-field-description p{
	font-size:18px;
	line-height:21px;
	}

.field-field-vehicle-links{
	margin:10px 0px 10px 15px;
	}
	
ul#motorcycleLinks{
	list-style-type:none;
	}
	
ul#motorcycleLinks li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid white;
	}

ul#motorcycleLinks li.active a{
	text-decoration:underline;
	}
	
ul#motorcycleLinks li.last{
	border-right:none;
	}
	
#vehicleMakes{
	margin-left:15px;
	float:left;
	margin-top:15px;
	}
	
#vehicleMakes img{
	margin-bottom:15px;
	}
	
#vehicleModels .field-item ul{
	list-style-type:none;
	margin-left:30px;
	}
	
#vehicleModels .field-item ul li{
	float:left;
	list-style-type:none;
	}
	
#vehicleModels .field-item{
	display:block;
	float:left;
	}
	
#vehicleModels .jcarousel-container{
	height:165px;
	margin-top:20px;
	width:650px;
	margin-left:10px;
	margin-bottom:15px;
	}
	
#vehicleModels .jcarousel-skin-ie7 .jcarousel-item{
	height:180px;
	width:250px;
	}
	
#vehicleModels .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
	height:180px;
	width:635px;
	}

#vehicleModels .jcarousel-skin-ie7 .jcarousel-prev-horizontal{
	top:80px;
	left:2px;
	}

#vehicleModels .jcarousel-skin-ie7 .jcarousel-next-horizontal{
	top:80px;
	right:2px;
	}
	
#vehicleModels .jcarousel-skin-ie7 .jcarousel-item{
	border:0px;
	}
	
#vehicleModels .views-field-title{
	text-align:center;
	color:#000000;
	}
	
#vehicleModels .views-field-title a, #vehicleModels .views-field-title a:link{
	text-align:center;
	color:#000000;
	}
	
/* Single vehicle style overrides */


#vehiclePage{
	position:relative;
	}
	
#vehicleImages{
	width:560px;
	margin-right:20px;
	float:left;
	}

.vehicleMainImage{
	margin-bottom:5px;
	}

.vehicleSecondImages .field-item{
	float:left;
	margin-right:55px;
	background-color:#FFFFFF;
	}
	
.vehicleSecondImages .field-item.last{
	margin-right:0px;}
	
#vehiclePage h2{
	border-bottom:white solid 1px;
	margin-bottom:10px;
	}
	
.field-field-vehicle-description p{
	font-size:20px;
	line-height:24px;
	}
	
#vehicleCost{
	position:absolute;
	right:10px;
	top:350px;
	text-align:right;
	font-size:30px;
	line-height:40px;
	}
	
#vehicleCost.noSmall{
	top:270px;
	font-size:20px;
	line-height:28px;
	}
	
	
/* General overrides */

body #tabs-wrapper ul li a{
	background-color:#000000;
	color:#FFFFFF;
	}
	
.views-display, .views-display .tab-section .inside .views-category, .views-tabset .views-tabs, .views-display .top, #views-ajax-pad .message, #views-ajax-title, #views-ajax-pad form {
	background-color:#000000;
	}
div.changed{
	background-color:#333333;
	}
	
.views-category-title a:link{
	color:#000000;}
	
	
/* Used vehicles indivudla node rendering */

.usedVehicle{
	position:relative;
	margin-bottom:15px;
	}

.usedVehicle .vehicleMainImage{
	float:left;
	margin-right:15px;
	}
	
.usedVehicle .vehicleSecondImages{
	left:215px;
	position:absolute;
	top:135px;
	}
	
.usedVehicle h3{
	border-bottom:1px solid white;
	}
	
.usedVehicle .field-field-vehicle-description p{
	font-size:16px;
	line-height:18px;
}

.usedVehicle .vehicleSecondImages .field-item {
	margin-right:15px;
	}
	
.usedVehicle #vehicleCost{
	font-size:20px;
	line-height:23px;
	position:absolute;
	right:10px;
	text-align:right;
	top:155px;
	}
	
h2.usedView{
	 text-transform: capitalize;
	 border-bottom:1px solid white;
	}
	
.view-not-new-vehicles .view-header{
	margin-bottom:25px;}