/*WELCOME AREA*/

#content{
	padding-left: 0;
	background-image: url(/images/greenest/video_bkg.jpg);
	background-repeat: repeat-x;	
}

#welcome{
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
	width: 820px;
	color: #444;
	clear: both;
}

#welcome h1{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #437CAE;
}

#welcome_movie{
	float: left;
	width: 395px;
}

#top_rightside{
	float: right;
	text-align: left;
	width: 395px;
}

#smartsteps{
	text-align: center;
	margin: 30px 0;
}

#smartsteps li{
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 100;
	color: #395;
}

#top_rightside p{
	font-size: 16px;
}

#movies_container { width: 782px; height: 250px; overflow: hidden; border-left: 2px solid #eee; border-right: 2px solid #eee;}
#movies_shifter { position: relative; margin: 0; width: 1574px; height: 250px;}
.movies_pane { position: relative; margin: 0; width: 787px; height: 250px; float: left; overflow: none;}


#click_to_enter{
	display: block;
	text-align: center;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ccc;
	border-left: 4px solid #ccc;
	border-bottom: 4px solid #bbb;
	background-color: #eff;
	margin: 30px auto;
	font-size: 24px;
	width: 320px;
	padding: 10px 0;
}

#click_to_enter:hover{
	border-top: 4px solid #eee;
	border-right: 4px solid #bbb;
	border-left: 4px solid #bbb;
	border-bottom: 4px solid #999;
	background-color: #dee;
}

#videos{
	margin: 0 auto;
	color: #555;
}

/*TOP VIDEOS*/

#see_videos{
	clear: both;
	padding: 40px 0 0 15px;
	font-size:16px;
	color: #437CAE;
}

#most_popular{
	height: 350px;
}

#most_popular h3{
	border-bottom: 1pt solid #AAA;
	font-size: 14px;
	padding: 3px 15px;
	color: #437CAE;
}

/*SHARED VIDEO CLASSES*/

.movie{
	margin-left: 10px;
	margin-bottom: 5px;
}

embed{
	border: 1px solid #ccc;
}

.left_arrow{
	text-align: center;
	margin: 0px 20px;
	padding-bottom: 5px;
	float: left;
	margin-top: 100px;	
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted #999;
}

.right_arrow{
	text-align: center;
	width: 32px;
	float: right;
	margin: 0px 20px 0 5px;
	padding-bottom: 5px;
	margin-top: 100px;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted #999;
}


.pagination{
	float: right;
	font-weight:bold;
	margin: 3px 15px 0 0;
}

.container{
/*	background-image: url(/images/greenest/header_gradient_inverted.jpg);*/
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	padding-top: 30px;
}

/*ALL VIDEOS*/

#all_movies{
	height: 350px;
	clear: both;
    background-color: #EDEDEC;
	height: 530px;
}

#videos h3{
	border-bottom: 1pt solid #999;
	font-size: 14px;
	padding: 3px 15px;
	color: #437CAE;
}

/*slider*/

#intro {
    padding-bottom: 10px;
}

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

#slider {
    width: 548px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 423px;
    width: 548px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(/images/greenest/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 403px;
    width: 528px;
}

#shade {
    background: #EDEDEC url(/images/greenest/shade.jpg) no-repeat center;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin: 0 2px 2px 0;
}

ul.navigation a {
    padding: 3px 5px;
    color: #000;
    text-decoration: none;
}

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

ul.navigation a.selected {

	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

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

.scrollButtons {
    position: absolute;
    top: 200px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}