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

	}

#container{ 
	position:absolute;
	left: 50%;
	width: 954px;
	margin-left: -477px;
	border: 1px solid #cccccc;

	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:500;
	background-color:#e7e7e7;
	}
	
	#header{
		height:18px;	
		background-color:#E7E7E7;
		font-weight:bold;
		}
#banner{
	height:200px;
	width:954px;
	background-repeat:no-repeat;
	
		}
	
	#header h1 {
			text-align:center;
			font-size:12px;
			}			

#barmenu{
position:absolute;
left:50%;
width:954px;
margin-left: -477px;
height:25px;
border-bottom:1px solid #333;

	
	}

#left{
	float:left;
	width:135px;
	background-color:#ffffff;
	
	}
	
#barvertical{
	margin:100px 0 0 0;
	width:135px;
	}

#buttons{
	margin: 0;
	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_buttonv.png);
	background-repeat:no-repeat;
	border: 1px solid #a7a0a0;
 	}

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

#right{
	background-color:#FFF;
	border-color:#000;
	border-bottom:1px solid #666666;
	border-top:1px solid #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index:10;
	
	}
	
#suv-ext{background-image:url(images/limo-ext1.gif);
	width:300px;
	height:136px;
	margin-left:100px;
	margin-bottom:50px;
	float:left;
	border:1px solid #666666;
	
	
}

#suv-int{background-image:url(images/limo-int.gif);
	width:300px;
	height:136px;
	margin-right:100px;
	margin-bottom:50px;
	border:1px solid #666666;
	float:right;
	
}



	
	
#bottom{
	
	padding:0 10px 0 20px;
	background-color:#CBCBCB;
	text-align:center;
	border: 
	}
	
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	

	

