/* ---------------------------------------- */
/* Name: main.css
/* ---------------------------------------- */
/* Producer: Matt Latzke
/* Production Date: 06-12-08
/* ---------------------------------------- */
/* Description: main page styles for Idea
/*				factory
/* ---------------------------------------- */
/* Revisions:
/* ---------------------------------------- */
/* Top Floor Technologies
/* http://www.topfloortech.com
/* ---------------------------------------- */

/* ---------------------------------------- */
/* Colors
/* ---------------------------------------- */
/* Dark Blue Text: #3572a6
/* Dark Red Links: #b34f4b
/* ---------------------------------------- */

@import url(framework.css);

/* --- Header --- */
	#header_skin h1{height:101px; width:250px; background:url(../images/logo.png) no-repeat bottom right; padding:19px 0 0 25px; float:left;}
/* --- Content --- */
	#content{height:503px;}
	#content #welcomeBlurb{height:53px; width:887px; background:url(../images/welcomeBlurb.gif) no-repeat top left; margin:44px 0 0 12px; float:left;}
	html>body #content #welcomeBlurb{margin-left:23px;}
	/* --- Content Columns --- */
	#content .mc1, #content .mc2{float:left;}
	#content .mc1{width:295px;}
	#content .mc2{width:310px; height:406px; background:url(../images/mc2Bg.jpg) no-repeat bottom left; }
	#peopleHolder{height:406px;}
	#content #dogHolder{margin-top:-97px;}
	.mc2 p{font-size:11px; color:#3572a6; line-height:16px;}
	.mc2 .learnMore{color:#b34f4b; position:absolute; bottom:15px;}
	/* --- Product Buckets --- */
		#petProducts, #peopleProducts{background:url(../images/BucketBg.gif) no-repeat bottom left;}
		#petProducts div, #peopleProducts div{padding:5px 15px 15px 15px; position:relative; height:77px;}
		#petProducts h2 a, #peopleProducts h2 a{display:block; width:100%;}
		#petProducts{margin-top:29px;}
		#petProducts h2 a{height:42px; background:url(../images/petShowerHeader.jpg) no-repeat top left;}
		#peopleProducts{margin-top:49px;}
		#peopleProducts h2 a{height:37px; background:url(../images/peopleShowerHeader.gif) no-repeat top left;}