a:link    { color: #8f2c2c; text-decoration: none }
a:visited    { color: #8f2c2c; text-decoration: none }
a:hover    { color: #b82b2b; text-decoration: none }

.bodytext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #1c1c1c;
	line-height: 14px;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
	
.subheads {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c1c1c;
	
}
	
.headers {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #1c1c1c;
	
}
	
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00457b;
}
/* FORMS */
#registrationContainer {
	width: 575px;
}
#registrationContainer .formline {
	width: 550px;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	display: inline;
}
#registrationContainer label {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 298px;
	float: left;
}

#registrationContainer .textbox {
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	padding: 0 5px;
	height: 20px;
	width: 240px;
	margin: 0;
	border: 1px solid #abadb3;
	outline-style: none;
	float: left;
}
#registrationContainer .dropdown {
	font-size: 11px;
	color: #000000;
	margin: 0 5px 0 0;
	padding: 3px 3px 3px 0;
	border: 1px solid #abadb3;
	outline-style: none;
	float: left;
}
input#firstEagleYes, input#firstEagleNo  {
	width: auto;
	border: 0;
	background: none;
	float: none;
	vertical-align: middle;
	margin: 0px;
}
#warrantyContainer {
	width: 530px;
}
#warrantyContainer .formline {
	width: 430px;
	margin: 0 0 10px 0;
	text-align: left;
	float: left;
	display: inline;
}
#warrantyContainer label {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 178px;
	float: left;
}
#warrantyContainer .textbox {
	font-size: 11px;
	line-height: 20px;
	color: #000000;
	padding: 0 5px;
	height: 20px;
	width: 240px;
	margin: 0;
	border: 1px solid #8fa0b0;
	outline-style: none;
	float: left;
}
.redtext {
	color: #ff0000;
}
.dimensions {
	margin: 20px 0;
	padding: 10px;
	width: 386px;
	background: #ffffff;
	border: 1px solid #ababab;
}
.dimensions h3 {
	margin: 0 0 5px 0;
	padding: 0;
}
.dimensions .row {
	height: 20px;
	line-height: 20px;
}
.dimensions .odd {
	background: none;
}
.dimensions .even {
	background: #f1f1f1;
}
.dimensions .col1 {
	padding: 0 5px;
	width: 241px;
	float: left;
}
.dimensions .col2 {
	padding: 0 5px;
	width: 55px;
	text-align: right;
	float: left;
}
.dimensions .col3 {
	padding: 0 5px;
	width: 55px;
	float: left;
}
