body {
	background-color: #ded3c4;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.gray {
	color: #999;
}

.addressbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.leftnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	letter-spacing: 0.3em;
	font-weight: bold;
}
.leftnav td {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #d8d8d8;
}
.leftnav td a{
	color: #000;
	text-decoration: none;
	display: block;
	width: 234;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.leftnav td a:hover{
	color: #000;
	text-decoration: none;
		display: block;
	background-color: #8abfef;

}
.leftnav td.contact {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #8abfef;
}
.leftnav td.products {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #e8e8e8;
}
.leftnav td.products a {
	color: #666;
	text-decoration: none;
}
.content {
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.introtable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	background-color: #f0f7fd;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #8abfef;
	padding: 10px;
	color: #8d8d8d;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #5FA7E9;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8B8B8B;
}
a {
	font-weight: bold;
	color: #4F7D99;
}
.picright {
	float: right;
	border: 3px solid #DED3C4;
	margin-bottom: 5px;
	margin-left: 15px;
}
.picborder {
	border: 3px solid #DED3C4;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #8B8B8B;
}

