body { font-family: Arial, Helvetica, sans-serif; }
h1 {
	color: #9c7e0e;
	font-size: 13px;
	padding-bottom: 0px;
}
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000000;
	opacity:.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	z-index:101;
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.modal {
	width: 660px;
	height: 500px;
	background: url(/Common/Img/videoWindowBG.jpg) no-repeat left top;
}
.modal { behavior: url(/Common/Scripts/iepngfix.htc); }
.gallery {
	background: url(/Common/Img/galleryBG.jpg) no-repeat left top;
	width: 596px;
	height: 445px;
	padding: 10px 0px 0px 10px;
}
.gallery { behavior: url(/Common/Scripts/iepngfix.htc); }
.map {
	background: url(/Common/Img/toscana-mapBG.jpg) no-repeat left top;
	height: 351px;
	width: 610px;
	position: relative;
	padding-top: 26px;
	padding-left: 11px;
}
.popupVideo {
	padding-top: 10px;
	padding-left: 10px;
	width: 650px;
	float: left;
}
.videoContent {
	background: url(/Common/Img/videoContentBG.gif) no-repeat left top;
	float: left;
	height: 316px;
	width: 176px;
	margin-top: 37px;
	padding: 18px 14px;
	font-size: 10px;
	color: #333333;
}
.popupAudio {
	background: #be9c5f;
	width: 620px;
	padding-left: 5px;
}
img.mapLogo {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.modal-window
{
	position:fixed;
	top:40%;
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
.modal-window img, .modal-window iframe {
	padding: 0px;
	margin: 0px;
}
* html .modal-window
{
	position:absolute;
}
.close-window
{
	position:absolute;
	width:16px;
	height:16px;
	right:20px;
	top:20px;
	background: url(/Common/Img/videoClose.gif) no-repeat right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#map .close-window {

	right: 0px;
	top: 0px;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
}

