* {
	padding: 0;
	margin: 0;
}
body {
	background: #F0F0F0 url('../images/bg.gif') repeat-y top center;
	font-family: "Myriad Pro",Verdana,Helvetica,Arial;
	font-size: 12px;
}
.no-sub-menu #side {
	margin-top: 57px;
}

/* google map */
#map {
	width: 320px;
	height: 405px;
	margin: 20px 0 0 17px;
}

a {
	outline: 0;
}

h2 {
	color: #2D5BD5;
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 1em 0;
}

h3 {
	margin-left: 20px;
	color: #FFF;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
	width: 152px;
	text-align: center;
}

h4 {
	color: #96B3FF;
	font-weight: normal;
	font-size: 15px;
}

hr {
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #96B3FF;
}
p {
	color: #818285;
	font-size: 13px;
	margin-bottom: 1em;
}
p.sub-title {
	color: #2D5BD5;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 1em 0;
	margin-bottom: 0px;
}
#p-home #copy a {
	border: 0;
}
#p-home #copy {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}

#copy table tr td a img {
	margin: 0;
	height: 75px;
	width: 140px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #FFF;
}
em {
	font-weight: bold;
}
blockquote {
	background: url(../images/quote.jpg) no-repeat top left;
	padding-left: 60px;
	margin-bottom: 2em;
}
.orange-text {
	color: #2D5BD5;
	font-weight: normal;
}
#wrapper {
	width: 903px;
	height: 902px;
	margin: 0 auto;
}
#p-circle #wrapper {
	background: url(../images/hyundai-circle-wrapper.jpg) no-repeat;
}
/*#p-square #wrapper {
	background: url(../images/hyundai-wrapper-blank.jpg) no-repeat;
}*/
.service #wrapper, .parts #wrapper, .contact #wrapper {
	background: url(../images/hyundai-wrapper-blank.jpg) no-repeat;
}
.honda-home #wrapper, .honda-service #wrapper, .honda-parts #wrapper, .honda-contact #wrapper {
	background: url(../images/honda-wrapper-blank.jpg) no-repeat;
	height: 980px;
}
.hyundai-home #wrapper {
	background: url(../images/hyundai-wrapper-home.jpg) no-repeat;
	height: 1100px;
}
.about #wrapper {
	background: url(../images/about-wrapper.jpg) no-repeat;
}
.employment #wrapper {
	background: url(../images/employment-wrapper.jpg) no-repeat;
}
.finance #wrapper{
	background: url(../images/finance-wrapper.jpg) no-repeat;
}
.honda-finance #wrapper{
	background: url(../images/honda-finance-wrapper.jpg) no-repeat;
}
.fleet #wrapper{
	background: url(../images/fleet-wrapper.jpg) no-repeat;
}
.honda-fleet #wrapper{
	background: url(../images/honda-fleet-wrapper.jpg) no-repeat;
}
.customerhelp #wrapper, .contact #wrapper{
	background: url(../images/cust-wrapper.jpg) no-repeat;
}
.isuzu #wrapper {
	background: url(../images/isuzu-wrapper.jpg) no-repeat;
}
#p-home #wrapper {
	background: url(../images/home-wrapper.jpg) no-repeat;
}
#logo {
	padding-top: 20px;
}
#logo h1 a {
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	width: 256px;
	height: 47px;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}
/* menu */
#menu {
	position: relative;
	margin-top: 90px;
	margin-left: 10px;
	height: 37px;
}
#menu ul {
	list-style: none;
}
#menu #service-dd {
	left: 154px !important;
}

#menu li {
	display: inline;
}
#menu li a {
	display: inline-block;
	height: 37px;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 10px 0 15px;
	text-decoration: none;
}
#menu li:first-child a {
	padding-left: 0;
	border: 0;
}
#menu li a {
	font-weight: normal;
	border-left: 1px solid #FFF;
}
#menu li a:hover {
	color: #96B3FF;
}
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background: #96B3FF;
}
#menu ul ul {
	background: url(../images/ddmenu.gif) no-repeat;
	/* height: 50px; */
	width: 130px;
}
#menu ul ul li {
	display: block;
	padding: 4px;
}
#menu ul li a.noborder {
	border: 0;
	padding: 0;
}
#menu ul ul a.drop:hover {
	background: #96B3FF;
}
#menu ul ul :hover > a.drop {
	background: #96B3FF;
}
#menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 37px;
	left: -10px;
}
* html #menu ul ul {
	top: 37px;
	t\op: 37px;
	width: 90px;
}
#menu table {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
}
#menu ul ul a, #menu ul ul a:visited {
	color: #FFF;
	height: auto;
	width: 130px;
	display: block;
	line-height: 1em;
	margin-top: 4px;
	text-align: left;
	font-size: 11px;
}
* html #menu ul ul a, * html #menu ul ul a:visited {
	width: 130px;
	w\idth: 1px;
	color: #FFF;
}
#menu a:hover, #menu ul ul a:hover{
	color: #000;
	background: none;
}
#menu :hover > a, #menu ul ul :hover > a {
	color: #96B3FF;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}
