/* HOME PAGE SPECIFIC STYLES*/
#subContentBlock {
	background-image:url(contentBG_100.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:790px; /* DO NOT REMOVE. THIS FIXES PEEK-A-BOO BUG ON IE*/
}

.col1{
	float:left;
	width:740px;
	padding-left:25px;
	padding-right:25px;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 33%;
	left: 33%;
	width: 33%;
	height: 25%;
	padding: 16px;
	border: 5px solid #8C0E02;
	background-color: black;
	background-image:url(http://www.coldstonecreamery.com/google/stores/images/lbox_bg_100.jpg);
	background-repeat:no-repeat;
	z-index:1002;
	overflow: auto;
	font-size:13px;
}
.white_content .link{
	color:#C6A673;
}
.white_content .link:hover{
	color:white;
}

