@charset "UTF-8";
@import 'reset.css';
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bkgd-main.jpg);
	background-position: center top;
	background-color: #FFF;
	background-repeat: no-repeat;
}
h1 {
	font-size: 16px;
	color: #660000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2.special {
	font-size: 10px;
	padding-top: 50px;
}
h3 {
	font-size: 14px;
	color: #660000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
}
h4.special {
	font-weight: bold;
	color: #333;
	padding: 30px 0 5px;
	text-transform: uppercase;
}
h5 {
	width: 94%;
	height: 21px;
	position: relative;
	color: #666;
	padding: 6px 0 0 27px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* W3C */
	-pie-background: linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%); /* W3C */
	behavior: url(/PIE/PIE.htc);
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
p.box {
	background-color: #e9e9e9;
	padding: 16px 20px;
	margin: 6px 0 10px;
	text-transform: uppercase;
	line-height: 20px;
	color: #333333;
}
.box {
	background-color: #e9e9e9;
	padding: 16px 20px;
	margin: 6px 0 10px;
	line-height: 20px;
	color: #333333;
	min-height: 144px;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
}
#header {
	background: #FFF url(../img/bkgd-header.jpg) repeat-x;
	height: 88px;
	padding-bottom: 26px;
}
#logos {
	padding: 11px 35px 0 50px;
	float: left;
	width: 177px;
	height: 85px;
}
#logos #precision-tube {
	height: 47px;
}
#logos #mueller-industries {
	margin-top: 7px;
	height: 23px;
}
#nav {
	float: left;
	margin-top: 30px;
}
#nav-sub li.level-1.parent-here a, #nav li.level-1.parent-here a { 	color: #660000; }
#nav-sub li.level-1.parent-here li.level-2 a, #nav li.level-1.parent-here li.level-2 a { 	color: #FFF; }
#content {
	padding: 0 23px 20px;
	background-color: #FFF;
	overflow: hidden;
}
#breadcrumbs {
	color: #666666;
	background:#FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 6px 50px;
}
#breadcrumbs a {
	color: #660000;
}
#breadcrumbs .last {
	color: #666666;
	font-size: 12px;
}
#home-left {
	display: block;
	float: left;
	height: 261px;
	width: 134px;
	margin-right: 12px;
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top, #990000 0%, #660000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990000), color-stop(100%, #660000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990000 0%, #660000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990000 0%, #660000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #990000 0%, #660000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #990000 0%, #660000 100%); /* W3C */
	-pie-background: linear-gradient(to bottom, #990000 0%, #660000 100%); /* PIE */
	behavior: url(/PIE-1.0.0/PIE.htc);
	text-align: center;
	padding: 64px 45px 0;
	text-transform: uppercase;
	padding-top: 64px;
}
#nav-images { padding-left: 4px; }
#interior-left {
	width: 170px;
	background: #7b0700; /* Old browsers */
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}
#border-space {
	padding-bottom: 20px;
	border-top: 10px solid #330000;
}
#secondary-nav { min-height: 370px; }
#secondary-nav li {
	background: #990000;
	line-height: 10px;
}
#secondary-nav li.level-1.last {
	padding-bottom: 10px;
}
#secondary-nav li a {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding: 2px 10px 2px 20px;
	display: block;
}
#secondary-nav li.here, #secondary-nav li a:hover, #secondary-nav li.parent-here {
	background-color: #590707;
}
#secondary-nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-weight: normal;
	padding-left: 30px;
}
#secondary-nav li.here ul li {
	background-color: #990000;
}
#secondary-nav ul li.level-3 a {
	padding-left: 0;
}
#secondary-nav ul ul {
	background: #990000;
	color: #590000;
}
#secondary-nav ul ul li.level-3 {
	list-style: disc outside;
	margin-left: 47px;
}
#interior-right {
	float: right;
	width: 764px;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
