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

body {
	background: #6495ed;
}


#page {
	background-color: #6495ed;
	background-image: url("page_shadow.gif");
	background-repeat: no-repeat;
	width: 660px;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	padding: 20px;
	
}

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



#content {
	color:#000000;
	background-color: #ffffff;
	background-image: url("page_top.gif");
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	padding: 40px;
	border: 2px solid #999999;
	
}

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

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

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

#content p {
	text-align: left;
}

#content p.center {
text-align: center;
}

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

.hilite {
background-color: #FFFF33;
}

.under {
	border-bottom: 1px solid #000000;
	}
	
.under_bold {
	border-bottom: 2px solid #000000;
	}
	
.under_red {
	border-bottom: 2px solid #ff0000;
	}
	

/*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: #ff0000;
	font-family:Tahoma, Arial;
	padding-bottom: 1em;
	line-height: 1.2em;
	text-align: center;
}

/*bulleted lists*/

.check_red li {
	list-style: none;
	background: url(images/check_red.gif) no-repeat center left;
	padding-left: 2em;
	margin: 2em 4em 0em 4em;
	line-height: 1.5em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
}

.check_box_red li {
	list-style: none;
	background: url(images/check_box_red.gif) no-repeat center left;
	padding-left: 2em;
	margin: 2em 4em 0em 4em;
	line-height: 1.5em;
	margin-left: 4em;
	margin-right: 4em;
	text-align: left;
}

.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;
}

.guarantee {

	background-color: #FFFFDF;
	padding: 20px;
	height: auto;
	width: 450px;
	border: thin solid #FF0000;
	margin: auto;
}
.order {
	border: medium dashed #FF0000;
	padding: 10px 20px;
	height: auto;
	width: 375px;
	margin: auto;
}

.order h2{
	text-align:center;

}