/*
modified date 20100513

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
/* caption, th, td { text-align: left; font-weight:400; }     21 April  */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

/*
a:focus {
	-moz-outline-style: none;
	}
*/

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
	background:#fff url(images/ame_bkgd.gif) repeat-y top center;  /*  ame_column_bkgd.gif  */
	background-attachment:fixed;
	}

#popup {
	background:#fff;
	padding: 50px 25px;
	}

/* NOTE: Much of the typography styling is handled in rte.css */

/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	position: absolute;
	top: 0;
	left: -4000px;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrap {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/* @end Common Classes */

/* @group Layout */

/* this is an outer wrap to get footer in the correct position on short pages  */
#contentWrapOuter {
	min-height: 100%;
	position:relative;
	padding: 0;
	margin: 0;
	}

#headerOuterWrap {
/*	width: 100%;  */
	height:132px; /* 132 + 3  to get white space */
	padding: 0;
	margin:0;
	text-align:center;
	background:url(images/ame_header_bkgd.gif) repeat-x;
	}

#headerWrap {
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	}

#contentWrap {
	width: 980px;
	padding: 0 0 155px 0;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-top:#fff 5px solid;
	position:relative;
/*	border-top:2px solid green;  */
	}
	
#f1d #contentWrap, #f2a #contentWrap {
	background: url(images/ame_column_only_bkgd.gif) repeat-y 0 5px;
	}


#goldBar {
	position:absolute;
	top:31px;
	height:7px;
	z-index:2;
	background-color:#cc9933;
	width:980px;
}

#c7529 {  /* language selector div  */
      position:absolute;
      top:5px;
      right: 0;
      z-index:10;
      height:12px;
     }

#feature {
	margin-bottom: 20px;
	background: #f5f5f5 url(images/feature_bkgd.gif) repeat-x bottom left;
	}
	
/* for H1 with feature  */

h1.featureH1 {
	margin:0 0 0 15px;
	}

#f1d h1.featureH1,#f2a h1.featureH1 {
	float:right;
	width:745px;
	margin:0 0 0 0;
	}

#generatedContent-1 {
	width: 220px; /* should be 220  */
	float: left;
	margin:0 0 0 0; 
	}

#generatedContent-2 {
	width: 230px;
	float: right;
	}
/* full width, but with left and right margins  */
#f1b #contentBlock-1,#f2a #contentBlock-1 {
	margin-right:15px;
	margin-left:15px;
	}

#f1d #contentBlock-1,#f2a #contentBlock-1 {
	float: right;
	width: 730px;
	margin-right:15px;
	margin-left:15px;
	}

#contentBlock-1 div.fullWidth {  /* expands div to give full width within contentBlock-1  */
	margin-right:-15px;
	margin-left:-15px;
	min-height:0;  /* IE hack to get has layout  */
	}
	
#f1d #contentBlock-1 p,#f2a #contentBlock-1 p {   /* give white space around paragraphs 1 column page with menu  */
	margin-left:20px;
	margin-right:20px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 730px;
	background:#fff url(images/swatch_fff.gif);
	}

#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2a #contentBlock-1 {
	float: right;
	width: 730px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2aLeftColumn  {
	width: 220px;
	float: left;
	margin:-25px 0 0 0;
	padding:0;
	}

#f2a #contentBlock-2 {
	width: 220px;
	margin:50px 0 0 0;
	padding:0;
	color: #fff;
	}

#f2a #contentBlock-2 h3, 
#f2a #contentBlock-2 h3,
#f2a #contentBlock-2 p {
	color:#fff;
	margin-left:10px;
	margin-right:10px;
}


#f2b #contentBlock-1 {
	float: right;
	width: 730px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2b #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
	}


#f2d #contentBlock-1 {
	float: left;
	width: 480px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2d #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	background:#fff url(images/swatch_fff.gif);
	}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	background:#fff url(images/swatch_fff.gif);
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	background:#fff url(images/swatch_fff.gif);
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}

/* @end Layout */

/* @group Header */

#header {
	margin-top: 0px;  /*  20 px  */
	margin-bottom: 50px;
	}

#masthead {
	float: left;
	margin: 0;  /*  was 12 0 0   */
	padding: 0;
	height: 81px;  /* 80  */
	width: 450px;
	overflow: hidden;
	background: url(images/ame_header_logo.gif) no-repeat;
/*	background: url(images/amedarkbluelogo_old_site.jpg) no-repeat;  */
	}

#masthead a {
	display: block;
	padding-top: 100px;
	}

#busyNogginID {
	float: right;
	width: 200px;  /* 320  */
/*	height: 80px;  */
	margin-top: 30px;
	overflow: hidden;
	}

#busyNogginID a {
	display: block;
	padding-top: 100px; /* was 100   */
	}

