/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(/img/bg-span.gif) repeat-x;
	padding-top: 40px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #b2b2b2;
	font-size: 80%;
	line-height: 140%;
	}
p.feature-text {
	text-align: center;
	padding-top: 15px;
	font-size: 130%;
	}

ul {
	list-style: none;
	}
	
li {
	display: inline;
	padding: 0 22px;
	}
li.pipes {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	}

a {
	color: #b2b2b2;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#container {
	width: 739px;
	margin: 0 auto;
	}
	
#logo {
	background: url(/img/dome-logo.gif) no-repeat;
	width: 286px;
	height: 92px;
	margin: 0 auto;
	}
#text {
	text-align: center;
	margin: 15px 0 17px 0;
	}
#banner {
	width: 739px;
	height: 170px;
	}
	
#links {
	width: 739px;
	margin: 0 auto;
	margin-top: 20px;	
	}

#links a .padFix {
	padding-top: 120px;
	}
		
#links a.divs .padFix {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	}
	
#links a {
	display: block;
	text-align: center;
	height: 170px;
	width: 200px;
	float: left;
	color: #40ae49;
	}
#links a.grotek {
	width: 300px;
	}

#links a.nutri .padFix {
	background: url(/img/nf-logo.gif) no-repeat 50% 0;
	}
#links a.grotek .padFix {
	background: url(/img/grotek-logo.gif) no-repeat 50% 0;
	}
#links a.ezi .padFix {
	background: url(/img/ezi-logo.gif) no-repeat 50% 0;
	}
	
#links span {
	display: block;
	}
	
#links .title {
	font-weight: bold;
	font-size: 150%;
	line-height: 150%;
	}

.floatFix {
	clear: both;
	}
#sitescene {
	margin-top: 25px;
	}
#sitescene a {
	background:transparent url(/img/sitescene-logo.gif) no-repeat;
	display:block;
	height:33px;
	padding:0pt;
	text-decoration:none;
	width:36px;
	float: right;
}
#sitescene a:hover {
	background-position: 0 -33px;
}
#sitescene a span {
	display: none;
}