@charset "UTF-8";

/* _____________ PROMO: PRINT 1 STYLES ______________________________________________________________________*/


.sidebarPromo_print1 {
	background-image: url(/images/promos/promo_print1.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_print1:hover {
	background-position: right top;
	

}


/* _____________ PROMO: STRICTLY STYLES ______________________________________________________________________*/

.sidebarPromo_strictly {
	background-image: url(/images/promos/promo_strictly.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_strictly:hover {
	background-position: right top;
	

}


/* _____________ PROMO: APPEARANCES ______________________________________________________________________*/

.sidebarPromo_appearances {
	background-image: url(/images/promos/promo_appearances.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_appearances:hover {
	background-position: right top;
	

}


/* _____________ PROMO: NEWS ______________________________________________________________________*/

.sidebarPromo_news {
	background-image: url(/images/promos/promo_news.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_news:hover {
	background-position: right top;
	

}

/* _____________ PROMO: TWITTER ______________________________________________________________________*/

.sidebarPromo_twitter {
	background-image: url(/images/promos/promo_twitter.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_twitter:hover {
	background-position: right top;
	

}


/* _____________ PROMO: EXPERIENCE ______________________________________________________________________*/

.sidebarPromo_experience {
	background-image: url(/images/promos/promo_experience.gif);
	background-repeat: no-repeat;
height:309px;
width:156px;
	
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.sidebarPromo_experience:hover {
	background-position: right top;
	

}

/* _____________ PROMO: SIGN UP FORM ______________________________________________________________________*/


#sidebarSignUp {
	height: 140px;
	width: 156px;
	display:block;
	float: left;
	padding-top: 40px;
	background-image: url(/images/promos/sidebarpromoSignUpText.png);
	background-repeat: no-repeat;
margin-top:30px;
}

.promoSignUpItem label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	width: 156px;	
}


.promoSignUpItem {
	float: left;
	width: 156px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
}
.promoField:focus {
	background-color: #FFF;
}
.promoField {
	background-color: #CCC;
	font-family: Geneva, Trebuchet, Sans Serif;
	font-size: 11px;
	width: 156px;
	height: 14px;
	line-height:11px;
	margin-bottom:7px;
	
}
#promoSignUpButton {
	margin-top:0px;
}


/* _____________ PROMO: TELL A FRIEND ______________________________________________________________________*/

.tellafriend a {
	background-image: url(../images/tellafriend.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline;
	height:75px;
width:156px;
float: left;
	margin-top:10px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
.tellafriend a:hover {
	background-position: right top;
}

