@charset "UTF-8";
/* CSS Document */

:focus {-moz-outline-style: none;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

#container {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c292a;
	background: #000 url('/images/body_bg.png') top left repeat-x;
}

#main {
	padding-bottom: 50px;
}

/* header */

#header {
	height: 540px;
	background: transparent url('/images/header_bg.jpg') top left no-repeat;
}

#header img {
	margin-top: 29px;
	float: left;
	margin-left: 30px;
	border: 0px;
	width: 212px;
	height: 139px;
}

/* content */

#content {
	overflow: auto;
	float: left;
	width: 950px;
	padding-bottom: 35px;
}

#content_left, #content_center, #content_right {
	float: left;
	background-position: top left;
	background-repeat: repeat-x;
	height: 100px;
	padding: 50px 30px;
	height: 215px
}

#content_left {
	width: 310px;
	background-image: url('/images/content_left_bg.png');
	color: #dbc1a3;
}

#content_center {
	width: 200px;
	background-image: url('/images/content_center_bg.png');
	color: #c3b8a5;
}

#content_right {
	width: 260px;
	background-image: url('/images/content_right_bg.png');
	color: #a5666e;
}

#content p {
	line-height: 18px;
	margin-top: 0px;
}

li {
	line-height: 18px;
}

/* contact form */

.contact_us_title {
	font-weight: bold;
	color: #c18383;
	font-size: 14px;
	margin-bottom: 10px;
}

.message_label {
	margin-top: 3px;
}

#contact_form input[type=text], #contact_form textarea {
	background-color: #762c2c;
	border-bottom: 1px solid #986161;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	margin-top: 0px;
	width: 200px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form textarea {
	overflow: auto;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #be6f13;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

/* footer */

#footer {
	height: 50px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 11px;
	clear: both;
	width: 950px;
	text-align: center;
}

/* sticky footer */

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */