/* CSS Document */

body #content {
	background: url(/sup/images/css/left_border.gif) left repeat-y #d1dfd2;
	border: none;
	padding: 0;
	}

body #content #primary_info {
	float: none;
	width: auto;
	padding: 0;
	}

#mark_image {
	position: absolute;
	left: 0;
	top: 89px;
	display: block;
	}

#elevator_pitch {
	background: url(/sup/images/css/pitch4.jpg) right no-repeat;
	height: 130px;
	}
#elevator_pitch h4 {
	display: none;
	}


#about_mark {
	font-size: 1.1em;
	padding: 0 20px 20px;
	margin-top: 40px;
	float: left;
	width: 300px;
	}

	#about_mark .read_more {
		font-size: .9em;
		}

#featured_product {
	float: right;
	width: 569px;
	padding: 15px 20px 25px 20px;
	background: #fff;
	border-bottom: 1px solid #d1e0de;
	border-left: 1px solid #d1e0de;
	margin-bottom: 1.4em;
	}
	
	#featured_product h2 {
		margin-top: 1.4em;
	}

#featured_product .product_shot {
	float: left;
	margin: 30px 25px 0 0;
	display: inline;
	}
	
#featured_product .buy_now {
	float: left;
	clear: left;
	margin: 5px 25px 20px 0;
	display: inline;
	border: none;
	}

#featured_product .special_offer {
	color: #c98822;
	}
#featured_product .special_offer a {
	color: #a06000;
	}
	
#free_resources {
	clear: right;
	float: right;
	width: 569px;
	padding: 15px 20px 2em 0;
	}

#free_resources .more {
	margin-top: -.7em;
	}

#free_resources ul.resource_list {
	font-size: .9em;
	float: right;
	width: 260px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style-type: none;
	}
	
	#free_resources .resource_list li {
		padding: 0px 0px 5px 15px;
		background: url(/sup/images/css/homepage_li_bg.gif) no-repeat left .6em;
		list-style: none;
		margin: 0px;
		list-style-image: none;
	}


	#free_resources .resource_list a {
		text-decoration: underline;
	}



.read_more {
	display: block;
	margin-top: 1.2em;
	border-top: solid 1px #bbcdbc;
	padding-top: .4em;
}

