html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family:  verdana, Helvetica, sans-serif;
	line-height:1.6em;
	font-size:11px;
	color:#CCC;
}
#map {
	top:0px;
	width:auto;
	height:100px;
	margin:0 auto;
	z-index:1000;
	float:center;
}

#container {
	
	float:center;
	width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#tophead {
	margin:0;
	float:center;
}

/* splash page enterbtnul */
#enterbtnul {
	margin:0 0 0 180px;
	display:inline;
	padding:0;
	list-style:none;
	float:left;
	text-align:center;
}
/* splash page enterbtnul height and left margin for each li */
#enterbtnul li{
	margin:0;
	padding:0;
	height:35px;
	float:left;
	display: inline; /* this fixes the double margin bug in IE */
}
/* specify height for <a> */
#enterbtnul #enterbtn a {
	display:block;
	height:35px;
}
/* enter btn BGs */
#enterbtnul #enterbtn a{
	background:url(img/splashenterbtn.gif) top;
	width:141px;
}
/* enter btn HOVER*/
#enterbtnul #enterbtn a:hover{
	background:url(img/splashenterbtn.gif) bottom;
	width:141px;
}

#title_img {
	padding:0;
	margin:0;
	padding:0;
	width:100%;
	height:140px;
	float:left;
}
	

/* menu */
#menuwrap {
	display:inline;
	background:url(img/menutitle.gif) top no-repeat;
	margin:0;
	padding:0;
	width:800px;
	height:130px;
	float:left;
}!
#menu {
	display:inline;
	margin:104px 0 0 108px;
	padding:0;
	
	list-style:none;
}
/* splash page enterbtnul height and left margin for each li */
#menu li{
	padding:0;
	height:25px;
	float:left;
	display: inline; /* this fixes the double margin bug in IE */
}
/* specify height for <a> */
#menu a {
	display:block;
	height:25px;
}
/* menu btn BGs */
#menu #aboutbtn a{
	background:url(img/btn_about.gif) top;
	width:76px;
}
#menu #limousinesbtn a{
	background:url(img/btn_limousines.gif) top;
	width:122px;
	margin:0 4px 0 0;
}
#menu #servicesbtn a{
	background:url(img/btn_services.gif) top;
	width:96px;
}
#menu #photosbtn a{
	background:url(img/btn_photos.gif) top;
	width:90px;
}
#menu #videosbtn a{
	background:url(img/btn_videos.gif) top;
	width:85px;
}
#menu #contactbtn a{
	background:url(img/btn_contact.gif) top;
	width:99px;
}

#menu #ratesbtn a{
	background:url(img/btn_rates.gif) top;
	width:67px;
	margin:0 -2px 0 0;
}

#menu #qestionsbtn a{
	background:url(img/q&abtn.jpg) top;
	width:67px;
	margin:0 -2px 0 0;
}

#menu #termsbtn a{
	background:url(img/t&C.jpg) top;
	width:200px;
	margin:0 -2px 0 0;
}


/* menu btn HOVER*/
#menu #aboutbtn a:hover, body#about #menu #aboutbtn a{
	background:url(img/btn_about.gif) bottom;
	width:76px;
}
#menu #limousinesbtn a:hover, body#limousines #menu #limousinesbtn a{
	background:url(img/btn_limousines.gif) bottom;
	width:122px;
}
#menu #servicesbtn a:hover, body#services #menu #servicesbtn a{
	background:url(img/btn_services.gif) bottom;
	width:96px;
}
#menu #photosbtn a:hover, body#photos #menu #photosbtn a{
	background:url(img/btn_photos.gif) bottom;
	width:85px;
}
#menu #videosbtn a:hover, body#videos #menu #videosbtn a{
	background:url(img/btn_videos.gif) bottom;
	width:85px;
}
#menu #contactbtn a:hover, body#contact #menu #contactbtn a{
	background:url(img/btn_contact.gif) bottom;
	width:99px;
}

#menu #ratesbtn a:hover, body#rates #menu #ratesbtn a{
	background:url(img/btn_rates.gif) bottom;
	width:67px;
}

#menu #qestionsbtn a:hover, body#questions #menu #qestionsbtn a{
	background:url(img/q&abtn.jpg) bottom;
	width:67px;
}



#menu #termsbtn a:hover, body#terms #menu #termsbtn a{
	background:url(img/t&C.jpg) bottom;
	width:200px;
}



/* contentwrap*/
#contentwrap {
	float:center;
	margin:20px 50px 0 100px;
	border:0;
	text-align:center;
}

#contentterm {
	float:center;
	margin:20px 50px 0 100px;
	border:0;
	text-align:left;
}


#content {
	float:center;
	margin:20px 20px 0 20px;
	text-align:left;
	width:700px;
}

#contentphotos {
	float:center;
	margin:10px 0 0 0;
	text-align:center;
}

#contentphotos img{
	margin:0 3px 3px 0;
	border:0;
}

/* list for relibility quality service boxes*/
#aboutul {
	width:100%;
	margin:50px 0 0 0;
	padding:0;
	list-style:0;
	float:left;
	list-style:none;
}
#aboutul li{
	float:left;
	/* manual styles on the about.html */
}

/* footer */
#footer {
	float:center;
	margin:40px 0 40px 70px;
	display:inline;
}
.featurebox {
	float:center;
	margin:20px 0 0 0;
	width:850px;
	text-align:center;
}
.leftdiv {
	float:center;
	padding:30px 0 0 0;
	text-align:center;
}
.rightdiv {
	margin:30px 0 0 0;
}
.rightdiv img{
	float:center;
	border:0;
}

.grey666 {
	color:#666;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.clearFloat {
	clear: left;
	display: block;
}

#contactform {
	margin:0 0 0 50px;
	}

#contactform input, select, #contactform textarea{
	border:1px solid #333;
	background:#111;
	color:#ccc;
	padding:3px;
	margin:3px 0 3px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden;
	}
	
.txtwide {
	width:500px;
}

.txtleft {
	width:180px;
}
