body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #0b0001;
	background-image: url(../images/am/bg_body.jpg);
	background-repeat: repeat-x;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#container {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container img {
	border: 0px; /*by default, browsers add a border around images that are links. This CSS disables this*/
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	background-color: #DDDDDD;
	background-image: url(../images/am/header.jpg);
	background-repeat: no-repeat;
} 
.am_products #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 72px;
	width: 800px;
	background-color: #DDDDDD;
	background-image: url(../images/am/header.jpg);
	background-repeat: no-repeat;
	position: fixed;
}

#AmEmsSwap {
	float: right;
	height: 35px;
	width: 91px;
}
#headerFrontLink {
	width: 167px;
	float: left;
}



/*		START NAV MENU STYLE		*/

#navMenu {
	height: 26px;
	background-color: #eb6f24;
	background-image: url(../images/am/bg_navMenu.jpg);
	background-repeat: repeat-x;
	padding-left: 215px;
}
.am_products #navMenu {
	height: 26px;
	background-color: #eb6f24;
	background-image: url(../images/am/bg_navMenu.jpg);
	background-repeat: repeat-x;
	padding-left: 215px;
	position: fixed;
	margin-top: 72px;
	padding-right: 204px;
}


/*		END NAV MENU STYLE		*/

/*       THIS IS THE START OF THE AFTER MARKE DIVISION MAIN PAGES SPECIFICS OF THE OF THIS WEBSITE       */

.am_main #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 524px;
	background-color: #FBBC91;
}


.am_main #mainContent {
	float: left;
	width: 500px;
	margin-left: 40px;
	font-size: 12px;
} 


/*      END OF AFTER MARKE DIVISION MAIN PAGES SPECIFICS       */

/*      START OF THE PRODUCT CATALOGUE SPECIFICS FOR THIS WEBSITE      */

.am_products #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px;
	clear: left;
	position: fixed;
	background-image: url(../images/am/bg_products_nav_sidebar.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 98px;
}



.am_products #mainContent {
	float: right;
	width: 670px;
	font-size: 12px;
	clear: both;
	margin-top: 98px;
} 
.am_products #productSearch {
	background-image: url(../images/am/bg_search_products.jpg);
	height: 190px;
	width: 118px;
	padding-top: 6px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 10px;
}
#productSubCat {
	width: 580px;
	margin-left: 45px;
}

#productSubCat a {
	color: #934E03;
	font-weight: bold;
	text-decoration: none;
}
#productSubCat a:link {
	color: #934E03;
	font-weight: bold;
	text-decoration: none;
}
#productSubCat a:hover {
	color: #FAB483;
	text-decoration: underline;
}
#productQuickLinks {
	background-image: url(../images/am/bg_links.gif);
	height: 66px;
	width: 128px;
	background-repeat: no-repeat;
}

#productSubCat a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF6600;
}

#products_display .specifications_h {
	color: #CC6600;
	font-weight: normal;
	font-size: 14px;
}
#products_display .features_h {
	font-weight: normal;
	color: #CC6600;
	font-size: 14px;
}
#products_display .features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#products_display .alt_pt_nos_h {
	font-weight: normal;
	color: #CC6600;
}
#products_display   .spare_parts_h    {
	font-weight: normal;
	color: #CC6600;
}
#products_display .spare_part_links {
	font-size: 10px;
	vertical-align: top;
	text-decoration: none;
	line-height: 12px;
}
#products_display .spare_part_links a:link {
	color: #333333;
	text-decoration: none;
}
#products_display .spare_part_links a:visited {
	color: #000000;
	text-decoration: none;
}
#products_display .spare_part_links a:hover {
	color: #CC6600;
	text-decoration: none;
}


#products_display .spare_parts_description {
	font-size: 10px;
	vertical-align: top;
	text-decoration: none;
	line-height: 12px;
}



#products_display .part_no {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
#products_display .sub_cat {
	font-weight: bold;
	color: #CC6600;
	font-size: 12px;
}
#products_display .description {
	color: #000066;
	font-size: 12px;
	font-weight: normal;
}
#products_display .series {
	font-weight: normal;
	color: #CC6600;
}
#products_display .measurement {
	font-size: 11px;
}

#products_display  .brochure a:link {
	font-size: 16px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
#products_display  .brochure a:visited {
	font-size: 16px;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
#products_display  .brochure a:hover {
	font-size: 16px;
	color: #CC6600;
	font-weight: bold;
}
#products_display .technical {
	font-size: 14px;
	color: #993366;
}

#products_display  .technical a:link {
	font-size: 14px;
	color: #993366;
	text-decoration: none;
}

#products_display  .technical a:visited {
	font-size: 14px;
	color: #993366;
	text-decoration: none;
}
#products_display  .technical a:hover {
	font-size: 14px;
	color: #CC6600;
}


#products_display .alt_part_nos {
	font-size: 10px;
	line-height: 12px;
}

#products_display .alt_part_nos a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#products_display .alt_part_nos a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#products_display .alt_part_nos a:hover {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
}



#products_display .alt_part_nos_links {
	line-height: 12px;
	font-size: 10px;
	color: #000000;
}

#products_display .alt_part_nos_links a:link {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#products_display .alt_part_nos_links a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#products_display .alt_part_nos_links a:hover {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
}






/*      END OF THE PRODUCT CATALOGUE SPECIFICS FOR THIS WEBSITE      */

/*       THIS IS THE START OF THE AFTER MARKE DIVISION NEWS PAGES SPECIFICS OF THE OF THIS WEBSITE       */

.am_news #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 128px;
	clear: left;
	background-image: url(../images/am/bg_sidebar_buttons_grade.jpg);
	background-repeat: repeat-x;
}





.am_news #mainContent {
	float: right;
	width: 520px;
	font-size: 12px;




	margin-right: 70
.px;
	margin-right: 80px;
} 
.am_news #trade_shows td {
	border: 1px solid #CCCCCC;
}

.am_news  #merchandisingBrochures img {
	padding: 6px;
}

.am_news #productReleaseTable a:link {
	text-decoration: none;
	font-size: 14px;
	color: #000099;
}

.am_news #productReleaseTable a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #000066;
}

.am_news #productReleaseTable a:hover {
	text-decoration: underline;
	font-size: 14px;
}


.am_news .product_release_note {
	color: #783a0e;
	font-size: 10px;
}


/*      END OF AFTER MARKE DIVISION NEWS PAGES SPECIFICS       */


/*      BACK TO THE STYLES FOR ALL PAGES      */
#navMenu #nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	height: 16px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
}
#navMenu #nav a:hover {
	color: #FFFFFF;
	background-image: url(../images/am/bg_navMenu_on.jpg);
}
#newsImage {
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
}


h1 {
	font-size: 14px;
	color: #783a0e;
}

h2 {
	font-size: 30px;
	color: #783a0e;
	text-align: center;
}

#footer {
	background-color: #000000;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	clear: both;
	width: 770px;
	background-image: url(../images/am/bg_navMenu.jpg);
	padding-top: 3px;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.brands {
	font-size: 12px;
	font-weight: bold;
}
.error {
	font-size: 36px;
	color: #EE1B2C;
}

.note {
	font-size: 10px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.am_main #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.am_main #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#productQuickLinks {
	background-image: url(../images/am/bg_links.gif);
}
