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;
	text-align: center;
	font-family:  verdana, Helvetica, sans-serif;
	line-height:1.6em;
	font-size:11px;
	color:#CCC;
}

#container {
	width:745px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#tophead {
	margin:0;
}

/* splash page enterbtnul */
#enterbtnul {
	margin:0 0 0 70px;
	display:inline;
	padding:0;
	list-style:none;
	float:left;
}

/* 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;
	text-indent:-5000px;
}

/* 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;
}


/* menu */
#menuwrap {
	display:inline;
	background:url(img/menutitle.gif) top no-repeat;
	margin:0;
	padding:0;
	width:745px;
	height:130px;
	float:left;
}
#menu {
	display:inline;
	margin:104px 0 0 108px;
	padding:0;
	float:left;
	list-style:none;
}
/* splash page enterbtnul height and left margin for each li */
#menu li{
	margin:0 15px 0 0;
	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:85px;
	margin:0 -2px 0 0;
}
#menu #contactbtn a{
	background:url(img/btn_contact.gif) top;
	width:99px;
}
/* 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 #contactbtn a:hover, body#contact #menu #contactbtn a{
	background:url(img/btn_contact.gif) bottom;
	width:99px;
}
/* contentwrap*/
#contentwrap {
	float:left;
	margin:20px 0 0 0;
}
#content {
	float:left;
	margin:45px 0 0 90px;
	text-align:left;
	width:565px;
}
#contentphotos {
	float:left;
	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 {
	margin:40px auto 20px auto;
	width:605px;
	
}
.featurebox {
	float:left;
	margin:20px 0 0 70px;
	width:605px;
	text-align:left;
}
.leftdiv {
	float:left;
	padding:30px 0 0 0;
}
.rightdiv {
	margin:30px 0 0 0;
}
.rightdiv img{
	float:left;
	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:both;
	line-height:0;
}

#contactform {
	margin:0 0 0 30px;
	}

#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;
}