/* *****************************************
/*+  clearfix  +****************************
/***************************************** */
.clear {
	clear:both;
}
div#showroomArea:after,
div#mapArea:after,
.clearfix:after { /* for New Browser */
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block; /* for IE */
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

/* *****************************************
/*+  iepngfix  +****************************
/***************************************** */
* html #headerWrap div#titleImage,
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* *****************************************
/*+  ShowroomPage  +**************************
/***************************************** */
#headerWrap div#titleImage {
	background:url(../img/titleimage.jpg) no-repeat;
	}
div#showroomArea {
	margin:0 0 40px;
	width:800px;
	}
div#showroomArea div.showTxt {
	float:left;
	margin:0 15px 0 0;
	width:379px;
	}
div#showroomArea div.showTxt dl.showroomTxt {
	margin:0 0 20px;
	padding:0 0 20px;
	background:url(../../common/img/dotline.gif) repeat-x left bottom;
	}
div#showroomArea div.showTxt dl.showroomTxt dt {
	margin:0 0 10px;
	padding:10px 0 0 0;
	}
div#showroomArea div.showTxt dl.staffPhoto dt {
	float:left;
	width:165px;
	clear:both;
	display:block;
	}
div#showroomArea div.showTxt dl.staffPhoto dd {
	padding:0 0 0 175px;
	}
div#showroomArea div.showPhoto {
	float:left;
	width:406px;
	}
div#mapArea {
	margin:0 0 40px;
	padding:0 0 40px;
	width:800px;
	background:url(../../common/img/dotline.gif) repeat-x left bottom;
	}
div#mapArea div.mapImage {
	float:left;
	margin:0 15px 0 0;
	width:520px;
	}
div#mapArea div.mapTxt {
	float:left;
	width:265px;
	}
div#mapArea div.mapTxt table {
	margin:0 0 20px;
	width:100%;
	}
div#mapArea div.mapTxt table th {
	width:45px;
	}
div.btShowroom dt {
	float:left;
	clear:both;
	display:block;
	width:275px;
	}
div.btShowroom dd {
	display:block;
	padding:7px 0 7px 285px;
	}