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

body, html {
	height:100%;
	margin:0;
	padding:0;
	background:#e8eaf3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1{font-size:2.5em;}
h2{font-size:2.0em;}
h3{font-size:1.5em;}
h4{font-size:1em;}

#wrapper {
	width:830px;
	margin:0 auto;
}
#header {
	height:284px;
	overflow:hidden;
}
#content {
	background:#FFF url(../images/year-of-the-affiliate-website_background.gif) repeat-y 0 0;
	padding:0 30px 30px;
}
#content a {
	text-decoration:none;
	border-bottom:1px dotted #45319e;
}
#content a:Hover {
	border-bottom:1px solid #45319e;
}
#content h1, h2, h3, h4, a {
	color:#45319e;
}
#content blockquote {
	/*display:block;
	margin:10px auto;
	width:70%;
	border-top:1px solid #9f9415;
	border-right:3px solid #9f9415;
	border-bottom:3px solid #9f9415;
	border-left:1px solid #9f9415;
	background:#f4dd40 url(../images/year-of-the-affiliate-website_quote_background.jpg) 0 0 repeat-x;
	padding:10px;*/

	display:block;
	width:564px;
	background:url(../images/blockquote-header.gif) 0 0 no-repeat;
	padding:20px 0 0 0;
	margin:0 auto;
}
	blockquote .blockquote-body{
		background:url(../images/blockquote-body.gif) 0 bottom no-repeat;
		padding:0 20px 26px 20px;
	}

#content blockquote h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:18px;
	text-align:center;
}
#content ul {
	list-style:none;
	list-style-image:none;
	
}
#content ul li{
	padding:5px 0 5px 25px;	
	background:url(../images/tick.jpg) 0px 4px no-repeat;	
}
#content ol li{
	padding-top:5px;
	padding-bottom:5px;
}
#content .buyNow {
	background:#FFF;
}
#footer {
	background:#e8eaf3 url(../images/year-of-the-affiliate-website_footer.jpg) no-repeat 0 0;
	padding:30px;
	text-align:center;
	font-size:10px;
	color:#a5a6ac;
}
.buy-now-glass{
	background:url(../images/buy-now-glass-button.png) 0 -44px no-repeat;
	display:block;
	width:474px;
	height:44px;
	border-bottom:none;
	text-decoration:none;
	text-align:center;
}

.buy-now-glass:Hover{
	background:url(../images/buy-now-glass-button.png) 0 0 no-repeat;
	border-bottom:1px solid #fff;
}
.arrow-float{
	margin:-5px 10px 0 0;
	 width:40px; 
	 float:left;
}	

.special{
	border-bottom:1px dashed #F00;
	margin:10px 0;
	padding:0 0 20px 0;
}
.buy-now{
	display:block;
	width:249px;
	height:115px;
	background: url(../images/buy-now.jpg) 0 -116px no-repeat;
}
.buy-now:Hover{
	background: url(../images/buy-now.jpg) 0 0 no-repeat;
}
.req{
	padding:10px 0;
}
.blueText{
	color:#0000FF;
}
.no-follow a{ 
	text-decoration:none;
	color:#a5a6ac;
}
.not-follow a:Hover{
	text-decoration:none;
}

	
