﻿#vehicles-menu-holder 
{
	background-image: none;
	background-color:#F4F4F4;
	color:white;
    text-transform: uppercase ;
	/*width:auto;*/
	height:40px;
	text-align:center;
}

#header 
{
	background-image: none;
	width:auto;
	height:40px;
	text-align: left;
	border-bottom: solid 1px #999999;
}

#header TD
{
	height:12px; 
}

.actuator, .actuator-over
{
	height: 12px;
	padding-bottom: 0px;
	cursor: pointer;
	color:#999999;
	
}


.actuator img , .actuator-over img 
{
	visibility: hidden;
	margin: 0px;
	
}


#actuator0 {
/*	width: 80px;*/
	width:140px;
	border-right: solid 1px #999999;
}
#actuator1 {
	width: 100px;
	border-right: solid 1px #999999;
	
}
#actuator2 {
	/*width: 80px;*/
	width: 150px;
	border-right: solid 1px #999999;
}
#actuator3 
{
	width: 130px;
	border-right: solid 1px #999999;
}

#actuator4
{
	width: 120px; 
	border-right-width: 0;
}

.menu
{
	width:139px;
}
.menu UL LI
{
	text-align:left;
	text-transform:none;
	width:139px;
}

#header #message 
{
	width: 0px;
	visibility: hidden;
}


#footerDiv Div
{
	/*background-image: url('/Style Library/Polaris/Snow/2010/title_bar_blk.gif');
	background-repeat:repeat-x;
	background-position:0 0;
	*/
	background-color:#F4F4F4;
	text-align:center;
}

.footer 
{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	padding-left: 0px;
	padding-right:0px;
	width: 890px;
	color:#999999;
	
}
	.footer div
	{
		background-color:#F4F4F4; 
		color:#999999; 
		width:100%; 
		height:500px; 
		text-align:center;
	}

	.footer td
	{
		background-color:#F4F4F4;
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10px;
		color: #999999;
	}
	.footer td.footerLeft
	{
		text-align:left;
	}
	.footer td.footerRight
	{
		text-align:right;
	}

	.footer a, .footer a:visited
	{
		background-color:#F4F4F4;
		font-family: verdana, helvetica, arial, sans-serif;
		font-size: 10px;
		color: #999999;
	}
	.footer a:hover{
		color: #c80000;
	}

