* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eff5db;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

img {
	border: none;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	background: #eff5db url(../img/background-slice.jpg) top repeat-y;
}
#opia-header{
	margin:0 auto;
	width:760px;
}
#container {
	width: 734px;
	margin: 0 auto;
}
#container h4 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#header {
	width: 736px;
	height: 72px;
	margin: 0 auto;
	margin-bottom: 10px;
}
#header div.logo {
	width: 399px;
	height: 72px;
	position: relative;
	float: left;
}
#header div.logo span {
	width: 100%;
	height: 100%;
	background: transparent url(../img/pcpxLogoCom.gif) top left no-repeat;
	position: absolute;
	cursor: hand;
}
#header div.conjunction {
	width: 335px;
	height: 72px;
	position: relative;
	float: right;
}
#header div.conjunction span {
	width: 100%;
	height: 100%;
	background: transparent url(../img/inConjunction.gif) top left no-repeat;
	position: absolute;
}

#navigation {
	width: 206px;
	height: 380px;
	float: left;
}
#navigation ul {
	list-style: none;
}
#navigation ul li {
	margin-bottom: 4px;
}
#navigation ul li a {
	color: #e11838;
	font-size: 60%;
	cursor: hand;
}

/* navigation: home */
#navigation ul li.navHome {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navHome a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navHome.gif) 0 0 no-repeat;
}
#navigation ul li.navHome a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curHome a span {
	background-position: -206px 0;
}

/* navigation: overview */
#navigation ul li.navOverview {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navOverview a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navOverview.gif) 0 0 no-repeat;
}
#navigation ul li.navOverview a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curOverview a span {
	background-position: -206px 0;
}

/* navigation: how */
#navigation ul li.navHow {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navHow a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navHow.gif) 0 0 no-repeat;
}
#navigation ul li.navHow a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curHow a span {
	background-position: -206px 0;
}

/* navigation: valuator */
#navigation ul li.navValuator {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navValuator a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navValuator.gif) 0 0 no-repeat;
}
#navigation ul li.navValuator a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curValuator a span {
	background-position: -206px 0;
}

/* navigation: environment */
#navigation ul li.navEnvironment {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navEnvironment a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navEnvironment.gif) 0 0 no-repeat;
}
#navigation ul li.navEnvironment a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curEnvironment a span {
	background-position: -206px 0;
}

/* navigation: why */
#navigation ul li.navWhy {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navWhy a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navWhy.gif) 0 0 no-repeat;
}
#navigation ul li.navWhy a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curWhy a span {
	background-position: -206px 0;
}

/* navigation: faq */
#navigation ul li.navFaq {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navFaq a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navFaq.gif) 0 0 no-repeat;
}
#navigation ul li.navFaq a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curFaq a span {
	background-position: -206px 0;
}

/* navigation: promo products */
#navigation ul li.navPromoProd {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navPromoProd a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navPromoProd.gif) 0 0 no-repeat;
}
#navigation ul li.navPromoProd a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curPromoProd a span {
	background-position: -206px 0;
}

/* navigation: terms */
#navigation ul li.navTerms {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navTerms a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navTerms.gif) 0 0 no-repeat;
}
#navigation ul li.navTerms a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curTerms a span {
	background-position: -206px 0;
}

/* navigation: contact */
#navigation ul li.navContact {
	width: 206px;
	height: 34px;
	position: relative;
}
#navigation ul li.navContact a span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/navContact.gif) 0 0 no-repeat;
}
#navigation ul li.navContact a:hover span {
	background-position: -206px 0;
}
#navigation ul li.curContact a span {
	background-position: -206px 0;
}

#contents {
	width: 514px;
	margin-bottom: 5px;
	float: right;
}
#contents h3 {
	margin-bottom: 15px;
	color: #9ac901;
	padding-left: 25px;
}
#contents h3.promosection {
	border-bottom: 2px dotted #9ac901;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 0;
}
#contents h3 span.subtitle {
	font-size: 70%;
	color: #666666;
}
#contents h2 {
	height: 123px;
	width: 514px;
	margin-bottom: 15px;
	text-indent: -2000px;
	font-size: 60%;
}
#contents h2.home {
	background: url(../img/bannerHome.jpg) no-repeat;
	height: 167px;
	margin-bottom: 8px;
}
#contents h2.homeIE {
	background: url(../img/bannerHomeIE.gif) no-repeat;
	height: 167px;
	margin-bottom: 8px;
}
#contents h2.homesch {
	background: url(../img/bannerHomeSchool.gif) no-repeat;
	height: 167px;
	margin-bottom: 8px;
}
#contents h2.homehow {
	background: url(../img/bannerHome2.gif) no-repeat;
	height: 201px;
	width: 254px;
	margin-bottom: 0;
	float: left;
}
#contents h2.homefaq {
	background: url(../img/bannerHome6.gif) no-repeat;
	height: 103px;
	width: 253px;
	margin-left: 7px;
	float: left;
}
#contents h2.homevaluator {
	background: url(../img/bannerHome7.gif) no-repeat;
	height: 92px;
	width: 253px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-bottom: 6px;
	float: left;
}
#contents h2.homevaluatorIE {
	background: url(../img/bannerHome7IE.jpg) no-repeat;
	height: 92px;
	width: 253px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-bottom: 6px;
	float: left;
}

