/* @override http://www.airmetals.com/css/*.css */

/* --- css reset / ins,small,abbr,acronym,del,dfn,code,samp,kbd,tt,var,address left as default or defined in generic style instead of being unnecessarily added in reset --- */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,b,i,img,q,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,thead,tbody,tfoot,th,tr,td,hr {margin:0;padding:0; border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* --- not reset for strong, em --- */
a,a:link,a:visited,a:hover,a:active,a:focus { color:inherit; border: inherit;}/* --- IE inherit override (border:inherit; fix IE Win issues w/underline using border element) Note: IE seems to lack inherit support while firefox and safari extend inherit rules too far down the line to <a> tags --- */
a img,a input,span a,li a { text-decoration: none; border: 0 !important; } /* --- reset border and decoration to none for these tags (!important rule needed for ff and safari or else it inherits wrongly from border specs in other classes applied to the <a> tag) NOTE: override with !important will be needed to apply borders on <a> tags associated with these elements --- */
table { border-collapse:collapse; border-spacing:0; empty-cells: show;}/* --- cellspacing="0" / table shared cell borders and always visible  (only inside html) --- */
div { float: inherit; }/* --- standardardization to simplify code and better handle float (avoid float repetitions and substitute the need for Easy Clearing Hacks 'clearfix') --- */
q { quotes:none }/* --- remove default quotes  --- */
ol,ul { list-style:none; }/* --- remove list markers  --- */
input[type='hidden'] { display:none; }/* --- address vertical spacing issues  --- */
/* --- strict xhtml and deprecated html 4 tag warnings --- */
center,font,u,s,strike,applet,basefont,blink,dir,isindex,marquee,menu,nobr,xmp { color:red; background-color: yellow; }
/* --- generic hexa css --- */
html { width: 100%; font-weight: normal; margin-bottom: 1px; }/* --- perm vscroll --- */
abbr,acronym { text-transform:uppercase; font-size:92%; }/* --- small caps --- */
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }/* --- links default style --- */
blockquote { line-height: inherit; width:94%; margin: 0.5em auto 1.25em; padding: 0.5em 3% 0.75em;float: left;display: block;clear:both; }/* --- blockquote style --- */
blockquote cite { float: right; text-align: right; padding: 0.5em 0; width:95%; display: block; clear:both;}/* --- sub-block to mention author using inline <cite> tag --- */
blockquote > *:before { content: "\201C"; font-size: 2.5em; color:#ccc; line-height: 0.1em; vertical-align:bottom; letter-spacing: 0.1em}/* --- start quote --- */
blockquote > *:after { content: " \201D"; font-size: 2.5em; color:#ccc; line-height: 0; vertical-align:bottom; }/* --- end quote --- */
del { text-decoration: line-through; color: #666; }/* --- shaded gray w/line through default --- */
dfn, ins { text-decoration:none; border-bottom: 1px solid #ccc; } dfn { font-style: italic; }/* --- non italic underline default --- */
samp, kbd, pre, tt { font-size: 1.2em; font-family: courier; color:#000;}/* --- black style courier default --- */
code { font-size: 1em; font-family: monaco; color:#000;}/* --- black style monaco default --- */
big { font-size: 125%; line-height: 80%; }/* --- keep line leading  --- */ small { font-size: 92%; line-height: 1.2em;}
pre { white-space: pre; } pre * { font-size: 100%; white-space: pre; }
sub,sup { font-size: 85%; line-height: 100%; display:inline-block; }/* --- keep line leading intact --- */ sup { vertical-align: top; }/* --- keep inline --- */ 
q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* --- quote style  --- */
*[lang|='en-us'] q:before { content:'\201C'; } *[lang|='en-us'] q:after { content:'\201D'; } *[lang|='en-us'] q q:before { content:'\2018'; } *[lang|='en-us'] q q:after  { content:'\2019'; } /* --- safari quote support --- */
caption,th,td { text-align:left; }
input[type='button'],input[type='submit'],input[type='checkbox'],input[type='radio'],input[type='reset'],select,button { cursor: pointer; }/* --- force pointer in IE  --- */
/* --- emt --- */
ins.mt { text-decoration: none; border: none; text-transform: lowercase;}
#mt { text-transform:lowercase; }
/* --- custom generic classes --- */
.fl { float: left; }
.flc { float: left; clear:left; }
.fr { float: right; }
.frc { float: right; clear:right; }
.fn { float: none; }
.hb { background: none; }/* --- hide background  --- */
.hd { display:none; }/* --- hide  --- */
.hv { visibility:hidden; }/* --- make invisible  --- */
.lb { padding-bottom: 0px; display: block; visibility:hidden; }/* --- conditional line break class for static fill in --- */
/* --- base site styles --- */
a,a:link,a:visited,a:hover,a:active,a:focus { color:#222; text-decoration: none;}/* --- links default style --- */
b { background-color: #ffff7f; padding: 0 3px; }/* --- highlight (only inside html) --- */
br {font-size: 8px;line-height: 8px; }/* --- defined standard min height for separators --- */
hr { height: 1px; background: #ccc; color: #ccc; }/* --- full underline for titles --- */
i { border-bottom: 1px dashed #ccc; }/* --- dotted underline  --- */
blockquote { background-color: #fafafa; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
img { float: left; vertical-align:top; }/* --- left top alignment  --- */
p { padding: 0.9em 10px 0.35em; line-height: 1.75em; clear: both; width:95%;}/* --- nice paragraph leading along with headings --- */
p a { overflow: hidden; }/* --- word-wrap: break-word; for paragraph links in non IE browsers  --- */
ul { list-style-position: inside; }/* --- wrap list in block  --- */
/* --- form style --- */
form { vertical-align:top; }
fieldset { padding: 10px; border: solid 1px #ccc; }
legend { text-transform: capitalize; padding: 0 6px; }
label { }
input, select, textarea { font-size:11px; font:1.1em Arial, Helvetica, sans-serif; padding:2px; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border: 1px inset #ccc;}
/* --- structure --- */
body {
	background-color: #f2f2f2 !important;
	background-image: url(../i/b/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, sans-serif;
	font-size:0px;
	color:#444;
	text-align:center; }
#page {
	width: 780px;
	height: 100%;
	margin:0 auto;
	font-size:12px;}
#header {
	background-image: url(../i/b/bg_header.png);
	height: 70px;
	line-height:17px;
	padding-top: 10px;
	padding-left: 20px;}
#brand { }
#links { }
#tree {
	background-image: url(../i/b/bg_menu.png);
	background-position: left top;
	width: 180px;
	height: 30px;
	padding-left: 10px;
	float: left;}
#navbar {
	background-image: url(../i/b/bg_menu.png);
	background-position: right top;
	width: 575px;
	height: 30px;
	padding-left: 15px;
	float: right;}
#wrap {
	background-image: url(../i/b/bg_wrap.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	float: right; }
#left {
	background: inherit;
	background-repeat: no-repeat;
	padding-top: 24px;
	width: 190px;
	float: left; }
#subnav {
	background-image: url(../i/b/bg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/*width: 190px; not needed */ }
.ill {
	background-image: url(../i/b/bg_top.png);
	background-repeat: no-repeat;
	width: 168px;
	height: 70px;
	padding: 50px 2px 0 0 }
#add {
	line-height: 15px;
	width: 128px;
	height: 45px;
	padding: 48px 16px 22px 24px;}
#main {
	background-image: inherit;
	background-position: right top;
	background-repeat: no-repeat;
	width: 490px;
	padding: 0 50px;
	float: right;}
#content {
	width: 100%;
	padding: 53px 0 40px 0; }
#bc {}/* breadcrumd / before content */
#ic {}/* inline content / integrated content */
#ac {}/* associated content / after content */
#rel { }/* related content */
#right {}
#index {} /* index / search */
#nav {
	width: 530px;
	height: 28px;
	float: right;/* outside of wrap (refloat base) */
	padding: 0 30px; }
#footer {
	background-image: url(../i/b/bg_footer.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 510px;
	height: 30px;
	float: right;
	padding: 0 40px 0 40px; }
#ref { }
/* --- sub navigation --- */
#subnav ul { /* background usage */
	line-height: 30px;}
#subnav li {
	font-size: 12px;
	text-align: left;
	float: left; }
#subnav li a { /* IE issues using div class (using ID instead) */
	background-image: url(../i/b/bg_subnav.png);
	color: #315499;
	width: 158px;
	padding-left:10px;
	display: block; }
#subnav li a:hover {
	color: #fff; }
.sub a:hover {
	background-position: bottom !important; }
/* --- bottom navigation --- */
#navbar ul { /* background usage */
	text-align: center;
	padding-top: 5px; }
#navbar li {
	font-size: 9px;
	font-weight: bold;
	font-family: Lucida Grande;
	text-transform:uppercase;
	text-align: center;
	padding: 0 7px;
	border-right: 1px solid #ccc;/* separator */
	display: inline; }
