body {
	background-color: #A2A2A2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border-left : 1px solid Black;
	border-right : 1px solid Black;
}

.background2 {
	background-color: #FFFFFF;
	border-bottom : 1px solid Black;
	border-top : 1px solid Black;
}

.hose {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : 9BBDC6;
	font-style : italic;
	font-weight : bold;
}

.menutop {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 0093d4;
}

.menuside {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : White;
}

.itemmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
}

.home_bg {
	background-repeat : no-repeat;
}

.imgbig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22pt;
	font-style : italic;
	color : 051F63;
	font-weight : bold;
}

.imgsmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
}

.imgpartner {
	width : 275px;
}

.partnersmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}

.bluelink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 003366;
}

.homebg {
	background-image : url(images/img_home1.jpg);
	background-repeat : no-repeat;
}

.businessbg {
	background-image : url(images/img_newbusiness.jpg);
	background-repeat : no-repeat;
}

.floorbg {
	background-image : url(images/floor_care_central_vac_v3.jpg);
	background-repeat : no-repeat;
}

.commercialbg {
	background-image : url(images/img_commercial.jpg);
	background-repeat : no-repeat;
}

.industrialbg {
	background-image : url(images/img_industrial.jpg);
	background-repeat : no-repeat;
}

.medicalbg {
	background-image : url(images/img_medical.jpg);
	background-repeat : no-repeat;
}

.poolbg {
	background-image : url(images/img_pool.jpg);
	background-repeat : no-repeat;
}

.goodsbg {
	background-image : url(images/img_goods.jpg);
	background-repeat : no-repeat;
}

.product {
	border : thin solid #788E9E;
	background-image : url(images/background_product.jpg);
	background-repeat : repeat-y;
}

.producttitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	color : 2623A5;
	border-bottom : 1px solid #2623A5;
	font-weight : bold;
}

.pagetitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color : #2623A5;
	border-bottom : 1px solid #2623A5;
	font-weight : bold;
}

.producttext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : bold;
}

.pagetext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
	//font-weight : bold;
}

A.menuside {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : White;
	text-decoration : none;
}

A.menutop {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 0093d4;
	text-decoration : none;
}

A.bluelink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 003366;
	text-decoration : none;
}

A.menubottom {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : 0093d4;
	text-decoration : none;
}

A.itemmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
	text-decoration : none;
}

A:HOVER.itemmenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Blue;
	text-decoration : none;
}

A.productlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

A.partnerlink {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : 345175;
	font-weight : bold;
	text-decoration : none;
}

.copyright {
	background-color : CCCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	padding : 5px 5px 5px 5px;
}

.locationtitle {
	color : #2623A5;
	border-top : 1px solid #2623A5;
}

/* Side Menu */

A.menutitle {
	width: 100%;
	display: block;
	background-color : #96AFD1;
	font-weight : bold;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
}

#dropmenudiv{
	position:absolute;
	background-color: White;
	border:1px solid black;
	/*border-bottom-width: 0;*/
	line-height:18px;
	z-index:100;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

/*#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	color : Black;
}*/

A.dropover {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	color : Black;
	font-family:Arial, Helvetica, sans-serif
}

A:HOVER.dropover {
	color : Blue;
}

/*#dropmenudiv a:hover{
	hover background color
	color : Blue;
}*/