html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Framework */

body{
font-family:Verdana, Arial, sans-serif;
font-size:12px;
background:#000;
height:100%;
min-height:100%;
}

li{
margin:5px 0px 10px 0px;
list-style-type:none;
}

ul.areas li{
margin:5px 0px 10px 0px;
list-style-type:disc;
list-style-position:inside;
}

ul.areas li a{
color:#666633;
text-decoration:underline;
}

ul.areas li a:hover{
color:#FFF;
text-decoration:none;
}

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

h1{
font-weight:bold;
font-size:14px;
color:#ffb405;
margin:15px 0px 5px 0px;
}

h2{
font-weight:bold;
font-size:12px;
margin-bottom:5px;
}

a:link, a:visited{
color:#666633;
text-decoration:underline;
}

a:hover{
color:#FFF;
text-decoration:none;
}

#mainframe{
width:900px;
height:100%;
min-height:100%;
margin:20px auto 0px auto;
color:#CCC;
}

#phoenixlimousineservice{
height:65px;
text-align:center;
}

#navigation{
margin:0px auto 25px auto;
width:900px;
height:35px;
}

.homelink{
float:left;
width:225px;
height:35px;
background:url('../images/homelink.jpg');
}

.homelink:hover{
width:225px;
height:35px;
background:url('../images/homelinkhover.jpg');
}

.serviceslink{
float:left;
width:225px;
height:35px;
background:url('../images/serviceslink.jpg');
}

.serviceslink:hover{
width:225px;
height:35px;
background:url('../images/serviceslinkhover.jpg');
}

.fleetlink{
float:left;
width:225px;
height:35px;
background:url('../images/fleetlink.jpg');
}

.fleetlink:hover{
width:225px;
height:35px;
background:url('../images/fleetlinkhover.jpg');
}

.contactlink{
float:left;
width:225px;
height:35px;
background:url('../images/contactlink.jpg');
}

.contactlink:hover{
width:225px;
height:35px;
background:url('../images/contactlinkhover.jpg');
}

.mediaframe{
width:810px;
height:260px;
margin:auto;
}

	.limopicture{
	float:left;
	width:450px;
	margin-right:20px;
	}

	.limovideo{
	float:left;
	width:340px;
	background-color:#050505;
	}

.contentframe{
width:860px;
}

.leftframe{
float:left;
min-height:330px;
width:250px;
margin:20px 20px 0px 45px;
}

	.contactform{
	text-align:left;
	height:108px;
	width:260px;
	}

.rightframe{
float:right;
min-height:430px;
width:540px;
margin:20px 0px 0px 0px;
}

	.rightframetop{
	margin-bottom:15px;
	}
	
	.rightframebottomleft{
	float:left;
	width:260px;
	margin-right:20px;
	}
	
	.rightframebottomright{
	float:left;
	width:260px;
	}

.fleettitle{
	background-color:#C3C3C3;
	padding:7px 7px 7px 25px;
	color:#000;
	font-weight:bold;
}

.fleet{
	background-color:#fff;
	color:#000;
	width:510px;
	height:100px;
	padding:15px;
}

	.fleetdescription{
		position:relative;
		float:left;
		width:175px;
		margin-top:15px;
		margin-right:50px;
		text-align:right;
		font-size:10px;
	}
	
	.fleetdescription a:link, a:visited{
		color:#666633;
		text-decoration:underline;
	}
	
	.fleetdescription a:hover{
		color:#000;
		text-decoration:none;
	}
	
	.fleetimage{
		position:relative;
		float:left;
		width:185px;
	}
	
.sidepictures {
	margin-bottom:10px;
}

	.sidepictures img{
		margin-bottom:5px;
	}
	
.contactinfo{
	float:left;
	text-align:left;
}

.contactpictures{
	float:right;
	width:210px;
	margin-bottom:15px;
	text-align:right;
}

.contactmap{
	clear:both;
}
	
#footer{
clear:both;
text-align:center;
color:#CCC;
height:75px;
padding-top:25px;
width:810px;
}

#footer a{
color:#666633;
text-decoration:underline;
}

#footer a:hover{
color:#FFF;
text-decoration:none;
}