/* Guy Whammond */
/* Main Style Sheet 2009 */

	body{
		margin:0px;
		padding:0px;
		background-color:#333333; 
	}
	
	/* container */
	.container{
		width:990px;
		margin:0px auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		background-color:#ffffff;
	}
		/* topline */
		.topline{
			width:990px;
			height:95px;
			background-color:#58585a;
			padding-top:5px;
		}
			.topline_left{
				float:left;
				width:730px;
			}
			.topline_right{
				float:right;
				width:255px;
			}
		/* header */
		.header{
			width:990px;
			height:130px;
			background-image:url(../images/layout/header_bg.jpg);
			background-repeat:no-repeat;
		}
			.header_left{
				width:455px;
				height:130px;
				float:left;
				overflow:hidden;
			}
			.header_right{
				float:right;
				width:415px;
			}
				.head_flash{
					width:100px;
					height:20px;
					float:right;
					padding-right:25px;
					padding-top:5px;
					clear:both;
					width:380px;
				}
		/* container inner */
		.container_inner{
			margin-left:25px;
			margin-right:25px;
		}
			/* top navigation */
			.navigation{
				height:25px;
				background-color:#ffffff;
				margin-bottom:13px;
			}
				.navigation_item{
					float:left;
					height:20px;
					padding-left:10px;
					padding-right:11px;
					margin-right:1px;
					font-weight:bold;
					padding-top:5px;
				}
				.item_end{
					margin:0px;
					padding-right:7px;
					padding-left:6px;
				}
				.normal{
					background-color:#58585a;
					color:#ffffff;
				}
					a.normal{
						color:#ffffff;
						text-decoration:none;
					}
					a.normal:hover{
						color:#cccccc;
						text-decoration:none;
					}
				a.selected{
					background-color:#e9d529;
				}
					a.selected{
						color:#58585a;
						text-decoration:none;
					}
					a.selected:hover{
						color:#7b7b7d;
						text-decoration:none;
					}
					
			/* top navigation */
			.top_animation{
				background-color:#cccccc;
				width:940px;
				height:50px;
				margin-bottom:13px;
			}
			/* content holder */
			.content{
			clear:both;
			}
				/* content left */
				.content_left{
					width:715px;
					float:left;
				}
					/* content left */
					.content_left_homepage{
						width:701px;
						height:350px;
						background-color:#ffffff;
						margin-bottom:10px;
					}
						.content_left_homepage p{
							color:#58585A;
							line-height:19px;
							font-size:13px;
							margin-bottom:7px;
							padding-left:12px;
							padding-right:12px;
						}
						.content_left_homepage p a{
							color:#383838;
							font-weight:bold;
						}
					.content_left_normallpage{
						width:701px;
						margin-bottom:10px;
					}
						.content_left_normallpage h1{
							font-size:16px;
							color:#58585a;
							font-weight:bold;
							padding:12px;
						}
						.content_left_normallpage h2{
							font-size:14px;
							color:#58585a;
							font-weight:bold;
							padding:12px;
						}
						.content_left_normallpage h3{
							font-size:18px;
							color:#58585a;
							font-weight:bold;
							padding:12px;
						}
						.content_left_normallpage h4{
							font-size:40px;
							color:#58585a;
							font-weight:bold;
							padding:12px;
						}
						.content_left_normallpage p{
							color:#58585a;
							line-height:19px;
							font-size:13px;
							margin-bottom:7px;
							padding-left:12px;
							padding-right:12px;
						}
						.content_left_normallpage p a{
							color:#58585a;
							font-weight:bold;
						}
						.content_left_normallpage ul{
							color:#58585a;
							padding-left:12px;
							padding:5px;
							margin-bottom:5px;
						}
						.content_left_normallpage li{
							padding-left:25px;
							color:#58585a;
							line-height:19px;
							padding-bottom:3px;
						}
						.content_table{
							margin:12px;
							background-color:#f0f0f0;
							line-height:19px;
						}
							.content_heading{
								background-color:#dad8d8;
								font-weight:bold;
							}
							.content_row{
								padding:5px;
							}
					/* advert holder */
					.content_left_adverts{
					
					}
						.content_advert{
							width:225px;
							height:225px;
							float:left;
							margin-right:13px;
							margin-bottom:13px;
						}
						.end{
							margin:0px;
							margin-bottom:13px;
						}
				/* content right */
				.content_right{
					width:225px;
					float:right;
				}
					/* content search */
					.content_right_search{
						width:225px;
						height:350px;
						background-color:#58585a;
						margin-bottom:10px;
					}
					/* heading spacing */
					.heading{
						padding-bottom:5px;
					}
					
					.content_right_search .heading{
						background:#a2291d;
						color:#FFF;
						font-weight:bold;
						font-size:17px;
						padding:3px 0;
						text-transform:uppercase;
						text-align:center;
						width:100%;
					}
					
					.vehicle_search_inner{
						padding:5px;
					}
						.frm_search_row{
							background-color:#ffffff;
							margin-bottom:5px;
							padding:5px;
						}
						.frm_radio{
							font-weight:bold;
							color:#58585a;
						}
						.frm_search_dropdown{
							padding:1px;
							width:205px;
							color:#58585a;
							font-weight:bold;
							border:0px;
						}
						.frm_advanced_srh{
							text-align:right;
							font-weight:bold;
							padding-top:3px;
						}
							.frm_advanced_srh a{
								color:#ffffff;
								text-decoration:none;
							}
							.frm_advanced_srh a:hover{
								color:#cccccc;
								text-decoration:none;
							}
					/* content advert */
					.content_right_advert{
						width:225px;
						height:225px;
						background-color:#58585a;
						margin-bottom:13px;
					}
			/* footer */
			.footer{
				padding-top:10px;
				padding-bottom:20px;
				color:#58585a;
			}
				.footer a{
					font-weight:bold;
					color:#58585a;
					text-decoration:none;
				}
				.footer a:hover{
					color:#7b7b7d;
					text-decoration:none;
				}
				.footer_left{
					float:left;
					line-height:19px;
				}
				.footer_right{
					float:right;
				}
				
			/* meet the team */
			.meetteam_container{
				
			}
				.team_box{
					border:1px solid #cccccc;
					width:207px;
					float:left;
					margin-right:21px;
					margin-bottom:20px;
					padding:5px;
				}
				.end_team{
					margin:0px;
				}
					.team_img{
					
					}
					.team_name{
						padding-top:5px;
						padding-bottom:5px;
						font-size:14px;
						font-weight:bold;
					}
					.team_position{
						margin-bottom:20px;
						font-size:10px;
					}
					.team_info{
						font-size:9px;
						padding-bottom:2px;
					}
					
			/* contact boxes */
			.contact_container{
				padding-bottom:20px;
			}
				.contact_left{
					float:left;
					width:340px;
				}
				.contact_right{
					float:right;
					width:340px;
				}
				.contact_information{
					height:190px;
				}
				.contact_img{
					text-align:center;
					background-color:#DAD8D8;
				}
			/*contact form */
			.contact_listbox{
				width:253px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border:1px solid #ccc;
			}
			.contact_textfield{
				width:250px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border:1px solid #ccc;
			}
			.contact_textarea{
				width:536px;
				height:100px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				border:1px solid #ccc;
			}
			/* search results */
			.mobility_box {
				padding-bottom:5px;
				padding-left:10px;
				padding-top:7px;
			}
			.mobility_image {
				border:1px solid #EBEBEB;
				float:left;
				height:110px;
				padding-top:10px;
				text-align:center;
				width:200px;
			}
			.mobility_information {
				float:left;
				height:120px;
				width:483px;
			}
			.mobility_information h1 {
				background-color:#EBEBEB;
				font-size:12px;
				font-weight:bold;
				margin:0;
				padding:5px;
			}
			.mobility_information p {
				color:#000000;
				font-size:12px;
				line-height:20px;
				margin:0;
				padding:5px;
			}
		.info_arrow {
			float:left;
			padding-right:10px;
		}
		.info_text {
			color:#393939;
			float:left;
			font-size:11px;
		}
		.info_price {
			float:right;
			font-size:16px;
			font-weight:bold;
			padding-right:10px;
			color:#a3291e;
		}
		.mobility_information h1 a {
			color:#000000;
			text-decoration:none;
		}
		.info_text a {
			color:#393939;
			text-decoration:none;
		}
		/* pagination */
	.pagination {
		background-color:#EBEBEB;
		font-size:12px;
		margin:10px 0 0;
		padding:5px;
		text-align:right;
		color:#a3291e;
	}
	.pagelink {
		color:#000000;
		text-decoration:none;
	}
	
	/* car page */
	.car_details {
		margin-bottom:10px;
	}
	.vehicle_logo{
		width:115px;
		float:left;
	}
	.vehicle_title {
		width:170px;
		float:right;
		font-size:14px;
		font-weight:bold;
		color:#a3291e;
	}
	.vehicle_big_img {
		border:1px solid #CCCCCC;
		float:left;
		height:275px;
		overflow:hidden;
		padding-top:10px;
		text-align:center;
		width:373px;
	}
	.vehicle_big_info {
		float:left;
		height:287px;
		width:320px;
	}
	.vehicle_top_area {
		margin-bottom:5px;
	}
	
	/* contact form */
	.success_box{
		background-color:#a3291e;
		color:#ffffff;
		padding:5px;
		margin-bottom:15px;
		border:1px solid #a3291e;
	}

	.success_box ul{
		padding-top:5px;
		padding-bottom:5px;
	}

	.success_box li{
		padding:4px;
		color:#ffffff;
	}

	.error_box{
		background-color:#a3291e;
		color:#ffffff;
		padding:5px;
		margin-bottom:15px;
		border:1px solid #a3291e;
	}

	.error_box ul{
		padding-top:5px;
		padding-bottom:5px;
	}

	.error_box li{
		padding:4px;
		color:#ffffff;
	}

	.highlight_red{
		background-color:#eaf7ff;
	}
	
	#top_animation {
		position: relative;
		background-color:#FFF;
		width:940px;
		height:50px;
		margin-bottom:13px;
	}
	.starbuy{
		width:225px;
		height:225px;
		background-image:url(../images/layout/starbuy_bg.jpg);
		background-repeat:no-repeat;
	}
		.box_pad{
			padding:5px;
			padding-top:30px;
		}
		.starbuy_left{
			float:left;
			width:80px;
		}
		.starbuy_right{
			float:right;
			width:120px;
		}
		.starbuy_title a{
			padding:5px;
			font-size:16px;
			color:#333333;
			font-weight:bold;
			text-decoration:none;
		}
		.starbuy_subtitle{
			padding:5px;
			font-size:12px;
			color:#333333;
		}
		.starbuy_price{
			font-size:12px;
			color:#333333;
			padding:5px;
			font-weight:bold;
		}
			.starbuy_price span{
				font-size:30px;
				color:#c1272d;
				padding:5px;				
			}
			
	.news_break{
		border-bottom:1px solid #cccccc;
		clear:both;
	}
		.news_img{
			padding-left:10px;
			padding-bottom:10px;
		}
		
	.mota_link{
		padding:10px;
		background-color:#f1f7fc;
		margin-bottom:5px;
		font-size:15px;
		color:#004990;
	}
		.mota_link span{
			color:#fcb033;
		}
		.mota_link a{
			color:#004990;
			text-decoration:none;
		}

