/* CSS Document */

div {
	border: 0px;
	padding: 0px;
}

.headerbarleft {
	border: 0px;
	position:absolute;
	top: 20px;
	left: 30px;
	text-align: left; 
	}
	
.headerbarright{
	border: 0px;
	position:absolute;
	top: 20px;
	right: 0px;
	text-align: right; 
	}
	
.headerbar{
	position:absolute;
	top: 116px;
	left: 0px;
	right: 0px;
	height: 30px;
	width: 100%;
	background-image:url(../images/headerbar.gif);
	}
	
.headerbarr{
	position:absolute;
	top: 116px;
	right: 0px;
	text-align: right; 
	}
	
.topmenutext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	position:absolute;
	top: 122px;
	right: 20px;
	text-align: right;
}

a {
	color: #000000;
	text-decoration: underline
	}
	
a:hover {	
	text-decoration: none}
	
a:visited {
	color: #000000;
	}		
	
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 160px;
	left: 10px;
	width: 140px;
	background-color: #66ff66;
	border: 3px solid #11ee11;
	padding: 10px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 170px;
	left: 199px;
	right: 20px;
}

h1 {
	font-size: x-large;
	text-align: center;
	
}

h2 {
	font-size: medium;
	text-align: center;	
}

.infobox {
	width: auto;
	border: 1px solid #cccccc;
	padding: 10px;
	clear: both;
	height: 100%;
	min-height: 110px;
	background-color: #66ff66;
}

.productbox {
	width: auto;
	border: 1px solid #cccccc;
	padding: 10px;
	clear: both;
	height: 100%;
	background-color: #66ff66;
}

.specbox {
	text-align: center;
}

.leftimage {
	padding-right: 10px;
	float: left;
	border: 0px;
}

.rightimage {
	padding-left: 10px;
	float: right;
	border: 0px;
}

.leftprodimage {
	padding-right: 10px;
	float: left;
	border: 3px #ffffff;
}

.copyline {
	text-align: center;
	font-size: x-small;
}

.menuindent {
	padding-left: 15px;
	font-size: small;
}

img {
border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

strong {
	text-decoration: none;
}

.relatedtable {
text-align: center;
margin: 5px;
display: inline;
}

.workwithbox {
	width: auto;
	padding: 10px;

	height: 100%;
	min-height: 110px;
	background-color: #ffffff;
	margin-left: 40px;
}
