﻿html {
	height: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #101010;
	color:#ffffff;
	font-family:Arial,serif;
}
img {
    border:0px;
}

#worldmap {
    background:url(/photography/system/images/worldmap.gif) no-repeat top left;
    margin:8px;
    width:382px;
    height:176px;
    display:block;
}
#locator 
{
    position:relative;
    z-index:12000;
    float:left;
}

/*-- gallery --*/

.galleria-layer div {
    top:60px;
    left:40px;
    padding:10px;
    width:400px;
    position:absolute;
    background:url(/photography/system/images/bg_menu.png);
}
.galleria-layer .help 
{
    color:Gray;
    font-size:9px;
}
.galleria-layer h2 {
    margin: 0 0 8px;font-size:22px;line-height:1;
}
.galleria-layer p {
    margin:0 0 10px 0;
}

.galleryPopup 
{
    background-color:Black;
    height:100%;
    padding:4px;
    font-size:12px;
}

/*-- footer menu --------------------------------------------------------------- */
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	opacity:0.9;
	height:35px;
	line-height:35px;
	margin:0px;
	padding:0px;
	background-color:white;
	z-index:10001;
	border-top:1px solid gray;
}
.footerMenu {
    margin:0px;
    padding:0px;
}
.footerMenu li {
	float:left;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	text-align:left;
	width:106px;
	height:35px;
    border-right:1px solid black;
    font-size:11px;
}
.footerMenu li a {
    color: #666154;
    display:block;
    padding-left:8px;
    text-decoration:none;
}
.footerMenu li a:hover {
    background-color:Black;
    text-decoration:none;
    color:White;
}
.footerLogo  {
    background-color:black;
    width:270px;
    display:block;
    float:left;
    border-right:1px solid gray;
}
.footerSlideShow {
    float:left;
}
.footerSlideShow IMG {
    padding:9px 0px 0px 7px;
}
.select {
    background-color:#101010;
}
.footerFB 
{
    float:right;
    margin:8px 8px 0px 0px;
}
