@charset "UTF-8";
/* CSS Document */

body{
	background-color:#CC0000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
	font-size:80%;
}
#container{
	width:800px;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	display:block;
	border:#666666 1px solid;
}
/*/ / / / / / / / / / */
#mainbody{
	width:500px;
	float:left;
	margin:0;
	padding:20px 0 0 30px;
	display:block;
}
h2{
	background:url(../images/bg_h2.jpg) repeat-x bottom;
}
/*/ / / / / / / / / / */
#sidebar{
	width:170px;
	float:right;
	margin:0;
	padding:20px 30px 20px 0;
	display:block;
	
}
#sidebox{
	width:170px;
	border:#666666 1px solid;
	padding:10px;
}
#sidebox .price{
	font-size:16px;
	font-weight:bold;
}
#sidebox .price .red{
	color:#FF0000;
}
#sidebox img {
	border:none;
}
/*/ / / / / / / / / / */
#footer{
	width:800px;
	margin:20px auto;
	padding:0;
	display:block;
	text-align:center;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer .clickbank{
	width:500px;
	margin:30px auto;
	text-align:left;
}
#footer .clickbank img{
	border:none;
	margin:0 10px;
}
/*/ / / / / / / / / / */
#manual li{
	list-style:none;
}
#manual li.details{
	list-style:none;
	padding:0 20px 20px 40px;
}
/*/ / / / / / / / / / */
#specials .first, #specials .second{
	width:462px;
	min-height:114px;
	display:block;
	list-style:none;
}
#specials .first{
	background:url(../images/specials_01.jpg) no-repeat top;
}
#specials .second{
	background:url(../images/specials_02.jpg) no-repeat top;
}
#specials .first p, #specials .second p{
	width:300px;
	padding:55px 0 0 120px;
}
/*/ / / / / / / / / / */
.testimonials{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin:0 0 20px 0;
}

/*/ / Download Page/ / */
	
#mainbody2{
	width:650px;
	margin:10px auto;
	display:block;
}
#box{
	width:597px;
	margin:20px auto 50px auto;
}
#box div{
	background:url(../images/box_bg.gif) repeat-y;
	margin:0;
	padding:10px;
}
#box td{
	text-align:center;
}
#box img{
	border:none;
	
}
.pkgtitle{
	font-size:140%;
	font-weight:bold;
	text-align:center;
}
.price{
	color:#FF0000;
	font-size:100%;
}
#box2 h2{
	margin:30px auto;
	width:550px;
	background:url(../images/bg_h2.jpg) repeat-x bottom;
	text-align:center;
}
#box2 p{
	font-size:120%;
	width:450px;
	margin:15px auto;
	text-align:justify;
}
#box3 h2{
	background:url(../images/bg_h2.jpg) repeat-x bottom;
	text-align:left;
}
#box3 p{
	font-size:100%;
	text-align:justify;
}
/*/ / Affiliate Page/ / */
#box ul{
	text-align:left;
	padding-left:100px;
}
#box h3{
	text-decoration:underline;
	text-align:center;
}
#box div td{
	text-align:left;
	color:#666666;
}
