/* General html styles */

body {
	margin:0;
	padding-top:20px;
	padding:0;
	background-color: #E1E1E1;
	height:100%;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	color: #333333;
}

p {
    font-size:12px;
    line-height:14px;
}

b {
    color: #0080C5;
}

a {
	color: #0080C5;
}

a img {
	border:none;
}

a:hover {
    text-decoration: none;
}

h1 {
    background-color: #333333;
    padding:0px;
	padding-right:10px;
	margin:0px;
    text-align: right;
    color: white;
	border-top:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    font-size: 28px;
	
	margin-bottom:20px;
	
}

h2 {
	color: #0080C5;
	clear:left;
	font-family:Verdana,Geneva,sans-serif;
    font-size:14px;
}

table {
    margin-bottom:20px; 
}

th {
    padding: 1px;
    background-color: #E1E1E1;
    padding-top:5px;
    padding-bottom:5px;
}

/* Global Class styling */
.blue {
	color: #0080C5;
}

.small {
	font-size: 10px;
}

.xsmall {
	font-size: 8px;
}

.clear {
	clear:both;
}

.disclaimer {
	font-size: 9px;
	color: gray;
	clear: both;
	text-align: justify;
}

.required {
    color:red;	
}

.textLeft {
    text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
    text-align: center;
}

.textJustify {
    text-align: justify;
}

.left {
    float: left;	
}

.right {
    float: right;    
}

.top {
    vertical-align:top;	
}

.bottom {
    vertical-align:bottom; 
}

.inline {
    display:inline;	
}

.oneHundredPercent {
	width:100%;
}

tr.light {
    padding: 1px;
    background-color: white;
}

tr.dark {
    padding: 1px;
    background-color: #EFEFEF;
}

.toggle {
	width: 16px;
	height: 11px;
	background:url('/media/images/general/minus.gif') no-repeat;
}

.plus {
	background:url('/media/images/general/plus.gif') no-repeat;
}

.thumbs .thumb {
    float:left;
    background-color: #333333;
    width:16px;
    height:16px;
    text-align:center;
    margin-right:1px;
    line-height:15px;
    color: white;
    cursor: default;
}

.bigThumb {
    float:left;
    margin-right:25px;
}

.textInput {
	width: 140px;
}

textarea {
	margin:0;
}



/* Common Main Layout Styling */
#wrap {
    margin: 0 auto;
    padding-top:40px;
    width: 760px;
    /*overflow:hidden;*/
    height:100%;
    background:url('/media/images/general/logo.gif') no-repeat 535px 30px;
}

/* Header */
#header {
    width: 100%;
    height:20px;
}

ul#headerMenu { 
    line-height:20px;
    margin: 0;
    padding: 0;
}

#headerMenu li {   
    float: left;
    list-style: none;
    font-size: 10px;
}

#headerMenu li a {   
   /* display: block;*/
    background: #333333;
    padding: 3px 4px;
    text-decoration: none;
    color: white;
    white-space: nowrap;
    margin-right:1px;
}

#headerMenu li a:hover {   
    color: #333333;
    background: white;
}

#headerMenu li ul {   
    margin:0px;
    padding:0px;
    position: absolute;
    visibility: hidden;
    z-index:999;
}

#headerMenu li ul li {   
   /* float: left;*/
   /* display: inline;*/
   width:100%;
}

#headerMenu li ul li a {
    width: inherit;
    background: #333333;
    display:block;
    padding: 0px 4px;
}
    
#headerMenu li ul li a:hover {   
    background: white;
    color: #333333;
}


/* Content */

#admin {
	position:absolute;
	top:0;
	left:0;
	padding:10px;
}
#content {
    padding: 20px;
    background-color: white;
}

#leftColumn {
    width:50%;
    float:left;
    background-color: white;
}

#leftColumnHome {
	width:130px;
	float:left;
}

#rightColumnHome {
	margin-left:20px;
	float:left;
}

#rightColumn {
    width:50%;
    float:right;
    background-color: white;
}

/* Footer */
#footer {
    background-color:#333333;
    clear:both;
    width:760px;
    height:20px;
    text-align: center;
    line-height:19px;
    margin-top:20px;
    margin-bottom:5px;
}

#validation {
	text-align:center;
}

#validation img {
	margin-left:20px;
	margin-right:20px;
}

#footerMenu {
    padding:0;
    margin:0px;
    height:20px;
}

#footerMenu a {
    color: #E1E1E1;
    text-decoration:none;
}

#footerMenu a:hover {
    text-decoration:underline;
}

#footerMenu li {
    display:inline;
    padding-left:5px;
    padding-right:5px;
}


/* Everything below is page specific */
#banner, #homeBanner {
    width:720px;
    height: 188px;
    overflow:hidden;
    padding: 20px;
}

