/*CSS for the drop down flash on the homepage*/
.ie h3{
	padding:16px 0px 10px 0px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #94abbf;
	font-weight:normal;
	text-align:center;
	width:115px;
	line-height:1.2;
	padding-bottom:10px;
	border-bottom:1px dotted #C4C4C2;
}

.cover{
	width:115px;
	padding:0px 20px 0px 20px;
}

.cover p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #dedede;
	padding: 0px 20px; 
	width:115px;
}

.cover .link{
	color:#dedede;
	position:absolute;
	top:350px;
	border-top: 1px dotted #C4C4C2;
	border-bottom:1px dotted #C4C4C2;
	padding:10px 0px 10px 0px;
}

.ie6 .cover .link{
	top:370px;
}
.cover a {
	display:block;
	background-image:url('/images/arrow.gif');
	background-repeat:no-repeat;
	background-position:left;
	margin-left: 15px;
	padding-left:15px;
}

.cover a:hover{
	background-image:url(/images/arrowRoll.gif);
	color:#642566;
}

.boxgrid{ 
	width: 155px; 
	height: 420px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	font-family: Helvetica, Arial, sans-serif;
	padding: 0; 
	color:#e4e4e4; 
	font-weight:normal; 
	font-size: 11px;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	top:-454px;
	background: #000; 
	height: 420px; 
	width: 100%; 
	opacity: .85; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
 }
 
 
 
.captionfull .boxcaption {
 	top: -420;
 	left: 0;
 }
.caption .boxcaption {
 	top: 420;
 	left: 0;
 }