/* --------- Structural --------- */
body {
	text-align: center;
	background: #ffffff;
	margin: 50px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div#container {
	width: 772px;
	margin: 0 auto;
	abackground: url(../images/bgtile_y.gif) repeat-y left top;
}
div#header {
	width: 772px;
	height: 166px;
	margin: 0;
	padding: 0;
}
div#mainimg {
	width: 772px;
	
}
div#nav {
	width:772px;
	margin-left: 15px;
}
.clear {
	clear:both;
	line-height:0;
	height:0;
}


/* --------- Menu --------- */
a {
	text-decoration: none;
}
a p {
	margin: 0;
	padding: 0;
	visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.holden a {
	display: block;
	width: 148px;
	height: 150px;
	background: url(../images/splash/goto-holden.png) 0 0 no-repeat;
}
.holden a:hover {
	/*background-position: 0 -150px;*/
}
.used a {
	display: block;
	width: 149px;
	height: 150px;
	background: url(../images/splash/goto-used.png) 0 0 no-repeat;
}
.used a:hover {
	/*background-position: 0 -150px;*/
}
.kia a {
	display: block;
	width: 148px;
	height: 150px;
	background: url(../images/splash/goto-kia.png) 0 0 no-repeat;
}
.kia a:hover {
	/*background-position: 0 -150px;*/
}

.hyundai a {
	display: block;
	width: 148px;
	height: 150px;
	background: url(../images/splash/goto-hyundai.png) 0 0 no-repeat;
}
.hyundai a:hover {
	/*background-position: 0 -150px;*/
}

.suzuki a {
	display: block;
	width: 148px;
	height: 150px;
	background: url(../images/splash/goto-suzuki.png) 0 0 no-repeat;
}

/* --------- DQL Tag --------- */
div#dqltag {
 position:relative;
 width:100%; 
}
div#dqltag div {
 position:absolute;
 right:0;
 top:-82px;
}
div#dqltag img {
 opacity:1;
}
div#dqltag a:hover img {
 opacity:0.75;
}