html {
	overflow: hidden; 
}
body { 
    margin: 0px;
    padding: 0; 
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #fff;          
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}
a {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 100%;
    margin: 0 auto;    
   	position:absolute;
   	top:40px;    
}

.scroll {
    height: 420px;
    width: 100% ;
    overflow: hidden;
    position: relative;    
    clear: left;   
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
}
h2 {
	font-size:20px;	
}
h3 {
	font-size:12px;	
	line-height:22px;
	font-weight:normal;
}

.scrollContainer div.panel {
    height: 420px;
    width: 870px;
    margin-left:10px;    
    font-size:11px;
    line-height:19px;    
}

.roundcontent {
	background: #dddddd; 
	width:800px;
	height:420px;	
	background-image: url('../img/top.png');
    background-repeat: no-repeat;
    backgruond-position:top;
}

.roundlabel {
	background-color:#fff;
	height:363px;
}

#shade {        
    width:100%;
    margin-top:-10px;
}

#logo {
    background: url(../img/logo.png) no-repeat 0 0;
    height: 200px;
    margin-left: 20px;    
    margin-top: 5px;    
}

ul.navigation {
	visibility:hidden;
    list-style: none;
    margin: 0;
    padding: 0;    
    margin-bottom:70px;
    margin-left:200px;
}

ul.navigation li {
    display: inline;
    text-align:center;    
    margin:10px;
    width:100px;      
}

ul.navigation a {
    color: #fff;
    text-decoration: none;
    font-weight:bold;    
    background-color: gray;
}


ul.navigation a:hover {
    background-color: #ed1b23;
}

ul.navigation a.selected {
    background-color: #ed1b23;
}

ul.navigation a:focus {
    outline: none;
}


.hide {
    display: none;
}
td {
	vertical-align:top;
}
.collapse {
	height:500px;
}
p {
	margin:0px;
	padding:0px;
}
#scroller {	
	margin-top:10px;	
}
#scrollerwrapper {
	background-color:#fff;
}
.play {
	cursor:pointer;
}
#speknav {
	height:30px;
	left:200px;
	top:10px;
	position:absolute;
}
.spekbutton {
	width:100px;
	background-color: #ed1b23;
	height:19px;
	float:left;
	margin-right:20px;
	color:white;
	font-weight:bold;
	text-align:center;	
	cursor:pointer;	
}
.spekactive {
	background-color:gray;
}
	
