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

*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:arial;
	font-size:12px;
	background:url(../images/background.png) no-repeat center top;
	background-attachment:fixed;
	background-color:#4F4F4F;
}

p, h3, h2
{
	margin-top:0px;
	margin-bottom:15px;
}

h3
{
	color:#003366;
}

.navigation
{
	background:url(../images/nav.png) repeat-x;
	border-bottom:solid 5px #2668B0;
	padding:0px 10px 0px 10px;
}

.navigation a
{
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
	width:100px;
	vertical-align:middle;
	text-align:center;
	border-right:solid 1px #FFFFFF;
	padding:10px;
}

.navigation a:hover
{
	background:url(../images/navho.png) bottom center no-repeat;
}

.clear
{
	clear:both;
}

.logowrapper
{
	width:820px;
	margin:auto;
	margin-top:50px;
}

.wrapper
{
	width:820px;
	margin:auto;
	background-color:#FFFFFF;
	border-bottom:solid 4px #006699;
	margin-top:-3px;
}

.banner
{
	width:800px;
	margin:auto;
	background:url(../images/soapbubble.jpg) no-repeat left top;
	padding-top:15px;
}

.text
{
	padding:15px 30px 15px 30px;
}

.lightblueboxq
{
	width:330px;
	margin:0px 0px 10px 15px;
	padding:15px;
	border:dotted 1px #B1D8ED;
	background:#ECF2F9;
	float:right;
	font-size:11px;
}

.lightbluebox
{
	width:730px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	border:dotted 1px #003399;
	background:#E3F2FB;
}

.lightbluebox img
{
	border:solid 1px #CCCCCC;
}

.lightyellowbox
{
	width:730px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	border:dotted 1px #EFEA1D;
	background:#FEFFC1;
}


.bookbox
{
	width:730px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
	border:dotted 1px #009933;
	background:#E7FAE8;
}

.bookbox img
{
	border:solid 1px #CCCCCC;
}

.box
{
	background:url(../images/box.png) no-repeat left top;
	padding:25px 0px 0px 15px;
	width:755px;
	margin:auto;
}

ul
{
	margin-top:15px;
	list-style-image:none;
	list-style-type:none;
}

li
{
	margin-bottom:15px;
	background:url(../images/check.png) no-repeat left;
	padding-left:25px;
}

.leftfloat
{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.leftfloat img
{
	
}

table
{
	border-collapse:collapse;
	width:760px;
	margin:auto;
	margin-bottom:15px;
}

table td
{
	padding:8px;
}

table td img
{
	height:50px;
}

.footer
{
	width:820px;
	margin:auto;
	margin-top:15px;
	color:#FFFFFF;
}

.footer a
{
	color:#5AACD8;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

.testimonial
{
	padding:15px;
	border-right:dotted 1px #CCCCCC;
	width:140px;
	margin-left:10px;
	float:left;
	margin-bottom:10px;
	1background:url(../images/testmon.png) repeat-y;
}

.testimonial img
{
	border:dotted 1px #006666;
	margin-bottom:10px;
}

.red
{
	color:#FF0000;
}

.blue
{
	color:#0066CC;
	font-size:14px;
	font-style:italic;
}

.spl
{
	color:#FF6600;
	font-weight:700;
}

.bttop
{
	position:fixed;
	bottom:25px;
	right:0px;
	-display:none;
}

.buy
{
	position:fixed;
	bottom:165px;
	right:0px;
	-display:none;
}

.bonus1
{
	width:350px;
	margin-right:15px;
	padding-right:20px;
	float:left;
	border-right:dotted 1px #CCCCCC;
}

.bonus2
{
	width:330px;
	padding-left:15px;
	float:left;
}


.hl
{
	background:#FFFF00;
}

.hline
{
	border-bottom:dotted 1px #CCCCCC;
	height:5px;
	margin-bottom:5px;
}

a img
{
	border:none;
	outline:none;
}

.big
{
	font-size:16px;
}


