/* CSS Document */

body {
	background-color: #CCC;
	text-align: center;
}
.wrapper{
	margin: 0 auto;
	width: 960px;
	height: 1050px;
	background-color:#FFFFFF;
	border: medium double #666;
	text-align: left;
	z-index: 0;
}
.search {
	position:  relative;
	width: 280px;
	height: 65px;
	float: right;
	top: 10px;
	background-color: #FFF;
	z-index: 2;	
}
.banner {
	position: relative;
	width:  710px;
	height: 100px;
	top:  30px;
	background-image: url(images/FluidcheckHeader_2.gif);
	background-repeat: no-repeat;
	z-index: 1;
}
#nav{
	position: relative;
	float: left;
	width:60%;
	top: 50px;
	left:  40px;
	padding-top: 5px;
	padding-bottom:  5px;
	padding-left: 20px;
	z-index: 3;
}
#nav img{
	float: right;
}
.primary{
	position: relative;
	top:  60px;
	float: left;
	left: 5%;
	width: 62%;
	height:  535px;
	padding-top: 20px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 10px;
	z-index: 6;
}
.secondary {
	position: relative;
	float: right;
	top: 90px;
	right: 20px;
	width: 25%;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #DBDBDB;
	border: medium outset #999999;
	text-align: justify;
	overflow: visible;
	z-index: 7;
}
.footer {
	position: relative;
	float: left;
	left: 40px;
	top:  110px;
	width: 90%;
	height: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: text-bottom;
	z-index: 9;
	padding: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.footer p{
position: relative;
float:  right;
width: 20%;
text-align: right;
}
.clearfloat{
	clear: both;
	height: 5px;
	font-size: 1px;
	line-height: 0px;
}	
/*css for product page*/

.separator {
clear: both;
height: 1px;
}
#wrapper{
	margin: 0 auto;
	width: 960px;
	height:  1900px;
	background-color:#FFFFFF;
	border: medium double #666;
	text-align: left;
	z-index: 0;
}
#primary{
	position: relative;
	top:  60px;
	float: left;
	left: 40px;
	width: 850px;
	height:  1670px;
	padding-top: 20px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 10px;
	z-index: 1;
}

#primary img {
	float: right;
	padding-left: 50px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right:  20px;
}
#footer {
	position:  relative;

	left:  40px;
	top: auto;
	width: 850px;
	height: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: text-bottom;
	z-index: 9;
	padding: 5px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	z-index:  2
}
#footer p {
	position: relative;
	float:  right;
	width: 20%;
	text-align: right;
}

