@charset "UTF-8";
#container {
	float: none;
	width: 595px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-right: 180px;
	padding-left: 180px;
	padding-top: 25px;
	text-align: center;
}
#header {
	float: none;
	height: auto;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#home_btn {
	float: left;
	height: 87px;
	width: 129px;
}
#home {
	font-size: 9px;
	color: #000000;
	background-image: url(images/home_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 87px;
	width: 129px;
	float: left;
}
#home:hover {
	background-image: url(images/home_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -87px;
}
#products_btn {
	float: left;
	height: 87px;
	width: 176px;
}
#products {
	float: left;
	height: 87px;
	width: 176px;
	background-image: url(images/products_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
	color: #000000;
}
#products:hover {
	background-image: url(images/products_btn.jpg);
	background-position: 0px -87px;
	background-repeat: no-repeat;
}
#services_btn {
	float: left;
	height: 87px;
	width: 159px;
}
#services {
	float: left;
	height: 87px;
	width: 159px;
	background-image: url(images/services_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
	color: #000000;
}
#services:hover {
	background-image: url(images/services_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -87px;
}
#about_us_btn {
	float: left;
	height: 87px;
	width: 178px;
}
#about_us {
	float: left;
	height: 87px;
	width: 178px;
	background-image: url(images/about_us_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
	color: #000000;
}
#about_us:hover {
	background-image: url(images/about_us_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -87px;
}
#cps_link {
	background-image: url(images/cps_logo.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 136px;
	background-position: 0px 0px;
	float: left;
	font-size: 0px;
	color: #000000;
}
#cps_link:hover {
	background-image: url(images/cps_logo.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 136px;
	background-position: 0px -23px;
	float: left;
	font-size: 0px;
	color: #000000;
}
#menu {
	float: none;
	height: 87px;
	width: 642px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
	text-align: center;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 10pt;
}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	float: none;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#products_container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	height: auto;
}
#about_us_container {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: auto;
	padding-right: 150px;
	padding-left: 150px;
	text-align: left;
}
#product_desc {
	background-color: #CCCCCC;
	border: 1px solid #FF0000;
}
.product_photo {
	background-color: #CCCCCC;
	border: 1px solid #FF0000;
}
.productslist {
	border: 1px solid #00FF00;
}
.bullet {
	list-style-position: outside;
	list-style-type: disc;
}
.prodcuts:hover {
	background-color: #00CC66;
}
#cps {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 800px;
	padding-top: 10px;
}
#site_by {
	float: right;
	height: 23px;
	width: 136px;
}
.cps {
	font-size: 8pt;
	color: #999999;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	font-style: italic;
}
#cps_logo {
	height: 23px;
	width: 195px;
	float: right;
	padding-right: 5px;
}
#translate {
	float: left;
	height: 40px;
	width: 200px;
}

