/* 
Description: Global styles for PPC Landing Pages
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 11.11.07

Table of Contents:
1.0		Structure
2.0 	Presentation
3.0 	Typography
4.0 	Lists
5.0 	Forms
6.0 	Miscellaneous Classes
*/

/* 1.0 Structure */

BODY {
	text-align: center;
	margin: 0;
}

#wrapper, #footer-wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#content-wrapper {
	width: 710px;
	margin: 0 25px;
	padding: 20px;
}

#left {
	float: left;
	width: 490px;
}

	#photos {
		width: 160px;
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

#right {
	float: right;
	width: 210px;
}

	#response-form {
		padding: 5px;
	}

#footer {
}


/* 2.0 Presentation */

BODY {
	background-color: #974BCB;
}

#wrapper {
	background: url(../img/bkgd.jpg) repeat-y;
}

#content-wrapper {
	background-color: White;
	border-bottom: 10px solid #0485D1;
}

#left, #right {
	background-color: White;
}

#response-form {
	border: 1px dotted #0C5286;
	background-color: #CFEDFA;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	border-top: 1px solid White;
	width: 710px;
	margin: 0 25px;
	background-color: #974BCB;
	padding: 10px 20px;
}


/* 3.0 Typography */

BODY {
	font: normal 10px Arial, Helvetica, sans-serif;
}

#wrapper {
}

#header {
	background: url('../img/header-no-phone.jpg') no-repeat;
	width: 800px;
	height: 210px;
}

#lp-phone {
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding: 90px 0px 0px 101px;
	margin: 0px;
}

#content-wrapper {
	font-size: 1.6em;
	line-height: 1.3em;
}

#left {
}

A {
	color: #551A8B;
}
	
	A:HOVER {
		text-decoration: none;
	}

H1 {
	font: bold italic 1.8em Georgia, "Times New Roman", Times, serif;
}

	H1.phone {
		font-size: 1.2em;
		text-align: center;
		padding: 10px;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
	}

H2 {
	font: bold italic 1.2em Georgia, "Times New Roman", Times, serif;
}

#right {
	font-size: 0.8em;
	text-align: center;
	line-height: normal;
}

P.notice {
	font-size: 0.85em;
	color: #990000;
	margin: 8px 0;
	clear: left;
}

SPAN.highlight {
	background-color: #FFFFDF;
}

SPAN.highlight2 {
	color: #0D9F0E;
}

#footer {
	font-size: 1.1em;
	color: White;
}

	#footer P {
		text-align: center;
	}
	
	#footer A {
		color: White;
	}

/* 4.0 Lists */

UL#benefits {
	margin-left: 140px;
}

UL#benefits LI, UL#benefits2 LI {
	list-style-type: none;
	background-image: url(../img/icon_checkmark.gif);
	background-repeat: no-repeat;
	margin: 14px 0;
	padding-left: 30px;
	line-height: 1.3em;
	font-size: 1em;
}

/* 5.0 Forms */

LABEL {
	font-weight: bold;
}

	LABEL.alignleft {
		float: left;
		margin: -15px 10px 0 10px;
	}

INPUT.small {
	width: 30px;
}

/* 6.0 Miscellaneous Classes */

IMG.alignleft {
	float: left;
	margin: 0 10px 10px 0;	
}

IMG.alignright {
	float: right;
	margin: 0 0 10px 10px;	
}


