@media all {
	#pg_content {
		background-image: url(/images/satin_flowers.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		}
	div.pg_content {
		background-image: url(/images/trans_grey.gif);
		padding-top: 30px;
		padding-bottom: 30px;
		height: 700px;
		}
	div.pg_text {
		margin-top: 30px;
		margin-left: 10px;
		margin-right: 10px;
		text-indent: 16px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 14px;
		font-weight: normal;
		color: #ffffff;
		line-height: 150%;
		}
	#lnk_where_to_buy {
		font-weight: bold;
		}
	#pg_title {
		height: 130px;
		background-image: url(/images/where_pg_title.gif);
		background-repeat: no-repeat;
		background-position: center top;
		}
	div.loc_cntnr {
		border-bottom: 1px dashed #ffffff;
		float: left;
		margin-top: 20px;
		margin-left: 40px;
		width: 700px;
		}
	div.loc_details {
		float: left;
		font-family: Verdana, Arial, Tahoma;
		font-size: 16px;
		color: #ffffff;
		padding-bottom: 20px;
		}
	a.loc_logo {
		display: block;
		float: right;
		}
	div.availability {
		float: left;
		margin-left: 60px;
		margin-top: 30px;
		font-family: Verdana, Arial, Tahoma;
		font-size: 14px;
		font-weight: bold;
		color: #C61B74;
		}
	a.loc_name {
		display: block;
		color: #ffffff;
		font-weight: bold;
		}
	div.loc_address {
		margin-top: 4px;
		font-size: 12px;
		}
	div.loc_phone {
		margin-top: 4px;
		font-size: 12px;
		}
	a.loc_website {
		margin-top: 4px;
		display: block;
		font-size: 14px;
		color: #ffffff;
		}
	a.loc_name:hover,a.loc_website:hover {
		color: #C61B74;
		}
	}
	
