@charset "UTF-8";
body {
	background: url(images/background.gif) repeat;
	font: 85% Arial, Helvetica, sans-serif;
	color: #656e69;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
h2 {
	margin: 15px 0px 0px;
	padding: 0px;
}
#body-wrapper {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#wrapper {
	background: url(images/wrapper-top.gif) no-repeat;
	width: 734px;
	padding-top: 50px;
}
#wrapper .cform-msg {
	margin-left: auto;
	width: 650px;
	margin-right: auto;
	padding: 10px;
	border: 3px solid #f7faca;
}
#wrapper .header {
	background: url(images/header.gif) no-repeat;
	height: 60px;
	width: 668px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper .inner {
	width: 734px;
	background: url(images/wrapper-background.gif) repeat-y;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrapper .footer {
	background: url(images/wrapper-footer.gif) no-repeat 0px -50px;
	height: 32px;
	width: 734px;
}
#wrapper .about {
	background: url(images/about-pic.jpg) no-repeat;
	height: 420px;
	width: 682px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .result {
	background: url(images/before-after-pic.jpg) no-repeat;
	height: 942px;
	width: 655px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#content .title-01 {
	background: url(images/title-01.gif) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 287px;
}
#content .title-02 {
	background: url(images/title-02.gif) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 115px;
	margin-bottom: 5px;
}
#content .contact {
	font-size: 11pt;
	color: #7accc8;
	font-weight: bold;
	letter-spacing: 1px;
}
#content .ul-item {
	font-size: 12pt;
	float: left;
	width: 250px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding: 0px;
}
#content .ul-width {
	margin-left: 50px;
}
#content .ul-item li {
	background: url(images/icon-01.gif) no-repeat left center;
	padding-left: 30px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1f1e9;
	height: 20px;
}
#cform {
	margin: 0px;
	padding: 10px;
	border: 3px solid #f7faca;
	font-size: 11pt;
	vertical-align: middle;
}
#cform br {
	clear: left;
}
#cform label {
	width: 100px;
	float: left;
}
#cform .left-label {
	margin-left: 20px;
	width: 40px;
	margin-right: 5px;
}
#cform .radio-label {
	width: 75px;
	margin-left: 5px;
	float: left;
}
#cform input[type="text"] {
	margin-bottom: 15px;
	border: 1px solid #e9f2ef;
	background: #FFFFFF;
	color: #998675;
	font: 10pt Arial, Helvetica, sans-serif;
}
#cform input:focus, #cform textarea:focus {
	border-top: 1px solid #e9f2ef;
	border-right: 1px solid #e9f2ef;
	border-bottom: 1px solid #D2DAD8;
	border-left: 1px solid #e9f2ef;
}
#cform .small-input {
	width: 80px;
	float: left;
	margin-right: 10px;
}
#cform .normal-input {
	width: 238px;
}
#cform .long-input {
	width: 400px;
}
#cform textarea {
	width: 395px;
	margin-bottom: 8px;
	border: 1px solid #e9f2ef;
	color: #998675;
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 3px;
}
#cform   .submit  {
	background: url(images/button-submit.gif) no-repeat;
	height: 39px;
	width: 120px;
	cursor: pointer;
	border:: none;
	color: #FFFFFF;
	font: 17pt Arial, Helvetica, sans-serif;
	border: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	padding-bottom: 5px;
}
#content  .thanks-msg {
	color: #C5C85A;
}
#content .error-msg {
	color: #FF3333;
}
#copyright {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #9cafa9;
}
#copyright p {
	margin: 0px;
	padding: 0px;
}
#copyright a {
	color: #d2ba79;
	text-decoration: none;
}
#copyright a:hover {
	border-bottom: 1px solid #f7faca;
}
