@charset "utf-8";
/* AMTDIRECT INSTANT ON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html { }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto 0 auto;
}

/* COMMON */
a {
	outline: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* END OF COMMON */

/* CONTAINER */
#container {
	width: 955px;
	margin: 0 auto 0 auto;
}
/* END OF CONTAINER */

/* HEADER */
.header {
	width: 100%;
	height: 84px;
	position: relative;
}

/* LOGO */
.header .logo {
	width: 178px;
	height: 84px;
	position: absolute;
	top: 0;
	left: 15px;
}
/* END OF LOGO */

/* VISIT */
.header .visit {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.header .visit p {
	text-align: right;
	color: #707b85;
	font-size: 14px;
	line-height: 19px;
}

.header .visit p a {
	color: #f78c1c;
	text-decoration: underline;
}

.header .visit p a:hover {
	text-decoration: none;
}
/* END OF VISIT */
/* END OF HEADER */

/* PAGE */
.page {
	width: 100%;
}

.page .top {
	background: transparent url(../media/images/bg_content-top.jpg) top left no-repeat;
	width: 100%;
	height: 24px;
}

.page .middle {
	background: transparent url(../media/images/bg_content-middle.jpg) top left repeat-y;
}

.page .bottom {
	background: transparent url(../media/images/bg_why.jpg) top right no-repeat;
	width: 100%;
	height: 390px;
}

.page .bottom dl {
	width: 40%;
	float: left;
	margin: 65px 0 0 65px;
}

.page .bottom dl dt {
	font-size: 13px;
	color: #f7952b;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.page .bottom dl dt span {
	color: #69b2d3;
	font-weight: bold;
	font-size: 13px;
}

.page .bottom dd {
	font-size: 12px;
	color: #707070;
	line-height: 18px;
}

/* LEFT COLUMN */
.left-column {
	width: 517px;
	float: left;
}

.left-column .quick-step {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #69b3d5;
	font-size: 24px;
	text-transform: uppercase;
	width: 88%;
	margin: 0 auto 0 auto;
	padding: 15px 0 20px 0;
}

.left-column .banner {
	background: transparent url(../media/images/bg_banner.jpg) top left no-repeat;
	width: 100%;
	height: 75px;
	margin: 19px 0 0 0;
}

.left-column .banner h1 {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	width: 88%;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
}

.left-column .copy {
	width: 88%;
	margin: 20px auto 0 auto;
}

.left-column .copy h2 {
	font-size: 14px;
	color: #4e8ba6;
	margin: 0 0 15px 0;
}

.left-column .copy p {
	color: #707070;
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 15px 0;
}

.left-column .copy strong {
	color: #f78c1c;
	font-weight: normal;
}

.left-column .copy h4 {
	color: #88ceee;
	font-size: 12px;
	margin: 20px 0 5px 0;
}

.left-column .copy p em {
	font-size: 12px;
	color: #898989;
	line-height: 18px;
}
/* END OF LEFT COLUMN */

/* RIGHT COLUMN */
.right-column {
	width: 437px;
	float: left;
	clear: right;
}

.right-column .form {
	background: transparent url(../media/images/bg_form.jpg) top left no-repeat;
	width: 100%;
	height: 363px;
	padding: 20px 0 0 0;
}

.right-column .form h2 {
	color: #ffffff;
	font-size: 16px;
	margin: 0 0 0 40px;	
	line-height: 23px;
}

.right-column .form h2 span {
	font-size: 14px;
	font-weight: normal;
}

.right-column .form table {
	width: 80%;
	margin: 35px auto 0 auto;
}

.right-column .form table tr td {
	padding: 5px;
	font-size: 16px;
	color: #ffffff;
}

.right-column .form table tr td p {
	padding: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-align: left;
}

.right-column .form table tr td input.required {
	border-right: 5px solid #f78c1c;
}

.right-column .form table small {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
}

.right-column .form table tr td label {
	font-size: 16px;
	color: #ffffff;
}

.right-column .form table tr td input {
	border: 1px solid #b6d1dc;
	padding: 3px;
	width: 200px;
}

.right-column .form table tr td a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: underline;
}

.right-column .form table tr td a:hover {
	text-decoration: none;
}

.right-column .form table tr td input.check {
	width: 15px;
	height: auto;
	padding: 0;
	border: none;
}

.right-column .form table tr td input.button {
	background: transparent url(../media/images/btn_start.jpg) top left no-repeat;
	width: 166px;
	height: 36px;
	display: inline-block;
	border: none;
	padding: 0;
	cursor: pointer;
}
/* END OF RIGHT COLUMN */

.options {
	width: 100%;
	clear: both;
}

.clients {
	width: 100%;
	margin: 0 auto 0 auto;
}
/* END OF PAGE */

/* FOOTER */
.footer {
	width: 96%;
	margin: 5px auto 0 auto;
}

.footer p {
	width: 100%;
	color: #707b85;
	text-align: center;
	font-size: 12px;
}

.footer p img {
	margin: 0 10px 0 10px;
}

.footer p a {
	color: #707b85;
	text-decoration: underline;
}

.footer p a:hover {
	text-decoration: none;
}
/* END OF FOOTER */


