body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: auto;
	padding-bottom: 20px;
	z-index: 0;
	text-align: center;
	min-width: 910px;
	overflow-x:hidden;

}
.homeBackground,.retailEnvironmentBackground,.howitworksBackground,.benefitsBackground
{
	/*overflow:hidden*/
}
.homeBackground
{
	background: url(../images/content/home/background.jpg) right top no-repeat;
}
.retailEnvironmentBackground
{
	background: url(../images/content/retail-environment/background.jpg) right top no-repeat;
}
.howitworksBackground
{
	background: url(../images/content/how-it-works/background.jpg) right top no-repeat;
}
.benefitsBackground
{
	background: url(../images/content/retail-environment/background.jpg) right top no-repeat;
}
#main-container
{
	margin:0 auto;
	width:910px;
	text-align: left;
}
#header
{
	width:910px;
	height:137px;
	
}
#header #logo
{
	width:444px;
	height:137px;
	float:left;
}
#header #eye
{
	float:right;
	width:320px;
	height:137px;
	margin-right:-11px
}	
#contentBackground
{
	clear:both;
	padding-top:30px;
	position:relative;
	top:1px;
	/*height:430px;
	min-height:430px;  SEE CONTENT DROP SHADOW POSITION AND TOP
	width:1310px;
	margin-left:-200px;
	margin-right:-200px; */
}
#contentBackground.home
{
	
}
#contentBackground.RetailEnvironment
{
}
#contentBackground.howItWorks
{
}
#contentBackground.benefits
{
}
.iconContainer
{
	clear:both;
}
#icon1, #icon2, #icon3
{
	width:70px;
	height:70px;
	float:left;
	background: url(../images/content/how-it-works/icons.png) no-repeat;
	margin-right:20px;
	margin-bottom:20px;
}
#icon1
{
	background-position: left top;
}
#icon2
{
	background-position:left center;
}
#icon3
{
	background-position:left bottom;
}
.iconText
{
	float:left;
	width:450px;
}
.iconText p
{
	margin:0;
	padding:0;
}
#content
{
	width:910px;
	margin-bottom:40px;
}
#content .contentText
{
	width:310px;
	margin:10px 0 0 180px;
	float:left;
}
#content #columns .col,
#content #columns .reCol
{
	width:150px; 
	background: rgb(200,200,200);
	border:1px solid #999;
  	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	padding:20px;
	padding-bottom:0; 
	float:left; 
	margin-left:20px; 
}
.retailEnvironmentContent #columns
{
	margin-left:280px;
}
#content #columns .reCol
{
	width:260px;
	padding:15px;
	margin-left:10px;
	margin-bottom:15px;
	background:none
}
#contentDropShadow
{
	/*background: url(../images/content/bottom-drop-shadow.png) center bottom no-repeat;*/
	height:20px;
	clear:both;
	/*padding-top:12px;*/
}
#teaser
{
	height:135px;
	margin-top:20px;
}
#teaser #teaser-reflection #reflectionCol1,
#teaser #teaser-reflection #reflectionCol2,
#teaser #teaser-reflection #reflectionCol3,
#teaser #teaser-reflection #reflectionCol4
{
	float:left;
	width:217px;
	height:30px;
	background: url(../images/teaser/reflection.png) no-repeat;
	margin-right:14px;
}
#teaser #teaser-reflection #reflectionCol4
{
	margin-right:0;
}
#footer
{
	height:148px;
	/*width:4000px;*/
	width:4000px;
	background: url(../images/footer/footer-background.png) repeat-x;
	margin:0 -190px;
	text-align:center
}
#footer #footer-symbol
{
	width:220px;
	height:148px;
	margin-right:-600px;
}
.floatLeft
{
	float:left;
	margin:0 20px 20px 0
}
.howitworksColumnContainer
{ 
	margin-top:40px;
}
.colRow1
{
	float:left; 
	width:230px; 
	margin-right:20px;
}
.colRow2
{
	float:left; 
	width:230px; 
	margin-right:20px; 
	margin-top:30px;
}
.colRow1 .image,
.colRow2 .image
{
	float:left; 
	width:80px;
}
.colRow1 .text,
.colRow2 .text
{
	float:left; 
	width:150px;
}
