/*-----------------------------------------------
Affinity Web Design Landing Pages Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  22 September 2006
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body, a {
	font: small/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
}
acronym {
	/*background: url(img/acronym-bg-alt.gif) bottom left repeat-x;*/
	border-bottom: 1p dotted #4a4a4a;
	font-weight: bold;
}
#bg {
	background: url(img/shadow.jpg) top center repeat-y;
	margin: 0 auto;
	width: 840px;
}
#mainContainer {
	width: 800px;
	margin: 0 auto;
	background: #B6D0EB;
	border-right: 1px solid #ccc;	
	border-left: 1px solid #ccc;	
}
#header {
	background: #dfeaf4;
}
#header img {
	vertical-align: middle;
}
#header p {
	display: inline;
	color: #5778ae;
}
#branding {
	clear: both;
}
/* =Main content
-------------------------------------------------*/
#mainContent {
	background: #B6D0EB url(img/content-bg.gif) top left repeat-x;
	padding: 40px 20px 40px 30px;
}
#mainContent h1 {
	background:url(img/h2-bg.gif) 0 50% no-repeat;
	padding-left: 30px;
	margin-bottom: 0.8em;
	padding: 5px 0 5px 30px;
	font-size: 120%;
}
#mainContent h2 {

}
#mainContent #sampleLP {
	float: right;
	margin: 0 0 20px 20px;
}
#mainContent strong {
	color: #000;
}
#mainContent p, #mainContent ul {
	margin-bottom: 1.4em;
}
#mainContent ul {
	margin-left: 3.3em;
}
#mainContent #previewHeader {
	background:url(img/h2-bg.gif) 0 50% no-repeat;
}
#included {
	float: right;
}
/* =Footer
-------------------------------------------------*/
#footer {
	padding: 10px 0px;
}
#footer ul {
	list-style: none;
	margin: 0;
	text-align: center;
}	
#footer li {
	display: inline;
}
#footer a {
	
}
/* =Landing Page preview classes
-------------------------------------------------*/
.preview {
	margin: 10px 0;
	border-bottom: 1px solid #a1bcdc;
	width: 380px;
}
.preview img {
	float: left;
}
.preview h2 {
	font-size: 120%;
	margin-left: 120px;
}
.preview p {
	margin-left: 120px;
	margin-bottom: 0px;
}
/* =General Classes
-------------------------------------------------*/
.clear {
	clear: both;
	color: #B6D0EB;
}
.featured {
	display: block;
	margin: 0 auto;
	border: 1px solid #666;
}
.returnLink {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}
