/* stylesheet for: american charter limousine
designer: yellow pixel designs
author url: http://www.yellowpixeldesigns.com
*/
/*
Structure
*/
body {
	background: #000000;
	color: #fff;
	font-family: georgia, 'times new roman', 'serif';
	text-align: center;
}
#contain {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 12px;
	line-height:1.2em;
	border-left: 2px solid #111;
	border-right: 2px solid #111;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

/*
BASICS
*/

a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
img, object {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	font-size: 20px;
	font-style:italic;
}
h2 {
	font-size: 18px;
	font-style:italic;
}
h3 {
	font-size: 16px;
	font-style:italic;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
code, pre {
	font-family: Courier, 'Courier New';
	font-size: 11px;
	overflow: auto;
}
ol {
}
ul#service  {
list-style-type: disc;
padding: 20px;
}

form {line-height: 18px;}

/*
Generic Styling
*/

.cl {
	clear: both;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.w100 {
	width: 90%;
}
/*
Header
*/

#head {
	height: 149px;
	text-align: center;
	background-image: url('images/head.jpg');
	background-repeat: no-repeat;
}

.logo{padding-top:20px;}

/*
Menu
*/

#menu {
	height: 25px;
	border-bottom: 2px solid #fff;
	background-image: url('images/menu.jpg');
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0 35px;
	float: left;
}
#home a {
	display: block;
	width: 62px;
	background: url('images/home.jpg');
	height: 25px;
}
#home a:hover {
	display: block;
	width: 62px;
	background: url('images/home2.jpg');
	height: 25px;
}
#show a {
	display: block;
	width: 96px;
	background: url('images/showroom.jpg');
	height: 25px;
}
#show a:hover {
	display: block;
	width: 96px;
	background: url('images/showroom2.jpg');
	height: 25px;
}
#serve a {
	display: block;
	width: 83px;
	background: url('images/services.jpg');
	height: 25px;
}
#serve a:hover {
	display: block;
	width: 83px;
	background: url('images/services2.jpg');
	height: 25px;
}
#about a {
	display: block;
	width: 62px;
	background: url('images/about.jpg');
	height: 25px;
}
#about a:hover {
	display: block;
	width: 62px;
	background: url('images/about2.jpg');
	height: 25px;
}
#contact a {
	display: block;
	width: 99px;
	background: url('images/contact.jpg');
	height: 25px;
}
#contact a:hover {
	display: block;
	width: 99px;
	background: url('images/contact2.jpg');
	height: 25px;
}

/*
HOME Content
*/

#content{text-align:left;margin-top:20px;padding:0 5px;}

#leftc {width:380px;float:left;padding-left: 5px;}
#leftc img {float:left;}

#rightc {width:400px;float:right;}

.homeh1 {font-size: 14px;}

/*
Showroom
*/

.thumb {}
img.th {width:350px;height:auto;padding:5px;border:1px solid #ccc;margin: 10px 5px;}
table.show tr td {vertical-align:top;}

/*
Copyright
*/

#copy{padding:5px;width:800px;margin-left:auto;margin-right:auto;font-size:11px;color:#555;margin-bottom:20px; padding-bottom:20px;line-height:14px;}

#leftco {width:300px;float:left;text-align:left;}
#rightco {width:300px;float:right;text-align:right;}
#rightco a {color:#aaa;}
#rightco a:visited {color:#aaa;}
#rightco a:hover {color:#ccc;}

#ypd {color:#444;margin-top:5px;font-size:10px;line-height:20px;}
#ypd a {color:#777;}
#ypd a:visited {color:#777;}
#ypd a:hover {color:#aaa;}

.border {padding:5px;border: 1px solid #333;margin: 10px;}