/* Curious Forest CSS 

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			
*/

/* Reset
---------------------------------------------------------------------------------------- */

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: Helvetica, Arial, sans serif;
	font-size: 14px;
	color: black;
	line-height: 1.5em;
}

a {
	color: #0099ff;
	text-decoration:none;
}

a:hover {
	color: #0066cc;	
}

ul.products h3, ul.products p.intro {
	font-size: 26px;	
}

ul.products, ul.grid h4, div.contact_container {
	font-size: 18px;	
}

ul.grid p {
	font-size: 15px;	
}

ul.products p.intro {
	color: white;
}

ul.products li.product h3, ul.products p, p.contact strong {
	color: #696969;
}

ul.grid p, p.contact, div.contact_container {
	color: #999;	
}

ul.products h3 strong, ul.grid h4 a {
	color: black;	
}

ul.products h3 strong, ul.products {
	font-weight: bold;	
}

ul.products {
	text-align: center;
}

ul.grid h4 a {
	text-decoration: none;	
}

ul.products h3, ul.grid h4, ul.products p.intro {
	line-height: 1.2em;
}

ul.grid h4 {
	line-height: 1.3em;	
}

ul.grid p, div.contact_container {
	line-height: 1.6em;	
}

span.mascot {
	text-indent: -200px;
}

/* Positioning
---------------------------------------------------------------------------------------- */

body {
	background: white url(img/back_dither.gif) top left repeat-x;	
}

div.center_box {
	width: 760px;
	position: relative;
	margin: 0 auto;	
}

h1 {
	background: url(img/ahfon_small_logo.gif) no-repeat;	
	margin-top:20px;
	width: 122px;
	height: 70px;
	text-indent: -200px;
	overflow: hidden;
}

ul.products {
	padding-top: 20px;	
	background: none;	
	width: 100%;
	float: left;
}

ul.products li {
	width: 168px;
/*	background: #45c108 url(img/notice_dither.gif) bottom left repeat-x;	*/
	background-color:#CCC;
	height: 240px;
	float: left;
	list-style:none;
	margin-right: 20px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}

ul.products li.last {
	margin: 0;	
}

ul.products li.product {
	background: none;
}

ul.products h3, ul.products p.intro {
	padding: 20px 0 8px 0;
}

span.new {
	position: absolute;
	height: 48px;
	width: 48px;
	background: none;
	top: 0;
	right: 0;	
}




div.divider {
	clear: both;
	height: 23px;
	position: relative;
	background: transparent url(img/divider.gif) bottom left no-repeat;	
}

h2 {	
	text-indent: -300px;
	overflow: hidden;
	background: none;
	width: 80px;
	height: 28px;	
	position: absolute;
	top: 8px;
	left: -95px;
}


h2.products {
	display: none;	
}



ul.grid {
	padding-top: 15px;	
	width: 100%;
	float: left;
}

ul.grid li {
	width: 240px;
	float: left;
	list-style:none;
	margin-right: 20px;	
}

ul.grid li.last {
	margin: 0;	
}

ul.grid h4 {
	padding-bottom: 5px;	
}

p.contact {
	margin-top: 18px;		
}

