@charset "utf-8";
/* CSS Document */

body{
	margin: 2px 0 5px;
	padding:0px;
	color: #000000;
	background: #FFFFFF url(images/bg_top.jpg) repeat-x;
	font: normal 18px/24px Arial, Helvetia, sans-serif;
}
#header {
	background: #FFFFFF;
}

button,
input[type="submit"],
.button {
	background: rgb(204,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(204,0,0,1) 0%, rgba(142,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(142,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(142,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(204,0,0,1) 0%,rgba(142,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(204,0,0,1) 0%,rgba(142,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#8e0000',GradientType=0 ); /* IE6-9 */
	font-size: 22px;
	font-weight: 700;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 20px 16px;
	width: auto;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	=moz-border-radius: 5px;
}

button:hover,
input:hover[type="submit"],
.button:hover {
	background: rgb(142,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(142,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,0,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,0,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-decoration: none;
}


.downloadbutton {
	background-color: #b80001;
	font-size: 18px;
	font-weight: 400;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 5px;
	width: auto;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	=moz-border-radius: 3px;
}

.downloadbutton:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.boxa {
	width: 45%;
	padding: 8px;
	float: left;
	margin: 0;
}

.boxb {
	width: 45%;
	padding: 15px;
	float: right;
	margin: 0;
}

.download {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */	font-size: 16px;
	text-align: center;
	padding: 10px 0 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#break {
	clear: both;
	background: #b40000; 
	height: 1px;
	border-bottom: 1px solid #333;
	padding: 0;
	margin: 0;
}

.breakinpage {
	clear: both;
	background-color: #b80001;
	height: 5px;
	padding: 0;
	margin: 35px 0;
	border-bottom: #dedede;
}

#allpage{
	background: #FFFFFF;
	font: normal 18px/24px Arial, Helvetia, sans-serif;
	margin-top: 0pt;
	border-bottom: 1px solid #666666;
	-moz-box-shadow: 0 25px 25px #dedede;
	-webkit-box-shadow: 0 25px 25px #dedede;
	box-shadow: 0 25px 25px #dedede;
}

#mainpage {
	padding: 15px 65px 25px;
	text-align: left;
}

.clearme{
	line-height:1px;
	clear:both;
}

a {
	color: #b40000;
}
a:hover {
	color: #b40000;
	text-decoration: underline;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #b40000;
	font: bold 30px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	padding-bottom: 10px;
}

h2 {
	color: #000000;
	font: bold 24px/28px Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #000000;
	font: normal 20px/24px Arial, Helvetica, sans-serif;
}

h4 {
	color: #b40000;
	font: normal 20px/26px Georgia, "Times New Roman", Times, serif;
}

#smallertxt {
	color: #000;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
}

.infobox {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(222,222,222,1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(222,222,222,1);
	box-shadow: 5px 5px 10px 0px rgba(222,222,222,1);
}

#regform2 {
	padding: 15px;
	background: #f5f5f5;
	width: 400px;
	font: 14px/20px Arial, Helvetia, sans-serif;
	color: #333333;
	border-top: 1px solid #D8D8D8;
	border-right: 2px solid #D8D8D8;
	border-bottom: 2px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

#regform2 td {
	padding: 8px;
}

#regform2 form input.text {
	font: normal 16px/26px Arial, Helvetia, sans-serif;
	color: #000000;
	border: 2px solid #ccc;
	background: #FFFFFF;
	padding: 8px 5px 8px 5px;
}

#regform2 form input.img {
	background: none;
	border: none;
}

#footer {
	color: #FFFFFF;
	padding: 15px;
	background: #333333;
	font: normal 14px Arial, Helvetia, sans-serif;
	-moz-box-shadow: 0 25px 25px #dedede;
	-webkit-box-shadow: 0 25px 25px #dedede;
	box-shadow: 0 25px 25px #dedede;
}

.redhighlight {
	color: #b40000;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #dedede;
}
ul li {
	padding-bottom: 5px;
	list-style: square outside;
}
.redhighlightlg {
	color: #b40000;
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #dedede;
}
.yesword {
	color: #000000;
	font: bold normal 18px/22px Arial, Helvetica, sans-serif;
	text-shadow: #ccc 0 1px;
}
.blackhighlight {
	color: #000000;
	font: bold 22px/28px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #ccc;
}

.right_img {
	text-decoration: none;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;	
} 

.left_img {
	text-decoration: none;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;		
}
#testimonial {
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #f5f5f5;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 80%;
	margin: 25px 25px 25px 65px;
}

#testimonial img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#guarantee {
	font: 16px/22px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 90%;
	margin: 25px;
	background: #f3f3f3;
	background-color: #FFE617;
}

.right_img_bord {
	text-decoration: none;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #dedede;
}

ul li.checkmark {
	list-style: url(images/red-arrow.jpg) none outside;
	line-height: 25px;
	margin-left: 0px;
	padding-left: 0px;
}
ol {
	margin: 0px 0px 0px 1px;
	list-style: decimal outside;
}
#mainpageregister {

	padding: 15px 25px 25px;
	text-align: left;
}
.formtext {
	font: 14px Arial, Helvetica, sans-serif;
}
.text {
	font: 14px/20px Arial, Helvetica, sans-serif;
}
