﻿@import url("our_team.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
}

ul, li, p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-style: italic;
	padding-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}

h4 {
	font-size: 16px;
	font-style: italic;
}

.zero_border {
	border: 0px;
}

.header {
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	margin-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.logo {
	width: 525px;
	height: 72px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}

.phone {
	width: 250px;
	height: 105px;
	padding-top: 10px;
	padding-left: 160px;
	float: left;
}

.nav_main {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-image: url(../images/nav2.jpg);
	background-repeat: repeat-x;
}

.nav_left {
	width: 760px;
	height: 40px;
	float: left;
}

	.nav_left ul {
		list-style-type: none;
	}

		.nav_left ul li {
			height: 40px;
			float: left;
			font-size: 15px;
			text-align: center;
			vertical-align: middle;
			line-height: 40px;
			padding-left: 25px;
		}

			.nav_left ul li a:link, .nav_left ul li a:active, .nav_left ul li a:visited, .nav_left ul li a:hover {
				color: White;
			}

			.nav_left ul li a:hover {
				color: orange;
			}

.nav_right {
	height: 31px;
	padding-top: 9px;
	//background-image: url('../images/search_bg.jpg');
	background-repeat: no-repeat;
	background-position: left 8px;
	float: left;
}

.banner_bg {
	width: 100%;
	height: 250px;
	margin-bottom: 5px;
    overflow:hidden;
	background-color:#F58434;
}

.banner {
	width: 1000px;
	height: 250px;
	margin: 0 auto;
	clear: both;
}

.banner_bg_display {
	width: 100%;
	background-color: White; /*background-color:rgb(0,173,238);*/
}

.banner_display {
	width: 1000px;
	margin: 0 auto;
	clear: both;
	background-color: rgb(245,138,52);
}

.main {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

#left {
	width: 750px;
	float: left;
}

	#left ul {
		list-style-type: none;
		width: 544px;
	}

		#left ul li {
			line-height: 18px;
			vertical-align: middle;
			background-image: url('../images/bullet.jpg');
			background-repeat: no-repeat;
			background-position: left 5px;
			padding-left: 15px;
		}

#right {
	width: 235px;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(245,138,52);
	float: left;
}

	#right ul {
		list-style-type: none;
	}

		#right ul li {
			width: 205px;
			height: 30px;
			padding-left: 10px;
			padding-right: 10px;
			text-align: center;
			line-height: 30px;
			vertical-align: middle;
			text-transform: uppercase;
			background-image: url('../images/line.jpg');
			background-repeat: no-repeat;
			background-position: center bottom;
		}

			#right ul li a:link, #right ul li a:active, #right ul li a:visited, #right ul li a:hover {
				display: block;
				color: black;
			}

			#right ul li a:hover {
				display: block;
				color: white;
			}

			#right ul li ul {
				display: none;
			}

			#right ul li:hover ul {
				display: block;
				width: 190px;
				position: relative;
				list-style-type: none;
				background-color: rgb(245,138,52);
				left: -180px;
				z-index: 2000;
				top: -30px;
				background-image: url(../images/categories.jpg);
				background-repeat: repeat-y;
			}

				#right ul li:hover ul li {
					width: 190px;
					font-size: 13px;
					text-transform: uppercase;
					background-image: url('../images/line_2.jpg');
					background-repeat: no-repeat;
					background-position: center bottom;
				}

					#right ul li:hover ul li a:link, #right ul li:hover ul li a:active, #right ul li:hover ul li a:visited, #right ul li:hover ul li a:hover {
						color: black;
					}

					#right ul li:hover ul li a:hover {
						color: white;
					}


.car_logos {
	width: 91px;
	height: 91px;
	padding-left: 2px;
	float: left;
}

.content {
	width: 728px;
	border: solid 1px rgb(163,163,163);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	/*height:500px;*/
}

.footer {
	width: 970px;
	height: 40px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color: black;
	padding-left: 30px;
	vertical-align: middle;
	line-height: 40px;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}

.footer_bottom {
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	color: rgb(51,51,51);
	padding-bottom: 50px;
	float: left;
}

.td_name {
	width: 100px;
	height: 25px;
	font-size: 13px;
}

.td_box {
	width: 628px;
	height: 25px;
	font-size: 13px;
}

.product_holder {
	width: 728px;
	height: 135px;
	padding-top: 10px;
	clear: both;
}

.product {
	width: 180px;
	height: 135px;
	float: left;
}

.text {
	width: 538px;
	height: 135px;
	padding-left: 10px;
	float: left;
}

.link_black {
	color: black;
}

.display_left {
	width: 610px;
	padding-bottom: 10px;
	padding-right: 20px;
	color: White;
	float: left;
}

