/* CSS Document *//* ---------- WEB SITE CONTAINER ---------- */#container {	width: 975px;	margin: auto;	text-align: left;}/* ---------- TOP AREA ---------- */#logo {	float: left;	width: 378px;	height: 100px;	padding-top: 10px;}#description {	float: left;	width: 582px;	height: 75px;	padding-top: 35px;	text-align: right;}/* ---------- NAVIGATION COLUMN ---------- */#left-column {	float: left;	width: 200px;	margin-right: 15px;}	#info-box {		float: left;		clear: left;		width: 170px;		padding: 25px 15px 0px 15px;		font-family: Helvetica, "Lucida Grande", Arial, sans-serif;		font-size: 12px;		color: #383838;		line-height: 18px;	}/* ---------- BODY COLUMN FOR HOMEPAGE ---------- */#body-column-homepage {	float: left;	width: 435px;	padding: 0 15px 0 15px;	margin-right: 15px;	background:		#fff;}	#extra {		float: left;		width: 243px;		height: 52px;		padding: 3px 0px 0px 192px;		font-family: Helvetica, "Lucida Grande", Arial, sans-serif;		font-size: 14px;		color: #383838;		line-height: 18px;		margin: 15px 0;		background:			url(../graphics/csslayout/extra.gif)			left			no-repeat;	}	/* ---------- TESTIMONIALS FOR HOMEPAGE ---------- */#right-column {	float: left;	width: 265px;	padding: 0 0 0 15px;	background:		url(../graphics/csslayout/testimonial-white.gif)		repeat-y;}	#testimonial-side {		float: left;		width: 235px;		font-family: Helvetica, "Lucida Grande", Arial, sans-serif;		font-size: 12px;		color: #fff;		line-height: 16px;		padding: 15px;		background:			url(../graphics/csslayout/testimonial-side.gif)			repeat-y			right			#4D4D4D;	}		#testimonial-bottom {		float: left;		width: 265px;		height: 15px;		margin-bottom: 5px;		background:			url(../graphics/csslayout/testimonial-bottom.gif)			repeat-y			right;	}	#merchant-inquiry {		float: left;		width: 235px;		margin-right: 15px;	}/* ---------- BODY COLUMN FOR SUB PAGES ---------- */#body-column-sub-page {	float: left;	width: 705px;	padding: 20px 20px 75px 20px;	background:		#fff;}	#sup-page-columnA01 {		float: left;		width: 455px;		margin-right: 15px;}	#sup-page-columnA02 {		float: left;		width: 235px;}/* ---------- FOOTER ---------- */#footerA01, #footerA02, #footerA03 {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 11px;	color: #697D86;	line-height: 15px;	margin-bottom: 35px;}#footerA01 {	float: left;	width: 200px;	margin: 15px 15px 0 0px;}#footerA02 {	float: left;	width: 465px;	margin: 15px 15px 0 0px;}#footerA03 {	float: left;	width: 265px;	text-align: right;	margin: 15px 0px 0 0px;}/* ---------- PHOTOS AND OBJECTS POSITIONING ---------- */#object-left {	float: left;	margin: 0px 10px 10px 0px;}#object-right {	float: right;	margin: 3px 0px 15px 15px;}#photo-right {	float: right;	padding: 15px;	margin: 3px 0px 0px 15px;	background:		#E6F1FF;}/* ---------- OTHER ---------- */#clear {	clear: both;}/* ---------- NAVIGATION AND LINKS ---------- */