@charset "utf-8";
/* CSS Document */

#content {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

#content h1 {
	font:bold 20px Arial, Helvetica, sans-serif;
	color:#0054a4;
	line-height:22px;
	padding:0 0 16px;
}

#content h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#063d72;
	line-height:16px;
	padding:0;
}

#content h3 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
	padding:0 0 14px;
}

#content h4 {
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:16px;
	padding:0 0 2px;
}

#content table, #content table td {
	height:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	line-height:14px;
	padding:0 0 14px;
}

#content a {
	color:#0054a4;
	text-decoration:none;
}

#content a:hover {
	color:#000;
	text-decoration:underline;
}

#content strong {
	color:#0054a4;
}

#content hr {
	margin:10px auto 20px;
	height:1px;
	width:80%;
	color:#CCC;
	background:#ccc;
	border:0;
	text-align:center;
}

#content .imgright {
	float:right;
	margin:0 0 8px 8px;
}

#content .imgleft {
	float:left;
	margin:0 8px 8px 0;
}

#content .centered {
	text-align:center;
}

#content .photos img {
	margin:0 10px 0;
}

#content .imgborder img {
	border:2px solid #0054a4;
}

#content .space {
	padding:0 0 14px;
}

#content .arrow, #content .arrow li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content .arrow {
	padding:0 0 14px 10px;
}

#content .arrow li {
	padding:0 0 4px 10px;
	background:url(images/product-box-arrow.gif) 0 4px no-repeat;
}

#content .arrow li a {
	color:#242423;
	text-decoration:underline;
}

#content .threecol {
	padding:0 0 14px;
}

#content .threecol li {
	width:30%;
	_width:33%;
	padding:0 1% 4px 2%;
	_padding:0 0 4px 12px;
	float:left;
}

#content .arrow li a:hover {
	text-decoration:none;
}

#content .bigger {
	font:bold 14px Arial, Helvetica, sans-serif;
}

#content .key {
	font-size:10px;
	padding:8px;
	border:1px solid #f3f3f3;
	background:#d3d3d3;
	margin:0 0 14px;
	width:25%;
}

/* Product Boxes */

#content .product-box ul, #content .product-box ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content .product-box ul li {
	width:145px;
	height:251px;
	float:left;
	margin:0 2px 0 0;
	background:url(images/product-box-bg.gif) 0 0 repeat-y;
	position:relative;
}

#content .product-box ul li.last {
	margin:0;
}

#content .product-box ul li .bottom {
	display:block;
	width:145px;
	height:3px;
	position:absolute;
	bottom:0;
	background:url(images/product-box-bottom.jpg) 0 100% no-repeat;
	_margin-bottom:-1px;
}

#content .product-box ul li h2 {
	height:42px;
	_height:48px;
	background:url(images/product-box-h2.jpg) 0 0 no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
	color:#fff;
	padding:6px 4px 0;
	line-height:15px;
	margin:0 0 5px;
}

#content .product-box ul li h2 a {
	color:#fff;
	text-decoration:none;
}

#content .product-box ul li h2 a:hover {
	color:#fff;
	text-decoration:none;
}

#content .product-box ul li h2 span {
	display:block;
	color:#ccc;
	font-size:12px;
	letter-spacing:0;
	text-transform:uppercase;
}

#content .product-box ul li p {
	text-align:center;
	padding:0 0 4px;
}

#content .product-box ul li p.more {
	padding:0;
	position:absolute;
	right:5px;
	bottom:5px;
}

#content .product-box ul li p.more a {
	display:block;
	width:46px;
	height:23px;
	background:url(images/product-box-more.gif) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#content .product-box ul li p.more a:hover {
	background-position:0 -23px;
}

#content .product-box ul li p.more a:active {
	background-position:0 -46px;
}

#content .product-box ul li ul {
	padding:0 5px 0 8px;
}

#content .product-box ul li ul li {
	zoom:1;
	float:none;
	width:auto;
	height:auto;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#242423;
	background:none;
	padding:0 0 2px 10px;
	background:url(images/product-box-arrow.gif) 0 4px no-repeat;
}

#content .product-box ul li ul li a {
	color:#242423;
	text-decoration:underline;
}

#content .product-box ul li ul li a:hover {
	text-decoration:none;
}
	
/* Product Boxes End */
/* Charts */

#content .bluechart {
	margin:0 0 14px;
}

#content .bluechart td {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px 2px;
	border:1px solid #333;
}

#content .bluechart td.blue {
	background:#0b6dd0;
}

#content .bluechart .right {
	text-align:right;
}

#content .erwchart {
	margin:0 0 14px;
}

#content .erwchart td {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px 2px;
	border:1px solid #333;
}

#content .erwchart td.erw {
	background:#d00b0b;
}

#content .erwchart .right {
	text-align:right;
}

/**/

#content .seamlesssteelchart {
	margin:0 0 14px;
	width:100%;
}

#content .seamlesssteelchart td {
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px 1px;
	border:1px solid #333;
}

#content .seamlesssteelchart td.seamlesssteel {
	background:#ff0;
}

#content .seamlesssteelchart .right {
	text-align:right;
}

/**/

#content .coldchart {
	margin:0 0 14px;
	width:100%;
}

#content .coldchart td {
	font:normal 9px Arial, Helvetica, sans-serif;
	color:#333;
	padding:1px 1px;
	border:1px solid #333;
}

#content .coldchart td.cold {
	background:#9fd00b;
}

#content .coldchart .right {
	text-align:right;
}


/* Charts End */
/* Request a Quote */

#content ul.request, #content ul.request li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#content ul.request {
	width:50%;
	_width:55%;
}

#content ul.request.two {
	width:100%;
}

#content ul.request li {
	float:left;
	width:90px;
	_width:100px;
	text-align:right;
	padding:0 5px 5px 5px;
}

#content ul.request li.comment {
	padding-top:15px;
}

#content ul.request li.text {
	width:auto;
}

#content ul.request li p {
	margin-top:1px;
	padding:5px 5px 0 0;
	border-right:1px solid #a8a8a8;
}

#content ul.request li input, #content ul.request select, #content ul.request li input, #content ul.request textarea {
	border:1px solid #80aed9;
	width:200px;
}

#content ul.request textarea {
	width:420px;
}

#content .text-right {
	text-align:right;
}

#content ul.request li .sub-button {
	border:0;
	margin-top:15px;
}

#content .sub-button {
	width:75px;
	height:33px;
	display:block;
	margin:0 0 0 auto;
	_text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	line-height:1px;
	cursor:pointer;
	background:url(images/submit-button.jpg) 0 0 no-repeat;
}

#content .sub-button:hover {
	background-position:0 -33px;
}

#content .sub-button:active {
	background-position:0 -66px;
}

/* Request a Quote */

#content .left {
	float:left;
}

#content .white {
	display:block;
	width:100%;
	background:#fff;
}

#content .centered>div {
	margin:0 auto;
}