body {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	background-color: #eee;
	
}


h1 {
	font-weight: 300;
	color: #666;
}

a:visited, a:link {
	color: #41A5F7;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}


#main {
	width:  1000px;
	margin-left: auto;
	margin-right: auto;
}

#barneo_demo {
	width: 640px;
	height: 360px;
}

.slice {
	width: 100%;
	margin-bottom: 60px;
	clear: both;
	
}

.slice:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.slice_title {
	color: #000;
	font-weight: 300;
	font-size: 24px;
	position: relative;
	margin-left: 300px;
	text-align: left;
	width: 400px;
	border-bottom: 1px solid #666;
}

.slice_title img {
	margin-bottom: -26px;
	margin-left: -8px;
	width: 50%;
}


.col1 {
	float: left;
	text-align: right;
	width: 260px;
	margin-right: 40px;
	margin-top: 22px;
		
}

.col2 {
	margin-left: 300px;
	width: 400px;
	text-align: left;
	
}

#hero_logo {
	position: relative;
	margin-top: 250px;		
	margin-bottom: 200px;
	height: 200px;
}

#hero_float {
	position: absolute;
	left: 304px;
	height: 200px;
	
	transition: margin-top .8s;
	-moz-transition: margin-top .8s; /* Firefox 4 */
	-webkit-transition: margin-top .8s; /* Safari and Chrome */
	-o-transition: margin-top .8s; /* Opera */
}

#hero_labs {
	position: absolute;
	left: 516px;
	height: 200px;
}


#hero_underline {
	width: 400px; 
	margin-left: 300px; 
	margin-top: 140px;
	margin-bottom: 300px;
	
	position: absolute;
	border-bottom: 4px solid #41A5F7;
	clear: both;
}


#update {
	position: relative;
	top: 100px;
}		

#copyright {
	font-size: .85em;
	margin-top: 100px;
	margin-bottom: 0px;
}