@charset "utf-8";
/* CSS Document */

/*Jquery Slideshow-------------------------------------------------------*/
.slideshow { 
	background-color: #2C2A2A;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 961px;
	height: 390px;
	}
.slideshow img { 
	padding:; 
	/*border: 1px solid #ccc;*/ 
	background-color:; 
	}
/*Jquery Boxes-------------------------------------------------------*/	
#featured_label h2 span {
	background: url(/vspfiles/assets/images/homepage/featured_label.gif); 
	height: 54px;
	width: 217px;
	position: absolute;
	}
#promo_label h2 span {
	background: url(/vspfiles/assets/images/homepage/promo_label.gif); 
	height: 54px;
	width: 217px;
	position: absolute;
	}
#news_label h2 span {
	background: url(/vspfiles/assets/images/homepage/news_label.gif); 
	height: 54px;
	width: 217px;
	position: absolute;
	}
#contest_label h2 span {
	background: url(/vspfiles/assets/images/homepage/contest_label.gif); 
	height: 54px;
	width: 217px;
	position: absolute;
	}
#box_container {
	position:relative;
	float: left;
	width: 1000px;
	height: auto;
	background-color:;
	text-align: center;
	}

#box_container h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}
#box_container h3 {
	color: #FFFFFF;
	}
.boxgrid{ 
	width: 217px; 
	height: 102px;  
	float:left; 
	background-color: #333333; 
	border: solid 1px #000;
	overflow: hidden; 
	position: relative; 
	margin-right: 29px;
	margin-bottom: 10px;
	}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
	
.boxgrid p{  
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
	}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
	
 .caption .boxcaption {
	top: 40px;
	left: 0px;
 	}