@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000;
	color:#ececec;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

h1
{
	font-size:16px;
	color:#ececec;
	font-weight:bold;
	margin-bottom:0px;
	padding:0px;
	margin-top:20px;
}

h2
{
	font-size:11px;
	font-weight:bold;
	color:#000;
}

img#road
{
	margin-top:10px;
	margin-bottom:10px;
}

img.center
{
	clear:all;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

span.color1{
color:#DC0000;
}

h1.top
{
	margin-top:0px;
}

a
{
	color:#ececec;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.menu,
a.menu-active
{
	display:block;
	text-decoration:none;
	padding:6px 20px 6px 0px;
	width:174px;
}

a.menu:hover,
a.menu-active
{
	background-color:#333;
	text-decoration:none;
}

a.menu_bottom
{
	font-weight:normal;
	text-decoration:underline;
}

a.menu_bottom:hover
{
	text-decoration:none;
}

p.highlight
{
	font-weight:bold;
}

div#top
{
	height:161px;
	/*background-image:url(images/top.jpg);*/
	background-repeat:no-repeat;
	background-color:#000;
	border-bottom:1px solid #fff;
}


div#middle
{
	margin-top:30px;
	margin-bottom:30px;
	width:1000px;
}

div#middle_left
{
	float:left;
	width:194px;
}

div#menu
{
	text-align:right;
}

div#middle_center
{
	margin-top:2px;
	margin-left:20px;
	width:515px;
	float:left;
	vertical-align:top;
}

div#middle_right
{
	float:left;
	margin-left:60px;
}

div#bottom
{
	clear:left;
	margin-left:214px;
	margin-top:10px;
	width:515px;
}

div#menu_bottom
{
	text-align:center;
	margin-bottom:20px;
}

p.center
{
	text-align:center;
}

div#footer
{
	font-weight:bold;
	padding-bottom:20px;
	text-align:right;
}


table#tech_specs
{
	margin-top:10px;
	width:100%;
}
table#tech_specs td
{
	padding:4px 5px 4px 4px;
	background-color:#333333;
}























