*{
	margin: 0px;
	padding: 0px;
	line-height:14px;
}
p{
	padding-bottom:10px;
}

h2{
	color:#E6EAEE;
	font-size:15px;
	font-weight:bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #919ea7;
}

h3{
	color:#E6EAEE;
	font-size:11px;
	font-weight:bold;
}


body {
	color:#DDDDDD; 
	background-color:#404d56;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#headerBg{
	width: 770px;
	height: 370px;
	margin: 0px auto;
	background: url(img/header.jpg) no-repeat;
	position:relative;
}


#leftBgHead{
	width: 50%;
	height: 370px;
	background: url(img/headerLeft.jpg) repeat-x;
	position:absolute;
	left: 0px;
}

#rightBgHead{
	width: 50%;
	height: 370px;
	background: url(img/headerRight.jpg) repeat-x;
	position:absolute;
	right: 0px;
}

#bodyBg{
	background: url(img/bodyBg.jpg);
	background-repeat:repeat-x;
	background-color:#55626a;
}

#pageBg{
	width: 710px;
	min-height: 302px;
	margin: 0px auto;
	border-left: 1px solid #74828b;
	border-right: 1px solid #74828b;
}
.column{
	padding:30px 15px 0px 15px;
	width:206px;
	float:left;
	display:block;
}
#column1{
	background: url(img/tap.gif) no-repeat right top;
}
#column2{
	background: url(img/bidet.gif) no-repeat right top;
}
#column3{
	background: url(img/wc.gif) no-repeat right top;
}
#pageWrapper{
	padding:0px;
}


#footerBg{
	width: 770px;
	height: 52px;
	margin: 0px auto;
	background: url(img/footer.jpg) no-repeat;
	position:relative;
	color:#C4C9CD;
}


#leftBgFooter{
	width: 50%;
	height: 52px;
	background: url(img/footerLeft.jpg) repeat-x;
	position:absolute;
	left: 0px;
}

#rightBgFooter{
	width: 50%;
	height: 52px;
	background: url(img/footerRight.jpg) repeat-x;
	position:absolute;
	right: 0px;
}
li{
	list-style-position:outside;
	list-style-image:url(img/bullet1.gif);
	color:#B4CFDA;
	margin-left:20px;
	padding-bottom:5px;
}