/* @group Global Menu */
/* moved to own css file in superfish menu area */
/* @end Global Menu */
	
/* @end Header */

/* @group Footer */

#footer {
	border-top: 1px solid #e6e6e6;
	padding: 10px 10px 10px 0;
	margin:15px 0 0 0;
	background:#fff;
	position:absolute;
	bottom: 0;
	height: 135px;
}

#footerNews {
	float: left;
	color: #949696;
	background:#fff;
	width:440px;
	height:135px;
	overflow:hidden;
	margin:0 0 0 0px;
	padding:0 0 0 10px;
}

#footerCopyright {
	float: left;
	color: #949696;
	height:135px;
	width:320px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	margin:0;
	padding:0;
}

#footerAddress {
	float: left;
	color: #044f64;
	height:135px;
	width:190px;
	margin:0;
	padding:0;
}

#footerNews div.item {
	width:426px;
	height:42px;
	overflow:hidden;
	clear:left;
	margin: 5px 5px 5px 10px;
}

#footerNews h2 {
	color: #fff;
	background:url(images/ame_newsfeed_bkgd.gif) no-repeat;
	font-size: 15px;
	font-weight: 600;
	margin:0 0 0 5px;
	padding:1px 0 0 5px;
}

#footerNews h3{
	color: #949696;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 45px;
	padding:0;
}

#footerNews p{
	font-size:11px;
	line-height: 1.0;
	margin:3px 0 0 55px;
	padding:0;
}

#footer a {
	color: #949696;
}


#footerCopyright ul {
/*	list-style-image: url("images/list-LT-5x9.gif"); */
	margin-left:40px; list-style-type: none; 
	}

/*
#footerCopyright ul li a{
	background:#fff url("images/list-LT-5x9.gif") no-repeat -10px  center;
	}
*/

#footerAddress p {
	margin:0 0 0 20px;
	font-size: 10px;
	color:#002144;
	}

#footerAddress p.phone {
	color:#044f64;
	margin-top:6px;
}

.newsListImage {
	float:left;
	height:38px;
	width:38px;
	overflow:hidden;
}
#footerNews img {
	float:left;
}

/* @end Footer*/

/* @group Local Menu */

/*  section title as part of local menu  */

.leftSectionTitle {
	height: 27px;
	min-width: 0;
	margin:0;
	padding:0;
	}

html>body .leftSectionTitle {
	*height: 37px;
	}  /* for IE7  */
	
.leftSectionTitle h4 {
	color: #FFF;
	margin: 10px 0 0 22px;  /* added 10px bottom  for ie, then took out */
	}

.leftSectionTitle h4 a {
	color: #FFF;
	text-decoration:none;
	}

.leftSectionTitle h4 a:hover, .leftSectionTitle h4 a:active {
	color: #FFF;
	text-decoration:underline;
	}


#localMenu {
	margin-left: 0;
	font: normal normal 500 12px/14px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #666;
	}

#localMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
#localMenu ul ul, #localMenu ul ul ul {
	border-top: none;
	}

#localMenu li {
	border-top: 1px solid #4a4a4a;  /* was 666 and aaa */
	list-style: none;
	}

#localMenu li a {
	color: #fff;
	display:block;
	padding: 8px 5px 8px 22px;
	}

#localMenu li li a {
	padding: 8px 5px 8px 32px;
	}

#localMenu li li li a {
	padding: 8px 5px 8px 42px;
	}

#localMenu li a{
	background-color:#333;
	}

#localMenu li a:hover {
	color: #fff;
	background-color:#999; /* was 666 */
	}

#localMenu li.current a {
	background-color:#666;
	}

#localMenu li.parent a {
	background-color:#666;
	}

#localMenu li.active a{
	background-color:#333;
	}

#localMenu li.active a:hover{
	background-color:#666;
	}

#localMenu li.current a {
	color: #fff;
	}

#localMenu li li a {
	color: #fff;
	background:#336 url("images/list-LT.gif") no-repeat 10px center;
	}

#localMenu li li.active a {
	color: #fff;
	background:#336 url("images/list-LT.gif") no-repeat 10px center;
	}

#localMenu li li a:hover {
	color: #fff;
	background:#999 url("images/list-LT-fff.gif") no-repeat 10px center;
	}

#localMenu li li.active a:hover {
	color: #fff;
	background:#999 url("images/list-LT-fff.gif") no-repeat 10px center;	
	}

#localMenu li li.current a{
	color: #fff;
	background:#999 url("images/list-LT-fff.gif") no-repeat 10px center;
	}





/* @end Local Menu */

/* @ Breadcrumb Menu  */

#breadcrumb{
	font-size: 8pt;
	margin-top: 20px;
	margin-bottom: 4px;
	width: 625px; 
	text-transform: lowercase;
}
	
#breadcrumb ul{
	padding-bottom: 0;
}
	
