@charset "utf-8";
/* CSS Document */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px	
}

/* Font Classes */
.formsection_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
}

.content_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333	
}

/* Link Classes */

a.caldendar:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}
a.caldendar:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}
a.caldendar:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}
a.caldendar:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333
}

/* Div ID'S */

#formwrapper {
	width: 900px;
	padding: 0px 0px 20px 0px;
}

#form_content {
	width:1000px; 
	height:550px
}

#form_content_left {
	width:200px; 
	float:left
}

#form_content_right {
	width:800px; 
	float:right
}

#form_content_top {
	width:1000px; 
	height:480px;
}

#form_content_top_left {
	width:200px; 
	height:480px; 
	float:left
}
#form_content_top_right {
	width:800px; 
	height:480px; 
	float:right
}

#form_content_middle {
	width:1000px; 
	height:390px;
}

#form_content_middle_left {
	width:200px; 
	height:330px; 
	float:left
}

#form_content_middle_right {
	width:800px; 
	height:330px; 
	float:right
}

#form_content_bottom {
	width:1000px; 
	height:150px
}

#form_content_bottom_left {
	width:200px; 
	height:150px; 
	float:left
}
#form_content_bottom_right {
	width:800px; 
	height:150px; 
	float:right
}
#form_employ {
	width:1000px; 
	height:500px
}
#form_contact {
	width:380px; 
	height:500px;
	position:relative;
	top:70px;
}
#form_parts {
	width:380px; 
	height:500px;
	position:relative;
	top:70px;
}
#form_service {
	width:380px; 
	height:500px;
	position:relative;
	top:70px;
}
#form_quote {
	width:380px; 
	height:500px;
	position:relative;
	top:70px;
}
#form_float_left {
	width:150px; 
	float:left
}
#form_float_right {
	width:230px; 
	float:right
}

#form_fillers {
	width:420px;
	float:left;
	padding-left:25px;
}

#form_fillers_parts {
	width:420px;
	float:left;
	position:absolute;
	left:220px;
	bottom:60px;
}

#form_print {
	width:252px;
	height:108px;
	position:absolute;
	right:60px;
	top:180px;
}

#contact_container {
	width:840px;
	height:570px;
	background-image:url(../images/contact_bg.jpg);
}
#parts_container {
	width:840px;
	height:570px;
	background-image:url(../images/parts_bg.jpg);
	position:relative;
}
#quote_container {
	width:840px;
	height:570px;
	background-image:url(../images/quick_quote_bg.jpg);
}
#48quote_container {
	width:840px;
	height:570px;
	background-image:url(../images/48quick_quote_bg.jpg);
	position:relative;
}
#service_container {
	width:840px;
	height:570px;
	background-image:url(../images/service_bg.jpg);
}


