/* CLEAR EVERYTHING */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* WATERTECH LAYOUT */

body {
Background: #white;
background: URL(/images/Watertech_Background.png);
background-repeat: repeat-x;
font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;

}
h1{
	color: #66ccff; font-family: 'Myriad Pro', Helvetica, Arial, sans-serif; font-weight:bold; font-size:26px;
}

/*----------------------------------------------------------------------------- 
Wrapper
-----------------------------------------------------------------------------*/
#content {
	width: 960px;
	margin-left: -480px;
	top: 0px;
	position: absolute;
	left: 50%;
}
#wrapper {
	overflow: visible;
	position: absolute;
	height: 1px;
	width: 100%;
}
/*----------------------------------------------------------------------------- 
Wrapper
-----------------------------------------------------------------------------*/
#header {
		background: URL(/images/Watertech_header_background.png);
		height: 128px;
}
#rule {
	margin-left: -200px;
}
#center {
		background: URL(/images/Watertech-main-background.png);
		width: 960px;
}
#water {
		background: URL(/images/Watertech_water_background.png);
		background-repeat: no-repeat;
		height: 80px;
			
	}
	
#headerAddy {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#FFF;
	font-size:12px;
	text-align: right;
	padding-top: 5px; 	
}
/*----------------------------------------------------------------------------- 
MAIN MENU
-----------------------------------------------------------------------------*/
#Menu{
				margin-left: 200px;
				margin-top: -50px;
				position: absolute;
				}


#main_menu{
                padding: 0;
                margin: 0;
                list-style: none;
                float:left;
                padding-left:10px;
                font-size: 13px;
                font-weight:bold;
                font-family: Arial, Helvetica, sans-serif;
                }
                
#main_menu a{
                padding: 0;
                margin: 0;
                height:50px;
                padding: 0 15px 0 15px;
                display: block;
                line-height:4.3em;
                text-decoration: none;
                float:left;
                letter-spacing:1px;
                color:#a2a294;
                }
                
#main_menu li{
                padding: 0;
                margin: 0;
                float:left;
                }
                
#main_menu a:hover,#main_menu .active_menu{
                text-decoration: none;
                line-height:4.3em;
                background: url("/images/mainmenu_active.png") no-repeat bottom center;
                color:#fff;
               }
/*----------------------------------------------------------------------------- 
END MAIN MENU
-----------------------------------------------------------------------------*/
#Slides{
	Width: 480px;
	Height: 300px;
}
#ManufacturersLogo{
	Width: 480px;
	height: 300px;
	margin-left: 480px;
	margin-top: -300px;
}


	

#footer h2 {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#black;
	font-size:18px;
	
}
#footer h3 {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#999;
	font-size:14px;
	
}
#copyright {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	width: 260px;
	color:#999;
	font-size:10px;
}
#footerAddy {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#333;
	font-size:11px;
	text-align: right;
	Margin-top: -20px;
	margin-left: 260px;
	width: 700px;
}
#CenterLeft {
	padding-left: 35px;
}
#CenterRight {
	padding-right: 5px;
	text-align: right;
}
#CenterRight h2 {
		font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
		font-weight:bold;
		color:#66ccff;
		font-size:18px;
	}
#CenterRight a {
			font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
			font-weight:bold;
			color:#000;
			font-size:14px;
			text-decoration: none;
		}