@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	background-color: #fff;
	font-size: 15px;
	overflow: scroll;
}


#main {
	width: 1120px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
}

a {
	text-decoration: underline;
	border-bottom: none;
}

a:link {
	color: #00f;
}

a:visited {
	color: #00f;
}

a:active {
	color: #f00;
}

a:hover {
	border-bottom: none;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #000;
	border-bottom: none;
	height: 1px;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
}

.outline {
	outline: 1px solid #000;
	min-height: 540px;
	background-color: #fff;
}

.colImage {
	width: 360px;
	height: 260px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 30px;
	text-align: center;
}

#header {
	font-size: 21px;
	background: url(../gfx/headpattern.png) right top no-repeat;
}

#header img {
	padding-top: 40px;
	padding-bottom: 20px;
}

#header a {
	text-decoration: none;
}

#header b {
	padding-left: 2px;
}

#menu {
	height: 70px;
}

#footer {
	font-size: 8pt;
	color: #999;
}

#form td {
	padding-bottom: 10px;
}

#form input[type=text], #form input[type=password], #form select, #form .static, #form textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
/*
	outline: 1px solid #000;
	border: none;
*/
	padding: 2px;
	width: 300px;
}

#form .short {
	width: 150px;
}

#form .static {
	outline: none;
}

/*
#form .button {
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 3px;
	text-decoration: none;
}

#form .button:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
*/
/* =============================================================== */

.mainmenu ul {
	margin:0px;
	padding:0px;
	padding-left: 0;
	margin-left: 0;
	float: left;
}

.mainmenu ul li {
	display: inline;
}
	
.mainmenu ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	float: left;
/*	border-right: 1px solid #fff; */
	font-size: 14px;
	font-weight: bold;
}

.mainmenu ul li a:hover {
	background-color: #0099cb;
	color: #000;
}

.mainmenu ul li .selected {
	background-color: #01afe8;
	color: #fff;
}

.mainmenu input {
	border: none;
	margin-top: 2px;
	padding: 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	width: 130px;
	height: 18px;
}

/*
.mainmenu input {
	border: 1px solid #000;
	margin: 0px;
	padding: 1px;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	width: 170px;
	height: 16px;
}

.mainmenu .button {
	border: 1px solid #000;
}

.mainmenu a {
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #fff;
	text-decoration: none;
	color: #ffffff;
}

.mainmenu a:hover {
	text-decoration: none;
	background-color: #aaa;
	color: #fff;
}

.mainmenu .selected {
	background-color: #aaa;
	color: #fff;
}

.mainmenu .divider {
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 3px;
	color:#fff;
}
*/
#submenu {
	color: #fff;
	background-color: #0099cb;
	display: block;
}

#submenu ul {
	margin:0px;
	padding:0px;
	padding-left: 0;
	margin-left: 0;
	float: left;
}

#submenu ul li {
	display: inline;
}
	
#submenu ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0099cb;
	color: #000;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
/*	border-right: 1px solid #fff; */
}

#submenu ul li a:hover {
/*	color: #fff; */
	background-color: #01afe8;
}

#submenu ul li .selected {
	color: #fff;
	background-color: #01afe8;
}

#submenu ul li .divider {
	border-right: 2px solid #ffffff;
}
/*
#submenu a {
	text-decoration: none;
	color: #000;
	border: none;
	padding: 4px;
}

#submenu .selected {
	color: #fff;
}

#submenu a:hover {
	color: #fff;
}
*/
.colSpacer {
	float: left;
	width: 20px;
}

.colPadding {
	margin:15px;
}

.col1 {
	float: left;
	width: 360px;
}

.col2 {
	float: left;
	width: 740px;
}

.col3 {
	float: left;
	width: 1120px;
}

.col1prod {
	float: left;
	width: 380px;
}

.col2prod {
	float: left;
	width: 760px;
}

.col3prod {
	float: left;
	width: 1140px;
}

.col1, .col2, .col3, {
	background-color: #fff;
}

.colOverlay {
	position: absolute;
	margin: 15px;
}

.colTitle {
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.mini {
	margin: 0px;
	font-size: 10px;
}

.white {
	color: #fff;
}

#productimages {
	margin-left: -20px;
}

#productimages div {
	float: left;
	width: 360px;
	height: 260px;
	outline: 1px solid #000;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

#products {
	margin-left: -20px;
}

#products div {
	float: left;
	width: 170px;
	height: 120px;
	outline: 1px solid #000;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
}

#products div:hover {
	outline: 2px solid #000;
}

#products .filler {
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}

#products .filler:hover {
	outline: 1px solid #000;
}

#products a {
	vertical-align: middle;
}

#products a img {
	border: none;
}

.material {
	float: left;
	width: 100px;
	height: 115px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.material .materialImage {
	width: 100px;
	height: 100px;
}

.material .materialName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
	overflow: hidden;
}

.button {
	font-size: 9pt;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.disabledbutton {
	font-size: 9pt;
	padding: 3px;
	background-color: #aaa;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.disabledbutton:hover {
	text-decoration: none;
}

.disabledbutton:link, .disabledbutton:visited {
	color: #fff;
}

.button:hover {
	background-color: #aaa;
	color: #000;
	text-decoration: none;
}

.button:link, .button:visited {
	color: #fff;
}

.button:visited {
	color: #fff;
}

.infoPane {
	display: none;
}

.infoButton {
	background: #999;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	padding: 3px;
	text-decoration: none;
}

.infoButton:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}

.infoButton:link, .infoButton:visited {
	color: #FFF;
}

#rates input[type=text] {
	text-align: right;
	border: 1px solid #999;
}

.alert {
	border: 1px solid #700;
	color: #700;
	padding: 10px;
	margin-bottom: 10px;
}