﻿@charset "utf-8";
/* general start */
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	background:url(images/bg.jpg) repeat-x 0 0 #a4c4fb;
}
*{
	padding:0;
	margin:0;
}
ul{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#353537;
	background-color:inherit;
}
img{
	display:block;
	border:0;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
.fltLeft{
	width:auto;
	float:left;
}
.fltRight{
	width:auto;
	float:left;
}
/*header start*/
.header{
	height:309px;
	width:auto;
	background:url(images/top.jpg) no-repeat  50% 0;
	padding:0;
}
/* main content start */

#wraper{
	width:983px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
}
.midleCotent{
	background:url(images/container-bg.jpg) repeat-y 0 0;
	overflow:hidden;
	height:100%;
	padding: 15px 40px 0 40px;
}

.midleCotent img{
	margin:0 auto;
	padding:0 0 10px 0;
}

span.botcurve{
	background:url(images/bottom-curve.jpg) no-repeat 0 0;
	height:61px;
	font-size:0;
	line-height:0;
	display:block;
}
.divA{
	width:785px;
	margin:30px auto 0 auto;
}
.divA p{	
	text-align:justify;
	margin:0 auto;
	padding-bottom:20px;
	font-size:14px;
	line-height:19px;
}
.divA h1{
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	background-color:inharit;
	margin-bottom:20px;
}
.divA h1 span{
	color:#000;
	background-color:#f1ff01;
}

.divA img{
	float:left;
	width:auto;
	margin:0 20px 40px 0;
	display:block;
}

.deadMethod{
	width:895px;
	margin-top:10px;
}
.firstDiv{
	width:185px;
	float:left;
}
.firstDiv img{
	margin:0;
	display:block;
}
.secondDiv{
	float:right;
	width:700px;
}
.secondDiv p{
	float:right;
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:justify;
	margin:0 auto;
	background-color:inherit;
}
.secondDiv p span{
	color:#000;
	background-color:#f1ff01;
}
.googlePlace{
	width:620px;
	margin:0 auto;
}
.googlePlaceFirstDiv{
	width:268px;
	float:left;
	border:0;
}
.googlePlaceSecondDiv{
	width:auto;
	float:right;
	border:0;
}
.googlePlaceFirstDiv p{
	text-align:justify;
	padding-bottom:12px;
	font-size:14px;
	line-height:19px;
}
.googlePlaceSecondDiv img{
	margin:0;
}
.contentDiv{
	width:800px;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	padding:10px 0 10px 0;
	margin:0 auto;
}
.contentDiv p{
	text-align:justify;
	padding-bottom:12px;
}
.contentDiv p span{
	text-decoration:underline;
	color:#e60000;
	background-color:inherit;
}

.fixedWidthText{
	width:568px;
	font-size:14px;
	line-height:19px;
	text-align:center;
	margin:0 auto;
	padding-top:15px;
}
.fixedWidthText span{
	color:#c80000;
	background-color:inherit;
}
.fixedWidthText img{
	display:inline-block;
	float:left;
	padding-right:5px;
}
/*form start*/
.registration{
	width:593px;
	height:374px;
	background:url(images/register-form.jpg) no-repeat 0 0;
	margin:20px auto 0 auto;
	padding:80px 0 20px 0;
}

.registration form label{
	float:left;
	width:120px;
	color:#000;
	background-color:inherit;
	font-size:18px;
	font-weight:bold;
	padding-left:85px;
}

.contactinputbg{
	width:299px;
	height:25px;
	float:left;
	padding-bottom:20px;
}

input.contactbox1{
	background-color:#fff;
	width:290px;
	height:25px;
	padding:0 2px 0 2px;
	border:#93a8a9 thin solid;
}

.submit{
	margin:0 0 0 50px;

}

/*testimonial start*/
.testimonial{
	width:555px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	padding:10px 0 10px 0;
}
span.testimonialTop{
	background:url(images/client-testimonial-up.gif) no-repeat 0 0;
	height:75px;
	font-size:0;
	line-height:0;
	display:block;

}
span.testimonialBottom{
	background:url(images/client-testimonial-down.gif) no-repeat 0 0;
	height:14px;
	font-size:0;
	line-height:0;
	display:block;

}
.testimonialMiddle{
	background:url(images/client-testimonial-middle.gif) repeat-y 0 0;
	color:#000;
	padding:26px 34px 0 34px;
}
.testimonialMiddleTop{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	text-align:center;
	padding-bottom:15px;
}
.testimonialMiddle p{
	font-size:14px;
	color:#000;
	background-color:inherit;
	line-height:19px;
	text-align:justify;
	padding-bottom:10px;
}
.imageTestimonial{
	font-size:9px;
	line-height:13px;
	display:block;
	float:left;
	width:120px;
	padding-right:15px;
	}


/*footer start*/
.footer{
	background: url(images/footer.jpg) no-repeat 0 0;
	margin:0 auto;
	display:block;
	font-size:14px;
	line-height:19px;
	text-align:center;
	padding-top:210px;
	height:100px;

}
