@charset "utf-8";
/* CSS Document - (c) Tandem Software Group Ltd 2007 */

body {
	margin:0px;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:12px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#757575;
}

h4 {
	padding:0px;
	margin:0px;
}

#navigationarea {
	float:left;
	width:200px;
}

.navigation {
	float: left;
	width: 200px;
	height:auto;
}
.navigation h1 {
	text-align:center;
	background: #ffffff repeat-x;
	color: #ebff07;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
}

.navigation h2 {
	text-align:center;
	background: #ffffff repeat-x;
	color: #ebff07;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	margin:0px;
	margin-bottom:1px;
}

.navigation ul {
	margin: 0; 
	padding: 0;
}

.navigation li {
	list-style: none;
	font-size:11px;
	line-height:18px;
	margin-bottom:1px;
}

.navigation li a:link, .navigation li a:visited, .navigation li a:active, .navigation li a {
	background: #abaaaa repeat-x;
	color: #3e3e3e;
	display: block;
	margin-bottom:1px;
	height:18px;
	vertical-align: bottom;
	text-align:left;
	padding: 2px 4px 2px 6px;
	text-decoration: none;
	font-family:"Trebuchet MS";
}
.navigation li a:hover {
	background: #ffffff;
	color: #3e3e3e;
	display: block;
	margin-bottom:1px;
	height:18px;
	padding: 2px 4px 2px 6px;
	text-decoration: none;
}

.Footerlink a, .Footerlink a:link, .Footerlink a:visited, .Footerlink a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.Footerlink a:hover {
	text-decoration:underline;
}

.normallink a, .normallink a:link, .normallink a:visited, .normallink a:active {
	color:#0000CC;
	text-decoration:none;
}

.normallink a:hover {
	color:#CC0000;
}

/* Pagelinks */

.Pagelink a, .Pagelink a:link, .Pagelink a:active, .Pagelink a:visited {
	color:#0000CC;
	text-decoration:underline;
}

.Pagelink a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

input, textarea {
	font-family:Trebuchet MS;
	font-size:12px;
	border:#999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color:#CCCCCC;
}

.inputbg {
	background-color:#666666;
	color:#FFFFFF;
}

.carinfotext {
	font-size:10px;
}
