@charset "utf-8";
/* CSS Document
Nav Red = #ce2245
*/
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body {
	padding-top:15px;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
	text-transform: uppercase;
	color: #CE2245;
	font-weight: normal;
	padding-top:0;
	margin-top:0;
}
p, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	}
input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
.main #container {
	width: 899px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main #header1 {
	background-image:url(images/header-stainless.jpg);
	background-repeat:no-repeat;
	height:105px;

}
.main #header2 {
	background-color:#000;
	height:110px;

}
.main #header1 img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #header1 #headerLogo {}
.main #header1 #headerImage {
	text-align:center;
	}
.main #header1 #headerAddress {
	text-align:right;
	padding-right:10px;
	padding-top:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	font-weight:bold;
	color:#000;
	}
.main #header2 #headerAddress {
	text-align:right;
	padding-right:10px;
	padding-top:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	font-weight:bold;
	color:#fff;
	}
.main #container #nav {
	background-color:#ce2245;
	text-align:center;
	margin:0;
	padding:5px 0;
}

.main #container #nav ul {
	margin: 0;
	padding:0;
}
.main #container #nav li {
	list-style: none;
	display:inline;
	padding-right:40px;
	}
.main #container #nav ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight:normal;
	color:#000;
	text-decoration:none;
}
.main #container #nav ul li a:hover {
	text-decoration:underline;
	color:#fff;
}
.main #container #mainContent {
	background-color:#FFF;
	background-image:url(images/bodyBackground-APT-Logo.gif);
	background-repeat:no-repeat;
	background-position: top center;
	min-height:450px;

}
.main #container #mainContent #bodyCopy table tr #leftTD {
	vertical-align:top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}.main #container #mainContent #bodyCopy table tr #rightTD {
	vertical-align:top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
		 
}
.scrollerDiv {
	
	/* height:385px;
	overflow:auto; */
	
}
.shortScrollerDiv {
	
	/* height:250px;
	overflow:auto; */
	
}
.main #footer {
	margin:0;
	padding:5px 20px;
	background-color:#ce2245;
}
.main #footer p {
	margin: 0; 
	padding: 0; 
}

.productNav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CE2245;
	text-decoration: none;
}

.bodyCopyLink {
	color: #06F;
	text-decoration: none;
}
.wwdBottomRightImage {
	padding-top:10px;
	text-align:right;
}.brochureText {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.productTitleRed {
	font-weight: bold;
	color: #CE2245;
}
