body {
   background-color: #8080FF;
	background-image: url("images/background.png");
	background-repeat: repeat-x;
   background-attachment: fixed;
}   

p, li {
	text-align: left;
   text-indent: 20px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;     
}
.noindent {
	text-indent: 0;
}
.bullet {
   list-style-position: outside;
   list-style-image: url("images/dotpoint14.jpg");   
   list-style-type: none;
  	font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-indent: 0;
}
.bullet2 {
   list-style-position: outside;
   list-style-image: url("images/105.gif");   
   list-style-type: none;
  	font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-indent: 0;
}
.bullet-grey {
   list-style-position: outside;
   list-style-image: url("images/dotpoint14-grey.jpg");   
   list-style-type: none;
  	font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   text-indent: 0;
}
.guaranteeboxborder {
	border: 1px solid #e3f0cf;
	width: 600px;
	padding: 0;
	background-image: url("images/guaranteeBox.gif");   
	}
.guaranteebox {
	border: 1px solid #e3f0cf;
	padding: 15px;
	margin: 15px;
	background: #E3F0CF;
	}
.order {
   border: 4px dashed rgb(128, 0, 0); 
	padding: 15px;
	background: #F8F6EA;
   width: 600px;
}
.photo {
	display: block;
	float: left;
	margin: 0 0 -10px 0; 
	padding: 0 5px 5px 0;
}
.sidebar {
	display: block;
	float: right;
	width: 275px;
	text-align: left;
	padding: 0px;
	margin: 0 -16px 25px 23px;
	border:1px solid #C0C0C0;
	background: #E6F2FA ;/*#F8F6EA;*/
}

.sidebar-inner {
	margin: 0;
	padding: 20px;
}   
h4 {
	font-family: Tahoma, Arial, Helvetica, Verdana;
	padding: 0;
	margin: 15px 0;
	font-size: 13pt;
	color: #000000;
}
.headline-impact {
	font-family: Impact, Arial, Helvetica, Verdana;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 28pt;
	font-weight: normal;
	color: #000080;
	text-indent: 0;
        text-align: center;
}
.redtext {
   COLOR: #b30000;
   FONT-WEIGHT: bold;
}
.caption {
   color: midnightblue;
   text-align: center;
   font-size: 0.75em;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
   margin: 10px 0px 10px 5px;
   text-indent: 0;
}
.subhead {
   font-weight: bold;
   text-align: center;
   font-size: 1.5em;
   color: midnightblue;
   font-family: helvetica, arial, sans-serif;
   margin: 1.5em 0em 1em 0em;
  	text-indent: 0;
   line-height: 20pt;
}
.boxright {
   float: right;
   /* margin: 5px; */
	text-indent: 0;
	margin: 15px 0;   
}
.highlight {
   background-color: #ffff00
}


