body {
	background-color: #537CBC;
	padding:0px;
	font-family: calibri, Verdana, Geneva, sans-serif;
	}

p {
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 14 px;
	line-height: 24px;
	color:#FFF;
	}

* {margin:0px; padding:0px;}

img {border: 0;}

li {margin: 0;}
ul {list-style: none;}


h1 {font-family: calibri, Verdana, Geneva, sans-serif; line-height: 60px; font-size: 50px; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5;}
h2 {font-family: calibri, Verdana, Geneva, sans-serif; line-height: 30px; font-size: 30px;}
h3 {font-family: calibri, Verdana, Geneva, sans-serif; line-height: 30px; font-size: 20px;}

.clearboth {clear: both;}

.floatleft {float: left;}
.backgroundimages {z-index: 1; overflow: hidden; position: fixed; height: 100%; width: 100%; bottom: 0; right: 0;}
.overlayer {z-index: 2; position: absolute; top: 0;}
.backgroundimages ul li {overflow: hidden;}
.backgroundimages  img{overflow: hidden;}

.logo {margin-top: 25px; width: 300px; height: 60px; position: fixed; right: 0; margin-right: 45px;}
.logo_v {margin-top: 25px; width: 100px; height: 600px; position: fixed; left: 0; margin-left: 45px;}



.menuitem {
	float: left;
	display: inline-block;
	width: 640px;
	height: 200px;
	padding: 10px;
	margin-top: 25px;
	color: #fff;
	margin-left: 285px;
	font-size: 30 px; 
	}

.menuitem ul li a {
	color: #FFF;
	font-family: calibri, Verdana, Geneva, sans-serif;
	font-size: 30 px; 
	text-decoration: none;
	}

.menuitem ul li .currentmenuitem {
	width: 9px;
	height: 9px;
	margin-top: 4px;
	background-color: #fff;
	margin-right: 5px;
	float: left;
	font-size: 30 px; 
	}

.item {
	float: left;
	display: inline-block;
	width: 800px;
	padding: 10px;
	line-height: 24px;
	color: #fff;
	}

.item ul li .currentitem {
	width: 9px;
	height: 9px;
	margin-top: 7px;
	background-color: #fff;
	margin-right: 7px;
	float: left;
	}

.maincontent {
	width: 90%;
	position: absolute;
	top: 250px;
	padding: 10px;
	left: 0;
	display: inline-block;
	clear: both;
	margin-left: 285px;
	padding-bottom: 45px;
	color: #fff;
	}

.maincontent a {
	color: #FFF; 
	text-decoration: none;
	}

	/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}
#content-wrapper{ 
		width:100%; 
		height:100%; 
		position:absolute; 
		top:0; 
		overflow:auto; 
		z-index:4; 
		text-align:center; 
	}
	
	/*Controls Section*/
#controls-wrapper{
	    margin:0px auto;
	    height:62px;
	    width:100%;
	    bottom:0;
	    z-index: 5;
	    background:url('images/nav-bg.png') repeat-x;
	    position:absolute;
	}
#controls{
	    overflow: hidden;
	    height: 100%;
	    text-align:left;
	    z-index: 5;
	    padding:0 114px; /* Increase padding to give thumbnails room */
	}
#slidecounter{
	    float:left;
	    color:#888;
	    font:23px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px -1px 0px;
	    margin:19px 10px 18px 20px;	
	}
#slidecaption{
	    overflow: hidden;
	    float:left;
	    color:#FFF;
	    font:16px "Helvetica Neue", "Helvetica", Arial, sans-serif;
	    font-weight:bold;
	    text-shadow: #000 0px 2px 0px;
	    margin:23px 20px 23px 0;
	}

	/*Supersized Link*/
.stamp{ float: right; margin: 15px 30px 0 0;}

	/*Supersize Plugin Styles*/
#navigation{
	    float: right;
	    margin:10px 20px 0 0;
	}
#loading {
	    position: absolute;
	    top: 49.5%; 
	    left: 49.5%;
	    z-index: 10;
	    width: 24px; 
	    height: 24px;
	    text-indent: -999em;
	    background-image: url(images/progress.gif);
	}
#supersized{
	    position:fixed;
	}
#supersized img{ -ms-interpolation-mode: bicubic; }
#supersized img, #supersized a{
	    height:100%;
	    width:100%;
	    position:absolute;
	    z-index: -1;
	}
#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}
#nextthumb, #prevthumb{ z-index:6; display:none; position:absolute; bottom:12px; height:75px; width:100px; overflow:hidden; border:2px solid #fff; -webkit-box-shadow: 0px 0px 5px #000; }
#nextthumb{ right:12px; }
#prevthumb{ left:12px; }
#nextthumb img, #prevthumb img{ width:150px; }
#nextthumb:active, #prevthumb:active{ bottom:10px; }

	/*Add hover pointer*/
#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }