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

body {
	background: #6495ed;
}


#page {
	background-color: #ffffff;
	width: 700px;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	padding: 0px;
	border: 1px solid #bbbbbb;
}

#header {
	background-image: url(qanda-header.png);
	padding: 0px;
	margin: 0px;
	width: 700px;
	height:120px;
}

#content {
	color:#000000;
	font-family:Tahoma, Arial;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

/*standard headlines and subeheads*/
#content h1 {
	color: #cc0000;
	display:block;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;
	
}

#content h2 {
	color: #000000;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
}

#content h3 {
	color: #000000;
	font-size: 1.25em;
	text-align: left;
	font-weight: bold;
}

/* buy links */
#content h2 a:hover {
	color:#339933;
}

/* special attention boxes with white background */

#pagelift {
	background-image: url(page_lift.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 40px 0px 25px;
	padding-left: 15px;
	
	}
#summary {
	padding: 20px;
	border: 1px solid #999999;

}

#summary .check_red li {
	margin-left: 1em;
}

.under_black {
	border-bottom: solid 2px #000000;
}

.under_red {
	border-bottom: solid 2px #cc0000;
}

#content p {
	text-align: left;
}

/*To make any span of text red #cc0000*/
.red {
	color: #cc0000;
}

/*Testimonal Boxes*/
.testim     {
	background-color: #006699;
	border: 1px solid #006699;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1em;
}
.testim p {
	font-size: 1em;
	color:#ffffff;
	line-height: .5em;
	text-algin: left;
	margin: 4px;
	font-family:Tahoma, Arial;
	
}
.testim_box {
	background-color: #ffffe8;
	padding: 8px;
	width: 384px;
	
	
}
.testim_box p {
	color:#000000;
	font-size: 1em;
	font-family:Tahoma, Arial;
	line-height: 1.3em;
	text-align: left;
	padding-bottom: 1em;
	}
p.test-h {
	font-size:  1.2em;
	font-weight: bold;
	color: #cc0000;
	font-family:Tahoma, Arial;
	padding-bottom: 1em;
	line-height: 1.2em;
	text-align: center;
}

/*bulleted lists*/

.check_red li {
	list-style: none;
	padding-left: 2em;
	margin: 2em 4em 0em 4em;
	line-height: 1.5em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
	background-image: url(checkmark.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.x_red li {
	list-style: none;
	padding-left: 2em;
	margin: 1em 4em 1em 4em;
	line-height: 1.75em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
	font-size: 1.15em;
	background-image: url(bullet-cancel.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.check_green li {
	list-style: none;
	padding-left: 2em;
	margin: 1em 4em 0em 4em;
	line-height: 1.75em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
	font-size: 1.15em;
	background-image:  url(bullet-check-green.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

.check_box_red li {
	list-style: none;
	padding-left: 2em;
	margin: 0em;
	line-height: 1.5em;
	text-align: left;
	
	background-image: url(bullet3.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.questions li {
	list-style: none;
	padding-left: 2em;
	margin: 1em 4em 0em 4em;
	line-height: 1.75em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
	font-size: 1.15em;
	background-image:  url(question.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.short_list li {
	
	margin-left: 4em;
	margin-right: 4em;
	line-height: 1.3em;
	text-align: left;
	font-weight:bold;
}
.long_list li {
	
	line-height: 1.2em;
	margin: 2em 4em 0em 4em;
	text-align: left;
}

.long_list li.even {
	font-weight: bold;
}
.box {
	border: medium dashed #FF0000;
	padding: 15px;
	height: auto;
	width: 450px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.product {
	background-color: #FFFFDF;
	padding: 20px;
	height: auto;
	width: 550px;
	border: thin solid #0066CC;
	left: auto;
	right: auto;
	margin-left: 15px;


}
.guarantee {

	background-color: #FFFFDF;
	padding: 20px;
	height: auto;
	width: 450px;
	border: thin solid #FF0000;
	margin: auto;
}

#bonus {

	background-color: #FFFFDF;
	padding: 20px;
	
	width: 450px;
	border: thin solid #FF0000;
	margin: auto;
}

.img-box {
	padding-right: 15px;
}
.img-box img {
	padding-right: 10px;
}

.order {
	border: medium dashed #FF0000;
	padding: 10px 20px;
	height: auto;
	width: 375px;
	margin: auto;
}

/* footer */

#footer {
	width:700px; padding: 10px; margin: auto; height: 245px;
}

#footer p {
	text-align:left;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	}
#footer a {
	color: #d2e2ff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

.footer_box1 {
	float:left;
	width: 325px;
	height: 215px;
	background-image: url(footer_bg.gif);
	background-repeat:repeat-x;
	padding: 10px;
	margin: 0px;
	}

.footer_box2 {
	float:right;
	width: 325px;
	height: 215px;
	background-image: url(footer_bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 10px;
}


