/*
	Layout Classes:
	These classes apply to ALL section landing pages
	NOTE: the #header, #footer, and #left classes are in styles.css
*/
#wrapper {
	position:relative;
	width:780px;
	margin:0 auto;
	background:url(/i/landing/landing-background.jpg) repeat-y;
}

#wrapperbackground {
	width:780px;		
	background:url(/i/landing/landing-background-bottom.jpg) no-repeat bottom;
}

#middle {
	float:right;
	width:555px;
	margin-top:140px;
}

#content {
	float:left;
	width:280px;
	padding:0 10px;
}

#right {
	float:right;
	width:255px;
}
#right img {
	margin:10px 0 0 10px;
}


/*
	Rview Classes:
	These classes apply to the review callout on the right side of page
*/
#reviews {
	width:235px;
	height:81px;
	float:left;
	padding-top:55px;
}

#reviewmodule {
	width:235px;
	height:17px;
	background:url(/i/landing/landing-reviews-bullet.gif) no-repeat;
	text-indent:45px;
	font-size:12px;
}
#reviewmodule a {
	text-decoration:underline;
	font-weight:bold;
	color:#5d5d14;
}
#reviewmodule a:hover {
	text-decoration:none;
	color:#5d5d14;
}


/*
	PPC Classes:
	These classes apply to PPC area ONLY on landing pages
*/
#ppcwhatsthis {
	margin-right:20px;
}

#ppc {
	width:215px;
	padding:0 10px;
}

.ppclisting {
	display:block;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.ppctitle {
	display:block;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#ca0ca4;
}
.ppctitle:hover {
	color:#ca0ca4;
	text-decoration:none;
}

.ppcdescription {
	font-size:11px;
	line-height:13px;
	color:#01394e;
}

.ppchost {
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#01394e;
}
.ppchost:hover {
	text-decoration:none;
	color:#01394e;
}