@charset "utf-8";
/* CSS Document */
html { 
	min-height: 100.1%;
	overflow-y: scroll; 
	overflow-x: hidden;
	/*
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
*/
}

* {
	margin:0;
	padding:0;
	outline: none;
}

a img {
border:none;
}
body {
	background-color:#d9f3fe;
}
.header {
	background:url(../HTLV/header_bg.jpg) 0 0 repeat-x;
}
.header_top_bar{
	height:40px;
}
.social_holder {
	float:right;
	padding:4px 200px 0 0;
}
.social_holder img {
	margin:0;
}
.header_main {
	height:252px;
	background:url(../HTLV/header_new.jpg) 50% 0 no-repeat;
}

.content_holder {
	margin:0 auto;
	min-height:600px;
	width:860px;
	padding:0 20px 130px;
	background:url(../HTLV/bbg.gif) 0 0 repeat-y;
}
.menu {
	background:url(../HTLV/menu_bg.gif) 0 0 repeat-x;
	height:52px;	
	font-family:Georgia, Calibri, Arial, Helvetica, sans-serif;
	color:#8e846e;
	font-size:21px;
	margin-bottom:60px;
}
.menu a {
	display:block;
	float:left;
	color:#e3cda1;
	text-decoration:none;
	padding:12px 0 0;
	width:172px;
	height:40px;
	text-align:center;
}
.menu a:hover {
	color:#8e846e;
}

.section, p, h3, h5, li, .testimonials_page, input, textarea  {
	font-family:Georgia, Courier New, Courier, Arial, Helvetica, sans-serif;
	font-size:23px;
	text-align:center;
	line-height:28px;
}

.section p {
	color:#43b1df;
	width:750px;
	margin:0 auto 16px;
}

.section p a {
	text-decoration:underline;
	color:#43b1df;
	font-style:italic;
}
.section p a:hover {
	color:#fa00b6;	
}
.yellow {
	color:#faa500;
}
.bigger {
	font-size:35px;
}
.testimonials {
	text-align:left;
	font-size:20px;
	line-height:30px;
	padding:10px 0 16px;
	font-style:italic;
}
/*
p.checked {
	padding-left:50px;
	background: url(../HTLV/front_check.png) 0px 0 no-repeat;
	
}
*/
.section h1 {
	margin:26px auto 36px;
	color:#43b1df;
	font-size:30px;
	text-transform:uppercase;
	width:750px;
	text-align:left;
}
.section h2 {
	margin:16px auto 36px;
	color:#43b1df;
	font-size:25px;
	text-transform:uppercase;
	text-align:left;
	padding-left:20px;
}
.section h2 a {
	color:#43b1df;
}
.section h2 a:hover {
	color:#fa00b6;	
}
.section h3 {
	margin:36px auto 22px;
	color:#fa00b6;	
	font-size:26px;
	width:750px;
}
span.red {
	color:#f80000;
}
.section h5 {
	margin:36px auto 16px;
	color:#fa00b6;	
	font-size:23px;
}
.section ul {
	margin-bottom:16px;
}
.section ul li {
	list-style:none;
	color:#43b1df;
	text-align:left;
	background: url(../HTLV/front_check.png) 140px 0 no-repeat;
	padding:5px 0 5px 190px;
}
.footer {
	text-align:center;
	height:26px;
	padding-top:10px;
	width:100%;
	background:url(../HTLV/fbg.gif) 0 0 repeat-x;
	position:fixed;
	bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#43b1df;
	font-size:13px;
}
img {
	margin:15px 0;
}
p img {
	margin:0;
}
.this_is {
	font-size:18px;
}
p.footer_p {
	font-size:13px;
	color:#b3b3b3;
	margin-top:40px;
}
p.footer_p a {
	color:#b3b3b3;
	text-decoration:none;	
}
p.footer_p a:hover {
	color:black;
	}
	
	
.blog_entry_header {
	background:url(../HTLV/blog_date.png) 0 0 no-repeat;
	width:750px;
	height:105px;
	margin:0 auto;
}
.blog_entry_date {
	color:#FFFFFF;
	padding:10px 0 16px 11px;
	width:40px;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align:left;
	float:left;
}
.h2_holder {
	width:678px;
	float:left;
	padding-top:20px;
}
.th {
	font-size:15px;
}
.month {
	font-size:18px;	
}
.year {
	font-size:17px;	
}
.page p {
	text-align:left;
	color:#787878;
	font-size:20px;
	line-height:23px;
	margin:16px auto;
}
.testimonials_page {
	width:750px;
	height:200px;
	margin:0 auto 20px;
	clear:both;
}
.testimonials_page img{
	float:left;
}
.testimonials_page p {	
	float:left;
	text-align:left;
	color:#787878;
	font-size:20px;
	line-height:23px;
	font-style:italic;
	width:560px;
	padding-left:10px;
}

/* contact */
.contact_line_holder {
	width:750px;
	margin:16px auto 16px;
	padding:16px 0;
	clear:both;
	float:none;
}
label {
	width:145px;
	float:left;
	clear:both;
	text-align:left;
	display:block;
	font-size:18px;
	line-height:25px;
	color:#787878;
}
input, textarea {
	float:left;
	text-align:left;
	padding:2px 4px;
	font-size:20px;
	color:#333333;
	width:340px;
}
input.half {
	width:130px;
}
.captcha_image {
	float:left;
	padding:3px 20px 0 0;
	margin:0;
}
.small_text {
	font-size:15px; line-height:15px;
}
.send_button {
	width:99px;
	height:54px;
	margin-left:143px;
	margin-bottom:150px;
	float:left;
	background:url(../HTLV/send_button.png) 0 0 no-repeat;
}

/* common */
.fleft {
	float:left;
}
.fright{
	float:right;
}
.cboth {
	clear:both;
}


.payfoot {
padding:0 50px;
}