/* CSS Document */

* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #036285;
	background-image: url(../images/amg_bkgrnd.png);
	background-position: center 95px; background-repeat: no-repeat;
}
img { border: 0; }
img.floatRight { float: right; margin-left: 10px; margin-bottom: 10px; }
img.floatLeft { float: left; margin-right: 10px; margin-bottom: 10px; }

a:link { color: #0092B4; text-decoration: none; }
a:visited { color: #663366; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited { color: #0092B4; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #000000; text-decoration: none; }


/* ***************** HEADER ***************** */
p, ul, ol {
	font-size: 1.2em; line-height: 1.5em; color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h1 {
	color: #0092B4; font-weight: normal;
	font-size: 2.6em; line-height: 1em;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h2 {
	color: #0092B4; font-weight: normal;
	font-size: 1.8em; line-height: 1.3em;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h3 {
	color: #000000; font-weight: bold;
	font-size: 1.5em; line-height: 1.5em;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}
hr {
	height: 0;
	border: 0; border-bottom: 1px solid #CCCCCC;
	padding: 0; margin-top: 0; margin-bottom: 10px;
	display: block;
}
p.notes { font-size: 1.1em; font-style: italic; }

/* ***************** WRAPPER AND BACKGROUNDS ***************** */
#wrapper {
	width: 970px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/amg_bkgrnd_rpt.png);
	background-position: center; background-repeat: repeat-y;
}
#page {
	width: 970px;
	background-image: url(../images/amg_bkgrnd_page.png);
	background-position: center 95px; background-repeat: no-repeat;
}
#content {
	width: 950px;
	margin-left: auto; margin-right: auto;
	min-height: 585px;
}
* html #content {
	height: expression( this.scrollHeight < 585 ? "585px" : "auto" );
}
* + html #content {
	height: expression( this.scrollHeight < 585 ? "585px" : "auto" );
}
#footer {
	width: 950px; height: 30px; padding: 15px 10px 10px 10px;
	clear: both;
	background-color: #036285;
	background-image: url(../images/amg_bkgrnd_footer.png);
	background-position: center top; background-repeat: no-repeat;
	display: block;
	font-size: 1em; color: #A5D8EC;
}


/* ***************** HEADER ***************** */
#header {
	height: 70px;
	background-color: #0092B4;
	border-bottom: 2px solid #FFFFFF;
	display: block;
}
#logo {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}
#header_contacts {
	padding-right: 20px;
	float: right;
	font-size: 1.6em; line-height: 70px;
	font-weight: bold; color: #FFFFFF;
}
#header_contacts strong {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A0EBFB;
}
#header_contacts a:link, #header_contacts a:visited { color: #FFFFFF; }
#header_contacts a:hover { color: #000000; text-decoration: none; }

#header_images {
	height: 90px;
	clear: both;
	border-bottom: 2px solid #FFFFFF;
	display: block;
}
#header_images img { float: left; }

#page_content {
	padding-top: 20px;
	clear: both;
	border-top: 5px solid #0092B4;
	display: block;
}


/* ***************** COLUMNS AND FOOTER ***************** */
#column1 {
	width: 130px;
	float: left;
	margin-left: 20px;
}
* html #column1 { margin-left: 10px;  }
#column2 {
	width: 500px;
	float: left;
	margin-left: 20px;
}
#column3 {
	width: 240px;
	float: right;
	margin-right: 20px;
}
* html #column3 { margin-right: 10px; }

#footer_links { float: left; }
#footer a:link, #footer a:visited { color: #A5D8EC; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }

#footer_credit { float: right; }

#column2_left { width: 240px; float: left; }
#column2_right { width: 240px; float: right; }


/* ***************** NAVIGATION ***************** */
#nav { margin-bottom: 20px; }
#nav a:link, #nav a:visited { color: #666666; text-decoration: none; }
#nav a:hover { color: #000000; text-decoration: none; }
#nav ul {
	list-style: none;
	margin-left: 0;
	font-size: 1.3em; font-weight: bold;
}
#nav li {
	list-style: none;
	height: 25px; line-height: 25px;
	border-bottom: 1px solid #0092B4;
	display: block;
	padding-left: 10px;
}
#nav li.current {
	background-image: url(../images/amg_arrow_right.gif);
	background-position: left 5px; background-repeat: no-repeat;
}
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #0092B4; text-decoration: none; }


