/* 
	Theme Name: Free Salesletter WP Theme
	Description: Free Salesletter WP Theme
	Version: 1.0
*/

@charset "utf-8";
body {
	background-image: url(images/repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #464646;
	line-height: 20px;
}

#SalesCopy {
	padding-top: 0;
	padding-right: 75px;
	padding-left: 75px;
}

#SalesHeader {
	padding: 20px;
	padding-top: 0;
}
#mainWrapper {
	background-image: url(images/header-main.jpg);
	height: 455px;
	width: 801px;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
}
h1 { 
	font-size: 29px; 
	color: #a70f0f; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h2 { 
	font-size: 21px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h3 { 
	font-size: 18px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
h4 { 
	font-size: 14px; 
	color: #222; 
	padding: 10px 20px;
	text-align: center;
	line-height: 1.2em;
}
#SalesHeader h4 {
	padding: 0;
	text-align: center;
	color: #ddd;
	padding-top: 15px;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 5px;
}
#SalesHeader h2 {
	height: 100px;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	display: block;
	padding-top: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 0;
}
#SalesHeader h3 {
	text-align: center;
	padding: 5px;
	color: #fff;
	background: #4b5560;
	border: 1px dotted #394550;
	margin: 0 50px;
	margin-right: 110px;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 14px;
	margin-top: -10px
}
a.buynow img {
	border: none;
	margin: 10px auto;
	display: block;
}
blockquote {
	padding: 10px;
	margin: 10px;
	background: #eee;
	border: 1px dotted #ddd;
	border-left: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
ul {
	list-style: none;
	margin: 20px;
}
	 ul li {
		padding: 5px;
		padding-left: 26px;
		font-size: 12px;
		line-height: 1.65em;
		color: #2e6a97;
		border: 1px dotted #ddd;
		font-weight: bold;
		margin: 4px 0;
		font-family: verdana, arial, sans-serif;
		background: url(images/bullet.gif) no-repeat left;
	}
 ol {
	list-style: none;
	margin: 20px;
}
	 ol li {
		padding: 5px;
		padding-left: 26px;
		font-size: 12px;
		line-height: 1.65em;
		color: #5e0000;
		font-weight: bold;
		font-family: verdana, arial, sans-serif;
		background: url(images/bullet.gif) no-repeat left;
	}
#footer {
	text-align: center;
	font-size: 11px;
	padding: 10px;
}