#menu ul :hover ul ul{
	visibility: hidden;
}
#menu ul :hover ul :hover ul {
	visibility: visible;
}
/* end menu */
#container {
	clear: both;
	width: 100%;
}
#sub-menu {
	margin-left: 40px;
}
#sub-menu li {
	display: inline;
	list-style: none;
}
#sub-menu li a {
	display: inline-block;
	background: url(../images/sub-menu-button.jpg) no-repeat;
	width: 82px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
#side {
	float: right;
	background: url(../images/side-panel.gif) no-repeat;
	width: 351px;
	height: 472px;
	margin: 20px 0 0 20px;
}
.honda-home #side {
	background: url(../images/honda-side.gif) no-repeat;
	height: 650px;
}
.isuzu #side {
margin-top:70px;
background:transparent url(../images/small-side.gif) no-repeat scroll 0 0;
}
.isuzu #copy {
width:auto;
}
#side form {
	margin: 10px 0 0 20px;
}
#side form input {
	background: url(../images/input.gif) no-repeat;
	width: 303px;
	height: 21px;
	padding: 7px 0 0 7px;
	color: #555;
	border: 0;
	margin-bottom: 0.2em;
}
#side form div {
	float: left;
}
#side form input.small-input {
	background: url(../images/small-input.gif) no-repeat;
	width: 143px;
	margin-right: 10px;
}
#side form input.button {
	width: 100px;
	height: 30px;
	padding: 5px;
	background: #333;
	color: #EFEFEF;
	border: 0;
}
input:focus {
	outline: none;
}
textarea {
	background: url(../images/textarea.gif) no-repeat;
	margin-bottom: 0;
	width: 300px;
	height: 87px;
	border: 0;
	padding: 10px;
}
textarea:focus{
	outline: none;
}
#side form label {
	color: #555;
	clear: both;
}
#side p {
	margin: 20px 0 0 15px;
	color: #555;
}
#copy #side a {
	color: #555;
	border: 0;
}
#side a:hover {
	color: #222;
}
#side table {
	margin: 1em 0 0 10px;
}
#copy {
	width: 540px;
	padding: 20px 40px;
}
.customerhelp #copy {
	width: 900px;
}
#p-square #copy,
.hyundai-home #copy, 
.service #copy,
.parts #copy,
.contact #copy,
.honda-service #copy,
.honda-parts #copy {
	width: auto;
}
#copy a {
	color: #818285;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#copy a.no-border {
	border: none;
}
#copy img {
	margin-bottom: 1em;
}
.column {
	width: 310px;
	height: 200px;
	float: left;
	margin-right: 20px;
}
#one {
	background: url(../images/1.jpg) no-repeat;
	width: 301px;
	height: 133px;
	margin-bottom: 2em;
}
#one ul,
#three ul,
#four ul {
	padding: 57px 0 0 40px;
}
#two {
	background: url(../images/2.jpg) no-repeat;
	width: 300px;
	height: 356px;
}
#three {
	background: url(../images/3.jpg) no-repeat;
	width: 301px;
	height: 118px;
	margin-bottom: 2em;
}
#four {
	background: url(../images/4.jpg) no-repeat;
	width: 301px;
	height: 133px;
}
#cust-copy {
	width: 595px;
}
.column li {
	list-style-image: url(../images/arrow.jpg);
	color: #999;
	font-size: 13px;
}
#two ul.first-ul {
	padding: 57px 0 0 40px;
}
#two p {
	margin-top: 90px;
	width: 250px;
	margin-bottom: 4px;
	margin-left: 40px;
}
#two ul.second-ul {
	margin-left: 57px;
	width: 250px;
}
p.bottom-text {
	margin-left: 30px;
	width: 280px;
	margin-top: 1em;
}
.hyundai-home #side {
	background: url(../images/big-side.gif) no-repeat;
	width: 351px;
	height: 810px;
}
#side table tr td span {
	margin-bottom: 400px;
	clear: both;
}
#departments {
	margin: 2em 0 0 57px;
}
#departments p {
	color: #808080;
}
#departments div {
	margin-bottom: 1em;
}
#departments h2 {
	margin-bottom: 0;
}
#used-cars {
	background: url('../images/used-cars.jpg') no-repeat;
	width: 375px;
	height: 107px;
	padding: 10px 20px 0 120px;
}
#customer-service {
	background: url('../images/customer-service.jpg') no-repeat;
	width: 385px;
	height: 113px;
	padding: 10px 20px 0 120px;
}
#customer-service p {
	padding-bottom: 1em;
	border-bottom: 1px solid #808080;
}
#service-and-parts {
	background: url('../images/parts-and-service.jpg') no-repeat;
	width: 385px;
	height: 113px;
	padding: 10px 20px 0 120px;
}
#service-and-parts p {
	padding-bottom: 1em;
	border-bottom: 1px solid #808080;
}
#car-logos { /*
	height: 171px;
	padding: 16px 0 0 145px;
