


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

body {
	margin:0px;
	background: #818181;
	background-image:url(/images/body-bg.gif); background-repeat: repeat-x; background-position: top center;
}
a img  { border: none;}


div.footer-graphic {width: 100%; padding-top: 20px;height:100px; margin-left:auto; margin-right: auto; }
div.footer-graphic-i {width: 100%; height:100px; margin-left:auto; margin-right: auto;}

table { margin-left:auto; margin-right: auto; text-align: center; width: 751px; margin-top: 0px;font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; font-style: italic; color: #b90829; text-align:right;}
div.footer-text { width: 800px; margin-top: 23px;text-align: center; font-size: 12px; color: black; text-decoration: none}
div.footer-text a{color: black;text-decoration: none}
div.footer-text a:hover{color: #b90829;text-decoration: none}

/* // Contact Form / Request Quote Form Pages // */

div.contactform {
	padding-left: 230px;
	border: 0px solid red;
	text-align: center;
	font-weight: normal;
	color: black;
}
div.grayform-right {
	float: right;
	padding-top: 26px;
	margin-right: 18px;
}
dt {
	font-size: 12px;
	color: black;
	padding: 0px;
	margin:0px;
	margin-top:8px;
	text-align: left;
}
dd {
	padding: 0px;
	margin:0px;
	margin-top:8px;
	text-align: left;
}
input.stdfield {
	width: 240px;
	border:1px solid #cacaca;
}
textarea.stdfield {
	width: 335px;
	height: 68px;
	border:1px solid #cacaca;
}
input.stdbutton {
	width: 120px;
	height: 30px;
	color: white;
	background: #b90829;
	border:2px solid #cacaca;
}
ul.errors {
	padding: 0px;
	margin: 0px;
}
ul.errors li {
	color: #991a00;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

