@charset "UTF-8";
/* CSS Document */


/* BUTTON NAVIGATION STYLES
--------------------------------------------------------------------- */
#pagelinks { display: block; height: 24px; width: 460px; margin-top: 20px;}
#pagelinks ul { margin: 0; padding: 0; list-style-image: none; list-style-position: outside; list-style-type: none; }
#pagelinks li { margin: 0px 15px 0px 0px; padding: 0; float: left; }
#pagelinks li a { text-decoration: none; text-indent: -1000em; outline: 0; }
	
#but-tech a { display: block; width: 126px; height: 22px; background: url(../images/button-techsupport.gif) no-repeat 0px 0px; }
#but-tech a:hover { background-position: 0px -22px; }
	
#but-print a { display: block; width: 126px; height: 22px; background: url(../images/button-printablepdf.gif) no-repeat 0px 0px; }
#but-print a:hover { background-position: 0px -22px; }
	
#but-details a { display: block; width: 81px; height: 22px; background: url(../images/button-details.gif) no-repeat 0px 0px; }
#but-details a:hover { background-position: 0px -22px; }
	
#but-principle a { display: block; width: 169px; height: 22px; background: url(../images/button-principle.gif) no-repeat 0px 0px; }
#but-principle a:hover { background-position: 0px -22px; }
	
#but-howto a { display: block; width: 112px; height: 22px; background: url(../images/button-howto.gif) no-repeat 0px 0px; }
#but-howto a:hover { background-position: 0px -22px; }

#vertlinks { display: block; height: 24px; width: 135px; margin: 10px 0px 0px 5px;}
#vertlinks ul { margin: 0; padding: 0; list-style-image: none; list-style-position: outside; list-style-type: none; }
#vertlinks li { margin: 0px 15px 10px 0px; padding: 0; float: left; }
#vertlinks li a { text-decoration: none; text-indent: -1000em; outline: 0; }
	
#butvert-tech a { display: block; width: 126px; height: 22px; background: url(../images/button-techsupport.gif) no-repeat 0px 0px; }
#butvert-tech a:hover { background-position: 0px -22px; }
	
#butvert-print a { display: block; width: 126px; height: 22px; background: url(../images/button-printablepdf.gif) no-repeat 0px 0px; }
#butvert-print a:hover { background-position: 0px -22px; }



/* CONTACT FORM STYLES
--------------------------------------------------------------------- */
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #587B8B;
	padding: 3px;
	background-color: #d9e8f0;
	text-align: right;
	border: 1px solid #B2C1C3;
	}
.tableinput {
    padding-right: 10px;
	}
.textfield {
	background-color: #f1faff;
	padding: 3px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #587B8B;
	}
.fieldsetborder {
	border: 1px solid #CCCCCC;
	background-color: #E7F6FF;
	padding: 5px;
	margin-top: 20px;
	}
.fieldheader {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #465E73;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	border: 1px solid #587B8B;
	padding-left: 10px;
	width: 100%;
	background-color: #B2C1C3;
	}
.formhrthin {
	border: 0px; 
	color: #ABB9BB;
	height: 1px;
}
.width100per {
    width: 100%;
	}
.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width="100%";
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	background-color: #004096;
    }