/* CSS Document */

body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a, a:visited {
	color: #039;
	text-decoration: none;
}

a:hover, a.active {
	color: #900;
}

a img {
	border: 0px;
}

#main {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#header {
	height: 85px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

.titlebar {
	height: 18px;
	background-image: url(images/background_titlebar.gif);
	color: white;
	text-align: center;
	padding: 4px 10px;
}

.nav {
	height: 25px;
	text-align: right;
	padding-top: 65px;
}

.nav .menuitem {
	display: inline;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

.nav .menuitem a {
	margin: 0px;
	font-size: 14px;
	background-color: #999;
	color: white;
	padding: 2px 15px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.nav .menuitem a:hover, .nav .menuitem a.active {
	color: white;
	background-color: #333;
	border-top: 2px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#content {
	
}

#footer {
	padding: 5px;
	color: white;
	font-size: 11px;
	background-color: #999;
}

.titlebar a {
	color: white;
}

.titlebar a:hover {
	color: yellow;
}

/**** CLASSES CSS ****/

.col176 {
	width: 176px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.col283 {
	width: 283px;
}

.col584 {
	width: 590px;
}

.bg_darkgrey {
	background-color: #666;
}

#rotator {
	width: 580px;
	height: 470px;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}

.car_color {
	border: 1px solid #666;
	padding: 0px 7px;
	height: 14px;
	display: inline; 
}

._close {
	display: block;
	background-image: url(images/button_closewindow.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 25px;
	margin: 0 auto;
	clear: both;
}