@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
}

#container
{
	width:900px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#647678;
	font-size:12px;
}

.menu
{
	background-color:#647678;
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.menu ul
{
	list-style: none;
	margin:0;
	padding:0;
	width:225px;
	float:left;
}

.menu h2, .menu ul a, .menu h3
{
	font-size:11px;
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	margin:0;
	padding:2px 3px;
	color:#FFF;
	overflow:hidden;
	height:14px;
}

.menu ul ul
{
	width:223px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}

.menu ul ul a
{
	border-style:none;
	border-width:0px;
}

.menu h3
{
	color:#a7acaf;
}

.menu a
{
	text-decoration:none;
	color:#FFF;
	background-image:url(images/menuback.png);
}

.menu li
{
	position:relative;
}

.menu ul ul a:hover
{
	background:#8ba5a8;
}

.menu ul ul
{
	position:absolute;
	z-index:500;
}

.menu ul li:hover ul,
.menu ul ul li:hover ul
{
	display:block;
}

.popup ul ul,
.popup ul li:hover ul ul
{
	display:none;
}

#menufiller
{
	background-image:url(images/menuback.png);
}

#splitmenucentre
{
	position:absolute;
	width:225px;
	top:20px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	border-left-style:none;
	border-right-style:none;
}

#splitmenuleft
{
	position:absolute;
	width:224px;
	top:20px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	border-right-style:none;
}

#splitmenuright
{
	position:absolute;
	top:20px;
	width:224px;
	height:450px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	border-left-style:none;
}

#carspane
{
	float:left;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
}

#carspane ul
{
	padding:0;
	margin:0;
}

#carspane li
{
	display:block;
	float:left;
	list-style:none;
	position:relative;
}

#carspane a
{
	float:left;
	text-decoration:none;
	color:#a7acaf;
	margin:0;
	padding:0;
	display:block;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:center;
	width:300px;
	height:192px;
	font-size:16px;
}

#carspane a:hover
{
	color:#647678;
}

.widecontent
{
	width:100%;
	float:left;
}

.widecontent h2
{
	display:inline;
	font-weight:normal;
	font-size:16px;
}

.widecontent a
{
	text-decoration:none;
	font-weight:bold;
	color:#a7acaf;
}

.widecontent a:hover
{
	color:#647678
}

.widecontent43
{
	height:43px;
}

.widecontent100
{
	height:100px;
}