*/
	width: 610px;
}
#car-logos a {
	margin: 0px;
}
#car-logos .button {
	display: inline;
}
#car-logos .button a {
	height: 171px;
	display: inline-block;
	float: left;
	text-indent: -9999px;
}
#car-logos .honda a {
	background: url('../images/honda-button.jpg') no-repeat;
	width: 160px;
}
#car-logos .hyundai a {
	background: url('../images/hyundai-button.jpg') no-repeat;
	width: 191px;
}
#car-logos .isuzu a {
	background: url('../images/isuzu-button.jpg') no-repeat;
	width: 176px;
}
#p-home #home-side {
	width: 301px;
	height: 700px;
	float: right;
}
#p-home #home-side blockquote {
	background: url('../images/home-quote.jpg') no-repeat bottom right;
	width: 100px;
	margin: 180px 0 2em 110px;
	padding-bottom: 40px;
}
#p-home #home-side blockquote p {
	color: #FFF;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
#p-home #home-side blockquote p.george-name {
	width: auto;
	margin-top: 1em;
	color: #96B3FF;
}
.brochure-button {
	background-image: url(../images/brochure-btn.gif);
	height: 113px;
	width: 114px;
	float: right;
	margin-right: 10px;
}
#search_form {
	background: #FFF url('../images/search-used-vehicles.gif') no-repeat top left;
	width: 503px;
	height: 140px;
	padding-top: 80px;
	padding-left: 25px;
	margin-top: 30px;
	margin-left: 15px;
}

#search_form #price {
	margin: 16px 0px;
}

#search_form label {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}

#search_form select {
	font-size: 15px;
	border: 1px solid #707175;
	padding-left: 4px;
}

#search_form #franchise {
	margin-left: 13px;
}

#search_form .button {
	height: 32px;
	background: url('../images/submit-button.gif') no-repeat top center;
	border: 0px;
	color: #FFFFFF;
	text-align: center;
	width: 184px;
	font-size: 15px;
	padding: 4px 0px;
	margin-top: 7px;
	margin-left: 250px;
	cursor: pointer;
}
.max-price {
	margin-left: 24px;
}
#search_results {
	width: 550px;
	margin-top: 30px;
	margin-left: 18px;
}

#copy a .view_details {
	color: #F7941E;
}

#search_results h3 {
	color: #333333;
	text-align: left;
	margin: 0px;
	width: auto;
	font-weight: bold;
	padding-top: 3px;
}

#search_results h4 {
	color: #555555;
	text-align: left;
	margin: 0px;
	width: auto;
	margin-bottom: 6px;
}

.result {
	height: 75px;
	padding: 6px 12px;
	background: #E0E0E0;
	margin-bottom: 6px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.result_alt {
	height: 75px;
	padding: 6px 12px;
	background: #EFEFEF;
	margin-bottom: 6px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

#enquiry_form {
	padding-top: 10px;
}

#enquiry_form div {
	margin: 6px 0px;
}

#enquiry_form .disabled {
	color: #A0A0A0;
}

#advertise {
	padding-left: 30px;
}

#cars {
	float: left;
	width: 360px;
}

#cars img {
	position: relative;
	top: 20px;
	left: 10px;
}

#side-button {
	width: 209px;
	float: right;
	position: relative;
	top: 47px;
	left: 170px;
}

#side-button a {
	display: block;]
	height: 63px;
}

