/* CSS Document */

body {
	background-color: #999999;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	background-color: #10294f;
	background-position: left top;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	height: 201px;
	width: 100%;
	margin: 0px;
}
#white_line{
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	top: 186px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}
#body{
	background-color: #999999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 201px;
}
#logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width: 284px;
	height: 66px;
	top: 30px;
	left: 20px;
	position: relative;
}
#car {
	background-image:url(images/car_head.jpg);
	background-repeat:no-repeat;
	width: 240px;
	height: 110px;
	top: 20px;
	left: 565px;
	position: absolute;
}
#motorcycle {
	background-image:url(images/motorcycle_head.jpg);
	background-repeat:no-repeat;
	width: 220px;
	height: 110px;
	top: 20px;
	left: 325px;
	position: absolute;
}
#lft_body {
	background-color: #CCCCCC;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	padding: 10px;
	left: 0px;
	top: 201px;
	height: 100%;
	width: 140px;
	overflow: visible;
}
#text {
	position: absolute;
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 15px;
	left: 160px;
	top: 201px;
	height: 300px;
}

#container {
	position: relative;
	top: 146px;
	width: 640px;
	height: 40px;
	padding: 0;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	display: inline;
	overflow: hidden;
	width: 640px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -80px;
	}
	
#thome a  {
	width: 160px;
	background: url(images/home_tab.jpg) top left no-repeat;
	}

#tservices a  {
	width: 160px;
	background: url(images/services_tab.jpg) top left no-repeat;
	}

#tabout a  {
	width: 160px;
	background: url(images/about_tab.jpg) top left no-repeat;
	}

#tcontact a  {
	width: 160px;
	background: url(images/contact_tab.jpg) top left no-repeat;
	}

