.bgr_landing{
	position: relative;
	min-width: 920px;
	height: 465px;
	background: url('../images/nl/landing/landing_base.jpg') repeat-x;
}

#bgr_back{
	width: 100%;
	min-width: 920px;
	height: 465px;
	position: absolute;
	top: 0px;
	z-index: 1;
	/*background-position: 50% 0%;*/
	background-repeat: no-repeat;
}

#bgr_front{
	width: 100%;
	min-width: 920px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	height: 465px;
}

.bgr_action{
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 100%;
	height: 465px;
}

.prv, .nxt{
	position: absolute;
	top: 200px;
	width: 51px;
	height: 51px;
	z-index: 3;
}

.prv{
	left: -70px;
}

.nxt{
	right: -70px;
}

.prv a, .nxt a{
	display: block;
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: top left;
}

.prv a{
	background-image: url('../images/nl/landing/highlight_prv.png');
}

.nxt a{
	background-image: url('../images/nl/landing/highlight_nxt.png');
}

.prv a:hover, .nxt a:hover{
	background-position: bottom left;
}

.highlight_frame{
	width: 920px;
	height: 465px;
	overflow: hidden;
}

#highlight_strip{
	position: absolute;
	top: 0px;
	left: 0px;
}

.highlight_content{
	width: 920px;
	height: 465px;
	font-size: 22px;
	font-family: avenir, Arial, Helvetica;
}

.highlight_content .block{
	width: 250px;
	margin-bottom: 20px;
	padding-left: 23px;
	line-height: 28px;
}

.highlight_content .block_new{
	width: 570px;
	padding-left: 23px;
	line-height: 28px;
}

.highlight_content h1{
	padding-left: 23px;
	line-height: 28px;
	font-size: 32px;
	margin-top: 60px;
	width: 100%;
}

.highlight_content .listnum{
	float: left;
	width: 23px;
	clear: left;
}

.highlight_content .listblock{
	float: left;
	width: 250px;
	margin-bottom: 20px;
	line-height: 28px;
}

.highlight_content.wide .block,
.highlight_content.wide .listblock {
	width: 280px;
}

#highlight_spotholder{
	position: absolute;
	left: 25px;
	bottom: 25px;
}

a.spot {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url('../images/nl/landing/spot.png') no-repeat top left;
	margin-right: 5px;
} 

a.spot:hover{
	background-position: center left;
}

a.spot.selected{
	background-position: bottom left;
}

.highlight_banner{
	position: absolute;
	top: 40px;
	right: 0px;
	border: 10px solid rgba(0,0,0,0.3);
	cursor: pointer;
}

.highlight_banner .divider_down{
	margin: 0px 0px 10px 0px;
}

.highlight_border{
	border: 2px solid #00c870;
	width: 280px;
	background-color: rgba(255,255,255,0.7);
}

.highlight_border:hover{
	/*border: 2px solid #FFFF94;*/
	background-color: rgba(255,255,255,0.75);
}

.highlight_banner_subtitle{
	padding: 10px 15px 0px 15px;
}

.highlight_banner_title{
	text-align: center;
}

.highlight_banner_title img{
	width: 230px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.highlight_banner_content p{
	padding: 0px 15px 10px 15px;
}

.highlight_banner_content .img_holder{
	text-align: center;
	margin-bottom: 10px;
}

.highlight_banner_content img{
	width: 170px;
}

.landing_column{
	font-size: 14px;
	line-height: 20px;
	padding: 0 30px;
}

.landing_column h1{
	padding-bottom: 30px;
}

.landing_column_block{
	margin-bottom: 20px;
}

.landing_logo {
	height: 51px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.designer_logo{
	background: url('../images/nl/landing/designer_logo.png') no-repeat top center;
}

.case_logo{
	background: url('../images/nl/landing/case_logo.png') no-repeat top center;
}

.news_logo{
	background: url('../images/nl/landing/news_logo.png') no-repeat top center;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	
	font-size: 14px !important;
	text-align: left;
	position: relative;
}
		
.tweet_list .tweet_avatar {
	padding-right: 5px;
	float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet_time{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 10px;
}

.slogan{
	margin: 0 55px;
	padding: 35px 20px;
	position: relative;
}

.slogan h1{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}



@media only screen and (max-width: 1060px){
	
	.bgr_landing .nxt, .bgr_landing .prv{
		display: none;
	}

}

.divider{
	position: relative;
	height: 10px;
	border-bottom: 1px dotted #999;
	margin: 10px 55px 35px 55px;
}

.divider_arrow{
	width: 100%;
	height: 10px;
	background: url('../images/nl/contest/rateMe_subtle_top.png') no-repeat 50% 0;
	position: absolute;
	bottom: -1px;
}

.divider_down{
	position: relative;
	height: 10px;
	border-top: 1px dotted #999;
	margin: 30px 55px 20px 55px;
}

.divider_down_arrow{
	width: 100%;
	height: 10px;
	background: url('../images/nl/general/sep_arrow_bot.png') no-repeat 50% 0;
	position: absolute;
	top: -1px
}

.featured_logos{
	margin: 0px 55px 0px 55px;
}

.logo_holder{
	width: 380px;
}

.logo_holder_title{
	border-bottom: 1px dotted #999;
}

.featured_logo{
	margin-top: 10px;
}

.featured_logo a:hover{
	opacity: 0.7;
}

.featured_logo.first{
	margin-left: 17px;
}

.featured_logo.sep{
	margin-right: 31px;
}

.featured_logo img{
	width: 95px;
	height: 95px;
}

.logo_holder_divider{
	width: 100%;
	height: 10px;
	position: relative;
}

.logo_holder_divider_arrow{
	width: 100%;
	height: 10px;
	background: url('../images/nl/general/sep_arrow_bot.png') no-repeat 50% 0;
	position: absolute;
	top: -1px
}

a.button_landing{
	font-size: 18px;
	text-align: center;
	width: 300px;
	/*margin-left: 140px;*/
	line-height: 40px;
	
	background-color: #007EFA;
	font-family: avenir, Helvetica, Arial;
	display: block;
	float: left;
	color: #FFF;
	
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	behavior: url('pie.htc');
	
	border: 2px solid #007EFA;
}

a.button_landing:hover{
	background-color: #FFF;
	color: #007EFA;
	background-position: 6px -20px;
}

a.button_landing:active{
	background-color: #ffff94;
}

