
/*

STYLES FOR MARKETING INDEX HOME

*/


div#change-city-nudge
{
	position: absolute;
	top: 40px;
	left: 430px;
}


div#intro-promo
{
	z-index: -1;
	position: relative;
	width:920px;
	height: 413px;
	padding: 10px;
	margin: 0 0 0 0;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
 	box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}


div#buttons
{
	position: relative;
	width:940px;
	height: 37px;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #f8f8f8;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

  -moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
 	box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}





img#tour
{
	position: absolute;
	bottom: 0px;
	right: 220px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img#pricing
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



/* wrapper for slideshow */
div#slideshow-home
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


h1.heading-marketing-home
{
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #333;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}


div#content-wrapper-marketing-home
{
	position: relative;
	width: 940px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
/* 	min-height: 300px; */
}

div#content-left
{
	float: left;
	width: 500px;
	padding: 0 60px 0 0;
	margin: 0 0 0 0;
}

div#content-left-wide
{
	float: left;
	width: 640px;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

div#content-right
{
	float: left;
	width: 380px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#content-right h2
{
	font-size: 0.9em;
	font-weight: bold;
	color: #46a5e2;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}

div#content-right h3
{
	font-size: 0.8em;
	font-weight: bold;
	color: #46a5e2;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}






