
body{
	background:white url('../images/body_bg.gif') repeat-x;
	font: 70%/1.6em Verdana,arial,sans-serif;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	width:860px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: blue 1px dashed;
	color:blue;
}
a:hover{
	color:#FA7600;
	border-color:#FA7600;
}

#head{
	height:257px;
	background: url('../images/top.jpg') no-repeat;
}
* html #head {height:257px;}

#head h1.title{
	margin:0;
	padding: 105px 0 0 20px;
	font-variant:small-caps;
	font-size:20px;
	color:#fff;
}

#head ul.navbar{
	margin:2px 0 2px 0;
	padding: 213px 0 0 0px;
	float: right;
}
#head ul.navbar li{
	float:left;
	list-style-type: none;
	/*background: url('../images/bullet_nav.gif') bottom left no-repeat;*/
	padding: 0px 0 0 15px;
	font-size: 12px;

}
#head ul.navbar li a{
	
	display:block;
	padding: 18px 0 0 0;
	margin: 0 30px 0 0;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: #eeeeee 6px solid;
	color: #202E6E;

}

#head ul.navbar li a:hover{
	color: #202E6E;
	border-bottom: #FA7600 6px solid;
}

#head ul.navbar li a:visited:hover{
	color: #202E6E;
	border-bottom: #FA7600 6px solid;
}

* html #main{
	margin:-2px 0 0 -1px;
	padding:0 0 0 2px;
}
#main{
	background:  url('../images/main_bg.gif') center repeat-y;
	width:860px;
	padding: 0 0 10px 0px;
	margin-bottom: -30px;
}

#splash{
		background: url('../images/title.png') no-repeat;
		padding-top:126px;
		text-align:right;
		margin: 0 8px;
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 40px 10px 70px;
	text-align:justify;
	background-position: 48% 0%;
}
* html #content{
	margin-left:17px;
	margin-top:5px;
	background-position: 50% 0%;
}
#content h2{
	color:#cccccc;
	margin:0px;
	line-height:28px;
	background: url('../images/content_h2.png') top left no-repeat;
	padding: 0px;
	font-size: 28px;
	text-align: left;
	font-weight: normal;
}
* html #content h2{
	margin:0;
}
#content h3{
	color:#999999;
	margin:0px;
	line-height:22px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	text-align: left;

}
#content div.boxwide{
	margin: 0 60px 20px 25px;
	display:block;

}
#content div.box{
	width:220px;
	margin: 0 0px 20px 15px;
	float:left;
}

#footer{
	clear:both;
	background: url('../images/bot_bg.gif') center no-repeat;
	height: 106px;
	padding: 0 20px 5px 0;
	text-align:left;
	color:#999;
}
* html #footer{
	margin:0 0 0 1px;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
}
.footertxt{padding-left: 94px;}
#footer a:link{color:#999}
#footer a:visited{color:#999}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}

