/* CSS Document */

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;


}



img { border: none; }

.clear { clear: both; }


div#wrapper {
	width: 780px;
	margin: 0px auto;
}



div#headerLevel {
	height: 100px;
	background: url(../_images/header-bg.gif) repeat-y;


}

div#headerLogo { 
	float: left;
	margin: 30px 0 0 86px;

}

div.headerBanner {
	float: left;
	width: 445px;
	margin: 0 0 0 5px;
	height: 100px;
}

.headerBanner-Default { background: url(../_images/banner-1.jpg) no-repeat; }
.headerBanner-About { background: url(../_images/banner-about.jpg) no-repeat; }
.headerBanner-Applications { background: url(../_images/banner-applications.jpg) no-repeat;}
.headerBanner-Contact { background: url(../_images/banner-contact.jpg) no-repeat;}
.headerBanner-Investors { background: url(../_images/banner-investors.jpg) no-repeat;}
.headerBanner-Order { background: url(../_images/banner-order.jpg) no-repeat;}
.headerBanner-Products { background: url(../_images/banner-products.jpg) no-repeat;}

div#contentLevel {
	background: url(../_images/content-bg.gif) repeat-y;

}

div#navigationBlock {
	width: 201px;
	float: left;
	margin: 0 0 0 80px;
}

ul#navigationList {



}

ul#navigationList li {
	list-style-type: none;
}

ul#navigationList li a { 
	display: block;
	padding: 5px 0 5px 20px;
	border-top: 1px solid #ddd;
	font-size: 80%;
	font-weight: bold;
	
}

ul#navigationList li ul li a {
	background-color: #fff;
	padding: 3px 0 3px 35px;
	font-size: 70%;

}

ul#navigationList li a.lastLink {
	border-bottom: 1px solid #ddd;
}

ul#navigationList li a:link, ul#navigationList li a:visited, ul#navigationList li a:hover {
	color: #1b3d57;
	text-decoration: none;

}

ul#navigationList li a:hover { 
	background-color: #1b3d57; 
	color: #fff; 
}

ul#navigationList li ul li a:hover {
	background-color: #3c627f;
	color: #fff;
}







div#pageContent {
	width: 400px;
	float: left;
	padding: 10px 20px 10px 20px;
}

div#pageContent h1 {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;	
	letter-spacing: -1px;


}

div#pageContent h2 {
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 5px 0;
}

div#pageContent h3 {
	font-size: 65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 10px 0 5px 0;
}

div#pageContent p {
	margin: 8px 0 8px 10px;
	font-size: 70%;
	color: #333;
	font-family: Tahoma;
}

div#pageContent ul, div#pageContent ol {
	margin: 7px 0 7px 35px;
	font-size: 70%;
	font-family: Tahoma;
	color: #333;

}

div#pageContent li {
	padding: 3px 0 3px 5px;


}

div#pageContent blockquote {
	font-family: Tahoma;
	margin: 5px 0 5px 20px;


}
div#pageContent td {
	font-size: 70%;
	font-family: Tahoma;
	padding: 3px;

}

div#pageContent a:link, div#pageContent a:visited, div#pageContent a:hover {
	color: #036;
	text-decoration: none;
	border-bottom: 1px dotted #036;
	}

div#pageContent a:hover {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #900;

}


input.quantityField {
	width: 2em;
	padding: .2em;
	font-size: 80%;


}

input.updateButton {
	background-color: #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: .2em;
	font-size: 80%;
	font-family: Tahoma;
	margin-bottom: 3em;

}

div#pageContent fieldset {
	margin: 10px 0 10px 0;
	width: 98%;
}

div#pageContent fieldset legend {
	font-size: 80%;
	font-weight: bold;

}

input#orderSubmitButton {
	font-size: 120%;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	padding: .3em;
	


}

div#footerLevel {
	background-color: #000;
	color: #fff;
	font-size: 70%;
	text-align: center;
	padding: 15px 0 15px 0;
}

div#footerLevel a:link, div#footerLevel a:visited, div#footerLevel a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

div#footerLevel a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #999;

}

div#footerLevel p.copyright {
	margin: 10px 0 0 0;

}



/* CONTACT FORM */

div#formError { 
	width: 350px;
	padding: 10px;
	font-size: 100%;
	border: 1px dotted #666;
	background: #eee;
	color: red;
	margin: 10px 0 10px 15px;
}

input#submitButton {
	background: #ccc;
	font-size: 100%;
}

table#contactForm td { font-size: 100%; padding: 3px; color:#333; }

table#contactForm input  {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	color: #333;
}

table#contactForm { margin-left: 15px; }






img#secureIcon { height: 15px; cursor: help; }



