html { overflow-y: scroll; }

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #999999;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background: url(../Graphics/background.jpg) repeat-y;
}

#header {
	margin: 0 0 15px;
	padding-left: 42px;
	padding-top: 25px;
	background-image: url(../Graphics/top.jpg);
	background-repeat: no-repeat;
}

#side-a {
	float: left;
	width: 250px;
}

#side-b {
	float: right;
	width: 300px;
}

#content {
	float: left;
	width: 44%;
}

#footer {
	clear: both;
	background-image: url(../Graphics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 50px;
	padding-left: 42px;
	padding-top: 15px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
.smalltext {
	font-size: 11px;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:active {
	color: #669900;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #669900;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
.product_table {
	color: #000000;
}
.table_title {
	font-size: 14px;
	color: #669900;
	font-weight: bold;
}
.right_text {
	margin-right: 42px;
	text-align: justify;
	margin-left: 10px;
}
.centre_text {
	margin-right: 0px;
	text-align: justify;
	margin-left: 15px;
}
.nav_button {
	padding-left: 42px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer_home {
	clear: both;
	background-image: url(../Graphics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 75px;
	padding-left: 42px;
	margin-top: -25px;

}
#footer_home a {

	color: #000000;
	text-decoration: none;
}
#footer_products {
	clear: both;
	background-image: url(../Graphics/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 75px;
	padding-left: 42px;
	margin-top: 0px;
	padding-top: 10px;

}
#footer_products a {

	color: #000000;
	text-decoration: none;
}
.nav_images {
	position: absolute;
	top: 400px;
	padding-left: 42px;
}
.product_images {
	position: absolute;
	top: 450px;
	padding-left: 42px;
}
.highlight_text {
	color: #669900;
	font-weight: bold;
}
.bottomlinks a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.bottomlinks {

	color: #FFFFFF;
	text-decoration: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}
li {
	margin-bottom: 10px;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669900;
	line-height: 16px;
	list-style-image: url(../Graphics/bullet.gif);
}#Announcement {
	position: absolute;
	padding-top: 175px;
	padding-left: 275px;
}

