﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* Global */
body{
	background:#870187;
	font-family:Georgia, sans-serif;
	font-size:16pt;
}

.wtop{
	background:transparent url(images/top.png) no-repeat;
	margin:10px auto 0 auto;
	width:708px;
	height:100px;
}

.wbott{
	background:transparent url(images/bottom.png) no-repeat;
	margin:-22px auto 10px auto;
	width:708px;
	height:100px;
}


p, h1, h2, h3{
	padding-left:16px;
	padding-right:16px;
}

p{
	font-size:16pt;
}

.title{
	font-family: 'Risque', cursive;
	text-align:center;
	font-size:40pt;
}

.tbp{
	padding-top:0;
	text-align:center;
}

.wrapper{
	background:transparent url(images/contentbg.png) repeat-y;
	width:708px;
	margin:0 auto;

}

.wrapper ul{
	margin:0 auto;
	max-width:600px;
	list-style:none;
}

.wrapper li{
	background:transparent url(images/bullet.png) no-repeat 0 2px;
	padding:0 0 15px 25px;
}

.bbp{
	padding-top:0;
	text-align:center;
}

/* Headline Styles */
h1{
	font-family: 'Courgette', cursive;
	font-size:20pt;
	color:#000;
	text-align:center;
}

h2{
	font-family: 'Archivo Black', sans-serif;
	font-size:24pt;
	text-align:center;
	text-transform:uppercase;
	color:#d00100;

}

h3{
	font-family: 'Archivo Black', sans-serif;
	font-size:24pt;
	text-align:center;
	text-transform:uppercase;
	color:#000;

}

h4{
	font-family: 'Archivo Black', sans-serif;
	font-size:24pt;
	text-align:center;
	text-transform:uppercase;
	color:#0075b0;
	width:688px;

}

/* Optin */

.optin{
	background:transparent url(images/optinbg.png) no-repeat;
	width:608px;
	height:610px;
	margin:0 auto;
}

.optinform{
	width:287px;
	height:171px;
	margin:0 auto;
	padding-top:353px;
	border:none;
}

.input{
	background:transparent url(images/finput.png) no-repeat;
	width:254px;
	height:37px;
	margin:5px auto;
	border:none;
	padding-left:10px;
}

.submitbutton{
	display: block;
	background:transparent url(images/submit.png) no-repeat;
	width:207px;
	height:55px;
	margin:0 auto;
	border:none;
}

/* Testimonials */

.testbg{
	background:transparent url(images/testbox.png) no-repeat;
	width:666px;
	height:375px;
	margin:10px auto;
}

.testp{
	font-family:Georgia, ans-serif;
	font-size:12pt;
	color:#000;
	padding:30px 18px 0 18px;
}

.testsig{
	font-family:Georgia, sans-serif;
	font-size:14.5pt;
	color:#000;
	padding:30px 18px 0 18px;
	font-weight:bold;
	text-align:right;
	float:right;
}