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

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/headbg.png);
	background-position: top center;
	background-repeat: repeat-x;
	color: #131212;
}

#container {
	width: 815px;
	margin: auto;
	padding-top: 26px;
}

.left {
	float: left;
}

h1 {
	float: right;
	color: #FFFFFF;
	font-size: 48px;
	font-weight: normal;
	padding-right: 20px;
	margin-top: 25px;
	height: 62px;
	background-image: url(images/h1bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	width: 370px;
	float: left;
}

#pic {
	float: left;
	margin-left: 35px;
}

#phonebox {
	float: left;
	width: 193px;
	height: 44px;
	background-image: url(images/phonebg.png);
	padding: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin-left: 8px;
}

#phonenum {
	display: none;
	font-size: 24px;
	font-weight: bold;
	color: #4e4e4e;
	margin-top: 2px;
}

#left {
	width: 187px;
	background-color: #f5f5f5;
	border: 3px solid #ededed;
	float: left;
	margin-left: 8px;
	padding: 5px;
	margin-top: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	CCborderRadius: 4px;
}

#left img {
	margin: auto;
	display: block;
	border: 3px solid #0b60ad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	CCborderRadius: 3px;
}

.testimonial {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

#left blockquote {
	font-size: 9px;
	padding: 8px;
	background-color: #FFFFFF;
	line-height: 22px;
	margin-top: 5px;
	text-indent: 15px;
	word-spacing: 1.8px;
	padding-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	CCborderRadius: 3px;
}

#right {
	margin-left: 26px;
	float: left;
	width: 550px;
	margin-top: 10px;
}

#right p{
	font-size: 12px;
	float: left;
	width: 370px;
	margin-top: 25px;
	line-height: 17px;
}

#right form {
	width: 383px;
	height: 193px;
	background-image: url(images/formbg.png);
	float: left;
	margin-top: 5px;
}

label {
	width: 4em;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-left: 23px;
	padding-top: 4px;
}

.input {
	padding: 5px;
	width: 190px;
	background-color: #e3f4ff;
	border: 1px solid #95bee2;
}

form a {
	font-size: 10px;
	margin-left: 105px;
	margin-top: 2px;
	float: left;
	color: #309dff;
	margin-bottom: -15px;
}

.submit {
	margin-left: 107px;
	margin-top: -15px;
} 

blockquote:before, blockquote:after {
	display: block;
	font-size: 400%;
	width: 50px;	
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -16px;
	margin-top: 5px;
}

blockquote:after {
	content: close-quote;
	margin-left: 135px;
	margin-top: -6px;
}

.bold {
	font-weight: bold;
}

.questions {
	float: right;
}

#footer {
	width: 100%;
	margin-top: 100px;
	height: 60px;
	background-color: #f5f5f5;
	float: left;
}


/* Slider Settings*/

#sliderdiv {
	width: 460px;
	height: 212px;
	background-image: url(images/sliderbg.png);
	background-repeat: no-repeat;
	float: right;
	padding-left: 58px;
	padding-right: 68px;
	padding-top: 30px;
}
 #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}

	
#slider ul {
	float: left;
	list-style:none;
}
#slider li{ 
	width:431px;
	height:184px;
	overflow:hidden;
	}
	
.head {
	font-size: 12px;
	padding-top: 3px;
}
	
.descript {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 360px;
}