#breadcrumb li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
#breadcrumb a{
	text-decoration: none;
}
#breadcrumb a.last{
	text-decoration: none;
}
#breadcrumb a:hover{
	text-decoration: underline;
}

#breadcrumb li.last{
	border-right-style: none;
}

/* @ end Breadcrumb Menu  */

/* @group Module Styling */

.moduleHeader {
	margin: 0;
	padding: 0 15px 0 0;
	color: white;
	background: url(images/box_headers.gif) no-repeat right top;
	font-size: 14px;
	}

.moduleHeader .moduleHeaderInnerWrap {
	display: block;
	padding: 5px 0 5px 10px;
/*	background: #008aec url(images/left_module_cap.gif) no-repeat left top;  */
	}

.moduleFooter {
	height: 15px;
	margin: 0;
	padding-right: 15px;
/*	background: url(images/right_module_cap.gif) no-repeat right bottom;  */
	font-size: 1px;
	overflow: hidden;
	}

.moduleFooter span {
	display: block;
	height: 15px;
/*	background: #008aec url(images/left_module_cap.gif) no-repeat left bottom;  */
	}

.moduleBody {
	padding: 15px 10px 10px 10px;
	}

.moduleBodyWrap {
	border-left: 1px solid #838586;
	border-right: 1px solid #838586;
	border-bottom: 1px solid #838586;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody,
.unframed .moduleBodyWrap {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}
	
/* following added for two columns within tabbed pages  */
/*div.tx-rgtabs-pi1 div.twoColumnGroup div.column-1, div.tx-rgtabs-pi1 div.twoColumnGroup div.column-2 {
	margin-right:10px;
	}
*/

div.tx-rgtabs-pi1 div.twoColumnGroup div.column-2 {
	margin-right:10px;
	}

/* adjust left margin for content and headlines in tabbed sections  */
#f1d #contentBlock-1 .tx-rgtabs-pi1 .column-1 p, #f1d #contentBlock-1 .tx-rgtabs-pi1 .column-2 p,
#f1d #contentBlock-1 .tx-rgtabs-pi1 .column-1 h5, #f1d #contentBlock-1 .tx-rgtabs-pi1 .column-2 h5,
#f2a #contentBlock-1 .tx-rgtabs-pi1 .column-1 p, #f2a #contentBlock-1 .tx-rgtabs-pi1 .column-2 p,
#f2a #contentBlock-1 .tx-rgtabs-pi1 .column-1 h5, #f2a #contentBlock-1 .tx-rgtabs-pi1 .column-2 h5  {
	margin-left:0px;
	margin-right: 0px;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

.dualModuleGroup h3.moduleHeader {
	height: 50px;
	font-size: 15px;
/*	text-transform:uppercase;  */
	}

.quadModuleGroup h3.moduleHeader {
	height: 40px;  /*  was 25  */
	font-size: 14px;
/*	text-transform:uppercase; */
	}

.quintModuleGroup h3.moduleHeader {
	height: 40px;  /*  was 25  */
	font-size: 14px;
/*	text-transform:uppercase;  */
	}

/* @end Module Styling */

/* Module Backgrounds  */

div#c5243  div.module-1 {background:url(images/modules/product_workholding_185.jpg) no-repeat 0 40px;}

div#c5243  div.module-2 {background:url(images/modules/product_metalcutting_185.jpg) no-repeat 0 40px;}

/* @end Module Backgrounds  */

/* @group Forms */

.csc-mailform-field label,
.csc-mailform-field label {
	display: block;
	}

/*  csc-mailform-check  */

#popup form {
	display: inline;
	}

/* end @group Forms */

#popupFooter {
	text-align:center;
	}

/*  @image margin fix   */

	/* Left (in text) */
#f1d DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
#f2a DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; margin-left:20px; }

	/* Right (in text) */
#f1d DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
#f2a DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; margin-right:20px;}



/* end @image margin fixes  */

/* Start Powermail adjustments  */

div.tx-powermail-pi1_formwrap_7731 legend {visibility: hidden;}
div.tx_powermail_pi1_fieldwrap_html_text input {display:block;}
div.tx_powermail_pi1_fieldwrap_html_select select {display:block;}
div.tx_powermail_pi1_fieldwrap_html_textarea textarea {display:block;}
div.tx_powermail_pi1_fieldwrap_html_check div span {margin-top: 10px;margin-left:0;font-weight:bold;}
div.tx_powermail_pi1_fieldwrap_html_textarea label{margin-top: 20px;font-weight:bold;}
form p {margin-top: 10px;margin-left:0;font-weight:bold;}

/* End Powermail adjustments  */

/* Start Macina Banners styling  */

.bannerAdContainer {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.bannerAd {
	margin: 0 auto;
	}

/* End Macina Banners styling  */

/* @end */

