@charset "utf-8";
/**
 * 09-footer.css
 * Ricoh Co., Ltd.
 */
/* endArea */
	#endArea {
		clear: both;
		margin-top: 20px;
		border-top: 1px solid #dedede;
		padding-top: 14px;
		padding-bottom: 16px;
		background-color: #fafafa;
		zoom: 1;
	}
	* html #endArea { margin-top: 0; }
	*+html #endArea { margin-top: 0; }
	#endArea #endBox {
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}
	#endBox .endNavBox {
		float: left;
		margin-left: 15px;
		width: 210px!important;
		width: 206px;
	}
	#endBox .endNav li {
		margin-bottom: 4px;
	}
	#endBox h3 {
		margin-bottom: 10px;
		background-image: none;
	}

/* gFooterArea */
	#gFooterArea {
		clear: both;
/*  Changing the margin to 0px to match corporate setting.   R. Collins - Stantive - CR2 Item 5
		margin-top: 20px;
*/
    margin-top: 0px;

		padding: 15px 10px 14px;
		min-height: 18px;
		height: auto!important;
		height: 18px;
		border-top: 1px solid #cccccc;
		background-color: #e9e9e9;
		background-image: url(../img/footer/bg-gfooter.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}

/* gFooterArea */
	#gFooter {}

/* gFtrNav */
	#gFtrNav {
		float: left;
		width: 535px;
	}
	#gFtrNav li,
	#gFtrNav li a {
		float: left;
		display: inline;
		margin-right: 5px;
	}

/* copyright */
	#copyright {
		float: right;
		font-size: 85%;
		color: #666666;
	}
	
	#copyright p {
	  margin-bottom: 0px;
	}
	
/* Area for remarketing code */
	#remarketingCodeArea{
		clear: both;
		background-color: #e9e9e9;
		background-image: url(../img/footer/bg-gfooter.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
		
	#remarketingCodeSection{
		margin-right: auto;
		margin-left: auto;
		width: 900px;
	}
	
	#remarketingCode{
		float: left;
		width: 535px;
	}

	