/***
 * New special offers section
 ***/

.offers.heading{
	width:700px;
	margin-bottom:5px;
	background:#58585A;
}
.offers.heading h1{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:35px;
	line-height:57px;
	font-weight:bold;
	margin:0;
	padding:0 10px;
}

.offer.category{
	display:block;
	width:165px;
	height:165px;
	float:left;
	border:1px solid #58585A;
	margin:0 10px 0 0;
	padding:0;
	background:#a2291d;
	background-repeat:no-repeat;
	background-position:center bottom;
	text-transform:lowercase;
}
.offer.category.nomargin{
	margin:0;
}

.offer.category p{
	margin:0;
	padding:2px 5px;
	font-weight:bold;
	color:#FFF;
	font-size:30px;
	text-decoration:none;
	line-height:28px;
}
.offer.category p a{
	display:block;
	width:150px;
	height:150px;
	color:#FFF;
	font-size:30px;
	text-decoration:none;
	line-height:28px;
}

.offer.listoffer{
	clear:both;
	border:3px solid #a8a9ad;
	margin-bottom:15px;
	min-height:200px;
	overflow:hidden;
}

.offer.fulloffer .top{
	clear:both;
	border:3px solid #a8a9ad;
	border-bottom:none;
	width:694px;
	float:left;
}

