/* CSS Document *//*----- TOP NAVIGATION -----*/#containeryellowtop {	margin: auto;	height: 70px;	background:		url(../graphics/layoutcss/topyellowbar.gif)		repeat-x		center top;}				#containernav {			margin: auto;			width: 890px;			padding: 10px 0px 0px 5px;			text-align: center;		}/*----- MAIN CONTAINER -----*/#container {	margin: auto;	width: 950px;	padding-top: 20px;	text-align: left;}		/*----- PANORAMIC -----*/				#panoramic {			float: left;			width: 950px;			margin: 0px 0 50px 0;		}				/*----- FULL PAGE WITH NO COLUMNS -----*/				#fullpage {			float: left;			width: 950px;			text-align: left;			line-height: 22px;		}				/*----- PAGE COLUMNS - MUST USE ALL DIVS BELOW -----*/				#columnA01 {			float: left;			width: 589px;			padding-right: 30px;			border-right: 1px solid #363636;			text-align: left;			line-height: 22px;		}						.cloth-top {					float: left;					width: 589px;					height: 20px;					background:						url(../graphics/layoutcss/cloth-top.jpg)						no-repeat						top;				}								.cloth-bottom {					float: left;					width: 539px;					padding: 0 25px 25px 25px;					margin-bottom: 25px;					background:						url(../graphics/layoutcss/cloth-bottom.jpg)						no-repeat						bottom center;				}										.clothA01 {							float: left;							width: 160px;							margin-right: 20px;						}												.clothA02 {							float: left;							width: 359px;						}																					.view-details {									float: right;									height: 35px;									width: 130px;									text-indent: -9999px;									background:										url(../graphics/layoutcss/button-details.gif)										top left										no-repeat;								}																.inquire {									float: right;									height: 35px;									width: 130px;									text-indent: -9999px;									background:										url(../graphics/layoutcss/button-inquire.gif)										top left										no-repeat;								}				#columnA02 {			float: left;			width: 270px;			padding: 0px 30px;			text-align: left;			line-height: 22px;		}		/*----- BORDER -----*/				#border {			float: left;			width: 557px;			padding: 15px;			margin-bottom: 20px;			line-height: 22px;			border: 1px dashed #363636;		}				/*----- PAGE COLUMNS - MUST USE ALL DIVS BELOW -----*/				#columnB01 {			float: left;			width: 450px;			border-right: 1px solid #363636;			padding-right: 24px;			text-align: left;			line-height: 22px;		}				#columnB02 {			float: left;			width: 450px;			padding-left: 25px;			text-align: left;			line-height: 22px;		}/*----- FOOTER -----*/#containeryellowbottom {	margin: auto;	height: 330px;	background:		url(../graphics/layoutcss/bottomyellowbar.jpg)		repeat-x		center top;}				#containerfooter {			margin: auto;			width: 950px;			font-family: "Times New Roman", Times, serif;			font-size: 13px;			color: #675413;			line-height: 17px;			text-align: left;		} 				#footerspacer{			float: left;			height: 140px;		}				#footercolumnA01 {			float: left;			width: 560px;			height: 150px;			border-right: 1px solid #94750A;		}			#footercolumnsub {				float: left;				padding-right: 20px;			}				#footercolumnA02 {			float: left;			width: 140px;			height: 150px;			padding: 0 15px;			border-right: 1px solid #94750A;		}				#footercolumnA03 {			float: right;			width: 215px;			text-align: right;		}/*----- PHOTOS -----*/#photoleft {	float: left;	clear: left;	padding: 10px;	margin: 0px 15px 10px 0px;	border: 1px solid #363636;}#photoright {	float: right;	clear: right;	padding: 10px;	margin: 0px 0px 10px 15px;	border: 1px solid #363636;}#photo {	float: right;	clear: right;	padding: 10px;	margin-bottom: 10px;	border: 1px solid #363636;}/*----- GOOGLE API -----*/#mapframe {	float: left;	clear: left;	width: 910px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 15px;	color: #656565;	padding: 19px;	border: 1px solid #363636;}/*----- CLEAR -----*/#clear {	clear: both;}