/**
 * Reset defaults
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, 
q {
	quotes: "" "";
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
/**
 * General
 */
body {
	color: #939598;
	font: 10px/14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #000;
}

img {
	display: block;
}

p {
	margin: 0 0 24px 0;
}

h1 {
	clear: left;
	display: block;
	margin: 0 0 33px 40px;
	width: 242px;
	height: 39px;
	background: url(../images/logo_mesmer.png) no-repeat;
	text-indent: -9999px;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 10px;
}


a, a:visited {
	color: #939598;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #888;
}


/**
 * Structure
 */
#nav {
	float: left;
	margin: 35px 0 128px 40px;
}
 
#slideshow {
	position: relative;
	margin: 0 0 40px 40px;
	height: 510px;
}

#info-content,
#contact-content {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

.content-inner {
	padding: 30px 40px;
}

/**
 * Navigation
 */
#nav li {
	float: left;
	margin: 0 19px 0 0;
	color: #fff;
	cursor: pointer;
}

/**
 * Content
 */
#close-info,
#close-contact {
	display: block;
	clear: left;
	margin: 0 0 0 -18px;
	padding: 0 0 0 18px;
	background: url(../images/close.gif) no-repeat left 50%;
	cursor: pointer;
}

.left-address {
	float: left;
	margin: 0 25px 12px 0;
}

/**
 * Slideshow
 */
#slideshow img {
	display: none;
	
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}