#navbar li.end {
	border-right: none; }
#navbar li a { /* IE issues using div class (using ID instead) */
	font-size: 11px;
	color: #666; }
#navbar li a:hover,
#company .nav .about a,
#services .nav .services a,
#products .nav .products a,
#quality .nav .quality a,
#converter .nav .converter a,
#quote .nav .quote a,
#contact .nav .contact a {
	color: #555; }
#nav li a {
	background: none !important; }
/* --- content --- */
h1 { /* main page title */
	color: #444;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	word-spacing: 1px;
	letter-spacing: 1px;	
	padding-bottom: 35px;}
h2 { /* subtitles/content headlines */
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.1em;
	padding-left: 10px; }
h3 { /* secondary headlines */
	font-size: 1em;
	color: #666;
	font-weight: bold;
	margin-top: 0.85em; }
h4 { /* categories */ }
h4 a {
	color: #1f5fa4 !important; }
h5 { font-size: 125%; line-height: 1.2em; }/* --- warnings, attn --- */
h6 { color: #888; font-size: 92%; line-height: 1.2em; }/* --- disclaimers, small print (equ. of small) --- */
.c a {
	color: #444; }/* apply text style to a */
.c a:hover {
	color: #315499;}
.c a:link {
	border-bottom: 1px dotted #999; }/* apply border to a:link not a (img inherit issue) */
.c a:visited {
	border-bottom: 1px dotted #999; }/* apply border to a:link not a (img inherit issue) */
.c ul {
	text-indent: 1em;
	padding-top: 0.7em;
	list-style-type: disc; }
.c ul li {
	line-height: 1.65em; }
.cc { width: 47%; float: left;}
.tree {
	text-align: left;
	color: #fff;
	line-height:26px;
	font-size: 11px; }
.tree a {
	color: #555; }
.ref {}
/* --- bottom navigation --- */
#nav ul { /* background usage */
	text-align: left;
	padding-top: 5px; }
#nav li {
	font-size: 10px;
	text-align: left;
	padding: 0 8px;
	border-right: 1px solid #ddd;/* separator */
	display: inline;
	vertical-align: middle;}
#nav li.end {
	border-right: none; }
#nav li a { /* IE issues using div class (using ID instead) */
	font-size: 11px;
	color: #666; }
#nav li a:hover {
	color: #444; }
/* --- footer --- */
#footer {
	font-size: 11px;
	color: #888;
	line-height: 30px;
	text-align: left; }
#footer a { /* IE issues using div class (using ID with span tag to avoid inherit of border-top) */
	color: #888; }
#footer a:hover {
	color: #666; }
.emt { text-transform:lowercase; }
.emt em {
	font-style: normal;
	letter-spacing: -.3em;
	word-spacing: .25em;
	text-transform:lowercase;
}