BODY {
 margin: 0px;
 font-family: Arial,Verdana;
 font-size: 12pt;
 font-style: normal;
 background: #FFF;
}

#WaterPole {
 position: relative;
 background-image: url("../imgs/water_pole.jpg");
 background-repeat: repeat-y;
 background-position: center;
 border: 0px #000 solid;
 width: 210px;
}

IMG {
 margin-right: 15px;
}

IMG.Logo {
 float: left;
 margin: 0px;
}

A.nav {
 color : #039;
 text-decoration : none;
 background: transparent;
 display: block;
}

A.navH1 {
 color: #006;
 text-decoration : none;
 font-size: 10pt;
 font-weight: bold;
}

A.nav:hover {
 color: #f69;
 text-decoration: underline;
 display: block; 
}

#Content {
 position: absolute;
 left: 210px;
 top: 20px;
}

#Order {
 position: relative;
 left: 0%;
 top: 10%;
 width: 85%;
 height: 90px;
 padding: 0%;
 margin: 0%;
 background-color: #ccf;
 text-align: center;
}

#Price {
 position: relative;
 left: 10%;
 top: 4%;
 margin: 0%;
 padding: 0%;
 width: 65%;
 background-color: #fff;
 text-align: center;
 border: solid red 1px;
}

.PriceBox {
 border: 0px solid red;
 font-weight: bold;
}

H1 {
 position: relative;
 width: 100%; 
 text-align: center;
 font-size: 28pt;
 color: #006;
 margin: 0%;
 padding: 0%;
}

H2 {
 position: relative;
 font-size: 16pt;
 color: #006;
 padding: 0%;
 margin: 0%;
 text-align: left;
}

H3 {
 position: relative;
 font-size: 10pt;
 color: #006;
 padding: 1px;
 padding-left: 4px;
 margin: 1px 1px;
}

H4 {
 position: relative;
 padding: 0px;
 margin: 0px;
 font-size: 11pt;
 color: #006;
 text-align: center;
}

H5 {
 position: relative;
 padding: 0px;
 margin: 0px;
 font-size: 12pt;
 font-weight: normal;
 color: #006;
 text-align: left;
}

P {
 margin: 0%;
 padding: 0%;
}

UL {
 position: relative;
 margin-left: 35px;
 margin-right: 40px;
 top: 0px;
 line-height: 145%;
 font-size: 10pt;
}

IMG {
 border: 0px none;
}

.description {
 width: 90%;
 text-align: justify;
 line-height: 140%;
}

.footer {
 font-size: 8pt;
 text-align: center;
 margin: 5%;
}

#footerNav {
 width: 90%;
 margin-top: 6%;
}
