/* 	
	
	STYLESHEET
	(c) 2012 by niklasp.com 
	
*/

* {
	margin:0;
	padding:0;
}

body {
	background: #b5b5b5 url(img/bg2.jpg) center center fixed;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 17px;
	overflow: hidden;
}

.wrapper {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.layout {
	position:absolute;
	top:50%;
 	left:50%;
	background: url(img/layout.png) no-repeat;
 	width:1050px;
	height:650px;
	margin:-325px 0 0 -530px;
	text-align:left;
}

a, a:active, a:visited { 
	text-decoration:none;
	color:#555;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

a:hover { 
	text-decoration:underline;
	color:#333;
}

a:focus { outline:none; }

img { border:0; }

#menu {
	position:absolute;
	left:0;
	top:100px;
	padding-left:20px;
	width:135px;
	height:600px;
	text-shadow:#d5d5d5 1px 1px 0;	
}

#logo {
	margin: 97px 0 0 14px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	text-shadow:#999 1px 1px 0;
}

#logo a, #logo a:active, #logo a:visited { 
	text-decoration:none;
	color:#fff; 
}

#logo a:hover { 
	text-decoration:none;
	color:#eee;
}

#logo img {
	-webkit-transition: .5s ease-out;
	   -moz-transition: .5s ease-out;
           	transition: .5s ease-out;
}

#logo img:hover {
	opacity:0.75;
}

#menu ul.large {
	margin:7px 0 0 5px;
	font-size:11px;
	list-style-type:none;
	padding:0;
}

#menu ul.large li {
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #888;
}

#menu ul.large li a {
	background: url(img/arrow2.gif) left center no-repeat;
	margin-left:5px;
	padding:3px 10px 3px 14px;
	display:block;
	text-decoration:none;
	color:#222;
	-webkit-transition: .2s ease-out;
	   -moz-transition: .2s ease-out;
           	transition: .2s ease-out;
}

#menu ul.large li a:hover {
	background: url(img/arrow2h.gif) left center no-repeat;
	text-decoration:none;
	color:#555;
}

#menu ul.large li:first-child {
	border-top: none;
}

#menu ul.large li:last-child {
	border-bottom: none;
}

#menu ul.small {
	margin: 15px 0 0 5px;
	font-size:11px;
	list-style-type:none;
	padding:0;
}

#menu ul.small li a {
	display: block;
	margin:5px 10px 5px 19px;
	text-decoration:none;
	color:#666;
	-webkit-transition: .2s ease-out;
	   -moz-transition: .2s ease-out;
           	transition: .2s ease-out;
}

#menu ul.small li a:hover {
	text-decoration:none;
	color:#444;
}

#container {
	position:absolute;
	left:175px;
	height:600px;
	width:850px;
	top:25px;
}

#slides {
	position:absolute;
	left:50px;
	top:50px;
	height: 500px;
	width:750px;
}

#slides img { display: none; }

#index {
	position:absolute;
	left:50px;
	top:50px;
	height:500px;
	width:750px;
}

#index img { display: none; }

#thumbs {
	position:absolute;
	top:50px;
	left:50px;
	width:750px;
	height:500px;
	display: none;
	z-index:60;
	background: #eee url(img/bg_thumbs.jpg) no-repeat;
        color: #222;
	text-shadow: none;
}

#thumbs span {
	float:left;
	margin: 5px 0 0 5px;
}

#thumbs img {
	display:block;
	border: 8px solid #fff;
	cursor:pointer;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
     	   -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

#thumbs img:hover {
	opacity: 0.5;
}

#nav {
	z-index:50;
	position:absolute;
}

#next {
	position:absolute;
	left:584px;
	top:150px;
	height:300px;
	width:250px;
	cursor:pointer;
	background: url(img/next.png) right center no-repeat;
	opacity:0.6;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;	
}

#next:hover {
	opacity:1;
}

#prev {
	position:absolute;
	left:16px;
	top:150px;
	height:300px;
	width:250px;
	cursor:pointer;
	background: url(img/prev.png) left center no-repeat;
	opacity:0.6;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

#prev:hover {
	opacity:1;
}

