h1 {
	font-size:27px;
	font-weight:bold;
	color:#B91508;
	margin:0;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#043D6A;
	margin:0;
}
h3 {
	font-size:15px;
	font-weight:bold;
	color:#B91508;
	margin:0;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#043D6A;
	margin:0;
}
p {
	margin:0;
}

/*** TOP CONTACT ***/
#hm_contact_container {
	position:absolute;
	width:840px;
	height:220px;
	top:126px;
	background-image:url(../images/home/hm_contact_bkgd.png);
	background-repeat:no-repeat;
	color:#043D6A;
	z-index:99999;
	display:none;
}
#hm_contact {
	position:relative;
}
#close {
	position:absolute;
	left:737px;
	width:84px;
	height:25px;
	background-image:url(../images/home/close_over.png);
	background-repeat:no-repeat;
}

/*** BOTTOM CONTENT ***/
#container_btm {
	width:840px;
	height:219px;
	position:relative;
	margin:auto;
	background-image:url(../images/home/highlight_home.jpg);
	background-repeat:no-repeat;
	z-index:1;
	color:#043D6A;
}
#container_btm_init {
	width:840px;
	height:219px;
	position:relative;
	margin:auto;
	background-image:url(../images/interior/highlight_interior.jpg);
	background-repeat:no-repeat;
	z-index:1;
	color:#043D6A;
}
#our_company, #contact_title {
	position:absolute;
	margin-left:122px;
	margin-top:27px;
}
#catalog_request {
	position:absolute;
	margin-left:507px;
	margin-top:27px;
}
#company_text {
	position:absolute;
	width:365px;
	margin-left:54px;
	margin-top:79px;
}
#contact_text {
	position:absolute;
	width:175px;
	margin-left:54px;
	margin-top:79px;
}
#request_form {
	position:absolute;
	width:355px;
	margin-left:438px;
	margin-top:79px;
}
#contact_form {
	position:absolute;
	width:545px;
	margin-left:245px;
	margin-top:79px;
}
#home_image {
	background-image:url(../images/home/collage.jpg);
	background-repeat:no-repeat;
	background-position:245px bottom;
}
#contact_phone {
	float:right;
	margin-top:36px;
	margin-right:50px;
	display:inline;
}

/*** CLASSES ***/
.form_element {
	width:167px;
	margin-top:6px;
}
.form_element_int {
	width:167px;
	margin-top:6px;
}
.form_element_state {
	width:84px;
	margin-top:6px;
}
.form_element_zip {
	width:72px;
	margin-top:6px;
}
.form_comments {
	width:179px;
	height:75px;
	margin-top:6px;
}
.form_btn {
	margin-top:6px;
}
.form_btn_int {
	margin-top:6px;
}
.required {
	font-size:10px;
	font-weight:bold;
}
a:link {
color:#043D6A;
text-decoration: underline;
}

a:hover {
color:#B91508;
text-decoration: underline;
}

a:active {
color:#B91508;
text-decoration: none;
}

a:visited {
color:#043D6A;
text-decoration: underline;
}

a:visited:hover {
color:#B91508;
text-decoration: underline;
}