body {
	margin: 0; padding: 0;
  color: #000;
  background: #c0c0c0; 
  text-align: center;
  height: 100%;
}
body, p, td {	
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

img { border: 0; }

#content {
	width: 760px;
	margin: 10px auto;
  background: #fff; 
}

#mainTable {
	border: 1px solid #000;
	text-align: left;
  background: #fff; 
}

.leftcol {
	background-color: #f0f0f0;
	border-right: 1px solid #a1a6a7;
}

.maincol {
	padding: 10px;
	line-height: 1.4em;
}

.newsbox {
	height: 100%;
	padding: 10px 10px;
	border-right: 1px solid #fff;
  text-align: right;
}

.contactbox {
	font-size: 11px;
	color: #660c0c;
	background-color: #e3e5e4;
	border-top: 1px solid #a1a6a7;
	border-right: 1px solid #fff;
	padding: 10px;
}

.topnav {
	font-size: 11px;
	text-align: right;
	padding-bottom: 3px;
  background: #c0c0c0; 
}

.footer {
	text-align: left;
	font-size: 10px;
	color: #333;
	padding-left: 250px;
  background: #c0c0c0; 
}

.checker {
	background-image: url(/img/checker.png);
	background-repeat: repeat-x;
	height: 8px;
}
.headnav {
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}

.imgright {
	float: right;
}

.banner {
	float: right;
	padding-left: 10px;
	margin-top: -25px;
}

.headright {
	background: #000;
	color: #fff;
}
img { border: none; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 { font-size: 1.2em; color: #666; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }

.post .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #586b7a;
}

a { 
  color: #900;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a.newslink:hover, a.archive:hover {
  text-decoration: underline;
}

a.archive  {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
}

.headnav a {
  font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.headnav a:hover {
	color: #ffd800;
	text-decoration: none;
}

.pricelist td {
  border-bottom: 1px dotted gray;
}

.drvbox {
  float: left; 
  width: 115px; height: 220px; 
  background: #e4e4e4; 
  border: 1px solid #d0d0d0; 
  margin: 2px;
}
.drvhead {
  background: #c0c0c0; padding: 2px 5px; height: 18px;
}
.drvname {
  padding: 5px; height: 26px; font-weight: bold;
}
.drvimg {
  padding: 5px; height: 160px; overflow: hidden;
}
.drvreg {
  font-size: 13px; text-transform: uppercase;
}


/* highslide 

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

*/
.highslide {
	cursor: url(/js/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
/*
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
*/
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
  display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
  text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
  background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/js/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}