body {
		 background-color: #ebfdfd;
		 color: #000000;
		 font-family: Arial, Helvetica, sans-serif;
		 font-size: 13px;
		 font-weight: normal;
		 text-decoration: none;
		 }

a {
	font-weight: normal;
	color: #00565d;
	text-decoration: underline;
	}
			 
a:hover {
	text-decoration: none;
	color: #0000ff;
	}

a.bold {
			 font-weight: bold;
			 color: #00565d;
			 text-decoration: none;
			 }
			 
a.bold:hover {
			 font-weight: bold;
			 color: #cccccc;
			 text-decoration: none;
			 }

td.image {
				 width: 115px;
				 text-align: left;
				 vertical-align: top;
				 padding-bottom: 5px;
				 }

td.item {
				 width: 100px;
				 text-align: left;
				 vertical-align: top;
				 padding: 0px 0px 4px 0px;
				 font-size: 14px;
				 }

td.detail {
				 width: 300px;
				 text-align: left;
				 vertical-align: top;
				 padding: 0px 0px 4px 0px;
				 font-size: 14px;
				 }

td.image img {
				 width: 100px;
				 border: 1px solid #dddddd;
				 }

td.desc {
				 width: 440px;
				 text-align: left;
				 vertical-align: top;
				 }

td.more {
				 width: 95px;
				 text-align: center;
				 vertical-align: mid;
				 }

#clear {
			 clear: both;
			 }

#container {
					 	margin: auto;
						margin-top: 6px;
						width: 800px;
						border: 1px solid #bbbbbb;
						background-color: #ffffff;
						position: relative;
						}

#content {
				 margin: 10px;
				 min-height: 500px;
				 }

#content h1 {
	 			 font-size: 20px;
	 			 margin: 10px 0px 10px 0px;
	 			 }
 
#content h2 {
	 			 font-size: 15px;
				 text-decoration: underline;
	 			 margin: 15px 0px 10px 0px;
	 			 }
 
#content h3 {
	 			 font-size: 14px;
				 font-weight: bold;
	 			 margin: 10px 0px 10px 0px;
	 			 }
 
#content img.front1 {
	 			 float: right;
				 margin: 0px 10px 10px 10px;
				 width: 300px;
				 height: 200px;
	 			 }
 
#content img.front2 {
	 			 float: left;
				 margin: 10px 10px 10px 10px;
				 width: 300px;
				 height: 200px;
	 			 }
 
#content img.map {
	 			 float: right;
				 margin: 0px 10px 10px 10px;
				 width: 500px;
				 height: 300px;
				 border: 1px solid #dddddd;
	 			 }
 
#content p {
				 margin: 5px 0px 5px 0px;
				 font-size: 14px;
				 }

#content p.center { text-align: center; }
#content p.right { text-align: right; }

#content ul {
	 			 list-style-type: disc;
	 			 list-style-position: outside;
	 			 padding: 2px;
	 			 margin-left: 25px;
	 			 font-size: 14px;
	 			 }

#content ol {
	 			 list-style-position: outside;
				 list-style-type: decimal;
	 			 padding: 2px;
	 			 margin-left: 25px;
	 			 font-size: 14px;
	 			 }

#copytext {
					margin: auto;
					padding: 5px;
					}

#copytext a {
					color: #000000;
					text-decoration: none;
					}

#copytext a:hover {
					color: #555555;
					text-decoration: underline;
					}

#copytext p {
					font-size: 12px;
					color: #555555;
					text-align: center;
					}

#header {
				height: 150px;
				z-index: 9999;
				}

#header img {
				width: 800px;
				height: 150px;
				z-index: 9999;
				}

#header ul.topmenu {
				position: absolute;
				top: 128px;
				left: 0px;
				z-index: 9999;
				}

#header ul.topmenu li {
				float: left;
				position: relative;
				margin-left: 3px;
				background-color: #e0e0e0;
				color: #000000;
				border: none;
				border-bottom: 1px solid #00565d;
				text-align: center;
				vertical-align: middle;
				background-image: url(/content/images/menu_off.jpg);
				}

#header ul.topmenu li.on {
				float: left;
				position: relative;
				margin-left: 3px;
				background-color: #ffffff;
				color: #000000;
				border: none;
				border-bottom: 1px solid #ffffff;
				text-align: center;
				vertical-align: middle;
				background-image: url(/content/images/menu_off.jpg);
				}

#header ul.topmenu li.liston {
				float: left;
				position: relative;
				margin-left: 3px;
				background-color: #ffffff;
				color: #000000;
				border: none;
				border-bottom: 1px solid #ffffff;
				text-align: center;
				vertical-align: middle;
				background-image: url(/content/images/menu_off.jpg);
				}

#header ul.topmenu li:hover {
				background-color: #ebfdfd;
				color: #000000;
				border: none;
				border-bottom: 1px solid #5c5c5c;
				background-image: url(/content/images/menu_on.jpg);
				}

#header ul.topmenu li.on:hover {
				background-color: #ffffff;
				color: #000000;
				border: none;
				border-bottom: 1px solid #ffffff;
				background-image: url(/content/images/menu_on.jpg);
				}

#header ul.topmenu li.list:hover {
				background-color: #ebfdfd;
				color: #000000;
				border: none;
				border-bottom: 1px solid #ebfdfd;
				background-image: url(/content/images/menu_on.jpg);
				}

#header ul.topmenu li.liston:hover {
				background-color: #ebfdfd;
				color: #000000;
				border: none;
				border-bottom: 1px solid #ebfdfd;
				background-image: url(/content/images/menu_on.jpg);
				}

