body  {
	scrollbar-base-color: #660000; 
	scrollbar-face-color: #660000; 
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #FFF; 
	scrollbar-3dlight-color: #CCC; 
	scrollbar-shadow-color: #660000;
	scrollbar-darkshadow-color: #000;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	color : #000;
	font-size : 13px;
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	margin: 0;
}
.colorfill {background-color: #692c29;}
#content {
	padding: 0 10px;
	font-family : "Verdana", Arial, Helvetica, sans-serif;
	font-size : 13px;
	width: 100%;
}
#content td {
	height: 70px;
	vertical-align: top;
}
h1  {
	margin-top: 5px;
	font-size : 160%;
	font-weight : bold;
	font-style: italic;
}
h2, h3  {
	margin:0;
	font-size : 140%;
	font-weight : bold;
}
h6  {
	margin-top:0;
	font-size : 100%;
	font-weight : bold;
}
p  {line-height: 100%;}

.smalltext {font-size: 80%;}

.list { 
	vertical-align: top;
	font-size: 80%;
	text-indent: 1.5em;
	width: 244px;
}
.pricelist {
	width: 100%;
	border: 1px solid #000;
}
.pricelistleft{ 
	vertical-align: top;
	font-size: 13px;
	width: 389px;
}
.pricelistright { 
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
	width: 100px;
}
a { font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
}
 a:link  {color : #660000;}
 a:visited  {color : #999;}

a:hover, a:active  {
	color: #CC0000;
	text-decoration: underline;
}
#techheader {
	padding: 5px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #990000; 
}
.nav {
	font-family : "Arial", Verdana, sans-serif;
	text-align: right;
	font-size: 13px;
	vertical-align: top;
	width: 141px;
}
.nav ul {
	/*/*/padding: 5px;
		margin: 5px;
		list-style-type: none; /* */
}
.nav li {
	/*/*/ margin: 0 0 3px 0; /* */
}
.nav a {
	/*/*/ padding: 3px;
	display: block;
	border: 1px solid #CCC;
	font-size : 70%;
	font-weight : bold; 
	text-decoration : none; 
	width: 110px;/* */
}
.nav a:link, .nav a:visited {
	color: #fff;
	background-color: #000;
}
.nav a:hover, .nav a:active {
	background-color : #990000;
	text-decoration: none;
}	
.border {
	border: 2px solid #000;
	background-color: #CCC;
}