.footerlink{color: #999; border-bottom: #999 1px dashed;}
.footerlink:link{color: #999; border-bottom: #999 1px dashed;}
.footerlink:visited{color: #999; border-bottom: #999 1px dashed;}

.requiredField{
color: blue;
}

.tblhead{
background-color: #eeeeee;
}

.lightbr{
border: #dddddd 1px solid;
padding: 9px;
}

/* special formatting */
.boxTest{
display: block;
border:1px solid #5A7CAA;
background: #FFFFC0;
padding: 12px;
width: 180px;
float: right;
margin: 10px 0 10px 30px;
text-align: left;
}

/* salesletter formatting */

/* headline area */
.headHL{
color: black;
line-height: 26px;
text-align: center;
}

.headSO{
color: red;
}

.headU{
text-decoration:underline;
}

.headH{
background: yellow;
color: black;
}

.headI{
font-style: italic;
}

.headSm{
font-weight:bold;
font-size:16px;
line-height: 20px;
}

.headMedB{
font-weight:bold;
font-size:18px;
color: #CC0000;
line-height:1.3em;
}

/* boxes */
.testim{
display: block;
background: #FFFFC0;
border:2px solid #5A7CAA;
padding: 12px;
}

.shad{
background:white url("../images/box_shadow.gif") top right no-repeat;
height: 34px;
}

.boxFooter{
display: block;
text-align: right;
font-weight:bold;
}

.boxHeader{
font-weight:bold;
font-size:14px;
}

.testPhoto{
float: left;
padding-right: 6px;
}

.boxAnnounce{
display: block;
border:1px solid #5A7CAA;
padding: 12px;
text-align: center;
}

.boxSection{
display: block;
border:1px solid #eeeeee;
padding: 12px;
}

.boxComment{
display: block;
border:1px solid #5A7CAA;
background: #FFFFC0;
padding: 12px;
}

.boxFeatures{
display: block;
border:3px solid #8A3E7B;
padding: 12px;
background: white;
}

.boxExample{
display: block;
border:3px dashed #5A7CAA;
padding: 12px;
}

.boxExampleBright{
display: block;
border:3px dashed #5A7CAA;
padding: 12px;
background-color: yellow;
font-size: 16px;
font-weight:bold;
}

.boxExampleLite{
display: block;
border:3px solid #5A7CAA;
padding: 12px;
background-color: #eeeeee;
}

.boxBuy{
display: block;
border:3px solid #C00000;
padding: 12px;
}

.boxPaperTop{
background:white url("../images/paperTop.gif") top center no-repeat;
height: 31px;
width: 521px;
}

.boxPaperBottom{
background:white url("../images/paperBottom.gif") top center no-repeat;
height: 29px;
width: 521px;
}

.boxPaperMiddle{
background:white url("../images/paperMiddle.gif") top center repeat-y;
width: 521px;
}

.boxPaperTxt{
font-family: "Courier New", Courier, mono;
margin-left: 40px;
margin-right: 60px;
}

.boxFlowerTop{
background:white url("../images/flower_top_bg.gif") top center repeat-x;
height: 59px;
}

.boxFlowerBottom{
background:white url("../images/flower_bottom_bg.gif") top center repeat-x;
height: 59px;
}

.boxFlowerTxt{
text-align: center;
color: #FF00FF;
font-size: 14px;
font-style: italic;
}

/* bonuses */
.bonus{
display: block;
border:3px solid #CC0000;
padding: 12px;
}

.bonusTitle{
font-weight:bold;
font-size:28px;
color: #CC0000;
}

.bonusSubTitle{
font-weight:bold;
font-size:18px;
color: #CC0000;
}

.bonusValue{
font-size:18px;
text-align: right;
display: block;
}

/* emphasis in main body */
.txtUL{
text-decoration:underline;
}

.txtI{
font-style: italic;
}

.txtBI{
font-style: italic;
font-weight:bold;
}

.txtHL{
background: yellow;
}

.txtBHL{
background: yellow;
font-weight:bold;
}

.txtB{
font-weight:bold;
}

.txtSO{
font-weight:bold;
font-size:14px;
}

.txtSOHL{
font-weight:bold;
font-size:14px;
background: yellow;
}

.txtBad{
color: red;
}

.txtBadB{
color: red;
font-weight:bold;
}

.txtSHB{
display: block;
font-size:16px;
font-weight:bold;
background:#FFFFCC;
padding: 9px;
border:1px solid #CC0000;
border-bottom:#CC0000 3px solid;
}

.txtCenHead{
text-align: center;
font-weight: bold;
font-size: 16px;
display: block;
}

.txtCenHeadF{
text-align: center;
font-weight:bold;
font-size:16px;
color: blue;
display: block;
}

.txtNeg{
font-weight:bold;
background: #666666;
color: white;
}

.txtCrazy{
color: #CC00CC;
font-weight:bold;
}

/* buttons */
.OrderButtonArea{
padding: 9px;
background: red;
}

/* lists */
.lstMain{
display: list-item;
list-style-position: outside;
list-style-image: url("../images/tick.gif");
vertical-align: top;
}

.lstMainItem{
padding-bottom: 25px;
}

.lstBad{
display: list-item;
list-style-position: outside;
list-style-image: url("../images/tickbad.gif");
vertical-align: top;
}

.lstBadItem{
padding-bottom: 25px;
}

/* guarantee */
.guar{
display: block;
border:6px double #0066CC;
padding: 12px;
background: #99CCFF;
font-size:14px;
font-style: italic;
}

.guarTitle{
font-weight:bold;
font-size:28px;
line-height:1.3em;
}

/* footer */
.footerArea{
display: block;
text-align: center;
background: #E6C6E0;
padding: 10px;
border:1px solid black;
font-size:10px;
}
.footerArea a:link{
color: #666666;
}
.footerArea a:hover{
color: #666666;
}
.footerArea a:visited{
color: #666666;
}
/* custom formatting */
.featphoto{
float: right;
text-align: center;
color: #999999;
padding-left: 30px;
padding-bottom: 0px;
}

.feattxt{
float: right;
padding-left: 30px;
padding-bottom: 0px;
width: 378px;
}

.logolink{
margin-top: -219px;
padding-right: 20px;
float: right;
background-color: transparent;
position: relative;
border-bottom:transparent 0px solid;
text-decoration: none;
}

.imgnolink{border-bottom:transparent 0px solid;}
.imgnolink:link{border-bottom:transparent 0px solid;}
.imgnolink:visited{border-bottom:transparent 0px solid;}
.imgic{align: absmiddle;}
tr.ro{background-color: #eeeeee;}
#content tr, td {text-align:left;}

/* tooltip */
#fixedtipdiv{
position:absolute;
padding: 2px;
border-bottom:black 0px solid;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: white;
}

