﻿* { 
	margin: 0; 
	padding: 0; 
}
body {
	/*background: url(images/bg.gif) repeat-x top #fff;*/
	/*background: url(images/bg-black.gif) repeat-x top #eee; */
	/* Brown --- background: url(images/bg-brown.gif) repeat-x top #eee; */
	/* Green --- background: url(images/bg-green.gif) repeat-x top #eee; */
	background: url(images/background.gif) top #fff repeat-x; 
	/* Orange --- background: url(images/bg-orange.gif) repeat-x top #eee; */
	/* Blue --- background: url(images/bg.gif) repeat-x top #fff; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #333;
	margin-top:0;

}
p { 
	padding: 8px 0; 
}
blockquote {
	margin-left:40px;
}
#awesome {
	width:;
}
p .testimonial { 
	padding: 5px; 
	background: #ffffea;
	width: 100%;
	color: #323219;
	display: block; 
	font-style:italic;
}
p .name { 
	padding: 5px; 
	font-weight: bold;
	font-style:normal;
	background: #ffffea;
	width: 100%;
	color: #323219;
	display: block;
}


#wrapper {
	width: 942px;
	margin: 10px auto;

}
#header {
	height: 589px;
}
#top-banner {
	height: 40px;
	background:#000000;
}
	#top-banner h2 {
		color: #fff;
		font-size: 15px;
		padding: 10px;
		letter-spacing: -1px;
	}
#video {
	width: 531px;
	height: 337px;
	margin-right: -15px;
	float: left;
}
	#video #embed {
		border: 5px solid #191919;
		margin-top: 4px;
		width: 520px;
		height: 315px;
	}
#optin {
	width: 409px;
	height: 337px;
	/* background: url(images/optin.gif) no-repeat; */
	/*background: url(images/optin-black.gif) no-repeat; */
	/* Brown --- background: url(images/optin-brown.gif) no-repeat; */
	/* Green --- background: url(images/optin-green.gif) no-repeat; */
	background: url(images/images16b.gif) no-repeat;
	/* Orange --- background: url(images/optin-orange.gif) no-repeat; */
	/* Blue --- background: url(images/optin.gif) no-repeat; */
	float: right;
}
#optin #form {
	width: 250px;
	margin-left: 120px;
	margin-top: 50px;
}
#optin h2 {
	text-align: center; color: #aa1717;
}
#optin h3 {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 0;
}
#content {
	clear: both;
	padding-left:10px;
}
#description {
	width: 570px;
	float: left;
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
}
	#description h2 {
		color: #333;
		font-size: 26px;
		padding: 5px 0;
		line-height: 1.3em;
		letter-spacing: -1px;
	}
	#description h2  strong { font-size: 34px ; color: #225573}
	#description h3 {
		color: #444;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 0;
		line-height: 1.3em;
		letter-spacing: -1px;
	}
#bullet-list {
	width: 320px;
	float: right;
	padding: 10px;
}
	#bullet-list  ul {
		list-style: none;
	}
	#bullet-list ul li {
		background: url(images/images14.gif) no-repeat;
		background-position: 0 4px;
		
		padding-left: 20px;
		border-bottom: 1px dotted #ccc;
		margin: 5px 0;
		margin-bottom: 15px;
	}
	#bullet-list ul li p { padding-top: 0; display: block; font-size: 14px; line-height: 1.2em;} 
	#bullet-list h4 {
		text-align: center;
		font-size: 15px;
		color: #aa1717;
	}
#footer {
	clear: both;
	border-top: 1px dotted #ddd;
	padding-top: 10px;
	font-size: 11px;
	text-align: left; 
}
#footer strong {
	float: right;
}

