/* clearfix
------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%}
.clearfix { display: block;}
/* End hidefrom IE-mac */


*{
margin:0;
padding:0;
}
html,
body{
height:100%;
margin:0px;
padding:0px;
}
body{
background-image:url(../showroom/images/srMapCopy.gif);
background-repeat:no-repeat;
background-position:bottom right;
}
#wrapper{
width:592px;
margin:auto;
height:100%;
width:100%;
}
#header {
margin:auto;
margin-top:20px;
width:592px;
}
h1{
margin-right:20px;
float:left;
}
h2{
font-size:16px;
}
h3{
font-size:11px;
font-weight:normal;
}
input{
float:right;
margin-top:-30px;
}

#body{
clear:both;
margin:auto;
width:592px;
padding-top:20px;
}
.exp{
width:592px;
}
.exp p{
font-size:12px;
line-height:1.5;
margin-bottom:1em;
}
.exp img{
margin-bottom:50px;
}
#map_canvas{
width:590px;
height:424px;
font-size:12px;
border:1px solid #CCC;
margin-bottom:15px;
}
.infoWindow{
width:auto;
height:auto;
}
	.infoWindow img{
	float:left;
	margin-right:10px;
	}
	.infoWindow p{
	padding-left:1em;
	}
/* clear element */
.infoWindow:after{
content:url(../images/clear.gif);
display:block;
clear:both;
height:0px;
}
.infoWindow{display:inline-block;}
/* \*/
* html .infoWindow{height:1%;}
.infoWindow{display:block;}
/* */
/* clear element */
