/* -------------------------------- */
/* PAGE ELEMENTS                    */

/* -------------------------------- */
/* Top Section                      */
#header {
	background-color:#FFFFFF;
	width:780px;
	height:110px;
	margin:10px;
	padding:0;
	}
	#header customer-logo {
		position:absolute;
		width:110px;
		height:110px;
		right:10px;
		z-index:1;
		}
	#header h1 {
		color:#1860A9;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:24pt;
		line-height:120%;
		font-weight:bold;
		text-align:center;
		margin:0;
		}
#spacer {
	background-color:#1860A9;
	width:780px;
	height:2px;
	margin:0 10px;
	padding:0;
	overflow:hidden;
	}
#contact {
	background-color:#FFFFFF;
	width:780px;
	margin:10px;
	padding:0;
	}
	#contact h1 {
		color:#1860A9;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:12pt;
		line height:120%;
		font-weight:bold;
		text-align:left;
		margin:12px 0 6px 0;
		}
	#contact p {
		color:#000000;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:10pt;
		line-height:140%;
		font-weight:normal;
		text-align:left;
		margin:0 0 6px 0;
		}
a:link{color:#F64A00; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:hover{color:#F64A00; text-decoration:underline;}
#product {
	background-color:#FFFFFF;
	width:780px;
	margin:10px;
	padding:0;
	}
	#product h1 {
		background-color:#1860A9;
		height:auto;
		padding:0 0 0 5px;
		color:#FFFFFF;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:14pt;
		line height:120%;
		font-weight:bold;
		text-align:left;
		margin:0 0 10px 0;
		}
	#product h2 {
		color:#1860A9;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:12pt;
		line height:120%;
		font-weight:bold;
		text-align:left;
		margin:12px 0 6px 0;
		}
	#product p {
		color:#000000;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:10pt;
		line-height:140%;
		font-weight:normal;
		text-align:left;
		margin:0 0 6px 0;
		}
	#product table {
		border-collapse:collapse;
		margin-bottom:10px;
		}
		#product table h3 {
			color:#000000;
			font-family:Helvetica, Arial, Verdana, sans-serif;
			font-size:9pt;
			line-height:120%;
			font-weight:normal;
			text-align:left;
			margin:1px 6px 1px 6px;
			}
#button {
	background-color:#F64A00;
	width:100px;
	margin:0 0 3px 20px;
	padding:3px;
	}
	#button p {
		color:#FFFFFF;
		font-family:Helvetica, Arial, Verdana, sans-serif;
		font-size:10pt;
		line-height:140%;
		font-weight:bold;
		text-align:center;
		margin:0;
		}
	#button a:link {
		color:#FFFFFF;
		text-decoration:none;
		}
	#button a:visited {
		color:#CCCCCC;
		text-decoration:none;
		}
	#button a:hover {
		color:#FFFFFF;
		text-decoration:underline;
		}
