/* ===============================================
Altemp Alloys

--------------------------------------------------
AUTHOR(S): 
	matt@topspotims.com
==================================================
COLOR TABLE
--------------------------------------------------
BACKGROUND      #fff;

=================================================*/

/* ==== mini-reset         		============================== */
body, h1, h2, h3, h4, h5, h6, p, form, fieldset, label, input, code, img {
	margin: 0;
	padding: 0;
	border: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin-left: 30px;
}

a {
	overflow: hidden;
}
a:focus {
	border: 0;
	outline: 0;
}

/* ==== globals         		============================== */
body{
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	background: #000 url(../images/bg.jpg) top center no-repeat;
}
.clearboth {
	clear: both;
}
.clearcontent {
	overflow: auto;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* ==== typography         		============================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
h1 {
	padding-top: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color: #333;
}
p {
	margin: 5px 0 12px;
	padding: 0;
	line-height: 1.4em;
	font-size: 1.1em; 
}
a {
	color: #780508;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.attnHeading {
	margin: 2px 0;
	padding: 0 0 0 30px;
	color: #012c63;
	font-size: 1.4em;
	background: url(../images/header_icon.gif) left center no-repeat;
}

/* ==== wrapper         		============================== */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 90em;
}

/* ==== header         			============================== */
#header {
	clear: both;
	margin: 0;
	padding: 0;
	background: #fff url(../images/banner_top.jpg) top left no-repeat;
	overflow: auto;
}
	#header form { 
		float: right; 
		width: 400px; 
		padding-top: 2.5em; 
		padding-right: 1.5em; 
	}
	#header #ajaxSearch_input { 
		width: 300px; 
		float: left; 
	}
	#header #ajaxSearch_submit { 
		float: right; 
		width: 75px; 
	}
	#ajaxSearch_submit:hover {
		background: #580000;
	}
	a#logo {
		float: left;
		display: block;
		margin: 0 0 1px;
		text-indent: -9999px;
		width: 289px;
		height: 83px;
		background: url(../images/logo.jpg) no-repeat;
		overflow: hidden;
	}
	
	#banner {
		clear: left;
		position: relative;
		background: url(../images/banner_bottom.jpg) right bottom no-repeat #0e528f;
		overflow: auto;
	}
		#banner p {
			position: absolute;
			top: 50%;
			left: 24%;
			width: 31em;
			font-size: 1.5em;
			font-weight: bold;
			color: #fff;
		}

/* ==== globalNav         		============================== */
ul#globalNav {
	float: right;
	margin: 7px 0;
	padding: 0;
	background: #135995;
	list-style: none;
}
	ul#globalNav li {
		float: left;
		margin: 0;
		padding: 0;
	}
	ul#globalNav li a {
		display: block;
		padding: 4px 4px 4px 15px;
		color: #fff;
		font-size: 1.4em;
		text-decoration: none;
		background: url(../images/icon_arrow_white.gif) 7px 50% no-repeat;
	}
	
	ul#globalNav li a:hover {
		text-decoration: underline;
	}

	p#callUs {
		float: right;
		clear: right;
		margin: 0 0 5px;
		color: #fff200;
		font-size: 2.0em;
		font-style: italic;
	}

/* ==== primaryNav         		============================== */
ul#primaryNav {
	float: left;
	margin: 0;
	padding: 0;
	width: 202px;
	background: #780508;
	list-style: none;
}
	ul#primaryNav li {
		margin: 0;
		padding: 0;
	}
	ul#primaryNav li a {
		display: block;
		padding: 4px 7px;
		font-size: 1.4em;
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		background: url(../images/icon_arrow_white.gif) 97% 50% no-repeat;
		border-bottom: 1px dotted #fff;
	}
	ul#primaryNav li.last a {
		border: none;
	}
	ul#primaryNav li a:hover {
		background: #430103 url(../images/icon_arrow_white.gif) 97% 50% no-repeat;
	}
	
	ul#primaryNav li.active {
		background: #333;
	}
	
