* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

sup {
	font-size: 8px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 40px;
	margin-right: 40px;
	
}

a:link,
a:active,
a:visited {
	color: #c9001a;
}

a:hover {
	color: #e9193a;
}

input,
select,
textarea {
	font-family: sans-serif;
	font-size: 12px;
}

textarea {
	width: 99%;
}

.message_container {
	margin-bottom: 10px;
	background-image: url(/images/message_bg.gif);
	background-repeat: repeat-x;
	background-color: #a50a22;
	border: 1px solid #7c0000;
}

	.message {
		color: #ffffff;
		font-weight: bold;
		width: 100%;
		padding-top: 3px;
		padding-bottom: 5px;
	}

.no_padding {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e30029;
}

h3 {
	color: #888888;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#testimonial_person {
	color: #cccccc;
	font-style: italic;
}

#testimonial {
	font-style: italic;
	text-align: left;
	width: 147px; /* This is purely for IE6 >< */
}

.errorbox {
	background-color: #ffc0c0;
}

.errorrow {
	color: #ffc0c0;
	font-weight: bold;
}

.required_text {
	text-align: right;
	padding-bottom: 3px;
}

.button {
	width: 75px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.button:hover {
	cursor: pointer;
}

.form_table {
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
	padding: 5px;
	color: #000000;
}

.form_title {
	background-color: #b7202c;
	color: #ffffff;
	padding: 3px;
	font-weight: bold;
	white-space: nowrap;
}

.form_subtitle {
	background-color: #000000;
	color: #ffffff;
	padding: 3px;
	white-space: nowrap;
}

.form_label {
	padding: 3px 6px 3px 6px;
	text-align: right;
	width: 34%;
	white-space: nowrap;
	background-color: #d7d7d7;
	color: #000000;
}

.form_label img,
.form_subtitle img {
	margin-left: 4px;
}

.form_value {
	padding: 3px 3px 3px 3px;
	width: 66%;
	background-color: #d7d7d7;
}

.search_box {
	height: 350px;
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
}

.search_box_stretch {
	background-color: #d7d7d7;
	height: 340px;
	margin: 5px;
}

.odd_row {
	background-color: #c3c4c3;
}

.even_row {
	background-color: #d7d7d7;
}

.odd_row td,
.even_row td {
	padding: 3px;
}

.products_with_photos {
	background-color: #c3c4c3;
	margin-bottom: 3px;
	color: #000000;
}

.products_with_photos td {
	padding: 3px;
}

img {
	border-color: #333333;
}

.product_detail_right_box {
	background-color: #ffffff;
	border: 1px solid #c3c4c3;
	padding: 5px;
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #000000;
}

.product_detail_list td {
	padding-bottom: 5px;
	vertical-align: top;
}

.red_text {
	color: #b7202c;
}

.bom_listing_table td {
	padding: 3px;
	color: #000000;
}

.bom_listing_table_title td {
	background-color: #b7202c;
	color: #ffffff;
}

.bom_listing_column_titles td {
	background-color: #000000;
	color: #ffffff;
}

.hr {
	border-top: 1px solid #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no_top_border {
	border-top-width: 0px;
}

/* For the About Us page */

.about_padded_year {
	padding-bottom: 45px;
	padding-top: 45px;
	line-height:24px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid white;
}

.about_padded_cell {
	padding-bottom: 45px;
	padding-top: 45px;
	padding-right: 30px;
	line-height: 24px;
	width: 100%;
	vertical-align: top;

	border-top: 1px solid white;
}

.about_padded_image {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
