/*
	Stylesheet for the squeeze page
		by David D Ochoa
	
	Main hex colors used here:
	backgrounds		#CCF		#e1e1ff
	borders		#09F		
	spans		#09F		

*/
html,body {
	margin:0;
	padding:0;
	border:0;
	font-size:10px;
	}
html {
	background:#CCF url(images/html_bg.png) top left repeat-x fixed;
	}


div#wrapper {
	width: 70em;
	margin: 1em auto;
	padding:1em 2em;
	text-align: left;
	background:#e1e1ff;
	border:10px solid #09F;
}
h1,h2,h3 {font-size: 2.5em;}
h4,h5,h6 {text-align:center;}
h1.headline {
	font-size: 3.3em;
	line-height:1em;
	margin:1em;
	font-weight: normal;
	font-family: Impact, Tahoma, sans-serif;
	text-align:center;
	}
	h1.headline span {color:#09F;}
	.preview {
		color:#900;
		width:90%;
		}
		.preview span {color:#009!important;}

p {
	font-size:1.6em;
	text-align:left;
	padding:0 .5em 0 0;
	}

div#list {
	width:70%;
	margin:0 auto;
	font-size:1.75em;
	border:none;
	overflow:hidden;
	}
	div#list ul {
		margin-left:0;
		padding-left:0;
		list-style:none;
		}
		div#list ul li {
			padding-left:50px; /* image width + 10px */
			background: url(images/check.png) no-repeat top left;
			margin-bottom:1em;
			}
			div#list ul li:hover {
				background: url(images/check_hover.png) no-repeat top left;
				}
.wide {width:90%!important;}

h1.h2 {
	font-size: 2.5em;
	line-height:1em;
	margin:1em 2.5em;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
	text-align:center;
	}
	h1.h2 span {color:#09F;}
	.h3 {
		text-align:left!important;
		margin:1em 0!important;
		color:#00F;
		}
	.h4 {
		color:#009!important;
		font-family:Impact!important;
		font-weight:normal!important;
		}
	.freepreview {
		color:#00F;
		font-size: 3em!important;
		}

h3 {
	color:#09F;
	font-size:1.75em;
	text-align:center;
	}

.value {color:#900;font-size:90%;}
.price {background:#FFC;}
table#optin1{
	border: .2em solid silver;
	padding:.5em;
	width:30em; height:10em;
	margin:0 auto;
	}
	table#optin1:hover {border:.2em solid grey;}
	table#optin1 input {border:1px solid grey;}
	table#optin1 input:hover {border:1px solid black;}
	#submitpad {
		text-align:center;
		cursor: pointer;
		}
		#submitpad #submit {
			font-size:1.6em;
			border:.35em solid red;
			}
			#submitpad #submit:hover {
				border:.35em solid green;
				}

.spam {
	font-size: 1em;
	width:46.35em;
	margin:0 auto;
	text-align:center;
	}







