@import url('generic.css');
@import url('layout.css');

#content {
	background: transparent none;
}

#main-content {
	width: 547px;
	float: none;
	display: block;
}

#page-area {
	background: transparent url(../images/fp_header_top.jpg) no-repeat 50% 0%;
}

#product-select {
	width: 100%;
	padding: 0px 0px 10px;
	margin: 0px 0px 15px;
	float: left;
	border-bottom: 1px solid #999;
}

#product-select li {
	width: 248px;
	float: left;
	height: 66px;
	padding: 0px;
	clear: left;
	margin-bottom: 7px;
	background: #d3d3d3 url(../images/pl_li_select_bg.gif) no-repeat 185px 49px;
	position: relative;
}

#product-select li.even {
	float: right;
	clear: right;
}

#product-select li.selected {
	background: #a6a6a6 url(../images/pl_li_selected_bg.gif) no-repeat 150px 49px;
}

#product-select li.selected h3 {
	color: #590a0a;
}

#product-select li label,
#product-select li a {
	text-transform: uppercase;
	color: #700E0E;
	padding: 5px;
	height: 56px;
	display: block;
	font-size: 110%;
	text-decoration: none;
	cursor: pointer;
}

#product-select li label span,
#product-select li a span {
	display: block;
	padding-top: 5px;
}

#product-select li img {
	float: left;
	margin-bottom: 0px;
	margin-right: 10px;
}

#product-select li input {
	position: absolute;
	left: 8px;
	top: 5px;
	padding: 2px;
}

#product-select .hidden {
	left: -9999em;
}

#product-select .hidden-label {
	position: absolute;
	left:  -9999em;
}

#contact-info {
	clear: both;
}

#contact-info td {
	padding-bottom: 8px;
}

#contact-info label {
	width: 100px;
	display: block;
}

#contact-info input {
	width: 160px;
}

#contact-info .inline,
#contact-info #contact-phone,
#contact-info #contact-email {
	display: inline;
	width: auto;
}

#contact-info #zip {
	width: 70px;
}

#contact-info textarea {
	width: 300px;
	height: 100px;
}

#contact-info .preferred-contact p {
	margin-bottom: 0px;
}

#city {
	width: 100px;
}

.error,
.error-message {
	color: #700E0E;
}

.error-message {
	font-size: 110%;
}

.error {
	padding: 10px;
	background-color: #ccc;
	border: 1px solid #999;
}

#product-forms {
	clear: both;
}

#product-forms table td {
	vertical-align: top;
}

#product-forms textarea {
	width: 250px;
	height: 200px;
}

#product-forms p {
	margin: 0px 0px 10px;
	line-height: 18px;
}

#product-forms h3 {
	margin: 0px;
	padding: 10px;
	background-color: #bbb;
	border-bottom: 1px solid #aaa;
	clear: both;
}

#product-forms h3 a {
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

#product-forms .pf-Box {
	background-color: #d3d3d3;
	clear: both;
}

#product-forms .hidden {
	display: none;
	position: absolute;
}

#product-forms .pf-Box .inside {
	margin: 10px 10px 20px;
}

#main-content form table {
	margin: 10px 0px;
	border: 0px;
	clear: both;
	font-size: 11px;
	line-height: 14px;
	border-left: 0px;
}

form table th {
	background-color: transparent;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px;
}

form table td {
	padding: 0px;
	background-color: transparent;
	border-right: 0px;
	border-bottom: 0px;
	text-align: left;
}