.offer.fulloffer .middle{
	clear:both;
	border:3px solid #a8a9ad;
	border-bottom:none;
	float:left;
	width:694px;
	padding:0;
	margin:0;
}
.offer.fulloffer .middle h2.head{
	background:#58585A;
	color:#FFF;
	font-size:16px;
	line-height:16px;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
}

.offer.fulloffer .middle ul{
	list-style:none;
	margin:10px;
	padding:0;
}
.offer.fulloffer .middle ul li{
	line-height:19px;
	margin:0;
	padding:0 0 0 15px;
	background:url('../images/red-bullet.png') left 6px no-repeat;
}

.offer.fulloffer .middle .detail{
	padding:10px;
	width:678px;
	float:left;
	display:inline;
}

.offer.fulloffer .middle .detail.half{
	width:332px;
	float:left;
	display:inline;
}

.offer.fulloffer .middle div.finance{
	margin:10px 10px 10px 0;
	width:332px;
	float:left;
	padding:0;
	display:inline;
}

table.finance{
	width:294px;
	font-size:16px;
	margin:10px 20px;
}

table.finance td, table.finance th{
	border-bottom:1px solid #58585A;
	height:25px;
	font-weight:normal;
	text-align:left;
}

table.finance td{
	text-align:right;
}

.offer.fulloffer .middle div.finance p.apr{
	font-size:20px;
	line-height:24px;
}

