.menu {
position:absolute;
top:330px;
left:20px;
z-index:20;
}

.menu a {
background:#B00000;
background:rgba(176, 0, 0, .6);
display:block;
float:left;
clear:both;
font-size:11px;
font-weight:bold;
line-height:28px;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;
}


.preloader {
background:url(../images/loader.gif) no-repeat center #fff;
}


.marker {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.popup {
width:300px;
position:absolute;
padding:8px;
background:#fff;
border:1px solid;
border-color:#666666;
color:#4e9048;
font-weight:bold;
font-size:11px;
line-height:20px;
}

.popup h3 {
margin:0;
margin-bottom:10px;
font-family: 'Cabin Condensed', sans-serif;
font-weight:normal;
font-size:20px;
color:#cccccc;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:4px;
right:4px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.gif) no-repeat;
cursor:pointer;
}

.controls {
	position:absolute;
	top:228px;
	left:16px;
	z-index:20;
}


.controls a {
background:#2a2a2a;
background:rgba(0, 0, 0, .8);
display:block;
float:left;
clear:both;
font-size:11px;
font-weight:bold;
line-height:28px;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;
}

.controls a:hover {
background:#2a2a2a;
color:#ffffff;
}

.controls .active {
background:#4e9048;
color:#fff;
}
