#columnwrapper {
	width: 750px;
	border-top: #ebeced 1px solid;
	padding: 0 0 40px 0;
	background-image: url("../images/products_tile.gif");
	background-repeat: repeat-y;
}

#subnav {
	float: left;
	width: 165px;
}

#subnav h2 {
	padding: 10px 0 12px 12px;
	border-bottom: #ebeced 1px solid;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-image: url("../images/subnav_heading.gif");
	background-repeat: no-repeat;
	background-color: #007e7a;
}

#subnav h2 a {
	color: #fff;
	text-decoration: none;
}

#subnav h2 a:hover {
	text-decoration: underline;
}

#subnav ul li {
	border-bottom: #ebeced 1px solid;
	padding: 4px 0 4px 22px;
	background-image: url("../images/bullets/subnav_list.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#subnav ul li a {
	text-decoration: none;
}

#subnav ul li a:hover {
	text-decoration: underline;
}

#subnav ul li.active {
	padding: 4px 0 0 22px;
	background-image: url("../images/bullets/subnav_list_active.gif");
	background-position: top left;
	background-color: #007f7b;
}

#subnav ul li.active a {
	color: #fff;
	font-weight: bold;
}

#subnav ul li.active a:hover {
	text-decoration: none;
}

#subnav ul li.active_no_ranges {
	padding: 4px 0 4px 22px;
	background-image: url("../images/bullets/subnav_list_active.gif");
	background-position: top left;
	background-color: #007f7b;
}

#subnav ul li.active_no_ranges a {
	color: #fff;
	font-weight: bold;
}

#subnav ul li.active_no_ranges a:hover {
	text-decoration: none;
}

#subnav ul li.active ul {
	margin: 4px 0 0 -22px;
	padding: 6px 0 8px 18px;
	background-color: #fff;
}

#subnav ul li.active ul li {
	border: 0;
	padding: 1px 0 1px 12px;
	background-image: url("../images/bullets/subnav_list_sec.gif");
	background-color: #fff;
}

#subnav ul li.active ul li a {
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
}

#subnav ul li.active ul li a:hover {
	text-decoration: underline;
}

#subnav ul li.active ul li.active {
	background-image: url("../images/bullets/subnav_list_sec_active.gif");
	background-position: top left;
}

#subnav ul li.active ul li.active a {
	font-weight: bold;
	color: #007f7b;
}

#subnav ul li.active ul li.active a:hover {
	text-decoration: none;
}

#subnav ul li.active ul li.active ul {
	margin: 0 0 0 -10px;
	padding: 0 0 4px 14px;
}

#subnav ul li.active ul li.active ul li {
	padding: 0 0 0 8px;
	background-image: url("../images/bullets/subnav_list_ter.gif");
}

#subnav ul li.active ul li.active ul li a {
	font-weight: normal;
	font-size: 0.85em;
}

#subnav ul li.active ul li.active ul li a:hover {
	text-decoration: underline;
}

/* Product list */
#productlist {
	float: left;
	width: 585px;
	padding: 14px 0 0 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 560px;
}

#productlist h1 {
	padding: 0 0 14px 0;
}

#productlist p {
	padding: 0 0 12px 0;
	font-size: 1.2em;
	line-height: 16px;
}

#productlist dl dt {
	margin: 3px 0 0 0;
	padding: 0 0 0 12px;
	background-image: url("../images/bullets/product_list.gif");
	background-repeat: no-repeat;
}

.product {
	float: left;
	width: 132px;
	border-right: #ebeced 1px solid;
	border-bottom: #ebeced 1px solid;
	padding: 12px 0 8px 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 114px;
}

.product_right {
	float: left;
	width: 132px;
	border-bottom: #ebeced 1px solid;
	padding: 12px 0 8px 18px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 114px;
}

/* Range list */
#rangelist {
	float: left;
	width: 585px;
}

