@charset "utf-8";
/* CSS Document */

/************ banner *****************/

#banner img{
	padding:0px;
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
}

/*********** menu ********************/

#menu ul{
width:160px;
margin:0px;
padding:0px;
list-style-type:none;
border-top:#CCCCCC 1px solid;

}

#menu li{
display:block;
border:#CCCCCC solid 1px;
border-top:none;
margin:0px;
padding:0px;
font-size:13px;
font-weight:900;
list-style-type:none;
}
/* stlying the header in the left navigation)*/
#menu .more{
color:#ffffff;
background:#999999;
margin-top:15px;
padding:6px 10px 6px 10px;
}

#menu .more2{
	color:#ffffff;
	background:#999999;
	margin-top:0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#menu .more3 {
	color:#FFFFFF;
	margin-top:0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-color: #438081;
}


#menu a{
	padding:6px 10px 6px 10px;
	margin:0px;
	display:block;
	font-size:13px;
	/* color:#808080;  ORIGINAL */
color:#666666;
	text-decoration:none;
}

#menu a:hover{
padding:6px 10px 6px 10px;
margin:0px;
display:block;
font-size:13px;
color:#ffffff;
background-color:#CCCCCC;
text-decoration:none;

}


/*********** content *******************/

#content h1{
	font-size:25px;
	margin:0px auto 10px auto;
	padding:0px;
	color:#666666;
	text-align:left;
}
#content h2 {
	font-size:15px;
	margin:20px auto 0px auto;
	padding:0px;
	color:#257296;
	text-align:left;
}
/* ORIGINAL PRE 8 JAN
#content h2 {
	font-size:15px;
	margin:20px auto 0px auto;
	padding:0px;
	color:#2E8BB8;
	text-align:left;
}
*/


#content h3 {
	font-size:15px;
	margin:20px auto 0px auto;
	padding:0px;
	color:#E10000;
	text-align:left;
}
#content h5 {
	font-size:15px;
	margin:0px auto 0px auto;
	padding:0px;
	color:#257296;
	text-align:left;
	margin-top: 5px;
	margin-bottom: 5px;
}




#content p{
	line-height:17px;
	padding:0px;
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#content a {
	/*	color: #0066CC;  */
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
 	color: #0066CC;  
	text-decoration: underline;
}


#content .leftimg{
	float:left;
	padding:0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
}

#content .rightimg{
	float:right;
	padding:0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #999999;
}
#content .centreimg {
	padding:0px;
	margin-right: 80px;
	margin-left: 85px;
	border: 1px solid #999999;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.image_no_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#content ul{
	padding:0px;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content li {
	margin-bottom: 5px;
}

/*********** content testomoinials*******************/

#content-testimonials h1{
	font-size:25px;
	margin:0px auto 10px auto;
	padding:0px;
	color:#666666;
	text-align:left;
}
#content-testimonials h2 {
	font-size:15px;
	margin:20px auto 0px auto;
	padding:0px;
	color:#2E8BB8;
	text-align:left;
}
#content-testimonials h3 {
	font-size:15px;
	margin:20px auto 0px auto;
	padding:0px;
	color:#E10000;
	text-align:left;
}



#content-testimonials p{
	line-height:17px;
	margin:8px 0px 8px 0px;
	padding:0px;
	text-align:left;
}
#content-testimonials a {
	/*	color: #0066CC;  */
	color: #333333;
	text-decoration: underline;
}
#content-testimonials a:hover {
 	color: #0066CC;  
	text-decoration: underline;
}


#content-testimonials .leftimg{
	float:left;
	padding:0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
}

#content-testimonials .rightimg{
	float:right;
	padding:0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #999999;
}
#content-testimonials .centreimg {
	padding:0px;
	margin-right: 80px;
	margin-left: 85px;
	border: 1px solid #999999;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content-testimonials ul{
	padding:0px;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content-testimonials li {
	margin-bottom: 5px;
}

/*********** newsletter ****************/

#newsletter h4{
	font-size:14px;
	color:#FFFFFF;
	background-color:#000000;
	margin:0px;
	padding:2px;
	text-align:center;
	font-weight:bold;
}

/* ORIGINAL PRE 8 JAN
#newsletter h4{
	font-size:14px;
	color:#FFFFFF;
	background-color:#999999;
	margin:0px;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
*/

#newsletter p{
text-align:center;
margin:0px;
padding:4px;
}

#newsletter form{
margin:0px;
padding:10px;
}

#newsletter input{
padding:2px 0px 2px 0px;
margin:3px 0px 3px 0px;
width:175px;
border:#999999 1px solid;
}

/************ offers  ******************/

