P, H1, H2, H3, H4, H5, LI, LABEL, A {font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:14px; text-align:left;}

body { background:#354844; }

#container {
	width:810px; 
	background:url(11_images/body.jpg) repeat-y center; 
	margin-right:auto; 
	margin-left:auto; 
	/*text-align:center; */
	}

#header {clear:both;}

#body { padding:0 30px 10px 30px; clear:both; }

#footer { height:71px; background: url('<?php echo $self; ?>11_images/footer.jpg') no-repeat center top; clear:both; }


SPAN.red {color:#FF0000; font-weight:bold; font-style:italic;}

SPAN.blue {color:#035bfc; font-weight:bold; font-style:italic;}

SPAN.highlight{	font-weight:bold; background: #FFFF00;}

SPAN.specialPrice {
	display:block; 
	background: url('<?php echo $self; ?>11_images/box_grad_bkgd.jpg') repeat-x bottom; 
	width:80%; 
	margin-left:auto; 
	margin-right:auto; 
	border:1px solid #b3f4ff; 
	padding:10px;
	}
	
SPAN.guarantee {
	display:block; 
	width:70%; 
	border:1px dashed #ff0000; 
	padding:10px 20px; 
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:20px;
	}

SPAN.endlinks {
	display:block; 
	font-size:16px; 
	margin:30px 0 0 0; 
	text-align:center;
	}

SPAN.download_title {
	display:block;
	border:1px solid #354844;
	padding:5px;
	BACKGROUND: url('<?php echo $self; ?>11_images/download_bkgd.gif') repeat-x center top; 
	margin-left:auto;
	margin-right:auto;
	height:20px;
	}

SPAN.download {
	display:block;
	text-align:center;
	border:1px solid #354844;
	padding:5px 15px;
	BACKGROUND: #e4f6e1; 
	margin-left:auto;
	margin-right:auto;
	}

SPAN.testimonial {
	display:block;
	width:90%;
	padding: 5px 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	border:1px dashed #354844;
	FONT-SIZE: 12px; 
	BACKGROUND: #d9f7d3; 
	FONT-STYLE: italic;
	}

.signature{
	color: #309;
	font-size: 25px;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}


H1.header {display:none; margin:0;}
H1.prehead { font-size:18px; text-align: center;}
H1.main {font-size:30px; color:#FF0000; letter-spacing:-1px; text-align:center;}

H2 { font-size:24px; text-align:center;}
H2.header {display:none; margin:0;}

H2.dload_title {color:#ffffff; margin:0; padding:0; text-align:center; font-size:20px;}

H3 {color:#035bfc; font-size:20px; text-align:center; margin-top:25px; padding-bottom:5px; border-bottom: 2px solid #035bfc;}
H3.test_hline {FONT-SIZE: 16px; MARGIN: 5px; TEXT-ALIGN: left; TEXT-DECORATION: underline; border:none; padding:0; color:#ff0000;}

H4 {color:#ff0000; font-size:18px; text-align:center; }

H5 {color:#ff0000; font-size:20px; text-align:center; margin:0 0 12px 0; }

P.bold {font-weight:bold;}
P.bold-center {font-weight:bold; text-align:center;}
P.bold-italic {font-weight:bold; font-style:italic;}
P.center {text-align:center;}

A { color:#035bfc; font-weight:bold;}
A.blue { font-size:18px; color:#ff0000; }
A.links { font-size: 12px; color:#035bfc}

UL.body {margin:0; padding:0 30px;}
UL.footlinks { list-style:none; display:inline; margin:0; padding:0 20px; text-align:center;}
OL {margin:0; padding:0 30px;}

LI.text {list-style:none; text-align:left; margin-bottom: 10px; font-size:14px;}
LI.text-check {list-style:url('<?php echo $self; ?>11_images/checkmark.gif'); text-align:left; margin-bottom: 10px; font-size:14px;}
LI.bullet {text-align:left; margin-bottom: 10px; margin-left:10px; font-size:14px;}
LI.links {list-style:none; display:inline; padding:0; font-size:12px; }



.box {
	border:1px solid #ff9e47;
	padding:5px;
	BACKGROUND: #e5d8c6; 
	margin-left:auto;
	margin-right:auto;
}
.box UL {
	padding:0;
	MARGIN: 5px; 
	LIST-STYLE-TYPE: none
}
.box UL LI {
	PADDING-LEFT: 25px; 
	BACKGROUND: url('<?php echo $self; ?>4_11_images/bullet.gif') no-repeat 0px 5px; 
	LINE-HEIGHT: 25px
}
OL LI {
	LINE-HEIGHT: 25px; 
	TEXT-DECORATION: underline
}
.box H2 {
	FONT-SIZE: 18px; COLOR: #cc0000; TEXT-DECORATION: underline
}
.box2 {
	border:1px solid #7cb76c;
	padding:5px;
	BACKGROUND: #f9f0e4; 
	margin-left:auto;
	margin-right:auto;
}


/*FORM ELEMENTS*/

label {
	font-weight:bold;
	line-height:normal;
	text-align:right;
	margin-right:10px;
	position:relative;
	display:block;
	float:left;
	width:30%;
	padding-top:3px;
}

label.req {
	color:#ff0000;
}	

label.fieldLabel {
	display:inline;
	float:none;
	font-weight:normal;
	font-size:12px;
	width:100%;
	text-align:left;
}

input.formInputText, select.formSelect {
	
	margin-right:5px;
	margin-bottom:15px;
	/*border:solid thin #fe9931;*/
	padding:2px;
}


input.formInputText:hover {
	border:solid thin #e60000;
}

input.formInputText:focus {
	background:#ffffbf;
	border:solid thin #e60000;
}

.formnote {
	font-size:10px;
	font-style:italic;
}

label.formnote {	
	display:inline;
	float:none;
	padding-bottom:3px;
	font-weight:normal;
}