@charset "utf-8";
/* FloraChamber.com 		*/
/* Tourism & Attractions	*/
@import "base.css";

#logo {
	display: block;
	margin: 25px 20px 15px 0;
	width: 232px;
	height: 187px;
	text-indent: -9999px;
	background: url(../images/logo_home.png) 0 0 no-repeat;
	border: 0;
	float: left;
}
#pagedec {
	display: block;
	margin: 0 15px 15px 0;
	width: 514px;
	height: 228px;
	text-indent: -9999px;
	background: #FFF url(../images/flora_clock.jpg) 0 0 no-repeat;
	border: 0;
	float: left;
}
#intro {
	clear: both;
	width: 460px;
	padding-bottom: 30px;
	margin-bottom: 0;
	background: url(../images/hr.png) 50% 100% no-repeat;
}

#section01 div {
	display: block;
	float: left;
	width: 230px;
	padding: 15px 20px 10px 0;
}
	h2#moving_hd a { 
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/moving_hd.png) 0 0 no-repeat;
	}
	h2#monthlyspecials_hd a { 
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/monthlyspecials_hd.png) 0 0 no-repeat;
	}

#section02 div {
	display: block;
	float: left;
	width: 230px;
	padding: 0 20px 10px 0;
}
	h2#becomeamember_hd a {
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/becomeamember_hd.png) 0 0 no-repeat;
	}
	h2#memberspotlight_hd a {
		display: block;
		height: 35px;
		width: 210px;
		text-indent: -9999px;
		background: url(../images/memberspotlight_hd.png) 0 0 no-repeat;
	}

#tourism_callout {
	clear: both;
	width: 770px;
	height: 68px;
	position: relative;
	left: -15px;
	margin: 15px 0;
	padding: 55px 15px 15px 15px;
	background: url(../images/tourism_callout.png) 0 0 no-repeat;
}
	#tourism_blurb {
		float: right;
		width: 525px;
	}
	#tourism_callout ul li {
		list-style: none;
		margin: 3px 0 3px 2px;
	}

a:link#membenefits_button,
a:visited#membenefits_button,
a:active#membenefits_button,
a:hover#membenefits_button { border: 0; padding-left: 20px; background: url(../images/star.png) 0 50% no-repeat; }

a:link#viewbycategory,
a:visited#viewbycategory,
a:active#viewbycategory,
a:hover#viewbycategory { border: 0; font-size: .9em; padding-left: 15px; background: url(../images/view.png) 0 50% no-repeat; }

/*** ADS ***/
body#home #memberads {
	width: 800px;
	position: relative;
	left: -15px;
	margin: 15px 0;
}
	#advert_group { margin: 10px 0 15px; }
	#advert_group #imagead01, #advert_group #imagead02 {
		float: left;
		width: 218px;
		height: 150px;
		margin-right: 25px;
	}
	#advert_group .textadverts {
		float: right;
		width: 217px;
		height: 140px;
		margin-right: 0;
	}
