/* standard elements */


body {
	background-color:#fafafa;
/*	background-color: #fff;	*/
	background-image: url(../images/myfleet_header_image_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;	
	margin-bottom: 0px;
}


#wrapper {
	width:787px;
	min-width: 787px;
	max-width: 787px;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 224px;
	/* fix max-width incompatibility in IE6 */
	width:expression(document.body.clientWidth > 787 ? "787px": "auto" );
	
	overflow:hidden;
	display:block;
	border-right: 1px solid #d6d7d8;"
}

/* header and footer elements */

#menucontainer {
  	position:relative;
  	float:left;  	
  	left:0px;
  	width:235px;
  	margin: 0;
  	padding: 0;
  	border: none;
}

#menu {
	background-color: rgb(245, 245, 245);
	background-image: url(../images/myfleet_menu_background_01.gif);
	background-position: right center;
	background-repeat: repeat-y;
  	position:relative;
  	float:left;  	
  	left:0px;
  	width:198px;
  	margin-right: 0px;
  	margin-left:16px;
  	padding: 0;
  	border: 0;
}

#menu ul{
	list-style: none;
  	margin:0;
	padding: 0;
}

#menu ul li{
	display: block;
	padding: 0px;
	width: 100%;
	vertical-align: middle;
}

#menu ul li div.txt {
	display:block;
	height: 30px;
	padding-top: 10px;
	padding-left: 15px;
	border: none;
}

#menu #menuitem {
	display: block;
	height: 30px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color:#FFFFFF;
}

#menu h2 {
	color: #fff;
	background: #648C1D;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 12px;
}

#menu a {
	color: #666666;
	text-decoration: none;
	padding: 2px 12px;
}

