body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	height:100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border:0px;
}

html{
   height: 100%;
   width: 100%;
   margin: 0em;
   padding: 0em;
}

div#mapbrand{
	position: absolute;
	top: 30px;
	left: 80%;
	z-index:100;
}

.map_bubble
{
	font-size: 11px;
	text-align: left;
	width: 430px;
	padding-bottom: 7px;
}

.map_bubble a
{
	color:#FFFFFF;
}

.map_bubble .img_section
{
	width: 150px;
	float: left;
	margin:0px 5px 5px 0px;
}

.map_bubble .video_section
{
	width: 450px;
	float: left;
	margin:0px 5px 5px 0px;
}

.map_bubble .img_section .locations_container
{
	position:relative;
}

.map_bubble .img_section .locations_container .location_options
{
	display: none;
}

.map_bubble .img_section .locations_container:hover .location_options
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fdfdfd;
	opacity: 0.75;
	border: 1px solid #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 38px;
	width: 100px;
	z-index: 100;
}

.map_bubble .img_section .locations_container .location_options .item
{
	display: block;
	margin: 5px 5px 5px 10px;
	border: 1px solid #DADADA;
	background: #ffffff;
	opacity: 1;
	color: #000;
	width: 80px;
	height: 20px;
	line-height: 20px;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 100;
}

.map_bubble .img_section .locations_container .location_options .item:hover
{
	background: #DEDEDE;
	cursor: pointer;
}

.map_bubble .text_section
{
	width: 240px;
	float: left;
}

.map_bubble .text_section .section
{
	font-weight: bold;
	padding-top: 4px;
}

.map_bubble .text_section .text
{
	padding-top: 4px;
}

a.google_pop_link, a.google_pop_link:hover
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.google_pop_link:hover
{
	text-decoration: underline;
}

.logoStripMenu
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.logoStripMenu li
{
	height:100px;
	width:100px;
	padding:0 0 2px;
	float: left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.logoStripMenu li p
{
	margin: 0px;
	padding: 0px;
}

.logoStripMenu li a {
	display:block;
	height:0 !important;
	overflow:hidden;
	padding:250px 0 0;
}

.logoStripMenu li.fullscreen_back
{
	width: 130px;
	height: 250px;
}

.fullscreen_back p
{
	background: url(images/streetartlocator_SAL-logo.png) no-repeat scroll center bottom;
}

.vertical_return_home {
	background:transparent url(images/vertical_return_home.png) no-repeat scroll left top;
	cursor:pointer;
	height:121px;
	right: 0px;
	position:absolute;
	top:55px;
	width:40px;
	z-index: 2000;
}

.fullscreen_logo {
	background:transparent url(images/fullscreen_logo.png) no-repeat scroll left top;
	cursor:pointer;
	height:124px;
	left: 15px;
	position:absolute;
	bottom:55px;
	width:205px;
	z-index: 2000;
}

.clear-block:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0;
}

.clear-block {
	display: block;
}

.clear-block {
	.display: inline-block;
}

* clear-block .clearfix {
	height: 1%;
}