/*ul#secondaryNav li.active a {
	color: #ff0000;
}
	
/* ==== contentWrapper         	============================== */
#contentWrapper {
	margin: 0;
	padding: 5px 0 15px;
	background: #fff;
	overflow: auto;
	font-size: 1.2em;
}
	#homeBlurb {
		margin: 0;
		padding: 0 0 0 285px;
		background: #e1e1e1 url(../images/home_blurb_bg.jpg) left center no-repeat;
		overflow: auto;
	}
		#homeBlurb h1 {
			padding-top: 20px;
			font-size: 1.6em;
			font-weight: bold;
			color: #333;
			width: 370px;
		}
		#homeBlurb p {
			font-size: 1.2em;
			color: #333;
			width: 370px;
		}
		#homeBlurb p a {
			color: #780508;
			text-decoration: none;
		}
		#homeBlurb p a:hover {
			text-decoration: underline;
		}
	#homeBlurb .latestNews {
		float: right;
		padding: 5px 10px;
		width: 205px;
		background: #464646;
	}
		#homeBlurb .latestNews h2 {
			float: left;
			margin: 5px 0;
			font-size: 1.3em;
			color: #fff;
			border-bottom: 1px dotted #fff;
		}
		#homeBlurb .latestNews p {
			clear: left;
			margin: 10px 0;
			width: 180px !important;
			color: #fff;
			font-size: 1.1em;
		}
		#homeBlurb .latestNews a {
			color: #fff200;
			text-decoration: none;
		}

#contentBody {
	float: left;
	padding: 0 7px;
	width: 640px;
	overflow: auto;
}

ul.forging {
	float: left;
	display: block;
	width: 220px;
	margin: 0 0 10px 0;
}

#contentBody2 {
	float: left;
	padding: 0 10px;
	width: 880px;
	overflow: hidden;
}
#contentBody iframe{
	float: left;
}
#contentWrapper.three-col #contentBody{
	width: 450px;
}
	#contentBody ul li { 
		padding: 0.3em 0; 
	}
	.internalList, .specifications {
		float: left;
		padding: 0 0 0 15px;
		width: 255px;
	}
	.internalList ul, .specifications ul {
		margin: 0;
		padding: 10px 0 0 15px;
	}
		.internalList ul li {
			float: left;
			margin: 2px 0;
			padding: 0;
			width: 50%;
			color: #780508;
		}
		.internalList ul li a {
			color: #780508;
			text-decoration: none;
		}
		
		.specifications ul li {
			margin: 2px 0;
			padding: 0;
			color: #333;
			font-size: 1.2em;
		}

	.available {
		margin: 5px 0;
		clear: both;
	}
		.available h3 {
			margin: 0;
			padding: 0;
			font-size: 1.2em;
			color: #333;
		}
		.available ul {
			margin: 0;
			padding: 2px 10px !important;
			border: 1px solid #c2c2c2;
			border-top: 3px solid #012c63;
			background: #ebebeb;
			list-style-position: inside;
			overflow: auto;
		}
		.available ul li {
			float: left;
			margin: 3px 5px;
			padding: 0;
			color: #780508;
		}	
		.avalable ul li a {
			color: #780508;
		}
#contentBody p sup { 
	font-size: 0.65em; 
}
/*ul#secondaryNav {
	float: left;
	margin: 0 5px;
	padding: 10px 20px;
	width: 150px;
	background: #464646;
	list-style-position: inside;
}
	ul#secondaryNav li {
		margin: 2px 0;
		padding: 0;
		color: #fff;
	}
	ul#secondaryNav li a {
		color: #fff;
		font-size: 1.2em;
	}
	
	ul#secondaryNav h2{
		color: #FFF;
	}*/
	
