body, td
{
	font-size: 11px;
}
body, a
{
	color: white;
	text-decoration: none;
}

p
{
	margin-top: 0;
}
small a
{
	color: #FFFF66;
}
a img
{
	border: none;
}

#wrapper
{
	width: 995px;
	margin: auto;
}
#primary-navigation
{
	background: #666;
}
#primary-navigation a
{
	background: #666; /* ie 6 requires this */
	padding: 7px 14px;
	border-right: 1px solid white;
	display: block;
	float: left;
	font-size: 14px;
}
#primary-navigation a.selected,
#primary-navigation a:hover
{
	background-color: white;
	color: black;
	border-right: 1px solid #666;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
#stage
{
	padding: 7px;
	background-color: #333;
}
.clear
{
	clear:both;
	height: 0px;
	overflow: hidden;
}

/*
* Pods
*/
#pods
{
	padding-top: 20px; 
}
#pods .left,
#pods .right
{
	height: 155px;
	width: 300px;
	padding: 26px 30px 0 147px;
}
#pods .customers
{
	background: url(pods_customers_background.jpg) no-repeat;
}
#pods .trivia
{
	background: url(pods_trivia_background.jpg) no-repeat;
}
#pods .products
{
	background: url(pods_products_background.jpg) 20px no-repeat;
}
#pods .survey
{
	background: url(pods_survey_background.jpg) no-repeat;
}

a.cta
{
	display: block;
	border: 1px solid #ccc;
	width: 188px;
	font-size: 12px;
	padding: 4px 0 4px 12px;
	background: url(carrot.gif) 187px no-repeat;
}
a.cta:hover
{
	background-color: red;
}
/*
* Customer Navigation
*/
ul.customers_navigation
{
	margin: 0;
	padding: 0 0 0 20px;
	height: 135px;
	width: 175px;
}
ul.customers_navigation li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
ul.customers_navigation a
{
	display: block;
	width: 135px;
	border-top: 1px solid #1F1F1F;
	padding: 4px 0 4px 15px;
	font-size: 12px;
	background: url(carrot.gif) 133px no-repeat;
}
ul.customers_navigation a:hover,
ul.customers_navigation a.selected
{
	background-color: red;
	text-decoration: none;
}

ul.customers_navigation li.last a
{
	border-bottom: 1px solid #1F1F1F;
}
#footer
{
	padding-top: 6px;
}
#footer a:hover
{
	text-decoration: underline;
}

#feature
{
	background: black;
	height: 300px;
}

#feature .left
{
	width: 651px;
	height: 300px;
}	
#feature .right
{
	width: 315px;
	overflow: hidden;
	float: right;
}	
#feature .cta
{
	background-color: #666666;
	border: none;
}