html,body {
	margin: 0px;
	padding: 0px;
	height : auto; /* ignored by IE, applied everywhere else */
	height : 100%; /* IE treats as min-height */
	min-height : 100%; /* IE ignores this */
	background-color: #817866;
	background-image: url(images/bkg_grey.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p { 
	line-height: 1.3;
	margin-top: 2em;
}
h1 { /* Blue Title Header - Use Above Table */
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	line-height: 1.5;
}
h2 { /* Blue Title Header - Use Above Paragraph */
	margin-top: 0em;
	margin-bottom: -1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	line-height: 1.5;
}
h3 {
	margin-top: 0em;
	margin-bottom: -1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
h4 {
	margin-top: 2em;
	margin-bottom: -1.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	line-height: 1.5;
}
h5 {
	margin-top: 1.5em;
	margin-bottom: -1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
h6 {
	margin-top: 0.75em;
	margin-bottom: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	line-height: 1.5;

}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active 
{
	color: #FF9900;
	text-decoration: none;
}
table, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: top;
}
.bkgHeader {
	background-image: url(images/header_bkg.bmp);
	height: 107px;
	width: 778px;
}
.bkgHeaderInside {
	background-image: url(images/header-inside_bkg.bmp);
	height: 85px;
	width: 778px;
}
.bkgBlue {
	background-color: #000000;
	background-image: url(images/bkg_blue.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 28px;
}
.bkgBlack {
	background-color: #000000;
	background-image: url(images/bkg_black.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	width: 28px;
}
.bkgWhiteMenu {
	background-color: #FFFFFF;
	width: 748px;
}
.scaleWindow {
	height: 100%;
}
.contentMain {
	background-color: #FFFFFF;
	width: 660px;
	margin: 0px;
	padding: 30px 30px 10px 30px;
}
.contentInside {
	background-color: #FFFFFF;
	width: 630px;
	margin: 0px;
	padding: 30px 60px 10px 30px;
	height: 100%;

}
/* Home Page CSS Items*/
.contentLeft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contentRight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.quadTopRight {
	padding: 0px 10px 20px 25px;
	width: 290px;
	font-size:10px;
	border-bottom: 1px solid #E5E5E5;
}
.quadBottomRight {
	padding: 20px 10px 10px 25px;
	width: 290px;
	font-size:10px;
}
.quadTopLeft {
	padding: 0px 30px 20px 0px;
	margin: 0px;
	width: 274px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font-size:10px;
	background: url(images/bkg_valve.jpg) right bottom;
	background-repeat:no-repeat;

}
.quadBottomLeft {
	padding: 20px 30px 10px 0px;
	margin: 0px;
	width: 274px;
	border-right: 1px solid #E5E5E5;
	font-size:10px;
}
.orderNow {
	padding: 0px 0px 0px 80px;
}
.viewNewProducts {
	padding: 0px 0px 0px 80px;
}
/* Type Color Changes*/
.redType {
	color: #FF0000;
}
.yellowType {
	color: #878889;
}
.blueType {
	color: #003399;
}
.smallType {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1.0em;
	margin-bottom: 0.25em;
	font-size:10px;
}
/* Products - Drawings*/
.drawingTable {
	font-family: Arial, Helvetica, sans-serif;
	width: 620px;
}
.drawingTable td, th {
	margin: 0px;
	padding: 10px;
	border: 1px solid #E5E5E5;
	border-spacing: 1;
	vertical-align: middle;
	text-align: left;
}
/* Products - Symbols*/
.symbolTable {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.symbolTable td {
	margin: 0px;
	padding: 5px 5px 10px 5px;
	vertical-align: middle;
	text-align: center;
}
.symbolTable img {
	border: 10px solid #E5E5E5;
	margin-bottom: 5px;
}
/* Products - Minicatalog & Press Releases*/
.indexTable {
	font-family: Arial, Helvetica, sans-serif;
}
td.indexTableArticle { /* Press Release Article */
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #E5E5E5;
	width: 375px;
}
td.indexTableSection { /* Minicatalog Section */
	padding: 10px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
	width: 275px;
}
td.indexTableSectionSub {
	padding: 10px 0px 0px 0px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100px;
}
td.indexTablePage {
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 10px 0px 0px 6px;
}
/* Products - Full Catalog*/
.catalogTables td {
	margin: 0px;
	padding: 2px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align:top;
}
.catalogTablesWidth {
	width: 560px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.catalogTablesWidth td{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align:top;
}
td.catalogCol_1 { /* Valve Picture Column */
	width: 150px;
	padding: 0px 10px 0px 0px;
}
td.catalogCol_2  { /* Valve Sizes */
	width: 80px;
	text-align:center;
}

.catalogCol_3 { /* Valve Name */
	font-size:10px;
	text-align:center;
	line-height: 3;
	width: 147px;
}
td.catalogCol_4 { /* Valve Description */
	width: 400px;
}
#footerMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#footerCopyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
#warranty {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 60px 40px 20px 20px;
	padding: 0px 20px 10px 20px;
	border: 1px dotted #CCCCCC;
}
