* {
	margin:0;
	padding:0;
	}
body,
html {}
body {
	color:#000000;
	font:70%/150% Tahoma, Helvetica, Arial, sans-serif;
	background-color: #7a003d;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}

/* Main layout
================================================*/

#container {
	width: 648px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 30px;
	background-color: #ffc005;
	border: solid #000 1px;
}

#content {
	padding-top: 0px;
}

#main {
	float:right;
	width:472px;
	margin:0px 5px 3px 5px;
	height: auto;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	overflow: hidden;
	text-align: left;
	}
	
main img {
	float: right;
	padding: 0px 10px 0px 0px;
	clear: left;
}	
	

#sidebar {
	font-size:0.94em;
	line-height:1.5em;
	float:left;
	width: 141px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	padding-right: 5px;
	}

#header {
	height: 104px;
	width: 648px;
}

#header img {
	background-color: #047392;
	color:#5e5e5e;
	height: 104px;
	background-repeat: no-repeat;
	width: 648px;
	padding-bottom: 0px;
	}



#bodycontent {
	float:left;
	width:297px;
	margin:0px 5px 3px 0px;
	height: auto;
	padding-left:5px;
	padding-bottom: 5px;
	padding-top: 10px;
	clear:inherit;
	background-color: #CC9900;
	color: #000000;
	padding-right: 5px;
	}
	
#bodycontent2 {
	float:left;
	margin:0px 5px 3px 0px;
	height: auto;
	padding-left:5px;
	padding-bottom: 5px;
	padding-top: 10px;
	clear:inherit;
	background-color: #CC9900;
	color: #FFFFFF;
	padding-right: 5px;
	}
		
#bodybar {
	float:right;
	width:150px;
	margin:0px 0px 3px 2px;
	height: auto;
	padding-left:2px;
	padding-bottom: 5px;
	padding-top: 0px;
	
	}
	
	
#footer {
	clear:both;
	background:#000;
	text-align:left;
	font-size:0.94em;
	padding: 5px 10px 5px 11px;
	color: #FFFFFF;
	
	}

/*Navigation
================================================*/
	
#nav {
	float:left;
	width:100%;
	border-top:1px solid #fff;
	display:inline;
	margin:0 0 1.2em;
	padding:0 0 0px;
	}
#nav ul {
	float:left;
	display:inline;
	width:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	list-style-type:none;
	}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	}
#nav a {
	background:#000;
	border-right:1px solid #FFF;
	border-bottom:0;
	padding:12px 20px 4px 10px;
	margin:0;
	color:#fff;
	text-decoration:none;
	display:inline;
	float:left;
	width:auto;
	font:bold 0.94em/1em Tahoma, Helvetica, Arial, sans-serif;
	text-transform:none;
	letter-spacing:1.2px;
	}
#nav a:hover,
#nav a:focus {background-color:#047392;}
#nav .sel a {
	background:#ff4001;
	display:inline;
	color:#fff;
	}
#nav .sel a:hover {
	background-color:#047392;
	display: inline;
}
#nav .sel a:focus {background-color:#047392;}
#nav a:active {
	background-color:#000000;
	display:inline;
	color:#fff;
	}

	
/* Links
================================================*/
a:link,
a:visited {
	color:#ff4001;
	font-weight:normal;
	text-decoration:none;
	padding:2px 2px 0;
	margin:0 -2px;
	font-weight: bold;
	}
a:visited {
	color:#ff4001;
	font-weight: bold;
}
a:focus {
	color:#999999;
	}
a:hover {
	color:#990000;
	font-weight: bold;
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}

a.joinlink,
a.joinfocus {
	color: #0099CC;
	font-weight: bold;
}

