@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	height:100%;
	margin:0;
	padding:0;
}
	
body {	
	padding:0;
	margin:0;
	height:100%;
	background:#000 url(../images/bg.png) repeat-x 0 0;
	color:#fff;
	font: 12px/30px Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
}

h1
{
	font-size:18px;
}

h2
{
	margin:10px 0 5px 0;
}

p
{
	margin:10px 0;
}

a{
	color:#FF9933;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.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%;
}

.introtext
{
	font-size:11px;
}

#Container
{
	width:940px;	
	margin:0 auto;
}

#Content
{
	height:530px;
}

#Header
{
	position:relative;
	width:100%;
	margin-bottom:10px;
}

#Footer
{
	text-align:center;
	font-size:11px;
	clear:both;
	margin-left:100px;
}

#Footer a
{	
	text-decoration:none;
	color:#FF9933;
}

#Footer a:hover
{
	text-decoration:underline;
}

#Logo
{
	height:110px;
}

#BiLine
{
	position:absolute;
	top:10px;
	font-size:14px;
	right:0px;
	color:#fff;
}

.small
{
	font-size:10px;
	margin:-10px 60px;
	display:block;
}

/* Menu */

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin:0;
}

#nav-menu li
{
	float: left;
	margin: 0 .3em;	
}

#nav-menu .first
{
	margin-left:40px;
}

#nav-menu li a
{
	background-color: #31454C;
	height: 1.7em;
	line-height: 1.7em;
	font-size:14px;
	float: left;
	width: 7.5em;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline:none;
}

#nav-menu li a:hover
{
	text-decoration:underline;
}

#nav-menu li .selected,#nav-menu li .selected:hover
{
	background:none;
	text-decoration:none;
}

#MainPhoto IMG
{
	border:solid 3px #000;
}

.hide
{
	visibility:hidden;
}

#WelcomeImages
{
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;	
}

#WelcomeImages li
{
	margin:0px;
	padding:0px;
}

.mandatory
{
	margin-left:5px;
	color:#FF9933;
}

#EmailTable tr td
{
	vertical-align:top;
	line-height:20px;
	height:30px;
}

.form-error
{
	line-height:20px;
	font-size:10px;
	color:#FF9933;
	display:block;
}

.samecol
{
	padding-left:25px;
}

input.btn {
	background-color:#fff;
	border:1px solid #999;
	margin:1px;
	padding:1px;
	width:100px;
}
input.btn:hover {
	background-color:#ccc;
	border:1px solid #999;
	margin:1px;
	padding:1px;
}

#Email
{
	float:left;
	width:470px;
}

#AddressDetail
{
	float:right;
	width:410px;
}

.tel
{
	font-size:35px;
	margin:15px 0;
	color:#31454C;
}

.or
{
	color:#fff;
	font-size:18px;
}

.mob
{
	color:#fff;
	font-size:22px;
}

.add
{
	font-size:18px;
}

#floatbox-box {
	color:#fff;
	padding:10px;
	border: solid #FF9933 5px;
}

#ProfileText
{
	float:left;
	width:465px;
}

#ProfileImage
{
	float:right;
}

.thumbtext
{
	line-height:35px;
}

#Thumbs
{
	position:relative;
}

.imagewrapper
{
	position:relative;
	padding-right:15px;
	display:inline-block;
	width:60px;
	height:60px;
	cursor:pointer;
}

.end
{
	padding-right:0px;
}
.imagewrapper img
{
	border:none;
}

img.c {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	}
 
img.d {
	position: absolute;
	left: 0;
	top: 0;
	}

IMG.range
{
	border:solid 3px #000;
}

#RangeText UL LI
{	
	line-height:18px;
}

#RangeText TABLE TR TD
{
	vertical-align:top;
}

#RangeText TABLE TR TD:last-child
{
padding:0 0 0 25px
}

#Range-Bg
{
	background:#000;
	width:100%;
	height:440px;
	position:relative;
}

#Vehicle-Range
{
	list-style: none;
	margin:0px;
}

#Vehicle-Range li
{
	position:absolute;
}

#Vehicle-Range li IMG
{
	top:0;
	left:0;
	position:absolute;
}

#Black-Chrysler
{
	top:10px;
	left:113px;
}
#Silver-Chrysler
{
	top:10px;
	left:526px;
}
#Mercedes-E-Class
{
	top:10px;
	left:640px;
}

#BMW-7-Series
{
	top:220px;
	left:113px;
}

#BMW-Convertible
{
	top:220px;
	left:526px;
}

.main
{
	cursor:pointer;
}

.over
{
	cursor:pointer;
}

.sub-text
{
	position:absolute;
	font-size:12px;
	font-weight:bold;
	color:#666;
	top:160px;
	left:30px;
	width:200px;
	cursor:pointer;	
}

.focus
{
	width:930px;

	background-color:#000;
}

.left
{
	float:left;
}

.focus-text
{
	float:right;
	height:350px;
	margin-right:10px;
	text-align:left;
	width:200px;
}

.focus-text UL
{
	padding:0px;
}


IFRAME
{
	height:22px !important;
}

abbr[title], acronym[title] {
     border-bottom-width: 0;
   }
