@import url("navhome.css");
body {
	background-image: url(../home-images/background.gif);
}
#header {
	background-image: url(../home-images/header-main.gif);
	height: 166px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#text a:link, a:visited, a:active, #prodtext a  {
	font-weight: bold;
	color: #663399;
	text-decoration: underline;
	border: none;
	padding: 0px;
}
#text img {
	border: none;
}
#footer {
	background-color: #689ACD;
}
.imageleft {
	float: left;
	margin-right: 10px;
}
#navigation {
	text-align: right;
	vertical-align: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.logo {
	left: 40px;
	top: 20px;
	width: 176px;
	position: relative;
}
.logo img {
	margin-bottom: 4px;
}
#images {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#images .right {
	float: right;
}
.imageright {
	float: right;
	margin-left: 10px;
}
