/* ================================================================= */
/*																	 */
/* CSS Document														 */
/* Dennis Khau, dkhau@cusa.canon.com								 */
/* 2009-05-28														 */
/* ------------------------------------------------------------------*/
/* FOR USE ONLY BY CANON U.S.A., INC. GOVERNMENT MARKETING DIVISION. */
/* ALL OTHER USES ARE PROHIBITED.									 */
/*																	 */
/* ================================================================= */

body {
	background: url(../imgs/c_background_continuous.png) repeat-y #000000;
	color: #000000;
	margin: 0px 0px 0px 0px; /* Top, right, bottom, left-margin settings from the page's edge. */
}
img {
	border: none;
}
#logoImg {
	border: none;
	position: absolute;
	left: 58px;		
	top: 6px;		
}
#subLogoImg {
	border: none;
	position: absolute;
	left: 710px;
	top: 6px;		
}
#midEyeC {
	border: none;
	height: 144px;
	left: 37px;
	position: absolute;
	top: 107px;
	width: 934px;
}
#bodyContainer {
	background: url(../imgs/c_background.png) no-repeat;
	height: 720px;
	width: 1008px;
}
#bodyContainer_right {
	background: url(../imgs/c_background_right.png) repeat-x;
}
/* ----------------------
 * --- NAVIGATION TOP ---
 * ----------------------
 */
#navigationTop {
	color: #ffffff;
	float: left;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding: 80px 0px 0px 40px; /* Top, right, bottom, left-padding settings of the class. */
}
	#navigationTop a,
	#navigationTop a:active,
	#navigationTop a:link,
	#navigationTop a:visited {
		color: #ffffff;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		padding: 0px 10px 0px 10px; /* Top, right, bottom, left-padding settings of the class. */
		text-decoration: none;
	}
	#navigationTop a:hover {
		color: #000000;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		/*padding: 20px 10px 7px 10px; /* Top, right, bottom, left-padding settings of the class. */
		text-decoration: none;
	}