#rangelist h2 {
	margin: 0 0 6px 0;
	border-left: #ebeced 1px solid;
	padding: 10px 0 10px 16px;
	background-color: #16aca6;
	color: #fff;
	font-weight: bold;
}

#listwrapper {
	width: 585px;
	padding: 0 5px 0 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 568px;
}

#listwrapper dl dt {
	padding: 8px 0 0 0;
	font-weight: bold;
}

#listwrapper dl dd a {
	color: #ee3b33;
}

.range {
	float: left;
	width: 142px;
	border-bottom: #ebeced 1px solid;
	padding: 12px 0 12px 20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 122px;
}

/* Product details */
#productdetails {
	float: left;
	width: 585px;
}

#productdetails h2 {
	margin: 0 0 16px 0;
	border-left: #ebeced 1px solid;
	padding: 10px 0 10px 16px;
	background-color: #16aca6;
	color: #fff;
	font-weight: bold;
}

#productdetails p {
	font-size: 1.2em;
}

#productdetails p.back {
	margin: 0 0 0 12px;
	font-size: 1.1em;
}

#productdetails p.back a {
	color: #ee3b33;
}

#productdetails p.return {
	margin: 12px 0 0 0;
	font-size: 1.1em;
}

#productdetails p.return a {
	color: #ee3b33;
}

table {
	width: 396px;
	margin: 0 0 18px 0;
	font-size: 1.2em;
}

table caption {
	font-weight: bold;
}

table th {
	padding: 4px 20px 4px 20px;
	background-color: #007f7b;
	color: #fff;
	text-align: center;
}

table td {
	padding: 4px 20px 4px 20px;
	background-color: #dbedec;
	color: #666;
	text-align: center;
}

/* Product content */
#product {
	clear: both;
	padding: 18px 0 0 12px!important; padding: 0 0 0 12px;
}

#product h3 {
	padding: 0 0 4px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#product h4 {
	padding: 12px 0 4px 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

#product p {
	margin: 0 0 12px 0;

}

#product dl {
	margin: 0 0 18px 0;
}

#product dl dt {
	float: left;
	padding: 0 4px 0 0;
	font-weight: bold;
}

#product ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 12px 0;
}

#product ul li {
	padding: 0 0 4px 0;
	font-size: 1.2em;
}

#product ul.links {
	list-style-type: none;
}

#product ul.links li {
	margin: 0 0 6px 0;
	padding: 0 0 0 12px;
	background-image: url("../images/bullets/product_details.gif");
	background-repeat: no-repeat;
	background-position: center left;
}

#product ul.links li a {
	color: #d40003;
}

#product img.product {
	float: left;
	width: 376px;
	border: #ebebeb 1px solid;
	margin: 0 12px 12px 0;
}

/* Quote form */
#quoteform {
	clear: both;
	padding: 18px 0 0 18px!important; padding: 0 0 0 18px;
}

#quoteform h3 {
	margin: 24px 0 12px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

#quoteform p {
	font-size: 1.2em;
}

#quoteform img {
	clear: both;
	float: left;
	margin: 22px 10px 10px 0;
	border: #ebebeb 1px solid;
}

#quoteform form {
	clear: both;
	padding: 36px 0 0 0!important; padding: 16px 0 0 0;
}

#quoteform label {
	margin: 2px 0 11px 0;
	font-weight: normal;
}

#quoteform input {
	float: right;
	width: 27em;
	margin: 0 140px 11px 0;
}

#quoteform input.submit {
	width: 64px;
	height: 20px;
}

#quoteform textarea {
	float: right;
	width: 27em!important; width: 27.2em;
	height: 7em;
	margin: 0 140px 11px 0;
}

/* Pagination */
#pagination {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
}

#pagination ul li {
	display: inline;
	color: #006666;
}

#pagination ul li.active {
	font-weight: bold;
}

#pagination ul li a {
	color: #006666;
	text-decoration: none;
}

#pagination ul li a:hover {
	text-decoration: underline;
}
