@charset "UTF-8";
/* CSS Document */

#wrapper {
	background:url(../images/template/content-bg-water.gif) top left repeat-y;
}

#header {
	background:url(../images/template/header-water.jpg) top right no-repeat;
}

#navigation {
	background:#009ddc;
}

#water a {
	background: url(../images/template/hnav/water-water.gif) top left no-repeat;
}

#gas a {
	background:url(../images/template/hnav/water-gas.gif) top left no-repeat;
}

#specialist a {
	background:url(../images/template/hnav/water-special.gif) top left no-repeat;
}

#water a:hover {
	background: url(../images/template/hnav/water-water-over.gif) top left no-repeat;
}

#gas a:hover {
	background:url(../images/template/hnav/water-gas-over.gif) top left no-repeat;
}

#specialist a:hover {
	background:url(../images/template/hnav/water-special-over.gif) top left no-repeat;
}

#content {
	color:#5e6e65;
}

#content h1 {
	color:#02449e;
}

#content h2 {
	color:#009ddc;
}

#content h3 {
	color:#009ddc;
}

#content a, #content a:visited {
	color:#009ddc;
}

#content ul li {
	list-style-image:url(../images/template/bullet-water.gif);
}

#content .emphasis {
	color:#009ddc;
	font-weight:bold;
}

#navigation a:hover, #navigation a.selected {
	color:#02449e;
}

#navigation a.deselected, #navigation a.deselected:visited {
	color:#b9e4f5;
}
#navigation a.deselected:hover {
	color:#ffffff;
}

#footer {
	background:url(../images/template/content-bg-water.gif) top left repeat-y;
}