.offer.fulloffer .bottom{
	clear:both;
	width:700px;
	border:0;
	background:#a2291d;
	color:#FFF;
	font-weight:bold;
	line-height:25px;
	font-size:20px;
	padding:5px 0;
	text-align:center;
}

.offer .details{
	float:right;
	width:440px;
	padding-top:5px;
}
.offer a.image{
	width:250px;
	height:200px;
	float:left;
	text-align:center;
	background:url('../images/unavail.gif') center center no-repeat;
	border-right:1px solid #D2D3D5;
}

.offer.fulloffer .top img{ height:150px; }
.offer.fulloffer .top p.image{
	height:150px;
	width:250px;
	display:block;
	float:left;
	margin:0; padding:0;
	text-align:center;
	background:url('../images/unavail_150.gif') center center no-repeat;
}

.offer h2{
	line-height:20px;
	margin:0 0 10px;
	padding:5px 10px;
	color:#a2291d;
	font-size:26px;
}
.offer h3{
	line-height:20px;
	margin:0;
	padding:5px 10px;
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.offer h2 a{ color:#a2291d; }
.offer h3 a{ color:#000; }
.offer h2 a, .offer h3 a{ text-decoration:none; }

.offer p,
.offer ul li,
.offer table{
	color:#333;
	font-size:14px;
}
.offer div.small p{
	font-size:10px;
	line-height:14px;
}

.offer p.head{
	font-weight:bold;
	font-size:18px;
}

.offer.listoffer{
	background:url('/images/offer-image-bg.png') left top repeat-y;
}

.offer.listoffer p.more{
	font-size:13px;
	text-align:right;
	font-weight:normal;
}
.offer.listoffer p.more a{
	text-decoration:none;
}

/**
 * 	Styles for new pages
 */
.text-heading{
	background:#58585A;
	margin-bottom:5px;
}
.text-heading h1{
	line-height:40px;
	font-size:28px;
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
}
.subheading{
	line-height:50px;
	font-size:28px;
	color:#a2291d;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.bullet{
	list-style:disc inside;
}

/* web clips */
.webclip{
	float:right;
	margin:0 10px 10px;
}
.webclip h2{
	color:#a2291d;
	text-align:center;
}

/* All Makes */
.allmakes_column{
	float:left;
	width:207px;
	border:1px solid #000;
	position:relative;
}

.allmakes_column .price{
	position:absolute;
	top:-30px;
	right:10px;
	background:url('/images/pages/servicingrepairs_allmakes/allmodels_sticker.png') center center no-repeat;
	height:95px;
	width:95px;
	color:#FFF;
	text-align:center;
}
.allmakes_column .price img{
	margin:0px;
	margin-top:32px;
}

.allmakes_column.bronze{ margin:0 0 0 12px; }
.allmakes_column.silver{ margin:0 11px; }

.allmakes_column h2{
	margin:0;
	padding:8px;
	color:#231f20;
	font-size:18px;
}

.allmakes_column p{ color:#231f20; margin:15px 0; }
.allmakes_column p.intro{ padding:8px; height:80px; }

.allmakes_column.bronze h2{ background:#d49e56; }
.allmakes_column.silver h2{ background:#98999d; }
.allmakes_column.gold h2{ background:#e9d529; }

.allmakes_column ul{ margin:0px; }
.allmakes_column ul li{ background:url('../images/red-bullet.png') 6px 6px no-repeat; color:#231f20; }

.allmakes_column.bronze .list{ background:#EFD7B8; }
.allmakes_column.silver .list{ background:#C8C9CB; }
.allmakes_column.gold .list{ background:#F6EFB8; }

.allmakes_column .list{
	height:750px;
}

.allmakes_column .list h2{
	background:transparent;
	color:#58585A;
	font-size:20px;
}
.allmakes_column .list h3{
	color:#A2291D;
	padding:0 8px;
}
.small{
	font-size:10px;
	line-height:14px;
}


/* New Vehicle Offers */

div.offer1 {
background-image:none !important;
height:auto !important;
}

div.offer1 a {
width:auto !important;
height:auto !important;
}

div.offer1 span.models a {
text-indent:-5000em;
display:inline-block;
background:#fff;
width:80px !important;
height:65px !important;
float:left;
margin-top:15px;
}

div.offer1 span.models a.nissan {
border-right:5px solid #000;
margin-left:-5px;
background: url('/mtc-temp/images/small_nissan.jpg') no-repeat;
}

div.offer1 span.models a.suzuki {
margin-right:-5px;
background: url('/mtc-temp/images/small_suzuki.jpg') no-repeat;
}

