@charset "ISO-8859-1";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #000000;
	margin: 0px;
}
#container {
	width: 900px;
	position: relative;
	margin: 0 auto;
	margin-top:30px;
	z-index:2;
	background: #202020;
}
#header {
	width: 900px;
	height: 90px;
	background: url(../images/brushedmetal.png) no-repeat top left #ff0000;
}
#menu {
	height: 35px;
	width:835px;
	padding:0 0 0 65px;
	background: url(../images/menu_bg.gif) no-repeat top left #3b3b3b;
}
#menu ul {
	margin: 0; 
	padding: 0;
	float: left;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left; 
	text-decoration: none;
	padding: 10px;
}
#menu ul li a:visited {
	color: white;
}
#menu ul li a:hover , #menu ul li a.current:hover {
	color: #fff;
	background: #ff2600;
}
#menu ul li a.current {
	background: #202020;
}
#main {
	width: 855px;
	height: 511px;
	position:relative;
	z-index:2;
}
#footer {
	font-size: 8pt;
	color: #000000;
	width:880px;
	padding: 0px 20px 10px 0px;
	text-align: right;
}
#mainbody {
	height:410px;
	margin:0 0 0 65px;
	padding-top:40px;
	width:772px;
}
#mainbody_collection {
	height:500px;
	margin:0 0 0 65px;
	padding-top:16px;
	width:772px;
}
#modelImage {
	width:772px;
	height:372px;
	overflow:hidden;
	position:relative;
}
#modelColors,#numbers,#modelSearch,#modelNo {
	position:absolute;
	bottom:20px;
}
#inputform{
	position:relative;
	width:142px;
	height:20px;
}
#modelSearch{
	right:65px;
}
#searchinput{
	border:0 none;
	height:20px;
	background-color:#54585A;
	color:#CCCCCC;
	float:left;
}
#searchbutton{
	float:right;
}
#modelColors{
	left:80px;
	bottom:90px;
}
#numbers{
	left:60px;
	bottom:20px;
}
#modelNo{
	top:220px;
	right:70px;
	color:#C1C1C1;
}
#objImage{
	position:absolute;
	left:-300px;
	opacity:0;
}
* html #objImage{
	filter:alpha(opacity=0);
}
a.numbervalue:link,a.numbervalue:active,a.numbervalue:hover,a.numbervalue:visited{
	color:#A8A8A8;
	text-decoration:none;
	display:block;
	float:left;
	height:20px;
	margin:0 2px;
	text-align:center;
	line-height:20px;
	width:20px;
}
a.numbervalue:hover{
	background-color:#424546;
}
#clearboth {
	clear: both;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.SearchField {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.FormField290 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 290px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #7AC72E;
	border: 1px solid #6492B9;
}
.size14 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
a.subactive  {
	color: #7AC72E;
}
.titel {
	font-size: 18px;
	font-weight: bold;
}