/*==========================================================================*/
ul#secondaryNav {
	float: left;
	margin: 0 5px;
	
	list-style-position: inside;
}
	ul#secondaryNav li {
		padding: 0;
		color: #fff;
		list-style-type:none;
		margin:0px;
	}
	/*ul#secondaryNav li.active a {
		color: #ff0000;
	}*/
	ul#secondaryNav li.active a{	
		background-color:#1f649d;
	}
	ul#secondaryNav li ul{
		padding: 0px 0px 0px 20px;
	}
	ul#secondaryNav li ul li{
		
	}
	ul#secondaryNav li #innerNav{
		color:#ffffff;
		padding-left:0px;
	}
	ul#secondaryNav li #innerNav li a{
		color:#ffffff;
		padding-left:30px;
		background-color:#a9a9a9;
		border-bottom:solid 1px #888888;
	}
		ul#secondaryNav li #innerNav li a:hover{
			background-color:#919191;
		}	
	ul#secondaryNav li #innerNav .active a{
		color:#ffffff;
		background-color:#919191;
	}
	ul#secondaryNav li a {
		color:#ffffff;
		font-size: 1.2em;
		display:block;
		background-color:#7a7a7a;
		border-bottom:solid 1px #626262;
		text-decoration:none;
		padding:5px 12px;
		/*background: #7a7a7a url(../images/icon_arrow_white.gif) 97% 50% no-repeat;*/
	}
		ul#secondaryNav li a:hover {
			background-color:#1f649d;
		}
	
	ul#secondaryNav h2{
		background:url(../images/leftNavHeaderBg.png) repeat-x left top;
		height:32px;
		width:189px;
		color: #FFF;
		padding:7px 0px 0px 9px;
		margin-bottom:0px;
	}
/*=====================================================================================*/

#sidebar {
	float: right;
	width: 19em;
}
	#sidebar h3 {
		margin: 2px 0;
		padding: 0 0 0 30px;
		color: #333;
		font-size: 1.4em;
		background: url(../images/header_icon_red.gif) left center no-repeat;
	}
	#sidebar form {
		margin: 0 0 10px;
	}
	
	#sidebar #quickSubmit:hover {
		background: #580000;
	}
/* ==== footer         			============================== */
.bucket {
	float: left;
	margin: 30px 0 0 20px;
	width: 35%;
}
	.bucket h3 {
		margin: 2px 0;
		padding: 0 0 0 30px;
		color: #012c63;
		font-size: 1.4em;
		background: url(../images/header_icon.gif) left center no-repeat;
	}
	
	.bucket h3#bucketRightTitle {
		background: none;
		color: #FFF;
		text-indent: -9999px;
	}
	.bucket h3 a { 
		color: #012c63; 
	}
	.bucket img {
		float: left;
		padding: 0 20px 0 0;
	}
	.bucket ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		.bucket ul li a {
			display: block;
			padding: 2px 2px 2px 10px;
			color: #780508;
			font-size: 1.2em;
			text-decoration: none;
			background: url(../images/icon_arrow_black.gif) left center no-repeat;
			height: 16px; 
		}
		.bucket ul li a:hover {
			text-decoration: underline;
		}
.certifications {
	float: right;
	margin: 30px 0 0;
	padding: 10px 40px 10px 5px;
	width: 180px;
	border: 1px solid #c6c6c6;
	border-top: 3px solid #780508;
	background: url(../images/award_ribbon.jpg) top right no-repeat;
}
	.certifications h3 {
		float: left;
		margin: 5px 0;
		font-size: 1.3em;
		color: #333;
		border-bottom: 1px dotted #333;
	}
	.certifications p {
		clear: left;
	}
	.certifications a {
		color: #780508;
		font-size: 1.2em;
		text-decoration: none;
	}
a.datasheet { 
	font-weight: bold; 
}
a.getquote { 
	padding: 0.25em 1em; 
	border: 1px solid #400000; 
	background: #780508; 
	color: #ffffff; 
}
	a.getquote:hover { 
		text-decoration: none; 
		background: #580000; 
	}
img.border { 
	padding: 10px; 
	border: 1px solid #c0c0c0; 
}

img.border.floatright { 
	margin-left: 10px; 
	margin-bottom: 10px; 
}

/* ==== forms         ============================== */
label {
	display: block;
	color: #333;
	font-size: 1.2em;
}
input[type=text], textarea {
	margin: 2px 0 7px;
	padding: 5px;
	width: 87%;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.2em;
	color: #333;
	border: 1px solid #c2c2c2;
}
input[type=submit] {
	margin: 3px 0;
	padding: 5px 12px;
	color: #fff;
	background: #780508;
	cursor: pointer;
}

/* ==== RFQ and Contact Us forms ============================= */

