﻿@charset "utf-8";

#header {
	width:1000px;
	height:300px;
	margin:0 auto;
	background-image:url(../A.images/template_01.jpg);
}
#headerbg {
	width:100%;
	background-image:url(../A.images/template_02.jpg);
}


#content {
	width:700px;
	margin:0 auto;
}
#contentwrap {
	width:1000px;
	margin:0 auto;
	background-image:url(../A.images/template_03.jpg);
}
#contentbg {
	width:100%;
	margin:0 auto;
	background-image:url(../A.images/template_04.jpg);
}


#footer {
	width:1000px;
	height:100px;
	margin:0 auto;
	background-image:url(../A.images/template_05.jpg);
}
#footerbg {
	width:100%;
	background-image:url(../A.images/template_06.jpg);
}




body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0px;
	padding:0px;
	color:#123e4e;
	font-size:12pt;
	line-height:2;
}
h1, h2, h3 {
	font-family:Impact;
	font-weight:normal;
	color:#333/*#006b9b*/;
	text-align:center;
	text-transform:capitalize;
	margin:0 auto;
	line-height:1.2;
	margin-bottom:20px;
}
h1.prehead {
	font-size:smaller;
	font-style:italic;
	text-align:left;
}
h1 {
	font-size:36pt;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
h2 {
	font-size:26pt;
}
h3 {
	font-size:20pt;
}
a {
	color:#123e4e;
	text-decoration:none;
	font-weight:bold;
	/*font-size:13px;*/
}
a:hover {
	color:#123e4e;
	text-decoration:underline;
}
/*ul {
	list-style-image:url(../A.images/tick_small.gif);
	list-style-position:inside;
}*/
img {
	border:0px;
}
.large {
	font-size:large;
	font-weight:bold;
	line-height:1;
}
.larger {
	font-size:larger;
	font-weight:bold;
	line-height:1;
}
.x-large {
	font-size:x-large;
	font-weight:bold;
	line-height:1;
}
.xx-large {
	font-size:xx-large;
	font-weight:bold;
	line-height:1;
}
.small {
	font-size:small;
}
.smaller {
	font-size:smaller;
}
.x-small {
	font-size:x-small;
}
.xx-small {
	font-size:xx-small;
}
.red {
	color:#DD0000;
}
.highlight {
	background-color:#FFFFCC;
}
.disclaimer {
	font-family:Verdana, Arial;
	font-size:7pt;
	color:#CCC;
	line-height:1.3;
	text-align:justify;
	width:700px;
	margin:0 auto;
	margin-bottom:20px;
}
.footer {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#CCC;
	line-height:1.3;
	text-align:center;
}

#boxheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../A.images/component_01.gif);
}
#boxcontent {
	margin:0 auto;
	width:560px;
	padding:1px 70px 10px 70px;
	background-image:url(../A.images/component_02.gif);
}
#boxfooter {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../A.images/component_03.gif);
	margin-bottom:20px;
}

#bonusheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../A.images/bonus_01.gif);
}
#bonuscontent {
	margin:0 auto;
	width:560px;
	padding:1px 70px 10px 70px;
	background-image:url(../A.images/bonus_02.gif);
}
#bonusfooter {
	margin:0 auto;
	margin-bottom:20px;
	height:50px;
	width:700px;
	background-image:url(../A.images/bonus_03.gif);
}

#testimonialheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../A.images/testimonial_01.gif);
}
#testimonialcontent {
	margin:0 auto;
	padding:1px 70px 50px 70px;
	width:560px;
	background-image:url(../A.images/testimonial_02.gif);
}

#testimonialfooter {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../A.images/testimonial_03.gif);
}

h3.testimonialcontent {
	color:#333;
}

#orderform {
	margin:0 auto;
	width:550px;
	padding:20px;
	border:3px dashed #999;
}

.reseller {
	display:block;
	font-family:"Courier New", Courier, monospace;
	background-color:#FFFF00;
	font-size:11pt;
	padding:10px;
	line-height:1.3;
}