*{ margin:0; padding:0; }
body{
	font-family:"Bauhaus 93", "Bauhaus Md BT", "Bell Gothic Std Black"
	font-size:12px;
	color:#EFEFEF;
	background:url(../images/Carbon%20Fiber.png);
}
strong{
	color:#FEB52F;
}
.phone{
	font-size:24px;
	font-weight:bold;
	color:#FEB52F;
}
img.floatLeft{
	float:left;
	margin:5px 10px 0 0;
	border:#FEB52F 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#FEB52F 3px solid;
}
#container{
	width:800px;
	height:inherit;
}
#topMod{
	width:100%;
	height:100px;
	border-bottom:#FEB52F 1px solid;
}
#logo{
	width:400px;
	height:100px;
	float:left;
}
#logo h1{
	width:500px;
	
	float:left;
	font-size:34px;
}
#logo h3{
	width:500px;
	height:100%;
	font-size:16px;
}
#logo img{
	padding-top:10px;
}
#header{
	width:800px;
	height:240px;
	border-bottom:#FEB52F 1px solid;	
}
#header img{
	padding-top:20px;
}
#menu{
	width:400px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	float:right;
}
#menu li{
	list-style-type:none;
	padding-right:5px;
	float:left;
}
#menu li.last{
	padding-right:0;
}
#menu a{
	width:130px;
	height:30px;
	display:block;
	background:url(../images/bgMenu.png) no-repeat left top;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
}
#menu a:hover{
	width:130px;
	height:30px;
	display:block;
	background:url(../images/bgMenuHover.png) no-repeat left top;
	color:#F4F4F4;
	text-decoration:none;
}
#content{
	width:800px;
	height:inherit;
	text-align:left;
	background-color:#292929;
	border-bottom:#FEB52F 1px solid;
}
#content p{
	padding:5px 20px;
	line-height:150%;
}
#content h1{
	padding:10px 20px;
	color:#FEB52F;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
#content ul{
	padding:10px 20px 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/bullet02.gif);
}
#footer{
	width:100%;
	height:inherit;
}
#footer p{
	padding:10px 0;
	color:#fff;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#FEB52F;
	text-decoration:none;
}
#serv {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    color: #333333;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
    width: 97%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#title {
    background: none repeat scroll 0 0 #FEB52F;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
#title strong {
     color: #FFFFFF;
    }

#serv td {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 2px;
}
#serv td:first-child {
    border-left: medium none;
}
#serv td:last-child {
    border-right: medium none;
}
