html {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1078px;
	margin: 0 auto;
}

#footer {
	margin-top: 20px;
	text-align: right;
}

#footer img {
	padding-right: 30px;
	float: right;
}

#footer p {
	float: right; 
	width: 250px; 
	padding-right: 200px; 
	text-align: left;
	font-size: 10px;
}

#upper {
	background: url(../images-lander/upper_body_bg.jpg) no-repeat;
	height: 551px;
	margin-top: 5px;
	padding: 30px 25px;
}

#lower {
	background: url(../images-lander/lower_body_bg.png) no-repeat;
	height: 361px;
	width: 933px;
	padding: 30px 25px;
}

#body {
	width: 440px;
	float: left;
}

.title {
	font-size: 28px;
	padding-top: 10px;
}

#upper ul {
	margin-top: 50px;
	font-size: 20px;
}

#upper ul li {
	padding-top: 15px;
}

#form {
	float: right;
	margin-top: 80px;
}

#form_header {
	background: url(../images-lander/form_header.png) no-repeat;
	width: 408px;
	height: 84px;
	padding: 20px;
}

#form_body {
	background: url(../images-lander/form_bg.png) repeat-y;
	width: 408px;
	margin: 0p;
	padding: 0px;
}

#form_footer {
	background: url(../images-lander/form_footer.png) no-repeat;
	width: 408px;
	height: 32px;
}

.orange {
	color: #f7941d;
}

.big {
	font-size: 18px;
}

.large {
	font-size: 36px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#testimonials {
	list-style: none;
	margin: 50px 0;
	padding: 0;
}

#testimonials li {
	float: left;
	width: 270px;
	padding-left: 60px;
}

#testimonials li img {
	float: left;
}

#testimonials li p {
	padding-left: 70px; 
	margin: 0px;
}



#testimonials li.first {
	padding: 0;
	margin: 0;
}

#disc {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	width:900px;
	clear:both;
	margin:80px 20px;
}

/* BEGIN: form fields
---------------------------------- */
form {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

form input,
form select {
	font-size: 1.0em;
	border: 1px solid #ccc;
	padding: 2px;
}

form input.half {
	width: 155px;
}

form input.phone {
	width: 50px;
}

form input.full {
	width: 195px;
}

form select.full {
	width: 200px;
}

form fieldset ol.overlay {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

form fieldset ol.inline {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

form fieldset ol li label {
	color: #555;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 30px;
	margin-right: 10px;
	text-align: left;
	width: 130px;
}

form fieldset ol.inline li label {
	float: none;	
	text-align: left;
	line-height: 20px;
	width: auto;
}

form fieldset {
	border:none;
	padding: 0;
	margin: 0;
}

form fieldset ol li:first-child {
	border:none;
}

form fieldset ol.overlay li {
	clear: left;
	padding: 3px 0;	
}

form fieldset ol.inline li {
	padding-right: 10px;
}

form fieldset ol li label.error {
	color: #bd1a00;
}

form fieldset ol.overlay li.valid {
	background: url(../images-lander/layout/status.gif) no-repeat 332px -85px;
	
}

form fieldset ol.overlay li.error {
	background: url(../images-lander/layout/status.gif) no-repeat 332px 15px;
}

form ol li div.errMsg {
	clear: both;
	padding-top: 2px;
	height: 10px;
	color: #bd1a00;
	font-weight: bold;
	font-size: 11px;
}

form ol.overlay li div.errMsg {
	padding-left: 120px;
}

form ol.inline li div.errMsg {
	
	/* display: none; */
}
