/*  Generic Form Layout */
DIV.labels {
	width:80px;
	float:left;
}
DIV.links {
	padding-left:10px !important;
	padding-left:14px;
}
LABEL {
	font-size:11px;
	color:#69605a;
	font-style:italic;
	width:80px;
	padding:4px;
	margin:0 0 8px 0;
	display:block;
	line-height:9px;
}
LABEL A{
	font-style:normal;
}
FORM {
	color:#fff;
	font-size:11px;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	display:block;
}
INPUT, SELECT{
	background-color:#69605a;
	border:0;
	color:#fff;
	font-size:11px;
	font-style:normal;
	display:block;
	line-height:11px;
	padding:4px;
	margin:0 0 4px 0;
}

INPUT#submit {
	width:auto !important;
	height:auto !important;
	background:#d42a29 !important;
}

/* Layout 1 - Home Page */
DIV#layout_01 {
	width:796px;
	overflow:hidden;
	font-size:12px;
	margin:0 30px 0 30px; 
}
DIV#layout_01 DIV.half {
	width:381px;
	height:337px;
	background:#242120;
	float:left;
}
DIV#layout_01 DIV.third, DIV#layout_01 DIV.one, DIV#layout_01 DIV.full {
	background:#242120;
	float:left;
	height:124px;
	margin-top:30px;
}
DIV#layout_01 DIV.one {
	width:267px;
	margin-left:34px !important;
	margin-left:34px;
}
DIV#layout_01 DIV.third, DIV#layout_01 DIV.full {
	padding:0 34px 0 34px;
	width:427px !important;
	width:400px;
	font-size:11px;
	color:#69605a;
	line-height:14px;
}
DIV#layout_01 DIV.third A, DIV#layout_01 DIV.full A {
	margin-bottom:5px;
	display:block;
}
DIV#layout_01 DIV.third A {
	margin:0;
	margin-top:8px;
}
DIV#layout_01 DIV.image {
	margin-right:34px;
}
DIV#layout_01 DIV.text {
	width:321px;
	height:277px;
	padding:30px;
	overflow:auto;
}
DIV#layout_01 DIV.half H1 {
	margin:0 0 10px 0;
	padding:0;
}
DIV#layout_01 DIV.one H1, DIV#layout_01 DIV.third H1, DIV#layout_01 DIV.full H1{
	color:#b7b3af;
	margin:14px 0 6px 0;
}
DIV#layout_01 DIV.one H1 {
	width:176px;
	float:right;
	margin:14px 0 0 0;
}
DIV#layout_01 DIV#logos, DIV#layout_01 DIV#address{
	float:left;
}
DIV#layout_01 DIV#logos {
	margin:12px 56px 0 0;
}
/* Contact Page */
DIV#layout_01 DIV.full {
	width:796px !important;
	padding-right:0px;
}

DIV#layout_01 DIV.right {
	margin-left:32px;
	margin-right:0px;
}
DIV#layout_01 DIV.left {
	overflow:hidden;
	font-size:11px;
}

/* Login Form */
FORM#login {
	width:185px !important;
	width:190px;
	display:block;
	margin: 0 34px 0 34px;
	float:right;
}
FORM#login H1 {
	padding-bottom:8px;
}
FORM#login INPUT#submit {
	float:right;
}
FORM#login DIV.fields {
	width:98px;
	float:right;
}
FORM#login DIV.fields INPUT {
	width:90px;
}

/* Contact Form */
FORM#contact label, FORM#contact input {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 3px;
}

FORM#contact label {
	width: 75px;
	padding-right: 20px;
}

FORM#contact br {
	clear: left;
}
