@charset "UTF-8";
/* CSS Document */

.body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 990px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}
#header {
	background-image: url(images/top-background.jpg);
	height: 66px;
	width: 990px;
}
#logo {
	float: left;
	width: 240px;
	height: 45px;
	margin-top: 12px;
	margin-left: 65px;
}
#nav {
	height: 65px;
	float: right;
	margin-right: 60px;
}
#nav img {
	float: left;
}
#flash {
	float: left;
	height: 350px;
	width: 990px;
	background-color: #000000;
}
#index-content {
	background-image: url(images/bottom-content-background.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 990px;
}
#featurettes {
	float: left;
	background-image: url(images/featurettes-background.jpg);
	width: 584px;
	margin-left: 64px;
	background-repeat: no-repeat;
}
#cleaning-featurette-text {
	display: block;
	float: left;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	margin-left: 25px;
	margin-top: 200px;
}
#monitoring-featurette-text {
	display: block;
	float: left;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	margin-left: 73px;
	margin-top: 200px;
}
#soda-featurette-text {
	display: block;
	float: left;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	margin-left: 64px;
	margin-top: 200px;
}
#featured-product {
	background-image: url(images/featured-product-background.jpg);
	width: 278px;
	float: right;
	height: 314px;
	margin-right: 55px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #212121;
}
#featured-product-text {
	float: left;
	width: 180px;
	margin-top: 50px;
	margin-left: 40px;
	display: block;
}
.product-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}
.product-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006C97;
	display: block;
	margin-bottom: 5px;
}
.product-price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C1F2F4;
	float: left;
}
.view-product {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: -4px;
}
#bottom-featurettes {
	clear: both;
	height: 106px;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#bottom {
	background-image: url(images/bottom-background.jpg);
	height: 55px;
	width: 889px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#bottom-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888888;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	margin-left: 15px;
	margin-top: 13px;
	float: left;
}
#bottom-nav a {
	color: #888888;
	text-decoration: none;
}
#bottom-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#login {
	float: left;
	width: 200px;
	margin-top: 0px;
	margin-left: 25px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
