/* CSS Document */


#top div#shutup {
	background: url(../images/layout/header_shutup.jpg) no-repeat left top;
	position: absolute;
	width: 220px;
	height: 48px;
	top: 5px;
	left: 220px;
	}
	
#top div#friendly {
	background: url(../images/layout/header_friendly.jpg) no-repeat left top;
	position: absolute;
	width: 152px;
	height: 94px;
	top: 52px;
	left: 191px;
	cursor: pointer;
	}
#mainNav {
	list-style: none;
	margin: 0; 
	padding: 0;
	position: relative;
	top: 169px;
	left: 0;
	width: 950px;
	height: 35px;
	}
#mainNav li {
	list-style: none; 
	margin: 0; 
	padding: 0;
	height: 35px;
	position: absolute;
	display: block;
	top: 0;	
	}
#mainNav li a {
	margin: 0;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
	outline: none;
	height: 35px;
	}
	
#mainNav li a span {}

#mainNav li a:hover {background-position: left bottom;}

#mainNav li#nav_home a		{background-image: url(../images/layout/nav_home.jpg); 		width:92px;}
#mainNav li#nav_sales a		{background-image: url(../images/layout/nav_sales.jpg); 		width:110px;}
#mainNav li#nav_service a	{background-image: url(../images/layout/nav_service.jpg); 	width:152px;}
#mainNav li#nav_rentals a	{background-image: url(../images/layout/nav_rentals.jpg); 	width:154px;}
#mainNav li#nav_contact a	{background-image: url(../images/layout/nav_contact.jpg); 	width:157px;}

#mainNav li#nav_home		{width:92px;	left:28px;}
#mainNav li#nav_sales		{width:110px;	left:141px;}
#mainNav li#nav_service		{width:152px;	left:273px;}
#mainNav li#nav_rentals		{width:154px;	left:604px;}
#mainNav li#nav_contact		{width:157px;	left:766px;}