#main-images {
	height: 202px;
	padding-top: 5px;
	clear: both;
}
#interior-right img.left {
	padding-right: 6px;
}
#interior-right table td {
	padding: 2px;
	border:1px solid #CCC;
}
#slider {
}
#home-copy {
	background-color: #e9e9e9;
	padding: 20px 40px 10px;
}
#nav-images .img-swap {
	margin: 10px 7px;
}
#detail-photos {
	float: left;
	width: 210px;
	margin-top: 5px;
}
#detail-photos .photo {
	padding: 5px 0;
}
#details {
	float: left;
	margin-left: 10px;
	border-left: 1px solid #c9c9c9;
	width: 533px;
	overflow: hidden;
	min-height: 454px;
}
#details #info {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
}
#details #info.list {
	border-bottom: none;
}
#details #info ul#download-items {
	margin-top: 3px;
	margin-bottom: 10px;
}
#details #info ul#download-items li {
	padding: 5px 0 5px 10px;
	border-bottom: solid 1px #CCC;
	margin: 0px 20px;
	list-style-type: none;
}
#details #info ul#download-items li p {
	float: right;
}
#details #info ul#download-items li img {
	vertical-align: top;
	float: right;
}
#details #secondary-info {
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
}
#details #description {
	float: left;
	width: 250px;
	margin-right: 20px;
	padding-left: 10px;
}
#details #specs    {
	float: left;
	width: 250px;
}
#specs li, #secondary-info li {
	list-style: disc outside;
	margin-left:20px;
	padding-bottom: 5px;
}
#secondary-info li {
	width: 29%;
	float: left;
}
ul.thumbs li {
	float: left;
	width: 102px;
	text-align: center;
	padding: 12px;
	height: 110px;
}
ul.thumbs li a {
	font-size: 9px;
}
#black-bar {
	height: 24px;
	background: #aebcbf; /* Old browsers */
	background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aebcbf), color-stop(50%, #6e7774), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* W3C */
	-pie-background: linear-gradient(to bottom, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%); /* PIE */
	behavior: url(/PIE-1.0.0/PIE.htc);
}
#footer {
	background-color: #666;
	padding: 20px 70px;
	overflow: hidden;
}
#footer #nav-footer {
	overflow: hidden;
}
#footer ul.nav-block {
	float: left;
	padding: 0 64px;
	border-right: 1px solid #999;
	height: 120px;
}
#footer ul.nav-block.last {
	border-right: none;
}
#footer ul.nav-block li {
	padding-bottom: 5px;
}
#footer ul.nav-block li a {
	color: #CCC;
}
#footer ul.nav-block li.first a, #footer ul.nav-block.last li a {
	color: #FFF;
}
#logos-footer {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
}
#logos-footer img {
	padding: 0 24px;
	border-right: 1px solid #999;
}
#logos-footer img.frige {
	border-right: none;
}
.border-bottom {
	border-bottom: 1px solid #c9c9c9;
}
.border-top {
	border-top: 1px solid #c9c9c9;
}
.clearboth {
	clear: both;
}
.column-headers {
	text-transform: uppercase;
	font-size: 16px;
}
.container {
	width: 944px;
	margin: 0 auto;
}
.grey-bar-top,
.grey-bar-bottom {
	background: #c6c6c6; /* Old browsers */
	background: -moz-linear-gradient(left, #c6c6c6 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c6c6c6), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #c6c6c6 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #c6c6c6 0%, #f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #c6c6c6 0%, #f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to right, #c6c6c6 0%, #f1f1f1 100%); /* W3C */
	-pie-background: linear-gradient(to right, #c6c6c6 0%, #f1f1f1 100%); /* PIE */
	behavior: url(/PIE-1.0.0/PIE.htc);
	display: block;
	height: 18px;
	width: 764px;
	float: right;
}
.grey-bar-bottom {
	position: absolute;
	bottom: 0;
}
.grey-rule-top {
	border-bottom: 1px solid #c6c6c6;
	margin-top: 5px;
	padding: 0px;
	width: 764px;
	float: right;
}
.grey-rule-bottom {
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 5px;
	padding: 0px;
	width: 764px;
	float: right;
	position: absolute;
	bottom: 18px;
}
.hidden {
	display: none;
}
.imagefloatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.imagefloatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.rule, hr {
	border-bottom: 1px solid #c6c6c6;
	margin: 10px 0;
	padding: 0px;
	width: 100%;
	clear: both;
}
.trade-gothic {
	font-size: 13px;
}
/* 	MIAN DROP DOWN STYLES 	 */
/* 	LEVEL ONE 	 */
ul.dropdown {
	position: relative;
	z-index: 100;
}
ul.dropdown li {
	float: left;
}
ul.dropdown a:hover {
	color: #000;
}
ul.dropdown a:active {
	color: #620600;
}
ul.dropdown li a {
	display: block;
	padding: 0 15px 36px;
	color: #999999;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: #660000;
	position: relative;
}
ul.dropdown li.hover a {
	color: #660000;
}
/* 	LEVEL TWO  */
ul.dropdown ul {
	width: 170px;
	visibility: hidden;
	position: absolute;
	left: 15px;
	padding: 10px 0;
	background: #990000; /* Old browsers */
	background: -moz-linear-gradient(top, #990000 0%, #660000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990000), color-stop(100%, #660000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990000 0%, #660000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990000 0%, #660000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #990000 0%, #660000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #990000 0%, #660000 100%); /* W3C */
	-pie-background: linear-gradient(to bottom, #990000 0%, #660000 100%); /* PIE */
	behavior: url(/PIE-1.0.0/PIE.htc);
}
ul.dropdown ul li {
	font-weight: normal;
	color: #FFF;
	float: none;
	padding-bottom: 3px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a, ul.dropdown li.hover ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	border-right: none;
	/*width: 100%;*/
	display: inline-block;
	text-transform: none;
	padding-bottom: 0;
}
ul.dropdown li.hover ul li.hover {
	background-color: #590707;
}
/* 	LEVEL THREE  */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
/* ------------------- NIVO SLIDER  ------------------- */
.slider-wrapper {
	position: relative;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev)*/
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	top: 45%;
	position: absolute;
	z-index: 11;
}
.nivo-prevNav {
	left: 15px;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	right: 6px;
	bottom: 0px;
	height: 18px;
	z-index: 10;
}
.nivo-controlNav a {
	background-color: #660000;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	border: 0;
	margin-right: 5px;
	float: left;
}
.nivo-controlNav a.active {
	background-color: #fff;
}
#slider {
	margin: 0 auto 20px;
	width: 706px; /* Make sure your images are the same size */
	height: 325px; /* Make sure your images are the same size */
}
/* Contact form styles */
dl {
	margin-bottom: 70px;
}
dl dt {
	float: left;
	margin-right: 0px;
	width: 300px;
}
dl dd {
	margin: 2px 0;
}
label {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
input[type=text] {
	background-color: #ffffff;
	width: 160px;
	font-size: 12px;
	border: solid 1px #aaaaaa;
}
.files {
	width: 200px;
	margin: 10px 0px 10px 0px;
}
.file {
	width: 100px;
}
.remove {
	clear: right;
	position: relative;
	left: 40px;
	margin-top: 15px;
}
textarea {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}
input[type=checkbox] {
	border: solid 1px #cccccc;
}
.form_row {
	margin: 0 0 20px 0;
	clear: both;
}
.required {
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma;
	color: #660000;
}
.not_req {
	border: solid 1px #999999;
}
.req {
	border: solid 1px #e9a039;
}
select {
	position: relative;
	z-index: 1;
}
select, option {
	text-transform: capitalize;
}
.form_left {
	width: 160px;
}
.form_right {
	width: 160px;
}