body,ul,li
{
	margin: 0;
	padding: 0;
}

header
{
	width: 100%;
	background-image: url('img/bg-tile.gif');
	background-repeat: repeat-x;
}

.header-in
{
	width: 100%;
	height: 596px;
	margin: 0 auto;
	background-image: url('img/bg-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.header-info
{
	width: 940px;
	margin: 0 auto;
}

.header-in h1
{
	float: left;
	margin: 0;
	width: 100%;
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 25px;
	margin-top: 200px;
	font-weight: normal;
	font-family: 'Arial';
}

.header-in p
{
	margin: 0;
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Arial';
}

.header-in ul
{
	margin-left: -12px;
	margin-top: 110px;
}

.header-in ul li
{
	display: inline-block;
	list-style: none;
	width: 90px;
	height: 75px;
	font-family: 'Arial';
	font-size: 14px;
	color: #403936;
	text-align: center;
	text-transform: uppercase;
	line-height: 18px;
	margin-right: 10px;
}


.header-in ul li:last-of-type
{
	margin-right: 0;
}


.header-in ul li:nth-child(1)
{
	margin-right:15px;
}

.content
{
	width: 100%;
	background-color: #fff;
}

.content-in
{
	width: 940px;
	height: 305px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 50px;
	border-bottom: 1px solid #bfe3f9;
}

.contact-container
{
	margin-top: 35px;
}

.contact-container h1
{
	margin: 0;
	margin-left: 20px;
	font-family: 'Arial';
	font-size: 16px;
	color: #403936;
	font-weight: normal;
	text-transform: uppercase;
	
}

.contact-container .left
{
	float: left;
	width: 300px;
	margin: 45px 150px 0 20px;
}

.contact-container .left .div-fields
{
	width: 100%;
	margin-bottom: 10px;
}

.contact-container .left .div-fields .label-fields,
.contact-container .right .div-fields .label-fields
{
	display: block;
	width: 100%;
	font-family: 'Arial';
	font-size: 12px;
	color: #3e3631;
	font-style: italic;
	padding-bottom: 5px;
}

.contact-container .left .div-fields .input-fields
{
	display: block;
	width: 100%;
	height: 28px;
	background-color: #ececed;
	border: 1px solid #b2b0ae;
	padding-left: 10px;
}

.contact-container .right
{
	float: left;
	width: 460px;
	margin: 45px 0 0 0;
}

.contact-container .right .div-fields .textarea
{
	display: block;
	width: 446px;
	height: 90px;
	background-color: #ececed;
	border: 1px solid #b2b0ae;
	padding-left: 10px;
	margin-bottom: 25px;
}

.contact-container .right .div-fields .captcha-img
{
	float: left;
	display: block;
	width: 100px;
	height: 32px;
}


.contact-container .right .div-fields .input-fields#captcha
{
	float: left;
	display: block;
	width: 190px;
	height: 28px;
	background-color: #ececed;
	border: 1px solid #b2b0ae;
	padding-left: 10px;
}

.btn-send
{
	width: 142px;
	height: 32px;
	background-image: url('img/btn-send.png');
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	margin-left: 15px;
	cursor: pointer;
}

.btn-send:hover
{
	background-image: url('img/btn-send.png');
	background-repeat: no-repeat;
	background-position: 0 -32px;
}


footer
{
	width: 100%;
}

.footer-in
{
	width: 940px;
	margin: 0 auto;
}

.footer-in ul
{
	float: left;
	margin-top: 20px;
	margin-bottom: 250px;
}

.footer-in ul li
{
	list-style: none;
	width: 160px;
	height: 24px;
	display: inline-block;
	padding: 0;
	margin: 0 80px 0 0;
}

.footer-in ul li:first-of-type
{
	width: 225px;
}

.footer-in ul li:last-of-type
{
	margin: 0 0 0 0;
}

.footer-in ul li img
{
	float: left;
	margin-right: 5px;
}

.footer-in ul li p
{
	margin-top: 5px;
	font-family: 'Arial';
	font-size: 12px;
}

.error_msg
{
	margin-left: 20px !important;
}

.error_msg p
{
	font-family: 'Arial' !important;
	font-size: 16px !important;
	color: #e86b20 !important;
}

.error_msg p.success
{
	font-family: 'Arial' !important;
	font-size: 16px !important;
	color: #2472a1 !important;
}











