/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
table{border-collapse:collapse;border-spacing:0px;}
td,tr{vertical-align:top;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym{border:0px;}

/* Commons */
html {
	height: 100%;
	font-size: 75%;
	overflow: hidden !important;
}
body {
	height: 100%;
	font: normal 1em/1.4 Arial, sans-serif;
	color: #eeeeee;
	height: 100%;
	background-color: #000000;
        overflow: hidden !important;
}
a {
	color: #00bff3;
}
a:hover {
	color: cyan;
}
img {
	border: 0px;
	margin: 0px;
}
h1, h2, h3 {
	color: #ffffff;
	margin: 0 0px 0.5em 0px;
	font-weight: normal;
	font-family: Georgia, sans-serif;
	line-height: 1em;
        padding-top: 2em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
p {
	margin: 0px 0px 1.33em;
	padding: 0px;
}

/* OK? OK. */
.dashed-link {
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}
#menu {
    
}
#top {
    padding: 2em 2em;
    width: 100%;
}
    #top-left {
        float: left;
	width: 60%;
    }
    #top-left h1 {
	white-space: nowrap;
        padding: 0.1em 5px 0.2em;
        background-color: #111111;
        position: relative;
        float: left;
        top: 0;
        left: 0;
        clear: right;
    }
    #top-left p {
        padding: 0.1em 5px 0.2em;
        background-color: #111111;
        clear: both;
	float: left;
	
    }
    #language-switch {
        color: #e5d802;
    }
    #language-switch:hover {
        color: #fff000;
    }
    #top-right {
        margin: 0em 4em 0px 2em;
        float: right;
    }
    #top-right p,
    #top-contacts {
        padding: 0.1em 5px 0.2em;
        background-color: #111111;
	white-space: nowrap;
	float: right;
	clear: both;
    }
    #top-right .adr,
    #top-right .fn,
    #top-right .tel .type {
        display: none;
    }
    #top-contacts {
	position: absolute;
	top: 4em;
	right: 2em;
    }
    #about,
    #services {
	display: none;
    }
    #addon-text {
	float: left;
	clear: both;
	width: 75%;
	margin-left: 2em;
    }
    #addon-text li {
	margin: 0.25em 2em;
        padding: 0.1em 5px 0.2em;
        background-color: #111111;
        float: left !important;
	border-left: 1px solid #ffffff;
	clear: both;
    }
    #addon-text img {
	margin: 1em;
    }
#prev-link,
#next-link {
    z-index: 2;
    position: absolute;
    top: 50%;
    cursor: pointer;
    cursor: hand;
}
#prev-link {
    left: 0px;
}
#next-link {
    right: 0px;
}
#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
    #canvas img#first {
	float: left;
        width: 110%;
        left: -10%;
        z-index: -1;
        -ms-interpolation-mode: bicubic;
    }
    #canvas img#next {
        float: left;
	width: 110%;
        left: -10%;
        z-index: -2;
        -ms-interpolation-mode: bicubic;
    }
    #canvas img#prev {
	float: left;
	width: 110%;
        left: -10%;
	z-index: -2;
	-ms-interpolation-mode: bicubic;
    }
#whitespace {
    background-color: #111111;
    padding: 0.1em 5px 0.2em;
    position: absolute;
    bottom: 3em;
    right: 3em;
}
#whitespace a:hover {
    color: magenta;
}

#album-previews {
	height: 699px;
	overflow: hidden;
	cursor: move;
	cursor: -moz-grab;
	clear: both;
}
	#previews-wrap {
		
	}
	#album-previews .preview {
		float: left;
	}
