/*
Anders Hellman
www.andershellman.se
*/


*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	}
	
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
a img{ border: 0px }

body {
	background:#DDD;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 16px;
	font-family: Helvetica, Arial, Verdana, Sans-serif; 
	color: #309;
	font-weight: normal;
	}
	
a:link,
a:visited
a:active,
a:hover {
	color: #309; 
	text-decoration: underline;
	}

.buttons span {
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 18px;
	}

object,
img,
img a {
	border: 0;
	margin: 0px;
	}
	

ol, ul, li {
	list-style: none;
	}

p {
	margin-bottom: 12px;
}

.hide {
	display: none;
	}
	
.left {
	float: left;
	}	

.right {
	float: right;
	text-align: left;
	}

.clear {
	clear: both;
	display: block;
	height: 1px;
	margin:-1px 0 0 0;
	}

#wrapper {
	width: 960px;
	margin: 15px auto;
	}

#top {
	width: 960px;
	height: 50px;
	}

#footer {
	display: none;
	}

.navigation {
	position: absolute;
	right: 0;
	top: -2px;
	z-index: 10000;
	background-color: #DDD;
	}

.col {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
	}
		
#box8 {
	position:absolute;
	width: 960px;
	}
	
#box8 div {
	width:960px;
	height: 710px;
	float:left;
	}

.sample8 {
	width: 960px;
	margin-top: 40px;
	}
	
.mask1{
	width: 960px;
	height: 710px;
	overflow: hidden;
	}

h3 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 960px;
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	}

.project-info {
	display: block;
	position: absolute;
	left: 0px;
	top: 645px;
	width: 960px;
	z-index: 1000;
	}

.project-content {
	display: block;
	position: absolute;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 30px;
	width: 960px;
	height: 580px;
	z-index: 500;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding-top: 10px;
	overflow: hidden;
	}

.outer {height: 100%; overflow: hidden; position: relative; width: 100%; display: table; position: static;}
.middle {position: absolute; top: 50%; width: 100%; text-align: center; display: table-cell; vertical-align: middle; position: static;}
.inner {position: relative; top: -50%; text-align: left; width: 700px; margin-left: auto; margin-right: auto;}


.scroller {
	margin: 0 auto;
}

.scroller_td {
	cursor: pointer;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	}

.scroller_td:hover,
.scroller_td.active {
	color: #DDD; 
	background-color: #309;
	}

.toggle {
	display: block;
	position: absolute;
	right: 0px;
	top: 620px;
	width: 130px;
	z-index: 800;
	}
	
.overlay {
	display: block;
	position: absolute;
	left: 0px;
	top: 31px;
	z-index: 800;
	}
	
	