@charset "UTF-8";
/* CSS Document */

#feature {
	margin-top: 6px;
}

#companyFooter {
	position: relative;
	width: 100%;
	height: 40px;
	
	margin-top: 10px;
}

/*
#about {
	position: relative;
	width: auto;
	
	margin-top: 14px;
}
*/

#about {
	position: absolute;
	left: 0px;
	margin-top: 5px;
}

#homelistsubscribe {
	position: absolute;
	right: 0px;
}

input.homelistsubscribejoinButton {
	position: relative;
	top: 7px;
}

#aboutbutton {
/* 	display: block; */
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}

#products {
	background-image: url(../images/home/productsbar.png);
	background-repeat: no-repeat;  
	width: 750px;
	height: 110px;
}

#productlist {
	text-align: center;
	padding-top: 17px;
	margin-left: 0;
	width: 100%;
}

#product {
	display: inline;
	padding-left: 18px;
	padding-right: 18px;
}

/*
body {
	margin:0px;
	padding:0px;
	background:#fcfcfc url(../images/home/background.png) repeat-x;
	font:12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 150%;
	color:#444;
}
*/
