*{
	margin:0;
	padding:0;
}

body{
	color:#1a1a1a;
	background:#152636 url(images/bg.jpg) repeat-x;
}

/* Container */
#wrapper{
	width:730px;
	margin:0 auto;
	background:url(images/middle.jpg) repeat-y;
}

#header{
	width:730px;
	height:133px;
	background:url(images/header.jpg) no-repeat;
}

#tagline{
	width:730px;
	height:42px;
	background:url(images/tagline.jpg) no-repeat;
}

#logos{
	width:730px;
	height:55px;
	background:url(images/logos.jpg) no-repeat;
}

#copy{
	padding:0 50px;
	font:normal 14px verdana, arial, helvetica, sans-serif;
	background:url(images/copy.jpg) no-repeat;
}

#legal{
	width:730px;
	height:30px;
	background:url(images/legal.jpg) no-repeat;
	text-align:center;
	font:normal 10px verdana, helvetica, sans-serif;
	color:#212121; 
}

#footer{
	width:730px;
	height:91px;
	background:url(images/footer.jpg) no-repeat;
}

/* Formatting */

p{
	margin:0;
	padding:7px 0;
	line-height:20px;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:10px 0;
}

h2{
	text-align:center;
	font-size:24px;
	font-family:georgia;
	line-height:32px;
}

a{
	color:#0000FF;
	text-decoration:underline;
}

a:hover{
	color:#0000FF;
	text-decoration:none;
}

h1{
	text-align:center;
	color:#cc0000;
	font-size:48px;
}

/* Johnson Box */

.j_body{
	width:620px;
	margin:0 auto;
	background:url(images/j_body.jpg) repeat-y;
}

.j_head{
	width:620px;
	height:57px;
}

.j_foot{
	width:620px;
	height:58px;
	background:url(images/j_foot.jpg) no-repeat;
}

.j_content{
	margin:0 40px 0 45px;
	color:#1a1a1a;
	font:normal 16px verdana, tahoma, arial; 
	line-height:20px;
}

.j_title{
	font-family:verdana, tahoma, arial;
	font-size:20px;
	color:#1a1a1a;
	text-align: center;
	letter-spacing: -1.5pt;
	
}

.j_headline{
	font-family:verdana, tahoma, arial;
	font-size:30px;
	font-weight:bold;
	color:#cc0000;
	line-height:35px;
	text-align: center;
	letter-spacing: -1.5pt;
	
}

/* Bullets */
.bull{
	width:460px;
	margin:7px auto;
	padding:0 20px;
	background:url(images/bullet_bg.jpg) repeat-y;
	font:normal 14px verdana, tahoma, arial; 
}

.bull_l{
	float:left;
	width:40px;
}

.bull_r{
	float:right;
	width:420px;
	line-height:20px;
	padding:5px 0;
}

/* Value */
.value{
	width:472px;
	margin:7px auto;
	padding:0 50px 0 40px;
	background:url(images/value_bg.jpg) repeat-y;
	font:normal 14px verdana, tahoma, arial; 
}

.value_l{
	float:left;
	width:350px;
	line-height:20px;
	padding:5px 0;
}

.value_r{
	float:right;
	width:112px;
	line-height:20px;
	padding:5px 0;
	text-align:right;
}

/* Total */
.total{
	width:472px;
	margin:7px auto;
	padding:0 50px 0 40px;
	background:url(images/total_bg.jpg) repeat-y;
	font:normal 14px verdana, tahoma, arial; 
}

.total_l{
	float:left;
	width:350px;
	line-height:20px;
	padding:5px 0;
}

.total_r{
	float:right;
	width:112px;
	line-height:20px;
	padding:5px 0;
	text-align:right;
}

/* Optin Form */

.optin{
	margin:0;
	padding:0;
	width:316px;
	height:337px;
	float:right;
	background:url(images/optin.jpg) no-repeat;
}

.optin-top{
	margin:0;
	padding:0;
	width:316px;
	height:121px;
}

.optin-field{
	margin:0;
	padding:0;
	width:316px;
	text-align:center;
}

input.field_txt{
	margin:5px 0;
	padding:6px;
	width:240px;
	color:#818181;
	border-top:1px solid #a7a7a7;
	border-left:1px solid #818181;
	border-bottom:1px solid #ccc;
	border-right:1px solid #E5E5E5;
	background:#FFF url(images/field_bg.jpg) repeat-x;
}

input.field_btn2{
	cursor:pointer;
	width:302px;
	height:77px;
	background:#FFF url(images/button2.gif) no-repeat top;
	border:none;
}

input.field_btn2:hover{
	cursor:pointer;
	width:302px;
	height:77px;
	background:#FFF url(images/button2.gif) no-repeat bottom;
	border:none;
}

/* Preview */
.preview{
	margin:20px auto;
	width:600px;	
	padding:0;
	text-align:center;
}

.thumb{
	float:left;
	margin:2px;
}

/* Testimonial */

.t_body{
	width:516px;
	margin:0 auto;
	background:url(images/t_body.jpg) repeat-y;
}

.t_head{
	width:516px;
	height:56px;
	background:url(images/t_head.jpg) no-repeat;
}

.t_foot{
	width:516px;
	height:55px;
	background:url(images/t_foot.jpg) no-repeat;
}

.t_content{
	margin:0 45px;
	color:#014a75;
	font:normal 16px georgia; 
}

.t_headline{
	margin:0 0 10px 0;
	color:#014a75;
	font:bold 20px georgia; 
	text-align:center;
}