#contents h2.overview {
	background: url(../img/bannerOverview.gif) no-repeat;
}
#contents h2.how {
	background: url(../img/bannerHow.gif) no-repeat;
}
#contents h2.valuator {
	background: url(../img/bannerValuator.gif) no-repeat;
}
#contents h2.environment {
	background: url(../img/bannerEnvironment.gif) no-repeat;
}
#contents h2.whyhp {
	background: url(../img/bannerWhyHP.gif) no-repeat;
}
#contents h2.faq {
	background: url(../img/bannerFaq.gif) no-repeat;
}
#contents h2.products {
	background: url(../img/bannerProducts.gif) no-repeat;
}
#contents h2.terms {
	background: url(../img/bannerTerms.gif) no-repeat;
}
#contents h2.contact {
	background: url(../img/bannerContact.gif) no-repeat;
}
#contents p {
	color: #666666;
	margin-bottom: 10px;
	font-size: 90%;
	padding-left: 25px;
	padding-right: 25px;
}
#contents p.buttonrow {
	text-align: right;
}
#contents p.bold {
	font-weight: bold;
	color: #666666;
}
#container p.subject {
	color: #666666;
	font-size: 0.8em;
	margin-top: 0;
	padding-bottom: 5px;
	float: none;
}
#contents a {
	color: #9ac901;
	text-decoration: underline;
}
#contents a:hover {
	color: #9ac901;
}
#contents ul {
	margin-left: 40px;
}
#contents ul li {
	color: #7f7f7f;
	font-size: 90%;
	margin-bottom: 2px;
}
#contents ul.faults {
	padding-left: 50px;
	margin-bottom: 10px;
}

#contents ol.numlist {
	color: #9ac901;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 90%;
}
#contents ol.numlist li {
	margin-left: 25px;
	margin-bottom: 10px;
}
#contents ol.numlist li span {
	color: #666666;
	font-weight: normal;
}

ol.productSelect {
	margin-left: 30px;
	width: 450px;
}
ol.productSelect li {
	margin-left: 30px;
	text-align: left;
	margin-bottom: 10px;
	float: none;
	font-size: 80%;
}

#contents form {
}

#contents form label {
	width: 170px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 80%;
}
#contents form label.long {
	width: 400px;
}
#contents form select {
	margin-bottom: 7px;
}
#contents form input[type~="radio"] {
	margin-bottom: 7px;
}
#contents form input[type~="text"] {
	border: 1px solid #7f7f7f;
	padding: 2px;
	margin-bottom: 7px;
	font-size: 80%;
	width: 200px;
}

#contents ul.courier {
	margin-bottom: 20px;
}

#contents ul.how {
	margin-bottom: 20px;
}

#steps {
	padding-bottom: 10px;
}

#existing {
	border: 2px solid #9ac901;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-color: #eff5db;
}

#criticalBlock {
	display: block;
}
.criticalList {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.criticalList ul {
	margin-left: 20px;
}
.criticalList ul li {
	margin-right: 20px;
}

/* promo products - trade */
#promoprod {
	margin-left: 25px;
}
#promoprod p.modelname {
	color: #9ac901;
	font-weight: bold;
	text-align: center;
}
.promomodel {
	width: 230px;
	float: left;
}
#promoprod ul {
	text-align: center;
}
#promoprod li {
	color: #9ac901;
}
#promoprod li span {
	color: #666666;
}

/* promo products - schools */
.promosect {
	margin-left: 25px;
}
.promoinner {
	width: 320px;
	float: right;
}
div.promoinner {
	text-align: left;
	margin-left: -5px;
	color: #ff0000;
}
.promoinner p {
	text-align: left;
	color: #ff0000;
	margin-left: -5px;
}
.promoinner ul {
	margin-bottom: 20px;
}
.promoinner li {
	color: #9ac901;
}
.promoinner li span {
	color: #666666;
}

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #eff5db url(../img/background-foot.jpg) top no-repeat;
}
#foot {
	width: 720px;
	margin: 0 auto;
	padding-top: 10px;
}
.footnote {
	color: #737373;
	font-size: 80%;
	text-align: center;
}

#foot p {
	color: #737373;
	font-size: 80%;
	text-align: left;
}

#foot img{
	margin-right:10px;
}

#foot table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.footnote{
	font-weight:bold;
	font-size:90%;
	text-align:left;
	}
#foot a {
	color: #737373;
	text-decoration: none;
}

/******************************************/
/* tool tip
/******************************************/
#hintbox{ /*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: #ffffff;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border: 1px solid #737373;
	font: normal 10px Arial;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	color: #00aeef;
	text-decoration: none;
}

/******************************************/
/* general
/******************************************/
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.bold {
	font-weight: bold;
	color: #666666;
}
.italic {
	font-style: italic;
}
.footnote {
	font-size: 80%;
}
.errors {
	background-color: #ff4040;
}
.errormsg {
	color: #ff0000;
	font-weight: bold;
}
.mandatory {
	color: #ff0000;
	font-weight: bold;
}

/* QUALIFYING PRODUCTS */

.product-table{
	width: 93%;
	margin:0 10px 10px 22px;
	margin-bottom: 10px;
	background-color:#fff;
	border-collapse:separate;
	border-spacing:2px;
}

.product-table td,.product-table th{

	margin:3px 0;

	padding:3px;

	background-color:#e6e7e7;

	text-align:left;

}



.product-table th{

	background-color:#929497;

	color:#fff;

	font-size:10pt;

	font-weight:normal;

}

.product-table td {
	color: #666;
	font-size: 90%;
}



.product-table .partnum-col{
	width:100px;
}