#header ul.topmenu li a {
				color: #000000;
				text-decoration: none;
				display: block;
				width: 100px;
				font-size: 12px;
				height: 17px;
				vertical-align: middle;
				padding-top: 4px;
				}

#header ul.topmenu li a:hover {
				color: #000000;
				text-decoration: none;
				}

#header ul.topmenu li ul {
				display: none;
				position: absolute;
				top: 22px;
				left: -1px;
				background-color: #ebfdfd;
				padding: 3px;
				width: 150px;
				border: none;
				filter: alpha(opacity=90);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
				-moz-opacity: 0.95; opacity:0.95;
				background-image: none;
				}

#header ul.topmenu li:hover ul { display: block; }

#header ul.topmenu li ul li {
				float: none;
				border: none;
				text-align: left;
				background-color: #ebfdfd;
				background-image: none;
				margin: 0px;
				}

#header ul.topmenu li ul li:hover {
				border: none;
				background-color: #ffffff;
				background-image: none;
				}

#header ul.topmenu li ul li.last, #header ul.topmenu li ul li:hover.last { border: none; }

#header ul.topmenu li ul li a {
				width: 150px;
				color: #444444;
				font-weight: normal;
				text-decoration: none;
				display: block;
				padding: 2px;
				font-size: 13px;
				}

#header ul.topmenu li:hover ul li:hover a:hover {
				color: #000000;
				font-weight: normal;
				text-decoration: none;
				}

#leftmenu ul {
					width: 125px;
					margin: 10px 0px 8px 4px;
					z-index: 1000;
					position: relative;
					}

#leftmenu li {
				 	background-color: #e0e0e0;
					vertical-align: middle;
					padding: 3px;
					position: relative;
					}

#leftmenu li.heading {
				 	background-color: #00565d;
					color: #ffffff;
					padding: 4px;
					font-size: 15px;
					vertical-align: middle;
					}

#leftmenu li.last {
				 	background-color: #e0e0e0;
					vertical-align: middle;
					padding: 3px;
					}

#leftmenu li a {
					color: #000000;
					text-decoration: none;
					font-size: 12px;
					border-bottom: 1px solid #00565d;
					display: block;
					padding: 2px;
					}

#leftmenu li.last a {
					color: #000000;
					text-decoration: none;
					font-size: 12px;
					border-bottom: none;
					display: block;
					padding: 2px;
					}

#leftmenu li a:hover {
					color: #000000;
					text-decoration: none;
				 	background-color: #ebfdfd;
					}

#products {
				 margin: 10px;
				 min-height: 500px;
				 width: 650px;
				 float: right;
				 }

#products h1 {
	 			 font-size: 20px;
	 			 margin: 10px 0px 10px 0px;
	 			 }
 
#products h2 {
	 			 font-size: 15px;
				 text-decoration: underline;
	 			 margin: 15px 0px 10px 0px;
	 			 }
 
#products h3 {
	 			 font-size: 14px;
				 font-weight: bold;
	 			 margin: 10px 0px 10px 0px;
	 			 }
 
#products img.main {
	 			 float: right;
				 margin: 0px 10px 10px 10px;
				 border: 1px solid #cccccc;
	 			 }
 
#products p {
				 margin: 5px 0px 5px 0px;
				 font-size: 14px;
				 }

#products p.detail {
				 margin: 5px 0px 5px 0px;
				 font-size: 12px;
				 }

#products p.right { text-align: right;clear: both; }

#products ul {
	 			 list-style-type: disc;
	 			 list-style-position: outside;
	 			 padding: 2px;
	 			 margin-left: 25px;
	 			 font-size: 14px;
	 			 }

.fleft {
	background-image: url(../content/images/bg_form.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 30px;
	width: 275px;
	margin: 5px 10px 5px 0px!important;
	margin: 10px 10px 10px 0px;
	border: 1px solid #999999;
}
.fleft input {
	width: 158px;
	border: solid 1px #FFFFFF;
	float: right;
	margin: 4px 1px 0px 0px;
}
.fleft span {
	height: 28px;
	width: 100px;
	line-height: 28px;
	float: left;
	padding-left: 5px;
}
.fwide {
	background-image: url(../content/images/bg_form.jpg);
	background-repeat: repeat-y;
	float: left;
	height: 30px;
	width: 563px;
	margin: 5px 10px 5px 0px!important;
	margin: 10px 10px 10px 0px;
	border: 1px solid #999999;
}
.fwide input {
	width: 446px;
	border: solid 1px #FFFFFF;
	float: right;
	margin: 4px 1px 0px 0px;
}
.fwide span {
	height: 28px;
	width: 90px;
	line-height: 28px;
	float: left;
	padding-left: 5px;
}
.fwide textarea {
	overflow: auto;
	width: 457px;
	float: right;
	border: 1px solid #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}
#send {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 100px;
	line-height: 30px;
	float: right;
	margin-right: 20px;
	height: 30px;
}
.quoteme {
	background-color: #ebfdfd;
	width: 580px;
	border: 1px solid #999999;
	margin: auto;
	margin-top: 10px;
	padding: 10px 3px 10px 10px;
	height: 180px;
}

.contact {
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin: auto;
	width: 580px;
	margin-top: 10px;
	padding: 10px 3px 10px 10px;
	height: 280px;
}
#form p {
	margin: 0px;
}
#tall {
	height: 100px;
}
#form textarea {
	width: 250px;
	margin-bottom: 10px;
	overflow: auto;
}