@charset "utf-8";
/* CSS Document */


#contactWrapper {
	float:left;
	width:900px;
	margin-left:50px;
	margin-top:50px;
}
#contactHeader {
	float:left;
	width:880px;
	background-image:url(../images/contactheader.gif);
	background-repeat:repeat-x;
	height:67px;
	padding-top:40px;
	padding-left:20px;
}
#contactHeaderText {
	float:left;
	padding-top:10px;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}
#contactText {
	float:left;
	background-color:#CCCCCC;
	height:480px;
	width:350px;
	padding-top:15px;
	padding-left:20px;
	padding-right:25px;
}

#warrantyText {
	float:left;
	background-color:#CCCCCC;
	height:480px;
	width:460px;
	padding-top:15px;
	padding-left:20px;
	padding-right:25px;
}
#contactForm {
	float:left;
	background-repeat:repeat-x;
	height:495px;
	width:505px;
	background-color: #CCCCCC;
}
.titleHeader {
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c97928;
	font-size: 18px;
	width:350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
}

.titleHeader2 {
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c97928;
	font-size: 18px;
	width:450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
}
.extraText {
	display:block;
	float:left;
	width:350px;
}

.extraText3 {
	display:block;
	float:left;
	width:450px;
}
.border {
	border:solid;
	border-width:1px;
	margin-bottom:10px;
	width:220px;
	height:20px;
	padding:4px;
}
.border2 {
	border:solid;
	border-width:1px;
	margin-bottom:10px;
	width:454px;
	height:20px;
	padding:4px;
}
.border3 {
	border:solid;
	border-width:1px;
	margin-bottom:10px;
	width:454px;
	height:150px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.contactus {
	float:left;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:30px;
}
.bolditalic{
	font-style: italic;
	font-weight: bold;
}
