/*Supersize Plugin Styles*/  
*{
	margin:0;
	padding:0;
}

/* Link Styles
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #CCC; }
a:hover, a:focus { text-decoration: none; color: #FFF; }


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #888;
}

img{
	border:none;
}

body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background:#272727;
}

#content{
	margin:0px auto;
	height:50px;
	width:100%;
	bottom:5%;
	z-index: 3;
	background:#262626 no-repeat 90%;
	border-top:1px solid #000;
	border-bottom:1px solid #4F4F4F;
	position:absolute;
}

#contentframe{
	overflow: hidden;
	border-top:solid 1px #4F4F4F;
	border-bottom:1px solid #000;
	height: 100%;
	text-align:left;
	z-index: 3;
}

#footer {
	float: left;
	width: 958px;
	height: 50px;
	margin: 0px auto 0px auto;
	text-align: center;
}

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize{
	position:fixed;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

/*Menu styles*/		
#menu {
	float: left;
	display:block;
}

#menu .logo {
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 15px;
	float: left;
	text-align: center;
	width: 200px;
	height: 16px;
	border: 1px solid #AAA;
	color: #AAA;
	font: 800 100% Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #AAA;
	letter-spacing: 2px;
}

#menu .logo a:hover {
	text-decoration: none;
}

#menu .button {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
	display:block;
	font: 110% Helvetica,   "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #CCC;
}

#menu .button a {
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	color: #AAA;
}
 
#menu .button a:hover {
	color: #fff;
}

#menu .bandverticale {
	background: #444;
	width: 1px;
	height: 160px;
	margin-right: 12px;
	float: left;
}

#copyright {
	float: right;
	margin-top:12px;
	margin-right:15px;
	font-size:0.7em;
	text-align: right;
}
