﻿/* CSS Document 

Document structure overview:

wrapper:	overall width of page
header:		banner containment
menut:		Top navigation bar with drop downs
contentm:	main contnent
menus:		area selection menu
pnc:		products / news and catalog request information

*/
body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
html {
	min-height: 100%;
	margin: 0 0 1px 0;
}
a {
	color: #0066CC;
	text-decoration: None;
}
a:hover {
	color: #e74f2e;
}

.m0 {
	margin:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0066CC;
	font-weight: bold;
}
input, textarea, select {
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	border: 1px solid gray;
}
.just {
	text-align: justify;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* sub menu */
#menu {
	background-color: #b2cbff;
	height: 400px;
}
.submenu {
	width: 195px;
	background-color: #b2cbff;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu #selected {
	font-weight: bold;
}
.submenu a {
	width: 195px;
	display: block;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ad0000;
	text-decoration: none;
	background-color: #b2cbff;
	background-image: url(images/dotted_horizontal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.submenu a:hover {
	background-color: #E5E4E4;
	text-decoration: none;
}
.submenu2 {
	width: 190px;
}
.submenu2 a {
	width: 190px;
	padding-left: 10px;
	background-color: #c2d5fd;
	background-image: none;
	font-weight: normal;
}
.submenu2 a:hover {
	background-color: #E5E4E4;
}
.submenu3 a {
	width: 185px;
	padding-left: 15px;
	background-color: #d5e2fd;
	background-image: none;
	font-weight: normal;
}
.submenu3 a:hover {
	width: 185px;
	background-color: #E5E4E4;
}
.submenu4 a {
	width: 180px;
	padding-left: 20px;
	background-color: #e5edfe;
	background-image: none;
	font-weight: normal;
}
.submenu4 a:hover {
	width: 180px;
	background-color: #E5E4E4;
}
#header {
}
#header .logo {
	width: 259px;
	float: left;
	background-color: #000000;
}
#header .language {
	width: 180px;
	float: left;	
	margin: 20px 0 0 0;
	text-align:right;	
}
#header .languageContents {
	padding-right:10px;
	font-size:12px;
}
#header .iso {
	margin-top: 15px;
	width: 110px;
	float: left;
	text-align:right;	
}
#header .isoContents {
	font-size:12px;
	padding: 0 10px 0 0;
}
#header .bma {
	background-color: #cdcdcd;	
	display: block;
	width: 71px;
	float: left;
	margin-top: 20px;
}
#header .shortcuts {
	font-size: x-small;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 18px;
	text-decoration: none;
	letter-spacing: 0.1em;
	float: right;
	margin-top: 20px;
}
#header .shortcutsSpacer {
	margin-top: 2px;
}
/*----------------------------------------------------- Main Table by CMS ------------------------------------------*/
#MainTable1Center {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #434343;
	width: 541px;
	height: 28px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
}
#MainTable1Center td {
	padding-bottom: 20px;
}
#MainTable1Center h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #a41611;
	margin-bottom: -10px;
}
#MainTable1Center p {
	margin-bottom: -10px;
}
#MainTable1Center h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #a41611;
}
#MainTable1Center a:link, #MainTable1Center a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003366;
}
#MainTable1Center a:active, #MainTable1Center a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #2E5D91;
}
/*----------------------------------------------------- Generic Table ------------------------------------------*/
.GenericTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.GenericTable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ---------------------- content area -------------------------- */
#contentLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 74%;
	float: Left;
}
#contentLeft .link {
	padding: 10px;
	width: 570px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentLeft .linkimage {
	float: right;
	margin-left: 10px;
}
#contentRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 25%;
	float: Right;
}
#contentm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#contentm .images {
	display: block;
	float: left;
	height: auto;
}
.LeftImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 1em;
	height: auto;
}
#contentm .intro {
	display: block;
	float: right;
	height: auto;
	width: 400px;
}
#contentm .RightMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.heading {
	padding: 0;
	margin: 0;	
	background-color: #EEEDEC;
	border-width: 1px;
	border-style: solid;
	border-color: #cdcdcd;
	vertical-align: middle;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0066CC;
	font-weight: bold;
}
.heading2 h1 {
	padding: 0;
	margin: 5px 5px 5px 5px;
	font-size:16px;
}
#contentm #flashcontent {
	float: left;
}
.spacer {
	margin-bottom: 10px;
}
#contentm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#contentm .splash_intro {
	display: block;
	float: left;
	width: 202px;
	height: 350px;
	margin: 0;
	padding: 0;
	background-color: #990000;
}
#contentm .splash_introLiner {
	color: #ffffff;
	padding: 1em 1em 0.25em 1em;
	text-align: center;
	font-size: small;
}
#contentm .splash_introLiner p {
	font-size: small;
}
#contentm .splash_introLiner a:link, .splash_introLiner a:visited {
	font-weight: bold;
	display: block;
	margin: 5px 0;
	width: 141px;
	height: 29px;
	line-height: 29px;
	background-image: url("/images/splash_up.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	color: #660000;
	font-size: small;
}
#contentm .splash_introLiner a:hover {
	width: 141px;
	height: 29px;
	line-height: 29px;
	background-image: url("/images/splash_down.gif");
	background-repeat: no-repeat;
	color: #663300;
}
#menus {
}
#menus .showering {
	background-color: #0099CC;
	display: block;
	width: 111px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/showering_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .daily {
	background-color: #0099CC;
	display: block;
	width: 111px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/daily_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .kitchen {
	background-color: #0099CC;
	display: block;
	width: 110px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/kitchen_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .surveying {
	background-color: #0099CC;
	display: block;
	width: 110px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/surveying_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .docM {
	background-color: #0099CC;
	display: block;
	width: 110px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/docM_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .mobility {
	background-color: #0099CC;
	display: block;
	width: 110px;
	height: 53px;
	margin-right: 2px;
	float: left;
	background-image: url("/images/home/mobility_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .bathroom {
	background-color: #0099CC;
	display: block;
	width: 110px;
	height: 53px;
	margin-right: 0px;
	float: left;
	background-image: url("/images/home/bathroom_bg.gif");
	background-repeat: no-repeat;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
}
#menus .internalh {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	width: 91px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
}
#menus .internalh a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: None;
}
#menus .internalh a:hover {
	color: #e31b20;
}
#menus .text {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 140px;
	padding-left: 10px;
}
#menus .text a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: None;
}
#menus .text a:hover {
	text-decoration: Underline;
}
#menus .more {
	display: block;
	width: 156px;
	text-align: center;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
}
.clear {
	clear: both;
	display: block;
	height: 10px;
}
.clean_clear {
	clear: both;
	height: 0px;
	margin: -10px;
}
.menu_clear {
	clear: both;
	height: 30px;
}
.dotted_clear {
	font-size: x-small;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
}
/* ---------------------- news area -------------------------- */

#newsLeft {
	float:left;
	width: 600px;
}

#newsLeftContent {
	font-size:12px;
	padding: 0 10px 0 10px;
}

#newsRight {
	float:left;
	width: 200px;
	font-size:12px;
}


.news {
	float: left;
	width:400px;
	clear:both;
}

#news .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
}
#news .strap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #a10705;
}
#news .strap a:hover {
	color: #666666;
}
#news .summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#news .newsArticle {
	padding-top: 5px;
}
/*------------------------------------ footer */
#footer {
	background-color: #A10705;
	display: block;
	width: 100%;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	height: 30px;
	float: Left;
}
#footer .footer_logo {
	padding-top: 4px;
	display: block;
	float: right;
}
#footer .footerText {
	float: left;
	color: #ffffff;
	font-size: 0.7em;
	margin-left: 10px;
}
#footer .footerText a {
	color: #ffffff;
}
#footer .footerText a:hover {
	color: #FFCC00;
}
#tag {
	font-size: x-small;
	color: #999999;
	line-height: 25px;
	float: left;
}
#tag a {
	text-decoration: none;
	color: #999999;
	padding: 3px;
}
#tag a:hover {
	background-color: #003366;
	color: #FFFFFF;
}