@charset "utf-8";
/* CSS Document */
body{ 
	margin: 0 ;
	padding: 0;
	background-color:#ffdbb2;
	}

#container{ 
	position:absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	background-color:#fffffc;
	}
#logo{
	height:15px;
	width:900px;
	background-color:#ffdbb2;
	
	}

#logo h1 {
	color:#000000;
	font-size:12px;
	text-align:center;
}


#banner{
	height:250px;
	width:900px;
	background-image:url(../images/banner-limobus4.jpg);
	}

#barmenu{
position:absolute;
left:50%;
width:900px;
margin-left: -450px;
height:25px;
	
	}
#box{
	background-color:#fffffc;
}


#left{
	top:308px;
	float:left;
	width:171px;
	
	
	}
	
#barvertical{
	margin:45px 0 0 0;
	width:135px;
	}

#buttons{margin-left:18px;
	
	padding: 0;
}

#buttons li{
	list-style:none;
	margin:0 0 0 0;
	width:135px;
	display:block;
	}
	
#buttons li a {
	color:#000;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding: 4px 10px 4px 10px;
	display:block;
	background-image:url(../images/bg_button.png);
	background-repeat:no-repeat;
	border: 1px solid #000;
 	}

#barvertical ul li a:hover {
	color:#000000;
	background-position: 0 -30px;
	}	

	#midle{
	position:absolute;
		top:308px;
	width:481px;
	left: 171px;
		
	}
	#vehicle{
	position:absolute;
	
	top:308px;
	width:729px;
	left: 171px;
	}
	
	#vehicle ul li{
		font-size:18px;
	}
	
	#vehicleleft{
	top:308px;
	background-color:#fffffc;
	float:left;
	width:171px;
	
	}
	
	#midle ul li{
	text-decoration:none;
	}
	
	#right{
	left:652px;
	top:308px;
	float:right;
	width:248px;
	
	
	}
	
	
#bottom{
	padding:0 10px 0 20px;
	background-image:url(../images/barmenu.png);
	color:#000000;
	text-align:center;
	border-top:1px solid white;
	 
	}
	
.fltlft {
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	

 




	

	
