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

body{
	padding:0;
	margin:0;
	background:#e9e9e9;
	font:normal 14px/21px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
p, td, th, h1, h2, h3, form, input, select, label{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}
	
ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}	
	
	
a{
	outline:none;
	}
	
/*======================== GENERAL ==========================*/

.navPanel{
	background:url(images/menu-bg.gif) repeat-x 0 0;
	padding:6px 0 0 0;
	}
	
.navPanel ul{
	padding:0 0 0 46px;
	}
	
.navPanel ul li{
	height:40px;
	line-height:40px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit;
	float:left;
	width:auto;
	}
	
.navPanel ul li a{
	display:block;
	padding:0 0 0 30px;
	height:40px;
	color:#FFFFFF;
	background-color:inherit;
	float:left;
	width:auto;
	text-decoration:none;
	}
	
.navPanel ul li a span{
	display:block;
	float:left;
	width:auto;
	padding:0 30px 0 0;
	height:40px;
	cursor:pointer;
	}
	
.navPanel ul li a:hover{
	background:url(images/hover-left.gif) no-repeat 0 0;
	color:#943773; 
	}
	
.navPanel ul li a:hover span{
	background:url(images/hover-right.gif) no-repeat 100% 0;
	}
	
.navPanel ul li a.active{
	background:url(images/hover-left.gif) no-repeat 0 0;
	color:#943773;
	cursor:default;
	}
	
.navPanel ul li a.active span{
	background:url(images/hover-right.gif) no-repeat 100% 0;
	cursor:default;
	}
	
.bodyTop{
	padding:15px 0 0 0;
	}
	
.roundBottom{
	background:url(images/round-bottom.gif) no-repeat 0 100% #FFFFFF;
	}
	
.header{
	background:url(images/header-bg.gif) no-repeat 0 0;
	padding:0 0 0 20px;
	height:145px;
	}
	
.logo{
	margin:10px 0 10px;
	}
	
h1{
	font:normal 17px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#810052;
	padding:0 0 5px 10px;
	}
	
	
.bodyPanel{
	padding:28px 18px;
	background:#FFFFFF;
	}
	
.bodyPanel h2{
	font:normal 24px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#40979c;
	}
	
.bodyPanel p{
	padding:20px 0 0 0;
	}
	
.car{
	margin-top:20px;
	}
	
.inner-bg{
	background:url(images/inner-body-bg.gif) repeat-y 0 0;
	padding:0 19px;
	}
	
h2.heading{
	background:url(images/heading-bg.gif) no-repeat 0 0;
	line-height:37px;
	padding:0 0 0 24px;
	color:#FFFFFF;
	background-color:inherit;
	}
	
.testmonial{
	padding:59px 0 0 0;
	}
	
.testmonial p.testMBox{
	padding:0;
	background:url(images/testmonial-bg.gif) no-repeat 0 0;
	width:209px;
	height:100px;
	padding:23px 0 0 0;	
	font:bold 19px/22px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:inherit;
	text-align:center;	
	}
	
a.textButton{
	background:url(images/button-bg.gif) no-repeat 0 0;
	width:188px;
	height:30px;
	display:block;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	}
	
a.textButton:hover{
	color:#d9d9d9;
	}	
	
a.textButton2{
	background:url(images/button-bg-hover.gif) no-repeat 0 0;
	width:188px;
	height:30px;
	display:block;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	}
	
a.textButton2:hover{
	color:#d9d9d9;
	}	
	
.footer{
	padding:26px 10px 23px 10px;
	font-size:11px;
	line-height:18px;
	color:#6b6b6b;
	}
	
.footer a{
	color:#6b6b6b;
	text-decoration:none;
	font-weight:bold;
	}
	
.footer a:hover{
	text-decoration:underline;
	}
	
.footer span{
	padding:0 14px;
	}
	
/*---------------- inner page -------------*/

ul.list{
	padding:20px 0 30px 10px;
	}
	
ul.list li{
	background:url(images/blt.gif) no-repeat 0 6px;
	padding:0 0 10px 25px;
	}
	
h3.submenu{
	font-size:18px;
	line-height:19px;
	font-weight:normal;
	color:#724964;
	text-transform:capitalize;
	padding:10px 0 10px 22px;
	background:url(images/blt1.gif) no-repeat 0 50%;
	}	

	
.information{
	border-left:solid 1px #d6d6d6;
	border-top:solid 1px #d6d6d6;
	}
	
.information td{
	border-right:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	padding:10px;
	}
	
.information th{
	background-color:#9e658a;
	color:#FFFFFF;
	padding:10px;
	border-right:solid 1px #d6d6d6;
	border-bottom:solid 1px #d6d6d6;
	}
	
p.guide{
	font-size:14px;
	line-height:21px;
	color:#885777;
	}
	
ol.checklist{
	padding:0 0 0 22px;
	margin:0 0 0 22px;
	}
	
ol.checklist li{
	padding-bottom:15px;
	}
	
	
.testmonials{
	background:url(images/testmonial-icon.jpg) no-repeat 8px 20px;
	padding:20px 0 20px 120px;
	/*border-bottom:dashed 1px #d9c3d1;*/
	border:solid 1px #ececec;
	margin:10px 0 0 0;
	}
	
.testmonials p{
	padding:0 0 10px 0;
	}
	
.testmonials p.testimonialText{
	background:url(images/quote-left.gif) no-repeat 0 0;
	padding:4px 0 10px 25px;
	line-height:21px;
	}
	
.testmonials p.testimonialText span{
	background:url(images/quote-right.gif) no-repeat 100% 100%;
	line-height:21px;
	display:inline;
	padding:0 0 0 18px;
	}
	
.testmonials p.name{
	padding:0 0 0 25px;
	color:#3e939b;
	background:url(images/blt2.gif) no-repeat 13px 50%;
	}
	
.namePanel{
	background-color:#f2f2f2;
	border-right:3px solid;
	}
	
.paddTop15{
	padding-top:15px;
	}
	
.addressPanel{
	padding:15px 0 0 15px;
	}
	
.addressPanel p{
	padding:0;
	line-height:21px;
	}
	
.addressPanel p.btm8{
	padding:0 0 8px 0;
	}
	
.addressPanel p a{
	color:#3e939b;
	}
	
.addressPanel p a:hover{
	text-decoration:none;
	}
	
.addressPanel p.phone{
	background:url(images/phone.gif) no-repeat 2px 50%;
	padding:0 0 0 23px;
	}

.addressPanel p.phone2{
	background:url(images/phone2.gif) no-repeat 0 50%;
	padding:0 0 0 23px;
	}

	
.addressPanel p.email{
	background:url(images/email.gif) no-repeat 0 50%;
	padding:0 0 0 23px;
	}
	
	
h3.submenu2{
	font-size:18px;
	line-height:19px;
	font-weight:normal;
	color:#724964;
	text-transform:capitalize;
	padding:10px 0 10px 22px;
	background:url(images/blt1.gif) no-repeat 0 50%;
	}	
	
#contactForm{
	border:solid 1px #989898;
	padding:10px;
	}
	
#contactForm table td{
	padding:0 0 10px 0;
	}
	
form input.txtBox{
	width:200px;
	}
	
form input.txtBox2{
	width:100px;
	}
	
form textarea{
	width:200px;
	height:100px;
	}
	
form input.submitbutton{
	background:url(images/submit-button.gif) no-repeat 0 0;
	width:128px;
	height:30px;
	font-weight:bold;
	color:#FFFFFF;
	border:0;
	cursor:pointer;
	}
	
p.paddBtm10{
	padding:6px 0 0 0;
	}
