@charset "utf-8";
html, h1,h2,h3,ul,li,p{padding:0; margin:0; font-family:Verdana, Arial, Helvetica, sans-serif;}
h3{margin:10px 0 0 0;}
body {
	background-image: url(bg.png);
	background-color: #242424;
	background-repeat: no-repeat;
}
#wrapper{
	width:790px;
	margin:0px auto;
	text-align:left;
	padding:0;
	border:0;
}
#head{
	background-image: url(bg_header.gif);
	height:57px;
}
#nav{
	height:20px;
	background-color:#800000;
	border-top: solid 1px #c1bfc2;
	border-bottom: solid 1px #c1bfc2;
}
#nav ul
{
	margin:0 0 0 10px;
}
#nav li{
	float:left;
	list-style:none;
	color:#eee;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:3px;
	margin-right: 25px;
}
#nav li a
{
	color:#ccc; text-decoration:none;
}
#nav li a:hover, #nav li a.selected{color:#fff;}
#nav ul ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
 
#nav ul ul {
  border: 0;
  background-color: #800000;
  display: none;
  position: absolute;
  z-index: 9;

}
 
#nav ul ul li a {
  display: block;
  text-decoration: none;
  color:#eee;
  padding: 2px;
  border: solid 1px #70000;
}
 
#nav ul ul li a:hover {
  background-color: #000;
  color: #fff;
}
 
#nav ul li li {
  display: block;
  float: none;
}

#content{
	height:590px;
	background-color:#fff;
	padding:10px;
	margin:0;
	font-size:11px;
	overflow: auto;
}
h1{
	color:#800000; 
	font-size:20px;
}
h1.startpageheader
{
	font-size:40px;
}
#content .startpageintro{
	width:450px;
	font-size:12px;
	line-height:1.5em;
	padding:10px 0 0 0;
}
.startpagecontent{
	background-image:url(../images/bigcars1.jpg);
	background-position: -15px 140px;
	background-repeat:no-repeat;
}
#content p {margin: 5px 0 5px 0;}
#submenues{
position:absolute;
top:510px;
margin-left:10px;
width:790px;

}
.submenu{
	float:left;
	width:235px; border: 0;
	padding: 0 20px 0 0;
	color: #555;
}
.submenu h2{
	font-size:1.3em;
	color:#000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 2px dotted #800000;
}
.submenu p{
	margin: 10px 0 5px 0 !important;
	font-size:1.0em;
	line-height:1.3em;
}
.link {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background-image:url(../images/icon/link.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
	text-decoration:none;
	font-weight:bold;
	color:#339;
}
.link:hover {
	color:#550;
}

.msg_list {
	margin: 0px;
	padding: 0px;
	width: 420px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#ddd;
	margin:1px;
	text-transform:uppercase;
	font-weight:bold;
}
.msg_body {
	padding: 5px 10px 15px;
	background-color:#F4F4F8;
}



#footer{
	height:36px;
	background-color:#000;

}
#footer p{
	color:#666;
	font-size:10px;
	text-align:right;
	padding:10px;
}
.lifestyle {float:right;}
dt{ font-weight:bold; margin-top:15px;}
.new { color: #f00; font-style: italic; }