span.required { 
	color: #ff0000; 
}
form#quote { 
	width: 830px; 
}
form#contact {
	width: 375px;
	float: left;
	margin-right: 10px;
}
form#contact fieldset label { 
	width: 150px; 
	clear: both; 
	float: left; 
}
form#quote fieldset label {
	width: 120px; 
	clear: both; 
	float: left;
}
form#quote fieldset input, form#quote fieldset select, form#contact fieldset input, form#contact fieldset select {
	clear: none; 
	float: left;   
	width: 150px;
	padding: 0; 
	margin: 0.25em 0; 
}
form#quote textarea, form#contact textarea { 
	width: 200px; 
	height: 125px; 
	clear: none; 
	float: left; 
}
form#contact input.submit { 
	margin-left: 150px; 
	padding: 0.5em 0; 
	margin-top: 1em; 
}

form#quote input.submit {
	clear:left;
	float:left;
	margin-left:70px;
	margin-top:20px;
	padding:0.5em 0;
}

form#contact input.submit:hover ,form#quote input.submit:hover {
	background: #580000;
}
form#contact input.checkbox, form#quote input.checkbox { 
	width: 14px; 
	clear: none; 
	float: left; 
	margin-right: 150px; 
}
form#quote span.label, form#contact span.label { 
	float: left; 
	padding-left: 0.5em; 
}
legend { 
	font-size: 1.3em; 
	font-weight: bold; 
	clear: both; 
	float: left; 
	padding: 0.4em 0; 
}

form#quote table tr td{
	width: 400px;
}
/*
form#quote table tr td label, form#quote table tr td {
	float: left;
}
fieldset#rfq-fieldset1{
	float: left;
	margin-right: 20px;
}
fieldset#rfq-fieldset2{
	float: left;
	clear:right;
}
fieldset#rfq-fieldset3{
	float: left;
}
fieldset#rfq-fieldset4{
	float: left;
	margin-top: 10px;
}
form#quote fieldset#rfq-fieldset3 input.checkbox{
	display: inline;
	clear: none;
	margin-left: .5em;
	margin-right: 10px;
}
form#quote fieldset#rfq-fieldset3 label {
	display: inline;
	clear: none;
	position: relative;
	width: 90px;
}

form#quote fieldset#rfq-fieldset4 label {
	float: none;
	clear: none;
}*/

/* ==== survey         			============================== */

form#survey table th, form#survey table td { 
	text-align: center; 
	padding: 0.25em 0 0.5em 0; 
}
form#survey table td.question { 
	background: #d8d8d8; 
	text-align: left; 
	padding: 0.25em 0.75em; 
	margin: 0; 
}
form#survey label, form#survey input.submit { 
	clear: both; 
}
form#survey input#Name, form#survey input#email { 
	width: 150px;
	clear: both;  
}
form#survey input#BetterServe { 
	width: 400px; 
	float: left; 
}
form#survey input.submit { 
	margin-top: 1em; 
}

/* ==== footer         			============================== */
#footer {
	padding: 5px;
	background: #012c63;
	overflow: auto;
}
	#footer p {
		float: left;
		margin: 0;
		padding: 0;
		color: #fff;
		font-size: 1.1em;
	}
	#footer ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#footer ul li {
			float: left;
			margin: 0;
			padding: 0;
		}
		#footer ul li a {
			display: block;
			margin: 0;
			padding: 0 8px 0 8px;
			font-size: 1.1em;
			color: #fff;
			text-decoration: none;
			background: url(../images/icon_arrow_white.gif) left center no-repeat;
		}
		
		
		

		

		



form#contactDemo {
	width: 375px;
	float: left;
	margin-right: 10px;
}
form#contactDemo fieldset label { 
	clear: both; 
}
form#contactDemo fieldset input, form#contactDemo fieldset select {
	clear: none; 
	float: left;   
	width: 150px;
	padding: 2px; 
	margin: 2px 0px 8px 0px;
	border:solid 1px #c2c2c2; 
}
form#contactDemo textarea { 
	width: 350px; 
	height: 200px; 
	clear: none;
	padding:2px;
}
form#contactDemo input[type="submit"] { 
	padding: 0.5em 0; 
	margin-top: 1em; 
}

form#contactDemo input.submit:hover {
	background: #580000;
}
form#contactDemo span.label { 
	float: left; 
	padding-left: 0.5em; 
}
#address{
	float:left;
	border-right:solid 1px #cccccc;
	padding-right:10px;
	margin-right:10px;
}
	#address h3{
		margin:0px 0px 2px 0px;
	}
	#address p{
		margin-top:0px;
	}
#phoneNumbers{
	float:left;
	margin-top:0px;
}