#offers h4{
	font-size:13px;
	color:#FFFFFF;
	background-color:#999999;
	margin:0px;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
#offers p{
	text-align:left;
	margin:0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#offers   ul {
	padding-right: 5px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #00FF00;
	padding-left: 0px;
}

#offers li{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #FF00FF;
}
#offers a {
	color: #0066CC;
	text-decoration: underline;
	margin-bottom: 3px;
}
#offers a:hover {
	text-decoration: none;
}







/************ quality ******************/

#quality h3{
font-size:14px;
color:#FFFFFF;
background-color:#438081;
margin:0px;
padding:6px;
text-align:center;
font-weight:bold;
}

#quality h4{
font-size:14px;
color:#438081;
margin:0px;
padding:6px;
text-align:center;
font-weight:bold;
}

#quality img{
margin:0px;
padding:0px;
}

#quality p{
margin:0px;
padding:10px;
}

/*********** bottom ********************/

#bottom img{
margin:0px;
padding:0px;
}
.example_left {
	float:left;
	padding:0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #999999;
}
.example_right {
	float:left;
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #999999;
}
.small_text {
	font-size: 10px;
}
.competitor_table {
	border: 1px solid #999999;
}
#video {
	margin-bottom: 20px;
}
#video h3 {
	font-size:16px;
	color:#FFFFFF;
	background-color:#438081;
	margin:0px;
	padding:6px;
	text-align:center;
	font-weight:bold;
	margin-bottom: 0px;
}
#contact_form {
	background-color: #D9E8FF;
	width: 450px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#contact_form  h2 {
	color: #0099FF;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
#contact_form h3 {
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 4px;
	text-align: center;
	background-color: #438081;
	padding-bottom: 3px;
}

.comparison_chart {
	border: 1px solid #333333;
	margin-top: 10px;
}#footer {
	clear: both;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	color: #999999;
}

/********************  video. Used version 2 in end **********************/
#video_surround {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#video_surround_2 {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


.video_testimonial {
	background-image: url(../images/template/video_background.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 240px;
	width: 530px;
	margin-bottom: 20px;
}
.video {
	float: left;
	margin-bottom: 15px;
}

.video_text {
	float: left;
	width: 190px;
	margin-left: 10px;
}
.video_text a {
	text-align: right;
}

.video_text   h4 {
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
.video_text p {
	color: #333333;
}
.video_text_h5 {
	font-weight: bold;
	color: #003399;
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}


.video_testimonial2 {
	background-image: url(../images/template/video_background2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 150px;
	width: 340px;
	margin-bottom: 20px;
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
}
.video2 {
	float: left;
	margin-bottom: 15px;
}

.video_text2 {
	float: left;
	width: 170px;
	margin-left: 10px;
}
.video_text2 a {
	text-align: right;
	color: #003399;
}

.video_text2 h4 {
	font-size: 120%;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 5px;
}
.video_text2 p {
	color: #333333;
	font-size: 90%;
}
.video_text2_h5 {
	font-weight: bold;
	color: #003399;
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#free_checklist{
	margin:0px;
	padding:10px;
	width: 400px;
	border: 1px solid #999999;
	background-color: #E8E8FF;
}

/***************************checklist (checklist page) ******************************/


#free_checklist h4{
	font-size:16px;
	color:#FFFFFF;
	background-color:#999999;
	margin:0px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#free_checklist p{
text-align:center;
margin:0px;
padding:4px;
}

#free_checklist input{
padding:2px 0px 2px 0px;
margin:3px 0px 3px 0px;
width:175px;
border:#999999 1px solid;
}






.red-text {
	color: #CC0000;
}
#right_testimonial {
	float: right;
	width: 200px;
	border: 1px solid #438081;
}
#right_testimonial   h4 {
	background-color: #438081;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 120%;
	color: #FFFFFF;
}
#right_testimonial  p {
	line-height: 150%;
	padding-right: 10px;
	margin-left: 10px;
}
.customer_name {
	font-size: 130%;
}
#resources a {
	font-weight: bold;
	color: #CC0000;
}
.large_red_text_ctred {
	font-size: 130%;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.table_cell_grey_border {
	background-image: url(../images/others/home_table_line.jpg);
	background-repeat: repeat-y;
}
.home_table p {
	margin-top: 0px;
	padding-top: 0px;
}
.home_table {
	margin-bottom: 5px;
}
.red_background_text {
	background-color: #FF0000;
}
.orange_background_text {
	background-color: #FF6600;
}
.yellow_background_text {
	background-color: #FFFF00;
}
.blue_background_text {
	background-color: #7D7CCC;
}
.flash_border {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
