@charset "utf-8";
/* CSS Document */

*
   {padding: 0px;
	margin: 0px;}
body {
	background-color: #EEE;
}
.accentuate {
	color: #BB3173;
}
.image-border {
	margin: 5px;
	padding: 5px;
	border: 1px solid #D6D6D6;
}
#top {
	background-image: url(images/header-bg.jpg);
	height: 385px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
#top #header {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
#top #header #logo{
	margin-top: 20px;
}
#top #header #headline {
	margin-top: 80px;
	margin-left: 25px;
}
#top #header #download {
	margin-left: 280px;
	margin-top: 30px;
}
#main {
	background-image: url(images/bg-content.png);
	background-repeat: repeat-x;
}
#main #content {
	margin-right: auto;
	margin-left: auto;
	width: 984px;
}
#main #content #whyyoushouldreadthis {
	background-image: url(images/why-you-should-read-this-bg.png);
	height: 340px;
	padding: 20px;
}
#main #content #whyyoushouldreadthis h1 {
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: 10px 10px;
	height: 45px;
	margin-top: 10px;
}
#main #content #whyyoushouldreadthis h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #393D46;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 15px;
}
#main #content #whyyoushouldreadthis p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #393D46;
	line-height: 150%;
	padding-top: 0px;
	padding-bottom: 5px;
}
#main #content #whyyoushouldreadthis  ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #393D46;
	line-height: 148%;
	list-style-type: none;
}

#lighertopcap {
	background-image: url(images/lighter-top-cap.png);
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 8px;
}
#lighterbg {
	background-image: url(images/lighter-middle-bg.png);
}

#lighterbg h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #393D46;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#lighterbg p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #393D46;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#lighterbg ol li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #393D46;
	line-height: 150%;
	list-style-position: inside;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#lighterbg p a {
	color: #B04374;
}
#getaff {
	margin-left: 250px;
	margin-top: 30px;
}
#lighterbg h1 {
	font-family: Arial, Helvetica, sans-serif;
}


#lighterbuttompcap {
	background-image: url(images/lighter-buttom-cap.png);
	height: 25px;
}
.topcap    {
	background-image: url(images/top-cap.png);
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 8px;
}

.topcapgrey {
	background-image: url(images/top-cap-grey.png);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.topcap h1    {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.topcapgrey h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.middle    {
	background-image: url(images/container-content-bg.png);
	padding: 0 20px;
}
.middle p    {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #393D46;
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.buttomcap    {
	background-image: url(images/buttom-cap.png);
	background-position:bottom;
	height: 40px;
}
.clear {
  clear: both !important;
  margin: 0.00 !important;
  padding: 0.00 !important;
}
.smalltext {
	font-size: 10px;
}
#headerleft {
	width: 60%;
	float: left;
}
#headerright {
	float: right;
	width: 39%;
	text-align: right;
	color: #B04374;
	margin-top: 5px;
}
#headerright a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B04374;
	font-weight: bold;
	text-decoration: none;
}
#headerright a:hover {
	color: #F8459F;
}