#toggle_thumbs {
	position:absolute;
	top:558px;
	left:675px;
	height:18px;
	color: #999;
	background: url(img/thumbs.gif) left center no-repeat;
	padding:2px 0 2px 22px;
	cursor:pointer;
	opacity:0.6;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

#toggle_thumbs:hover {
	opacity:1;	
}

#close_thumbs {
	position:absolute;
	top:-25px;
	left:692px;
	color: #999;
	padding:0 15px 0 0;
	background: url(img/close.gif) right center no-repeat;
	cursor:pointer;
	opacity:0.6;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

#close_thumbs:hover {
	opacity:1;
}

#toggle_info {
	position:absolute;
	top:558px;
	left:620px;
	height:18px;
	color: #999;
	background: url(img/info.gif) left center no-repeat;
	padding:2px 0 2px 18px;
	cursor:pointer;
	opacity:0.6;
	-webkit-transition: .3s ease-out;
	   -moz-transition: .3s ease-out;
           	transition: .3s ease-out;
}

#toggle_info:hover {
	opacity:1;
}

#count {
	position:absolute;
	top:558px;
	left:740px;
	height:18px;
	width:45px;
	color: #999;
	text-align: right;
	padding:2px 0;
}

#location {
	position:absolute;
	top:558px;
	left:60px;
	height:16px;
	width:300px;
	color:#666;
	font-size:12px;
	background:url(img/location.gif) left center no-repeat;
	padding:2px 0 2px 20px;	
	display:none;
}

.content {
	position:absolute;
	top:50px;
	left:50px;
	width:750px;
}

.active {
	text-decoration: underline !important;
}

.copyright {
	font-size: 10px;
	margin: 0 10px;
	color: #999;
}	

#about {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 750px;
	height: 500px;
	line-height: 20px;
	background: url(img/about.jpg) top right no-repeat;
}

#news {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 750px;
	height: 500px;
	line-height: 20px;
	background: url(img/news.jpg) top right no-repeat;
}

#links {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 750px;
	height: 500px;
	line-height: 20px;
	background: url(img/links.jpg) top right no-repeat;
}

#about p, #links p, #news p {
	width:300px;
	font-size:11px;
	margin: 0;
	padding: 4px 0;
	text-shadow: #fff 1px 1px 0;
}

#about p.title, #links p.title, #news p.title, #contact p.title {
	font-size:15px;
	color:#999;
	margin: 10px 0 0 0;
	padding: 0;
	text-shadow: #fff 1px 1px 0;
}

#news strong {
	background: url(img/arrow.gif) no-repeat;
	padding-left: 9px;
	color: #444;
}

#news p a, #news p a:active, #news p a:visited { text-decoration:underline;color:#555; }

#news p a:hover { text-decoration:none;color:#333; }

#links a, #links a:active, #links a:visited { text-decoration:underline;color:#555; }

#links a:hover { text-decoration:none;color:#333; }

#links span {
	display:block;
	color: #444;
	margin: 5px 0 0 0;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0;
}

#about ul, #news ul {
	margin:5px 0 10px 0;
	padding:0;
	font-size:11px;
	list-style-position:inside;
	list-style-image:url(img/arrow.gif);
	text-shadow: #fff 1px 1px 0;
}

#links ul {
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
	list-style-position:inside;
	list-style-image:url(img/arrow.gif);
	text-shadow: #fff 1px 1px 0;
}

#about ul li, #links ul li, #news ul li {
	margin: 3px 0;
}

.preloader { background: #fff url(img/load.gif) center center no-repeat; !important }

#scrollbar { width: 355px; clear: both; background: #eee url(img/bg_content.jpg) no-repeat; }

#scrollbar .viewport { width: 330px; height: 500px; overflow: hidden; position: relative; }

#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 5px 15px; }

#scrollbar .thumb .end, #scrollbar1 .thumb { background-color: #c2c2c2; }

#scrollbar .thumb { background: #c2c2c2 url(img/thumb.gif) center no-repeat; }

#scrollbar .scrollbar { position: relative; float: right; width: 11px; }

#scrollbar .track { background: url(img/track.gif); height: 100%; width:11px; position: relative;}

#scrollbar .thumb { height: 20px; width: 11px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }

#scrollbar .thumb .end { overflow: hidden; height: 100px; width: 11px; }

#scrollbar .disable{ display: none; }