
	
/* -- page section containers------------------------------------------------------------ */
#mainpage_top_panel {
	width:811px;
}

#mainpage_mid_panel {
	width:811px;
	height: 50px;
	text-align:center;

}
#mainpage_bot_panel {
	width:811px;
	
}

#left_panel_container {
	width:350px;

	float:left;
	background-color:#333;
	margin-left:10px;
	margin-right:10px;
}

#right_panel_container {
	width:430px;

	float:left;
	background-color:#333;
}

#mainpage_survey_panel {
	width:430px;
}


/* -- top panel ------------------------------------------------------------------------ */



#mainpage_betteroffline_logo {
	width:811px;
	text-align:center;
	margin-bottom:30px;
}

#mainpage_pitch_text {
	width:811px;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	line-height: 150%;

}

#mainpage_curious_header {
	width:500px;
	height:29px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	line-height: 120%;
	padding-top:20px;
	padding-bottom:2px;
	float:left;
}

#mainpage_journal_link {
	width:259px;
	height:29px;
	float:left;

}


/*-- news ----------------- */
#mainpage_news_panel {
	width:350px;
	height:100px;
	margin-top: 0px;
	background: url('../images/news-panel.png') no-repeat;	

}

#mainpage_news_panel:hover {
	background: url('../images/news-panel-ro.png') no-repeat;	
} 

#mainpage_product_panel {
	width:350px;
	height:100px;
	margin-top: 15px;
	background: url('../images/product-panel.png') no-repeat;	
}
#mainpage_product_panel:hover {
	background: url('../images/product-panel-ro.png') no-repeat;	
} 

#mainpage_banter_panel {
	width:350px;
	height:100px;
	margin-top: 15px;
	background: url('../images/banter-panel.png') no-repeat;	
}

#mainpage_banter_panel:hover {
	background: url('../images/banter-panel-ro.png') no-repeat;	
}

#mainpage_bottom_panel {
	width:350px;
	height:131px;
	margin-top: 0px;
	background: url('../images/CleanTechOpen4.png') no-repeat;	
}

#mainpage_bottom_panel:hover {
	background: url('../images/CleanTechOpen4-ro.png') no-repeat;	
} 



.mainpage_news_feed_title {
	width:200px;
	font-size:18px;
	font-family:'arial', Geneva, sans-serif;
	text-align: left;
	color: #fff;
			font-weight: 800;
	line-height: 120%;
	margin-top:10px;
	margin-left:40px;
	float:left;

}

.mainpage_news_feed_article {
	font-size:12px;
	font-family:'arial', Geneva, sans-serif;
	text-align: left;
	color: #FFF;
	line-height: 120%;
	margin-top:10px;
	float:left;
}


.mainpage_news_feed_image {
	width:80px;
	float:left;
	margin-top: 10px;
	margin-left: 15px;
}

#showforce 
{
	width:811px
}


.download_overview {
	width:811px
	font-size:12px;
	font-family:'arial', Geneva, sans-serif;
	text-align:center;

	margin-bottom: 25px;
	
}

.download_overview a:link, .download_overview a:visited {

	color: #c00;
}
.download_overview a:visited {

	color: #666;
}
.download_overview a:hover{

	color: #08c;
}




/* youtube player container */
	
#ytvideo,
#ytvideo2 {
    float: left;
	/*  margin-right:10px;  */
}


.yt_holder {
    background: #f3f3f3;
    padding: 10px 10px 10px 10px;
	width: 409px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-top:0px;
	margin-bottom:0px;	
	text-align:center;
}


ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 430px;
}

ul li {
    list-style-type: none;
    display:block;
    background: #f1f1f1;
    float: left;
    width: 150px;
	margin: 10px 30px 0px 30px;
}

ul li img {
    width: 148px;
    float: left;
/*   margin-right: 5px;  */
    border: 1px solid #999;
}

ul li a {
    font-family: georgia;
    text-decoration: none;
    display: block;
    color: #000;
}

.currentvideo {
	background: #e6e6e6;
    border: 2px solid #C00;
}

.yt_holder a:link, .yt_holder a:visited

{
	font-size:10px;
	font-family:'verdana', Geneva, sans-serif;
	color:#000;

	text-decoration: none;
}

.yt_holder a:hover

{
	font-size:10px;
	font-family:'verdana', Geneva, sans-serif;
	color:#08c;
	font- weight: 800;
	text-decoration: underline;
}