body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #b0b0b0 url(images/body_bg.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0;
	padding: 0 0 15px 0;
	color: #730000;
}


h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}

#header {
	height: 90px;
	background: url(images/limousine_logo.gif) top left no-repeat;
	width: 760px;
	margin: 0 auto;
	}
	
#phone {
	height: 80px;
	background:url(images/phone.gif) top right no-repeat;
	}
	

#flash {
	height: 196px;
	background-color:#CCCCCC;
	}
	

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}

#nav li a {
	display: block;
	text-indent: -3000px;
	height: 33px;
}
#sub_content li {
	list-style-image: url(images/arrow.gif);
	list-style-type: none;
}
.red-text {color:#990000;}


#home {
	background-image:url(images/tab-home-off.gif);
	width: 126px;
}

#services {
	background-image: url(images/tab-services-off.gif);
	width: 126px;
}

#fleet {
	background-image:url(images/tab-fleet-off.gif);
	width: 126px;
}

#pricing {
	background-image: url(images/tab-pricing-off.gif);
	width: 126px;
	}
#about {
	background-image:url(images/tab-about-off.gif);
	width: 126px;
	}
#contact {
	background-image: url(images/tab-contact-off.gif);
	width: 130px;
	}
	

#home:hover, #home_active {
	background-image:url(images/tab-home-on.gif);
	width: 126px;
}

#services:hover, #services_active {
	background-image: url(images/tab-services-on.gif);
	width: 126px;
}

#fleet:hover, #fleet_active {
	background-image:url(images/tab-fleet-on.gif);
	width: 126px;
}

#pricing:hover, #pricing_active {
	background-image: url(images/tab-pricing-on.gif);
	width: 126px;
	}
#about:hover, #about_active {
	background-image:url(images/tab-about-on.gif);
	width: 126px;
	}
#contact:hover, #contact_active {
	background-image: url(images/tab-contact-on.gif);
	width: 130px;
	}

#content {
	margin:0;
	padding: 0;
	background:#FFFFFF url(images/content_bg.gif) top left repeat-x;
}

#left_content {
	margin: 10px 30px 0 10px;
	padding: 0;
	width: 250px;
	float: left;
	}
	
#right_content {
	margin: 10px 0 0 0;
	padding: 0;
	width: 435px;
	float: left;
}
	
#sub_content {
	margin-top: 10px;
	background: url(images/leftcontent_bg.gif) top left repeat-x;
	border: 1px solid #e8e8e8;
	}
	
#sub_content a{
	color: #333333;
}
	

#footer {
	clear: both;
    width: 760px;
	text-align: left;
	margin: 0 auto;
}

#footer p {
	padding: 0;
	margin: 0;
	}
	

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
img {
	border: none;
	}


/* Pricing Table */

table {

	}

table td {
	maring: 0;
	padding: 3px;
}

table th {
	color: #666666;
	background-color: #CCCCCC;
	}

.bg {
	background-color: #EEEEEE;
	}
	

.caption {
	background-color: #730000;
	color: #ffffff;
	width: 100%;
}

.left {
	float: left;
	}
	
.right {
	float: right;
	width: 150px;
}

.box {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 20px;
	height: 100px;
}


.clear {
	clear: both;
}

	
.stat {
	font-size: 16px;
}
.floatright {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #999999;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
