/* CSS Document */
body{
	background-color: #000000;
	/*background-image:url(../images/home_feature-1.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	font-family: "proxima-nova",sans-serif;
}
#spread{
	position:relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#leftcontrol{
	position:fixed;
	top: 350px;
	left:0;
	z-index:100;
}
#rightcontrol{
	position:fixed;
	top:350px;
	right:0;
	z-index:100;
}
#leftcol{
	width:110px;
}
#logo{
	margin-top:25px;
	margin-bottom:60px;
}
#socialicons{
	margin-bottom:5px;
	margin-left: 4px;
}
#nav{
	width: 110px;
	float: left;
	margin-bottom:10px
}
#share span{
	margin-left:5px;
	margin-bottom: 4px;
	display: inline-block;
}
#share img:last-child{
	margin-bottom:0;
}
#hiddenlink{
	position: absolute;
	left: 150px;
	top: 250px;
	width: 600px;
	height: 275px;
	
}
#feature{
	position:absolute;
	border-bottom: 5px #cc9900 solid;
	width:365px;
	height:95px;
	font-size:12px;
	line-height: 14px;
	color: #ffffff;
	bottom:0;
	right:3px;
}
#feature b, #feature strong{
	color: #ffcc66;
	font-weight:600;
	/*font-size: 13px;
	line-height: 15px;*/
	text-transform:uppercase;
}
.feature-bkgd{
	background-color: rgba(0,0,0,0.4);
	height:80px;
	padding-top:10px;
	padding-right:13px;
	padding-bottom:5px;
	border-top: 1px solid #6f4922;
	border-right: 1px solid #6f4922;
	border-left: 1px solid #6f4922;
}
.feature-image{
	position:absolute;
	height:105px;
	width:135px;
}
.feature-image img{
	margin-left:-15px;
	margin-top:-30px;
}
.feature-text{
	width:217px;
	float: right;
	font-weight:300;
}
.feature-text p{
	margin-bottom: 5px !important
}
.feature-arrow{
	position:absolute;
	bottom: 5px;
	right: 5px;
}
.feature-arrow img{
	float: right;
}
#footer{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#footercontainer{
	font-family: "proxima-nova",sans-serif;
	margin-top:40px;
	color: #999999;
	font-size:10px;
	width:370px;
	float:right;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#footer a:link, #footer a:visited{
	color: #999999;
	text-decoration:none;
}
.st_sharethis_custom
{       
background:url(/userfiles/share_sharethis.png)
no-repeat scroll left top transparent;
margin-left:5px;
margin-bottom: 4px;
height: 28px;
width: 81px;
}
.st_facebook_custom
{
background:url(/userfiles/share_facebook.png)
no-repeat scroll left top transparent;
margin-left:5px;
margin-bottom: 4px;
height: 28px;
width: 81px;
}
.st_twitter_custom
{
background:url(/userfiles/share_twitter.png)
no-repeat scroll left top transparent;
margin-left:5px;
margin-bottom: 4px;
height: 28px;
width: 81px;
}