a.red:link {color: #BF0000;}
a.red:active {color: #dc6e0a;}
a.red:visited {color: #660000;}
a.red:hover {color: #330066;}

a.order:link {color: #BF0000;}
a.order:active {color: #dc6e0a;}
a.order:visited {color: #660000;}
a.order:hover {color: #330066;}


/* Headings
================================================*/
h1,h2,h3{
	font-weight:normal;
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:1.2em;
	margin:0px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	}
h2 {
	font-size:1.2em;
	margin:10px 0 10px 0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-weight: bold;
	color: #000000;	
	}
h3 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:none;
	font-family:Arial, Geneva, sans-serif;
}

.headhome{
	color: #CC0000;
	font-size:1.3em;
}
	
	
/* Lists
================================================*/
dl,
ol,
ul {margin:0 0 1em;}
dl {margin-top:-0.5em;}
dt {
	font-weight:bold;
	margin:8px 0 10px 0;
	color: #8B7A63;
	font-family: "Lucida Grande", sans-serif, serif;
	
	}
dd {margin:0 0 0 0;}
dd p {margin:0 0 0;}
ul {
	padding:0 0 0 4px;
	list-style:circle;
	}
ol {padding:0 0 0 0;}
li {margin:0 0 0 12px;}

	

/* Images
================================================*/

.fullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:left;
	margin:0px 5px 2px 10px;
	clear: inherit;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;
	}
.flowbox {
	float:right;
	margin-right: 0px;
	padding-bottom: 35px;
	margin-left: 20px;
	}	
		

/* Extras
================================================*/
.underline {
	text-decoration: underline;
}

.red {
	font-weight:bold;
	color: #CC0000;
}

.bodyimpact {
	font-weight:bold;
	color: #CC0000;
}

.textcentre {
text-align:center;
}
 /* table
================================================*/
.tableheader {
	background-repeat:repeat-y;
	padding-left: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #c00403;
}


/* blockquote
================================================*/

blockquote {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border-top:#cccccc solid 1px;
	color: #7F7F7F;
	font-weight:bold;
	border-bottom: #cccccc solid 1px;
}

blockquote p {
background-image:url(../images/tick.gif);
background-repeat:no-repeat;
margin: 1.5em 2em 1.5em 15px;
padding: 0 0 5px 35px;
}

blockquote .source {
text-align:right;
margin-right: 2em;
}

/* testimonial
================================================*/
#testimonial{
margin: 5px 0px 25px 0px;
padding: 10px 30px 10px 30px;
background-image:url(../images/speech.gif);
background-repeat: no-repeat;
background-color:#ff7f00; 
border-top:#5e5e5e solid 1px;
border-bottom:#5e5e5e solid 1px;
color:#000000;
}	

.testimonial p {
margin: 1.5em 2em 1.5em 15px;
padding: 0 0 5px 35px;
}

 
.testimonialheader {
	font-weight: bold;	
}

.testimonialtext{
font-weight:normal;
}
.testimonialauthor {
	font-weight:normal;
	font-style: italic;
}

/* testimonialpage
================================================*/
.testimonialpage{
	margin: 0px 218px 25px 0px;
	padding: 10px 0px 10px 30px;
	background-image:url(../images/speech.gif);
	background-repeat: no-repeat;
	color:#000000;
	background-color: #ff4001;
	border: solid #fff 1px;
}	

.testimonialpage2{
	margin: 0px 10px 25px 0px;
	padding: 10px 0px 10px 30px;
	background-image:url(../images/speech.gif);
	background-repeat: no-repeat;
	color:#000000;
	background-color: #ff4001;
	border: solid #fff 1px;
}	

.testimonialpage p {
margin: 1.5em 2em 1.5em 15px;
padding: 10px 30px 10px 30px;
background-image:url(../images/speech.gif);
background-repeat: no-repeat;
border-top:#5e5e5e solid 1px;
border-bottom:#5e5e5e solid 1px;
color:#000000;

}

 
.testimonialpageheader {
font-weight: normal;
margin: 5px 0px 25px 0px;
padding: 10px 30px 10px 30px;
background-image:url(../images/speech-grey.gif);
background-repeat: no-repeat;
border-top:#5e5e5e solid 1px;
border-bottom:#5e5e5e solid 1px;
color:#000000;	
}

.testimonialpagetext{
font-weight:normal;
}
.testimonialpageauthor {
	font-weight:normal;
	font-style: italic;
	color:#ccc;
}

.testbackground {
	background: url(../images/speech-grey.gif) no-repeat left 5px;
}


/* faqs
================================================*/
.faqs{
	margin: 0px 10px 25px 0px;
	padding: 10px 10px 10px 50px;
	background-image:url(../images/question.gif);
	background-repeat: no-repeat;
	color:#000000;
	background-color: #FFC005;
	border: solid #fff 1px;
	font-weight: bold;

}

.faqsanswer {
	font-weight:normal;
	font-style: italic;
	color:#333333;
}	

/* steps
================================================*/
#steps{
margin: 5px 0px 25px 0px;
padding: 20px 30px 20px 60px;
background-image:url(../images/1.gif);
background-repeat: no-repeat;
background-color:#FFC005; 
background-position:left 10px;
color:#000000;
}	

#steps2{
margin: 5px 0px 25px 0px;
padding: 20px 30px 20px 60px;
background-image:url(../images/2.gif);
background-repeat: no-repeat;
background-color:#FFC005; 
background-position:left 10px;
color:#000000;
}

#steps3{
margin: 5px 0px 0px 0px;
padding: 20px 30px 25px 60px;
background-image:url(../images/3.gif);
background-repeat: no-repeat;
background-color:#FFC005; 
background-position:left 10px;
color:#000000;
}

#steps4{
margin: 5px 0px 0px 0px;
padding: 20px 30px 25px 60px;
background-image:url(../images/4.gif);
background-repeat: no-repeat;
background-color:#FFC005; 
background-position:left 10px;
color:#000000;
}


.steps p {
margin: 1.5em 2em 1.5em 15px;
padding: 0 0 5px 35px;
}

 
.stepsheader {
	font-weight: bold;	
}

.stepstext{
font-weight:normal;
}
.stepsnumber {
	font-weight:bold;
	color:#FF6600;
}.stepstxt2 {
	text-decoration: underline;
	font-weight:normal;
}
.headline {
	color: #047391;
}
.tabletext {
	padding: 5px;
}
.underline {
	text-decoration: underline;
}

.orderheader {
font-weight: normal;
font-size:1.6em;
line-height:1.4em;
margin: 5px 0px 18px 0px;
padding: 10px 30px 5px 80px;
background-image:url(../images/heart-sml.gif);
text-align:center;
background-repeat: no-repeat;
border-top:#5e5e5e solid 1px;
border-bottom:#5e5e5e solid 1px;
color:#000000;	
}
.highlightLink {
	margin: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
}
