/* -------- Basic Elements -------- */

*{
	margin:0px;
	padding:0px;
}

body{
	font-family: "Arial",Verdana,Tahoma;
	font-size:11px;
	background-color:#D6D7D9;
}

a:link{
	color:#456200;
	text-decoration:none;	
}

a:hover{
	color:#456200;
	text-decoration:underline;	
}

a:active{
	color:#456200;
	text-decoration:none;
}

a:visited{
	color:#456200;
	text-decoration:none;	
}

.alignright{
	float:right;	
	padding-right:5px;
}

.alignleft{
	float:left;	
	padding-left:5px;
}

#wrapper{
	color:#000000;
	width:900px;
	background-image: url(Images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ------- Header -------- */


#header_top{
	background-image: url(Images/header_top_bg.jpg);
	background-repeat: repeat-x;
	height: 82px;
}

#header_top h1{
	padding-top: 20px;
	padding-left: 100px;
}

#header_top a{
	text-decoration:none;
}

#header{
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 165px;
	width:100%;
}

#header h2{
	padding-top: 10px;
}

#header p{
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 10px;
	text-align: justify;
	padding-right: 30px;
	margin-top: 10px;
}

#header .img_place{
	padding-top: 10px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
}

#header span{
	color: #EFE911;
	font-weight: bold;	
}

#header a{
	text-decoration:none;	
}

#header .nav{
	float:right;
	padding:10px 0px 10px 10px;	
}

#header .alignright{
	float:right;	
	padding-right:10px;
}

#header .alignleft{
	float:left;
	padding-left:10px;
	width: 200px;
}
#header li{
	list-style: none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	
}


/* ------- Navigation -------- */


#navigation{
	clear:both;
	color:white;
	background-image: url(Images/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top:8px;
	height:22px;
}
#navigation li{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation a:link, #navigation a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 8px 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation a:link.active, #navigation a:visited.active, #navigation a:hover {
	color: #FFFFFF;
	background:url(Images/nav_hover.jpg) no-repeat center bottom;
}

/* ------- Content -------- */


#main{
	margin-bottom:20px;
	padding-right: 20px;
	padding-left: 20px;
}

#content{
	width:72%;
	background-color:white;
	float: left;
}

#content p{
	line-height:18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content a:link{
	color:#456200;
	text-decoration:none;	
}

#content a:hover{
	color:#456200;
	text-decoration:underline;
}

#content a:active{
	color:#456200;
	text-decoration:none;		
}

#content a:visited{
	color:#456200;
	text-decoration:none;	
}

#content .alignright{
	float:right;	
	padding:5px;
}

#content .alignleft{
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}

#content h1{
	font-size: 24px;
	color: #196A99;
	line-height: 20px;
	padding: 10px;
	margin-top: 20px;
}

#content h2{
	color: #69910D;
	font-size: 18px;
	padding: 10px;
	margin: 10px;
	
}

#content span{
	color: #B30000;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 5px;
	
}

#content ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

#content ul li{
	padding-left: 10px;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#content h3{
	height: 30px;
	padding-left:5px;
	font-size: 14px;
	padding-top: 10px;
	color: #3A597C;
}

#content h4{
	border-bottom: 1px dashed #CCCCCC;
	color: #006699;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	clear: both;
}

#content .box{
	padding: 10px;
}

#content .box a{
	font-size: 14px;
	background-image: url(Images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 30px;
	font-weight: bold;
}
#content .features{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#content .features span{
	letter-spacing: 0.1em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#content .features p{
	font-size: 11px;
}
#content h4{
	padding-top: 20px;
}


/* ------ Sidebar ------ */


#sidebar{
	float: left;
	width: 25%;
	margin-left: 20px;
	margin-top:10px;
}

#sidebar p{
	padding-top:5px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a:link{
	color: #006699;
	text-decoration: none;
}

#sidebar a:hover{
	color: #006699;
	text-decoration: underline;	
}

#sidebar a:active{
	color: #006699;
	text-decoration: none;	
}

#sidebar a:visited{
	color: #006699;
	text-decoration: none;	
}

#sidebar .alignright{
	float:right;	
	padding-right:10px;
}

#sidebar .alignleft{
	float:left;	
	padding-left:10px;
}

#sidebar h1{
	background-image: url(Images/sidebr_h1-right_bg.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 10px;
	color: #018BB9;
	font-family: Helvetica;
	line-height: 35px;
	background-position: right;
}

#sidebar ul{
	background-image: url(Images/sidebar_li_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	list-style:none;
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar ul li{
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;	
}

#sidebar .box{
	background-image: url(Images/feature_bg.jpg);
	height: 100px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	background-repeat: repeat-x;
}