.display_right {
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.gallery_images {
	width: 110px;
	height: 83px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.back_button {
	width: 245px;
	height: 31px;
	padding-left: 55px;
	clear: both;
}

.line_div {
	width: 600px;
	height: 25px;
	border-bottom: dotted 1px white;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 25px;
}

.features_list {
	width: 195px;
	padding-right: 5px;
	float: left;
}

	.features_list ul {
		list-style-type: none;
	}

		.features_list ul li {
			line-height: 18px;
			vertical-align: middle;
			background-image: url('../images/bullet_white.jpg');
			background-repeat: no-repeat;
			background-position: left 5px;
			padding-left: 15px;
		}

.black_capitalize {
	text-transform: uppercase;
	color: rgb(51,51,51);
}

.team_1 {
	width: 728px;
	height: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.team_1_pic {
	float: left;
	width: 150px;
	height: 150px;
	padding-left: 20px;
	padding-right: 10px;
}

.team_1_title {
	float: left;
	width: 200px;
	padding-left: 10px;
	border: 1px;
}

.team_1_profile {
	float: left;
	width: 310px;
	height: 150px;
	padding-left: 10px;
	padding-right: 10px;
}

.enquiry_button {
	width: 150px;
	height: 31px;
	padding-left: 20px;
	float: left;
}

.style1 {
	font-size: 14px;
	font-family: Arial;
	color: white;
	padding-bottom: 5px;
}

.td_box {
	padding-bottom: 5px;
}

.arrow {
	float: left;
	width: 20px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.arrow1 {
	float: left;
	width: 20px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.car_slider_right {
	width: 260px;
	height: 300px;
	background-color: white;
	border: solid;
	border-color: grey;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
}

.car_slider_left {
	width: 260px;
	height: 300px;
	background-color: white;
	border: solid;
	border-color: grey;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
}

#home {
	height: 350px;
	clear: both;
}

.back_button {
	width: 150px;
	height: 31px;
	padding-left: 25px;
	float: left;
}

.enquiry_button {
	width: 150px;
	height: 31px;
	padding-left: 20px;
	float: left;
}


#display_button {
	width: 345px;
	height: 31px;
	float: left;
}
/*-------------------------------

{
    width: 235px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(0,173,238);
    float: left;
 } 

#SearchMenu
{
    width: 190px; 
    background-repeat: repeat-y;
    text-align: center;
    border-top: solid 1px rgb(70,70,70);
    border-bottom: solid 1px rgb(70,70,70);
    float: left;
}

#SearchMenu ul
{
    list-style-type: none;
}

#SearchMenu ul li
{
    width: 190px;
    display: block;
    font-size: 13px;
    padding-bottom: 7px;
    padding-top: 7px;
    height: 16px;
    background-image: url('../images/line.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

#SearchMenu ul li a:link, #SearchMenu ul li a:active, #SearchMenu ul li a:visited, #SearchMenu ul li a:hover
{
    color: black;
}

#SearchMenu ul li a:hover
{
    color: Red;
}

#SearchMenu ul li ul
{
    display: none;
}

#SearchMenu ul li:hover ul
{
    display: block;
    width: 190px;
    position: relative;
    list-style-type: none;
    background-color: rgb(70,70,70);
    left: 190px;
    z-index: 2000;
    top: -25px;
    background-image: url(../images/categories.jpg);
    background-repeat: repeat-y;
}

#SearchMenu ul li:hover ul li
{
    width: 190px;
    font-size: 13px;
    padding-bottom: 7px;
    padding-top: 7px;
    background-image: url('../images/line_sub.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    color: White;
}

#SearchMenu ul li:hover ul li a:link, #SearchMenu ul li:hover ul li a:active, #SearchMenu ul li:hover ul li a:visited, #SearchMenu ul li:hover ul li a:hover
{
    color: White;
}

#SearchMenuul li:hover ul li a:hover
{
    color: Red;
}*/

#branch_list {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 5px;
	background-color: rgb(14,177,239);
	background-repeat: no-repeat;
	clear: both;
	
}

	#branch_list ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

		#branch_list ul li {
			height: 30px;
			float: left;
			font-size: 15px;
			text-align: center;
			vertical-align: middle;
			line-height: 30px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			list-style-type: none;
			text-decoration: none;
			background-color: rgb(14,177,239);
			border-left: 1px black solid;
			color: white;
			display: block;
		}

			#branch_list ul li a:link, #branch_list ul li a:visited, #branch_list ul li a:hover {
				height: 35px;
				line-height: 30px;
				color: white;
				list-style-type: none;
				text-decoration: none;
			}

			#branch_list ul li a:hover {
				height: 35px;
				line-height: 30px;
				background-color: white;
				color: black;
			}

			#branch_list ul li a:active {
				height: 35px;
				line-height: 30px;
				background-color: white;
				color: black;
			}


.all_branch {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 5px;
	text-decoration: none;
	background-color: rgb(14,177,239);
	color: white;
	display: block;
	float: right;
	padding-right: 10px;
}

	.all_branch a:link, .all_branch a:visited {
		color: white;
		list-style-type: none;
		text-decoration: none;
	}

	.all_branch a:hover {
		background-color: white;
		color: black;
	}

	.all_branch a:active {
		color: black;
		background-color: white;
		text-decoration: none;
	}


.branch {
	height: 20px;
	width: 445px;
	font-family: 'AvantGarde Md BT';
	font-size: 16px;
	color: white;
	text-align: right;
	float: right;
}


#logo_left {
	width: 75px;
	height: 75px;
	float: left;
}

#logo_right {
	width: 445px;
	height: 25px;
	float: right;
	padding-top: 25px;
}

.vehicle_specs {
    float: left;
    margin-top: 0px;
    padding-bottom:15px;
}

.vehicle_specs li {
    float:left;
    width: 250px;
    margin-top: 5px;
}