/* Stylesheet by Alexander Gaertner 2012 */

html, body{
	font-family: "Verdana", sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	background-color: #fff;
	font-size: 13,4px;
}


h1 { font-size:26px; margin-bottom:18px; font-weight: normal; }

h1.ph1 { font-size:21px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h3 { font-size:16px; }

h4 { font-size:13.4px; }

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-size:13.4px; }

/* HEADER */
	

#head{
	padding-top:10px;
	width:100%;
	background:#FFF;
	position: fixed;
	z-index: 10;
}
	
.nav{
	background:#FFF;
	position: fixed;
	top: 100px;
	left: 300px;
}

.nav ul{
	padding: 0;
	margin: 0;
	margin-left: 100px;
}

.nav ul li{
	display: inline;
	margin-right: 10px;
}
	
.nav ul li:lastChild{
	display: inline;
	margin-right: 0px;
}

.availableOption a{
	text-transform: uppercase;
	color: #5fc1e8;
	text-decoration: none;
}

.availableOption a:hover{
	color: #14a24e;
}

.activeOption a{
	text-transform: uppercase;
	color: #14a24e;
	text-decoration: none;
}

.horizontalLine{
	position:fixed;
	margin-left:10%;
	top: 131px;
	left: 0px;
	height: 8px;
	width:	90%;
	z-index: 1000;
	background-color: #5fc1e8;
	
}



/* CONTENT */

.horizontalLine2{
	z-index:50;
	position: fixed;
	top: 180px;
	left: 0px;
	height: 18px;
	width: 100%;
	background-image:url('../img/LineShaddow.png');
	background-repeat: repeat-x;
	
}

#content{
	top:190px;
	position:relative;
	padding: 15px;
	left:50px;
	padding-bottom:40px;
	width: 960px;
	margin: 0 auto;
}

#content a{
	color: #5fc1e8;
}

#content a:hover{
	color: #14a24e;;
}
/* FOOTER */

.horizontalLine3{
	left: 0px;
	height: 18px;
	width: 100%;
	background-image:url('../img/LineShaddowUp.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 100px;
	
}

#footer{
	width: 100%;
	bottom: -80px;
	background-color: #87bf76;
	height: 100px;
	position: fixed;
	font-size: 11px;
	color: #fff;
	text-align: center;
	
}

#footer a{
	color: #fff;
	font-size: 11px;
	font-weight: lighter;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer ul li{
	display: inline;
	
}

#footer ul{
	display: inline;
	margin:0;
}

.closeText{
	font-size:10px;
	}
	
.vSlide {
	position: relative;
	float: right;
}
.vSlide div {
	margin-right:3px;
	float:left;
	width:100px;
	height:100px;

	position:relative;
	overflow:hidden;
}
.vSlide img {
	position:absolute;
}