#side-button img {
	margin-bottom: 0;
	margin-left: -19px;
}

/* Home page buttons */
#promo-buttons {
	position: relative;
	/*width: 700px;*/
	top: 317px;
	z-index: 0;
	/*margin-top:180px;*/
}

#promo-buttons li {
	list-style: none;
	display: inline;
}

#promo-buttons li a {
	text-indent: -9999px;
	float: left;
	position: absolute;
}

#b-icare a {
	background: url('../images/competition-btn.jpg') no-repeat;
	width: 227px;
	height: 240px;
	left: 0;
}
#b-i45 a {
	background: url('../images/hyundai-i45-homepage-button.jpg') no-repeat;
	width: 227px;
	height: 240px;
	left: 0;
}

#b-greenslip a {
	background: url('../images/greenslip-button.jpg') no-repeat;
	width: 214px;
	height: 193px;
	left: 235px;
}

#b-located a {
	background: url('../images/located-button.jpg') no-repeat;
	width: 206px;
	height: 188px;
	left: 460px;
}

#b-fleet a {
	background: url('../images/wcm-fleet-button-ref.jpg') no-repeat;
	width: 228px;
	height: 193px;
	left: 455px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

p.big {
	position: absolute;
	font-size: 16px;
	width: 700px;
}

.intro-text {
	top: 620px;
}

#hp-content {
	/*width: 657px;*/
	margin-top: 15px;
}

#hp-content h2 {
	margin-bottom: 0 !important;
}

#hp-content hr {
	border: none;
	border-bottom: 2px solid #909090;
}

#hp-content a {
	color: #2D5BD5;
	text-decoration: none;
}

#hp-content p {
	font-size: 14px;
}


.service-form {
	background: url(../images/side-panel-big.gif) no-repeat !important;
	height: 590px !important;
}

#search_results div {
cursor: pointer;
}

/* competitions page */

body #side #competition-form {
	margin: 26px 0 0 22px;
}

body #side #competition-form div {
	margin-top: 0.7em;
	float: none;
}

body #side #competition-form .form_col_1, 
body #side #competition-form .form_col_2 {
	float: left;
	width: 49%;
}

body #side #competition-form .form_col_1 input, 
body #side #competition-form .form_col_2 input {
	width: 90% !important;
}

body #side #competition-form .form_col_2 input {
	background-position: right !important;
}

body #side #competition-form .email_div {
	padding-top: 4.5em !important;
}

#competition-form div .checkbox label {
	width: 100%;
}

#competition-form div .checkbox input {
	width: auto;
	height: auto;
	margin-right: 0.5em;
}

#competition-form textarea {
	background: #FFF;
	border: 1px solid #999;
	height: 50px;
	margin-bottom: 0;
	padding: 0;
	width: 300px;
	font-family: "Myriad Pro",Verdana,Helvetica,Arial;
	font-size: 10px;
}

#competition-info-wrapper {
	width: 487px;
	height: 723px;
	background: url(../images/competition.jpg) no-repeat !important;
	position: relative;
	z-index: 2;
}

#competition-info-wrapper a:hover {
	border-bottom: 0;
}

#competition-info-wrapper a {
	position: absolute;
	left: 42px;
	top: 569px;
	width: 193px;
	height: 68px;
	display: block;
	text-indent: -999px;
	overflow: hidden;

	/* fix IE! */
	background: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	opacity: .05;
}

#competition-info-wrapper #book-a-test-drive {
	left: 252px;
}


/******************************* Changes made: March 10th 2010 */

#b-fleet a {
	background-image: url(../images/home-crv-2010.jpg);
}

#ix35-info-button {
	position: relative;
	background: url(../images/hyundai-home-ix35-2010.jpg);
	height: 203px;
	width: 386px;
	margin-bottom: 10px;
}

#ix35-info-button a {
	position: absolute;
	display: block;
	right: 10px;
	width: 126px;
	height: 30px;
	border: 0;
	text-decoration: none;
}

#ix35-email {
	bottom: 70px;
}

#ix35-link {
	bottom: 34px;
}

#i45-info-button {
	position: relative;
	background: url(../images/hyundai-home-i45-2010.jpg);
	height: 203px;
	width: 386px;
	margin-bottom: 10px;
}

#i45-info-button a {
	position: absolute;
	display: block;
	right: 10px;
	width: 126px;
	height: 30px;
	border: 0;
	text-decoration: none;
}

#i45-email {
	bottom: 70px;
}

#i45-link {
	bottom: 34px;
}
