body {
	position: relative;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

/* The wrapper is the style sheet that all the rest are nested in */
#wrapper {
	width: 700px !IMPORTANT;
	background-image: none;
	
}
/* This is all the navigation above the body content */
#topnav {
	background-image: url(/images/print_logo.gif);
	background-repeat: no-repeat;
	clear: both;  

}


.noPrint {
	display: none;
}
.showPrint {
	display: block;
	border: 0px;
	Width: 50%;
}


/* Link line, starting with the log-in link */
#loginnav {
	display: none;
}


#productnav {
display: none;
}


/* Product Search and Customer Support links */

#wrapper #topnav #loginnav #productnav {
	display: none;
}


/* Link line, starting with "The CIVCO Story" */
#wrapper #topnav #civconav {
	display: none;

}
#wrapper #topnav #civconav ul.horiz li {
	display: none;
}

/* Subnav for "The CIVCO Story" */
#wrapper #subnav1 {
display: none;
}


/* Left navigation, next to the body content */
#solutionsnav {
	display: none;
}





/* Below is where the body content starts */
#content {
	width: 80% !IMPORTANT;
	margin: 0px !IMPORTANT;
	padding: 0px 40px 0px 0px !IMPORTANT;
	border-right: 1px dashed #ccc !IMPORTANT;
}

#wrapper #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !IMPORTANT;;
	font-size: 24px;
	color: #000 !IMPORTANT;
	font-weight: bold !IMPORTANT;
	margin-bottom: 10px;
}
#wrapper #content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
#wrapper #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
#wrapper #content img {
	border: 3px solid #FFFFFF;
  padding: 0px 10px 10px 10px;
	float: left;
	margin-top: 0px;
}


.sidetext {
	display: none;
}

#factsheet {
display: none;
}







/*-- For Product Pages --*/
#wrapper #content #topinfo {
margin: 0px !IMPORTANT;
padding: 0px !IMPORTANT;

}

#wrapper #content #topinfo p {
	color: #333333;
	padding: 0px !IMPORTANT;
}
#wrapper #content #topinfo  h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: -10px;
}
#wrapper #content #topinfo h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#wrapper #content a:link, #wrapper #content a:visited {
	text-decoration: underline;
	color: #333366;
	background-color: transparent;
	font-weight: bold;
}

table {
	clear: left;
}

/* This is where either the 3 I's section is on Product Pages, or where a randomly rotating bio image will show up at the bottom left of the page */
 #rightinfo {
display: none;

}

/* Footer stuff, including the ROPER logo, the line of navigation starting with "Contact CIVCO", and the Search box form element*/
#footer {

display: none;
}

/* Right side of productbox: Quantity */

#quantity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	height: 75px;
	width: 120px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px 2px 2px 10px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	z-index: 1;
	text-align: center;
}

/* Left portion of the Productbox: Productinfo */

#productinfo {
float: left;

}
#wrapper #content #productbox table {
	margin-top: 10px;
	
}
#wrapper #content #productbox td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333366;
	padding-top: 2px;
}

.prodtitlegreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	font-weight: bold;
	margin-left: 5px;
}
.proddescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	margin-left: 5px;
	
}

/* Whole ProductBox. Product box is seperated into two main sides, the left side and the right side. Left side is Productinfo. Right side is Quantity */
#wrapper #content #productbox {
	background-image: url(/images/product_pageprodbk.jpg);
	background-repeat: repeat-y;
	width: 526px;
	margin-top: 10px;
	margin-left: 25px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	float: left;

}