@charset "utf-8";

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-size:12pt;
	line-height:1.3;
	background-image:url(../images/bg_tile.gif);
}
body, smaller a {
	color:#1a1a1a;	
}
h1, h2, h3 {
	/*font-family:Impact;
	font-weight:normal;
	letter-spacing:-0.02em;*/
	
	font-family:Tahoma;
	font-weight:bold;
	letter-spacing:-0.03em;
	
	/*font-family:Arial;
	font-weight:bold;
	letter-spacing:-0.07em;*/
	
	color:#1a1a1a/*#006b9b*/;
	text-align:center;
	text-transform:capitalize;
	margin:0 auto;
	line-height:1.2;
	margin-bottom:20px;
	
	/*text-shadow: 1px 1px 0px rgba(0,0,0,0.1);*/
}
h1 {
	font-size:26pt;
}
h2 {
	font-size:20pt;
}
h3, #testimonialcontent h1, #testimonialcontent h2, #testimonialcontent h3 {
	font-size:16pt;
}
a {
	color:#123e4e;
	text-decoration:none;
}
a:hover {
	color:#123e4e;
	text-decoration:none;
}
.preview {
	background-color:#F00;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;

	position:fixed;
	top:0;
	left:0;
	width:100%;
	min-height:20px;
	z-index: 10000;
	
	transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	
}
.preview a {
	color:#FFFFFF;
	font-weight:bold;
}
.previewwrap {
	height:40px;	
}

#header, #footer {
	width:730px;	
	margin:0 auto;
}
#headerbg, #contentbg, #footerbg {
	width:100%;	
}

#header {
	height:259px;
	background-image:url(../images/header.jpg);
}
#headerbg {
	/*background-image:url(../images/template_02.jpg);*/
}
#content {
	width:650px;
	margin:0 auto;
	padding:0 40px;
	background-image:url(../images/content.jpg);
}
#contentbg {
	/*background-image:url(../images/template_04.jpg);*/
}
#footer {
	height:100px;
	background-image:url(../images/footer.jpg);
}
#footerbg {
	/*background-image:url(../images/template_06.jpg);*/
}

textarea, input {
	font-family:Arial;
	font-size:14px;
	color:#666;
	border:1px solid #ccc;
	padding:3px;
	margin:1px;	
}
.letter {
	font-family:Georgia;
	float:left;
	/*font-weight:bold;*/
	color:#333;
	font-size: 70px;
	line-height: 60px;
	padding-right: 5px;	

}
ul {
	list-style-image:url(../images/ticks.png);
	list-style-position:inside;
}
li {
	margin-bottom:0.5em;
}
img {
	border:0px;
}
img.light:hover {
	opacity:0.8;	
}
.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:#FFFF00;
}
.disclaimer, .disclaimer a {
	font-family:Verdana, Arial;
	font-size:7pt;
	color:#999;
	line-height:1.3;
	text-align:justify;
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	text-decoration:none;
}
.footer {
	font-family:Verdana, Arial;
	font-size:8pt;
	color:#666;
	line-height:1.3;
	text-align:center;
}
.rotate{
	-webkit-transform: rotate(-1deg); 
	-moz-transform: rotate(-1deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
hr {
	height:1px;
	border: 0;
	margin-bottom:30px;
	
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#dddddd 50%,#ffffff 100%);
}

#boxheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../images/component_01.gif);
}
#boxcontent {
	margin:0 auto;
	width:600px;
	padding:1px 50px 10px 50px;
	background-image:url(../images/component_02.gif);
	min-height:300px;
}
#boxfooter {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../images/component_03.gif);
	margin-bottom:20px;
}
#box {
	margin:0 auto;
	width:92%;
	padding:20px;
	border:2px dashed #333;
	margin-bottom:20px;
}

#bonusheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../images/bonus_01.gif);
}
#bonuscontent {
	margin:0 auto;
	width:560px;
	padding:1px 70px 10px 70px;
	background-image:url(../images/bonus_02.gif);
}
#testimonialcontent h1, #testimonialcontent h2, #testimonialcontent h3 {
	/*color:#fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);*/
}
#bonusfooter {
	margin:0 auto;
	margin-bottom:20px;
	height:50px;
	width:700px;
	background-image:url(../images/bonus_03.gif);
}

#testimonialheader {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../images/testimonial_01.gif);
}
#testimonialcontent {
	margin:0 auto;
	padding:1px 50px 50px 50px;
	width:600px;
	background-image:url(../images/testimonial_02.gif);
}

#testimonialfooter {
	margin:0 auto;
	height:50px;
	width:700px;
	background-image:url(../images/testimonial_03.gif);
}

#orderform {
	margin:0 auto;
	width:500px;
	padding:20px;
	border:2px dashed #333;
	background-color:#fcfbdd;
}

.reseller {
	display:block;
	font-family:"Courier New", Courier, monospace;
	background-color:#FFFF00;
	font-size:11pt;
	padding:10px;
	line-height:1.3;
}
.guarantee {
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;	
}