/* ***************** NEWS QUICK LINKS ***************** */
#news_quicklinks {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#news_quicklinks h3 {
	font-size: 1.6em; line-height: 1em;
	text-align: left; font-weight: bold;
	color: #FFFFFF; background-color: #999999;
	padding: 5px 10px 5px 10px;
	display: block;
}
#news_quicklinks p {
	font-size: 1.1em; line-height: 1.2em;
	font-weight: bold; color: #000000;
}
#news_quicklinks p, #news_quicklinks hr { margin-left: 10px; margin-right: 10px; }
* html #news_quicklinks p, * html #news_quicklinks hr { margin-bottom: 5px; margin-top: -5px; }
* + html #news_quicklinks p, * + html #news_quicklinks hr { margin-bottom: 5px; margin-top: -5px; }


/* ***************** COLUMN 1 PUSH PANELS ***************** */
h2.pushpanelheading {
	font-size: 1.6em; line-height: 1em;
	font-weight: bold; text-align: left;
	color: #FFFFFF; background-color: #0092B4;
	padding: 5px 10px 5px 10px;
	display: block;
	margin-bottom: 0;
}
p.pushpanel {
	border: 1px solid #0092B4;
	padding: 10px;
	font-size: 1.3em; line-height: 1.2em;
	font-weight: bold; color: #0092B4;
	text-align: left;
	display: block;
}


/* ***************** PRODUCT NAV LISTS ***************** */
ul.productNavList { margin-left: 0; }
ul.productNavList li {
	width: 240px; padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	display: block;
	list-style: none;
	font-weight: bold;
	background-image: url(../images/amg_arrow_right_sml.gif);
	background-position: left 2px; background-repeat: no-repeat;
}
ul.productNavList li a:link, ul.productNavList li a:visited, ul.productNavList li a:hover { text-decoration: none; }
#column2_left ul.productNavList li, #column2_right ul.productNavList li { width: 230px; }

ul.productNavList li.pneumatic { border-bottom: 0; padding-bottom: 0; }
ul.productNavList li.productNavList_sub { background-image: none; }
ul.productNavList_2 {
	margin: 0; padding: 0;
	font-size: 1em; line-height: 1em;
}
ul.productNavList_2 li {
	border-bottom: 0;
	background-image: none;
	padding: 0;
	font-weight: normal;
}


/* ***************** DOCUMENT LISTS ***************** */
h3.documents {
	font-size: 1.3em; line-height: 1em;
	font-weight: bold; text-align: left;
	color: #FFFFFF; /*background-color: #0092B4;*/ background-color: #666666;
	padding: 5px 10px 5px 10px;
	display: block;
	margin-bottom: 1px;
}
ul.documents { margin-left: 0; font-size: 1.1em; }
ul.documents li {
	list-style: none;
	margin-bottom: 1px;
}
* html ul.documents { margin-top: 18px; }
* html ul.documents li { margin-top: -17px; }
ul.documents li.documents_heading {
	color: #FFFFFF; background-color: #999999;
	font-size: 1em; font-weight: bold;
	padding: 4px 10px 2px 10px;
	display: block;
}
* html ul.documents li.documents_heading { height: 35px; }
ul.documents li a {
	padding: 4px 10px 2px 10px;
	background-position: 225px 6px; background-repeat: no-repeat;
	display: block;
}
ul.documents li a:link, ul.documents li a:visited, ul.documents li a:hover { text-decoration: none; }
ul.documents li a:link, ul.documents li a:visited { color: #444444; background-color: #D9D9D9; background-image: url(../images/amg_arrow_right_sml_grey.gif); }
ul.documents li a:hover { /*color: #0092B4; background-color: #E4F5FD;*/ color: #FFFFFF; background-color: #98D3E1; background-image: url(../images/amg_arrow_right_sml.gif); }

ul.documents li.documents_image a {
	padding: 0;
	background-image: none;
	border: 1px solid #CCCCCC;
	background-color: transparent;
}
p.backLink {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	display: block;
	background-color: #000000;
}
p.backLink a:link, p.backLink a:visited { color: #98D3E1; text-decoration: none; }
p.backLink a:hover { color: #FFFFFF; text-decoration: none; }