html, body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666;
}
img {
	border: 0px;
}
.center {
	text-align: center;
}
fieldset {
	margin-bottom: 10px;
}
.orderbox {
	float: left;
	margin: 0px 10px;
	text-align: center;
}
.orderbox img {
	margin-bottom: 5px;
}
.cost {
	font-family: Verdana;
	font-weight: bold;
	background-color: transparent;
	border: 0px none;
}
legend {
	color: white;
}
#VOP{
	font-family: Verdana;
	width: 100%;
	height: 200px;
	background-color: transparent;
	color: white;
}
#page {
	position: relative;
	left: 50%;
	width: 900px;
	margin: 8px -450px 38px -450px;
	border: 20px solid #ccc;
}
* html #page {
	width: 940px;
}
#header {
	background: url(images/header.png) no-repeat top left;
	height: 121px;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	height: 40px;
	position: relative;
	top: 81px;
	width: 900px;
	background: url(images/menu-bg.png) repeat-x top;
	padding: 0px;
}
#header li {
	float: left;
	padding: 0px 17px;
	border-left: 1px solid black;
}
#header ul :first-child {
	border-left: 0px none;
}
#header ul a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	line-height: 40px;
}

#main {
	background: url(images/bg.png) repeat-y left;
	color: white;
	font-size: 12px;
	padding: 15px 20px 0px 20px;
}
#main a {
	color: white;
}
#main h1{
	font-size: 18px;
}
#main h3{
	font-size: 14px;
}
#main table{
	border-collapse: collapse;
	font-size: 12px;
	color: white;
}
#main p {
	text-align: justify;
}
#main td{
	border: 1px solid white;
	padding: 3px;
	font-size: 12px;
	color: white;
}
#cena {
	color: white;
}
#main img {
	border: 2px solid #ccc;
}
#footer  p{
	padding: 6px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	color: #ccc;
}

/*technical features*/

      #map {
	position:relative;
	margin:0;
	padding:0;
	width:713px;
	height:545px;
	background:url(images/featureshover.jpg) no-repeat #000;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	border: 20px solid #333;
}
	* html #map {
		width: 753px;
		height: 585px;
	}

      #map li {
          margin:0;
          padding:0;
          list-style:none;
      }

      #map li a {
          position:absolute;
          display:block;
          /*
             Specifying a background image
             (a 1px by 1px transparent gif)
             fixes a bug in older versions of
             IE that causeses the block to not
             render at its full dimensions.
          */
          background:url(blank.gif);
      }
	  
	  #map li a span { display:none; }
	  
	  #map li a:hover span {
	position:relative;
	display:block;
	width:200px;
	left:20px;
	top:20px;
	padding:5px;
	border:1px solid #000;
	background:#fff;
	text-decoration:none;
	color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	text-align: justify;
}
#map a.framerelease {
	top:222px;
	left:291px;
	width:22px;
	height:21px;
}
#map a.cables {
	top:180px;
	left:509px;
	width:19px;
	height:19px;
}
#map a.disc {
	top:381px;
	left:532px;
	width:20px;
	height:21px;
}
#map a.suspension {
	top:254px;
	left:499px;
	width:23px;
	height:22px;
}
#map a.cockpit {
	top:121px;
	left:474px;
	width:23px;
	height:24px;
}

#map a.fold{
	top:279px;
	left:268px;
	width:21px;
	height:20px;
}

#map a.support{
	top:315px;
	left:313px;
	width:21px;
	height:20px;
}

#map a.tires{
	top:256px;
	left:121px;
	width:21px;
	height:20px;
}

#map a.gears{
	top:410px;
	left:134px;
	width:21px;
	height:20px;
}