ul.newCars {
    width: 80px;
}

ul.businessUsers {
    width: 110px;
}

.specifications  {
    font-size:10px;
    width:100%;
    border:0px;
    border-collapse: separate;
}

.specifications td {
    padding-top:5px;
    padding-bottom:5px; 
}


.specification {
    border-spacing:0px 0px;
    margin-bottom:0px;
}

.specification th {
    border-left:2px solid white;
    border-bottom:2px solid white;
}

#links {
    font-size:10px;
    line-height:24px;
}

#links a {
    color: #0080C5; 
}

#links a:hover {
    text-decoration: none;
}

#usedSearch {
	height:60px;
}

#homeSearch #usedSearch {
	margin-top:12px;
}
#usedSearch div {
    float:left;
    padding-right:5px;
}

#usedSearch select {
	width:130px;
}

.searchButton {
	margin-top:15px;
}

#usedSearch .narrowSelect {
	width:130px;
}

#usedSearch label {
	display:block;
}

#homeSearch label {
	font-size:10px;
}

#homeSearch {
	width:130px;
	height: 240px;
}

#homeSearch h2, #welcome h2 {
	margin:0px;
}

#homeSearch .searchButton {
	float:right;
	margin-top:0px;
}

#welcome {
	width:570px;
	margin-bottom:20px;
	clear:none;
	float:left;
}

#offer1 {
	clear:left;
	margin-right:10px;
	width:275px;
	height:300px;
	background-color: #e1e1e1;
	text-align:center;
	float:left;
}

#offer2 {
	margin-left:10px;
	width:275px;
	height:300px;
	background-color: #e1e1e1;
	text-align:center;
	float:left;
	clear:none;
}

#randomUsedCars {
	width:130px;
	height: 155px;
	overflow: hidden;
	text-align:center;
}

#randomUsedCars .loader {
	padding: 52px;
	padding-top: 62px;
	padding-bottom: 62px;
	border: 1px solid #E1E1E1;
}

#randomUsedCars .price {
	background-color:#333333;
	width:126px;
	color:white;
	font-weight: bold;
	margin-bottom:1px;
	padding:2px;
}

#randomUsedCars .description {
	width:130px;
	height: auto;
	background-color:#333333;
	color: white;
	margin:0px;
	font-size:9px;
	padding-bottom:1px;
}

.specialOffersBanner {
	background:url('/media/images/banners/pages/offers.jpg') no-repeat;
}

.financeBanner {
    background:url('/media/images/banners/pages/finance.jpg') no-repeat;
}

.motabilityBanner {
    background:url('/media/images/banners/pages/motability.jpg') no-repeat;
}

.servicingBanner {
    background:url('/media/images/banners/pages/servicing.jpg') no-repeat;
}

.usedBanner {
    background:url('/media/images/banners/pages/used.jpg') no-repeat;
}

.contactBanner {
    background:url('/media/images/banners/pages/contact.jpg') no-repeat;
}

.bannerTitle {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:999;
    color:white;
    text-align: right;
    padding-right: 10px;
    font-size: 42px;
    font-weight: bold;
}

.specialOffer {
    border-bottom:1px dotted #E1E1E1;
    border-right:1px dotted #E1E1E1;
    width:310px;
    height:180px;
    text-align:center;
    clear:none;
    margin-bottom:20px;
    padding-left: 20px;
    padding-right: 20px;
}

.newCarThumb {
    width: 165px;
    height: 150px;
    margin-left:10px;
    margin-bottom:10px;
    text-align: center;
    border-bottom:1px dotted #E1E1E1;
    border-right:1px dotted #E1E1E1;
}

/* this is the rollover banners for new cars & business users pages */
.newCarModelsBanner, .businessCarModelsBanner {
    padding:20px;
    height: 228px;
    width: 760px;
    overflow: hidden;
}

.bannerContent {
    width: 720px;
}

.newCarModelsBanner .bannerContent p {
    display: none;	
}

.businessCarModelsBanner .bannerContent p {
    color: #333333;
    font-size: 10px;
    clear:both;
    margin:0;
    margin-bottom:3px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #333333;
    background-color: #E1E1E1;
    line-height: 12px;
}

.bannerContent h1 {
    display:block;
    font-size:34px;
    line-height:40px;
    padding-right:350px;
    color: white;
    background:none;
}

.bannerContent h2 {
	color: white;
	text-transform: uppercase;
	font-size:24px;
	font-weight: bold;
}

.bannerContent h1 {
    border:0;
    font-size:58px;
    text-align: left;
    margin:0;
    padding:0;
}

.businessCarModelsBanner .bannerContent h1 {
	margin-bottom:0;
}

.businessCarModelsBanner .bannerContent h2 {
    font-size:14px;
    line-height:14px;
    padding-right:0px;
    font-weight: bold;
}