#bodyText {
	float: left; 
	padding: 165px 0px 0px 36px; /* Top, right, bottom, left-padding settings of the class. */
	width: 100%;
}
	.column1 {
		color: #000000;
		float: left;
		font: 12px Arial, Helvetica, sans-serif;
		margin-right: 10px;
		max-width: 165px;
		padding-left: 10px;
		width: 165px;
	}
	.column1 .strong {
		font: bold 16px Georgia, "Times New Roman", Times, serif;
	}
	.column1 a,
	.column1 a:active,
	.column1 a:link,
	.column1 a:visited {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.column1 a:hover {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.column3 {
		color: #000000;
		float: left;
		font: 12px Arial, Helvetica, sans-serif;
		margin-left: 10px;
		max-width: 175px;
		width: 175px;
	}
	.column3 .strong {
		font: bold 16px Georgia, "Times New Roman", Times, serif;
	}
	.column3 a,
	.column3 a:active,
	.column3 a:link,
	.column3 a:visited {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.column3 a:hover {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.bodyText {
		float: left; 
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin-left: 5px;
		width: 560px;
	}
		.bodyText a,
		.bodyText a:active,
		.bodyText a:link,
		.bodyText a:visited {
			color: #000000;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: underline;
		}
		.bodyText a:hover {
			color: #cc0000;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		/* ------------------
		 * --- PAGE TITLE ---
		 * ------------------
		 */
		.bodyText .pageTitle {
		color: #CC0000;
		font: bold 24px Geneva, Arial, Helvetica, sans-serif;
		}
		/* -----------------
		 * --- COPYRIGHT ---
		 * -----------------
		 */
		.bodyText tr,
		.bodyText td {
			font: 12px Geneva, Arial, Helvetica, sans-serif;
		}
		.bodyText .copyright {
			color: #CC0000;
			float: left;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			padding: 25px 10px 15px 0px; /* Top, right, bottom, left-padding settings of the class. */
			}
		/* -----------------------
		 * --- SITE STATEMENTS ---
		 * -----------------------
		 */
		.bodyText .siteStatements {
			color: #000000;
			float: right;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			padding: 25px 0px 15px 10px; /* Top, right, bottom, left-padding settings of the class. */
			}
		.bodyText .siteStatements a,
		.bodyText .siteStatements a:active,
		.bodyText .siteStatements a:link,
		.bodyText .siteStatements a:visited {
			color: #000000;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 3px;
			text-decoration: underline;
		}
		.bodyText .siteStatements a:hover {
			color: #000000;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 3px;
			text-decoration: none;
		}
.contractInfo {
	color: #000000;
	background-color: #B0B0B0;
	border-bottom: thin solid #DDDDDD;
	border-top: thin solid #DDDDDD;
	margin: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
}
.pricingInfo {
	color: #000000;
	background-color: #F4F4F4;
	border-bottom: thin solid #CCCCCC;
	border-top: thin solid #CCCCCC;
	margin: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
}
.accessoryInfo {
	color: #000000;
	background-color: #EFEFEF;
	border-bottom: thin solid #DFDFDF;
	border-top: thin solid #DFDFDF;
	margin: 2px;
	margin-left:auto;
	margin-right: auto;
	padding: 1px;
	text-align: left;
}
.maintenanceInfo {
	color: #000000;
	background-color: #FFFF99;
	border-bottom: thin solid #FFFF00;
	border-top: thin solid #FFFF00;
	margin: 2px;
	margin-left:auto;
	margin-right: auto;
	padding: 1px;
	text-align: left;
}
.suppliesInfo {
	color: #000000;
	background-color: #66CCFF;
	border-bottom: thin solid #3366CC;
	border-top: thin solid #3366CC;
	margin: 2px;
	margin-left:auto;
	margin-right: auto;
	padding: 1px;
	text-align: left;
}
.navigationHeader {
	color: #000000;
	background-color: #999999;
	border-bottom: thin solid #DDDDDD;
	border-top: thin solid #DDDDDD;
	margin: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
}
.unitInfo {
	color: #000000;
	background-color: #E1E1E1;
	border: 3px solid #999999;
	margin: 4px;
	margin-left:auto;
	margin-right: auto;
	padding: 3px;
	text-align: left;
}		
.productList1 {
	color: #000000;
	background-color: #F2F2F2;
	border-bottom: thin solid #CCCCCC;
	border-top: thin solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	height: auto;
	text-align: left;
}
.debugMsg {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	background-color: #D7FFD7;
	border: thin solid #00FF00;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 450px;
	height: auto;
	text-align: auto;
}
.errorMsg {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFECEC;
	border: thin solid #FF7575;
	margin: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	width: 450px;
	height: auto;
	text-align: center;
}
.miscMsg {
	color: #000000;
	background-color: #C4E1FF;
	border: thin solid #3366CC;
	margin: 5px;
	padding: 5px;
	height: auto;
	text-align: center;
}
.noticeMsg {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFCC;
	border: thin solid #FFFF00;
	margin: 5px;
	margin-left:auto;
	margin-right: auto;
	padding: 5px;
	width: 450px;
	height: auto;
	text-align: center;
}
.tNote {
	color: #CC0000;
	font: bolder 10px "Courier New", Courier, monospace;
}
/* --------------------
 * --- SITE NOTICES ---
 * --------------------
 */
.siteNoticeA { /* Yellow Notification */
	background-color: #ffffcc;
	border-bottom: #ffff00 1px solid;
	border-top: #ffff00 1px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
}
.siteNoticeB { /* Grey Notification */
	background-color: #eaeaea;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px; /* Top, right, bottom, left-padding settings of the class. */
}
.siteNoticeC { /* Red Notification */
	background-color: #FFDFE0;
	border-bottom: #cc0000 1px solid;
	border-top: #cc0000 1px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px; /* Top, right, bottom, left-padding settings of the class. */
}
