/*-----------------GLOBAL BROWSER RESET--------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}



/*-----------------BASE ELEMENTS---------------------*/

body {
	background: url('../img/bg.gif') repeat-x #fff;
	font-family: Arial;
	letter-spacing: 0.02em;
	color: #393939;
}

#container {
	width: 808px;
	margin: 0 auto;
	position: relative;
}

	#header {
		background: url('../img/header.jpg');
		width: 808px;
		height: 135px;
	}
	
		#header h1 {
			width: 808px;
			height: 30px;
			overflow: hidden;
			text-indent: -9999px;
		}
		
		#header ul {
			position: absolute;
			top: 99px;
			left: 28px;
			width: 767px;
			height: 36px;
		}
		
			#header li {
				float: left;
				position: relative;
				display: inline;
				height: 36px;
			}
			
				#header li.home a {
					width: 105px;
				}
					#header li.home a:hover {	
						background: url('../img/buttons-hover.jpg') 0 0 no-repeat;
					}
			
				#header li.about {
					width: 115px;
				}
					#header li.about a:hover {	
						background: url('../img/buttons-hover.jpg') -105px 0 no-repeat;
					}
			
				#header li.faqs {
					width: 110px;
				}
					#header li.faqs a:hover {	
						background: url('../img/buttons-hover.jpg') -220px 0 no-repeat;
					}
			
				#header li.contact {
					width: 135px;
				}
					#header li.contact a:hover {	
						background: url('../img/buttons-hover.jpg') -330px 0 no-repeat;
					}
			
				#header li.testimonials {
					width: 173px;
				}
					#header li.testimonials a:hover {	
						background: url('../img/buttons-hover.jpg') -465px 0 no-repeat;
					}
			
				#header li.buynow {
					width: 115px;
				}
					#header li.buynow a:hover {	
						background: url('../img/buttons-hover.jpg') -638px 0 no-repeat;
					}
			
				#header li a {
					width: 100%;
					height: 100%;
					text-indent: -9999px;
					display: block;
				}
	
	#main {
		background: url('../img/white-top.gif') no-repeat #fff;
		min-height: 550px;
		margin-top: 10px;
		width: 768px;
		padding: 10px 20px 0 20px;
	}
	
		div.footer {
			clear: both;
			width: 800px;
			background: url('../img/bluebar.gif') 0 10px no-repeat;
			text-align: center;
			font-size: 0.8em;
			line-height: 1.5em;
			padding-top: 20px;
			margin-top: 5px;
		}
		
		div.footer a {
			color: #000;
		}
		
		
.leftCol {
	width: 525px;
	float: left;
	padding-left: 20px;
	display: inline;
}

	.leftCol h1 {
		color: #d50400;
		font: bold 24px/29px Arial;
		text-align: center;
		margin-bottom: 5px;
                             margin-top: 30px;
	}

               .leftCol h2 {
		color: #d50400;
		font: bold 16px/21px Arial;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.leftCol h3 {
		
	}
	
	.leftCol .homeDateText {
		font: bold 12px/17px Arial;
		text-align: right;
		color: #4e7fd7;
		margin: 10px 0 10px 0;
	}

	.finn {
		width: 135px;
		height: 180px;
		margin: 0 5px 5px 0;
		font: normal 11px/14px Arial;
		float: left;
		display: inline;
	}
	
	.leftCol p {
		font: normal 14px/20px Arial;
		margin-bottom: 18px;
	}

.rightCol {
	width: 208px;
	float: left;
	padding-left: 35px;
	display: inline;
}

.disclaimer {
	clear: both;
	font: bold italic 12px/17px Arial;
	text-align: center;
	padding: 30px 50px 0 50px;
}

	.rightCol form {
		width: 208px;
		height: 208px;
		background: url('../img/form-bg.png') 0 0 no-repeat;
	}
	
		.rightCol form .preSubmit {
			width: 181px;
			height: 196px;
			background: url('../img/form-front.png') 0 0 no-repeat;
			position: relative;
			top: 10px;
			left: 15px;
		}
		
		.rightCol form .postSubmit {
			font: bold 16px/21px Arial;
			margin: 10px;
			color: #fff;
		}
		
		.rightCol form input {
			width: 165px;
			height: 15px;
			margin: 27px 0 17px 5px;
			border: 0;
		}
		
		.rightCol form a.submit {
			display: block;
			width: 172px;
			height: 60px;
			background: url('../img/form-btn.gif') 0 0 no-repeat;
			text-indent: -9999px;
			position: absolute;
			bottom: 10px;
			left: 5px;
		}
		
			.rightCol form a.submit:hover {
				background: url('../img/form-btn.gif') 0 -60px no-repeat;
			}
	
	.rightCol h3 {
		margin-top: 10px;
		font: bold 14px/18px Arial;
		color: #d50400;
	}
	
	.rightCol cite {
		margin-top: 20px;
		display: block;
		font: italic 12px/16px Arial;
	}
	
	.rightCol .name {
		margin-top: 4px;
		font: bold 11px/15px Arial;
		color: #263d73;
	}
	
	.rightCol .location {
		margin-top: 4px;
		font: normal 11px/15px Arial;
	}
	
h2 {
	color: #d50400;
	font: bold 24px/29px Arial;
	margin: 30px 0 10px 0;
}

h3 {
	color: #d50400;
	font: bold 19px/24px Arial;
	margin: 10px 0 5px 0;
}
h4 {
	color: #1215c8;
	font: bold 19px/24px Arial;
	margin: 10px 0 5px 0;
}
h5 {
	color: #d50400;
	font: bold 14px/19px Arial;
	margin: 10px 0 5px 0;
}

p {
	font: normal 14px/19px Arial;
}

table {
	margin: 0 auto;
}

form.contact fieldset {
	width: 300px;
	margin: 0 auto;
}
form.contact label {
	display: block;
	margin-bottom: 20px;
	width: 300px;
}

ul.bullet {
	margin: 10px;
	list-style-type: disc;
}

ul.bullet li {
              font: normal 14px/19px Arial;
	margin: 10px;
	padding-left: 10px;
}

ul.cross {
	
     margin: 10px;
	list-style-type: none;
              background-image: url('../img/cross.gif');
	background-repeat: no-repeat;
	background-position: 0 0.4em;	
}

ul.cross li {
              font: normal 14px/19px Arial;
	margin-left:20px;
	padding: 6px 3px 6px 20px; 
	
}
table.testimonial {
	border: 1px solid #999;	
}

	table.testimonial tr td {
		background: #ffc;
		padding: 10px;
		color: #000;
		font: normal 12px/15px Courier New, Courier, mono;
	}
	
	table.testimonial tr td p {
		font: normal 12px/15px Tahoma;
		padding-top: 10px;
	}

table.formulas {
	border: 1px solid #999;	
}

	table.formulas tr td {
		background: #ffc;
		color: #000;
                            padding: 10px;
		font: normal 12px/15px Tahoma;
	}
	
table.price {
	border: 3px #af1f09 solid;	
}

table.price tr td {
		background: #cccccc;
		color: #000;
                            padding: 10px;
		font: normal 12px/15px Tahoma;
	}

table.guarantee {
	border: 2px #999 solid;	
}

table.guarantee tr td {
		background: #cccccc;
		color: #000;
                            padding: 10px;
		font: normal 12px/15px Tahoma;
	}
	
table.bonus {
	border: 2px #999 solid;	
}

table.bonus tr td {
		background: #ffc;
		color: #000;
                            padding: 10px;
		font: normal 12px/15px Tahoma;
	}
	