#sidebar .box p{
	text-align:center;
	margin-top: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ------ ADDED IN TESTIMONIAL CODES ----- */

.testimonial-top {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF url(Images/testimonial_top.gif) no-repeat top center;
	width:240px;
	height:20px;
}

#sidebar .testimonial-body {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	background: #FFF url(Images/testimonial_body.gif) repeat-y top right;
	width:204px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 0;
	padding-bottom: 0;
}

#sidebar .testimonial-body h2 {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#sidebar .testimonial-body p {
	padding: 0;
	margin: 0;
}

#sidebar .testimonial-body p a, #sidebar .testimonial-body p a:visited {color: #000; text-decoration: underline; }
#sidebar .testimonial-body p a:hover {text-decoration: none; }

#sidebar .testimonial-bottom {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF url(Images/testimonial_bottom.gif) no-repeat top center;
	width:240px;
	height:67px;
}

#sidebar .spacer_new {
	height: 10px;
	width: 200px;
	background: transparent;
}

/* ------ Package Box ------ */

#pack_box {
	background-image: url(Images/feature_bg.jpg);
	height: 120px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	background-color: #F0F4F5;
	background-repeat: repeat-x;
	background-position: bottom;
}

#pack_box p{
	padding-top:5px;
	margin-left:10px;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
}

#pack_box .alignleft{
	float:left;
	padding: 5px;
	margin-right: 10px;
}

#pack_box .img_place{
	padding-left: 20px;
	float: left;
	padding-right: 20px;
	clear: left;
}

#pack_box h4{
	text-align:center;
	color:#006699;
	font-size:14px;
	padding: 5px;
	line-height: 10px;
}

#pack_box h5{
	text-align: center;
	color: #F26530;
	font-size: 20px;
	font-family: Helvetica;
	font-weight: bold;
	padding-bottom: 5px;
}
#pack_box .nav{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-family:Arial, "Helvetica", sans-serif;
	text-align: center;
	height:33px;
	width: 158px;
	background-image: url(Images/feature_btn.jpg);
	background-repeat: no-repeat;
}

#pack_box .box{
	font-size:11px;
	text-align:justify;
	padding-top:10px;
	height:70px;
}

#pack_box h3{
	color:#333333;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

#pack_box h3 span{
	color: #D9460F;
	text-align:center;
	font-size: 16px;
	padding-right:5px;
}
#pack_box h3 a{
	font-size: 14px;
	background-image: url(Images/alert.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 30px;
	font-weight: bold;
	padding-right:5px;
}

#pack_box .nav a{
	color: #FFFFFF;
	height:33px;
	width:158px;
	padding-top: 7px;
	display: block;
}

#pack_box .nav a:hover{
	background:url(Images/feature_btn_hover.jpg) no-repeat;
	height:33px;
	width:158px;
	padding-top: 7px;
	display: block;
	text-decoration: none;	
}

#pack_box .nav a:active{
	color: #FFFFFF;
	text-decoration: none;	
	height:33px;
	width:158px;
	padding-top: 7px;
	display: block;
}

#pack_box .nav a:visited{
	color: #FFFFFF;
	text-decoration: none;	
	height:33px;
	width:158px;
	padding-top: 7px;
	display: block;
}

/* ------ Footer ------ */

#footer{
	background-image: url(Images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	color:#FFFFFF;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
}
#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;	
}

#footer a:active{
	color:#FFFFFF;
	text-decoration:none;	
}

#footer a:visited{		
	color:#FFFFFF;
	text-decoration:none;
}

#footer li{
	display: inline;
	padding:0px 20px;
}

#footer p{
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}


/* ------ Compare ------ */
#compare {
	background-color:white;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#compare p{
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
}

#compare a:link{
	color:#456200;
	text-decoration:none;	
}

#compare a:hover{
	color:#456200;
	text-decoration:underline;
}

#compare a:active{
	color:#456200;
	text-decoration:none;		
}

#compare a:visited{
	color:#456200;
	text-decoration:none;	
}

#compare h1{
	font-size: 24px;
	color: #196A99;
	line-height: 20px;
	padding: 10px;
	margin-top: 20px;
}

#compare h2{
	color: #69910D;
	font-size: 18px;
	padding: 10px;
	margin: 10px;	
}

#compare span{
	color: #B30000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

#compare ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	padding:5px 10px;
}

#compare ul li{
	padding-left: 10px;
	background-image: url(Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#compare h3{
	font-size: 14px;
	padding: 10px 5px 5px 5px;
	color: #3A597C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom:10px;
}

#compare .td_bg{
	background-color: #F1F2F4;
	padding: 5px;
}
