/* Very, very mondo */

body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: white;
background-color: maroon;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-right: 80px;
background-color: maroon;
border-bottom: 5px #333366 solid;
color: white;
font-weight: bold;
font-size: .9em;
text-align: right;
letter-spacing: 5px;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1em;
font-weight: bold;
color: white;
padding-bottom: 10px;
padding-top: 7px;
padding-left: 190px;
font-weight: bold;
background-color: #333366;
border-top: 5px maroon solid;
letter-spacing: 5px;
border-bottom: 2px black solid;
}

/* Styles for the main text on the page. */

#main-text {
text-align: justify;
margin-top: 0;
margin-bottom: 50px;
margin-left: 190px;
margin-right: 50px;
}

p, ul, ol, table {
font-size: .7em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 4;
font-size: .9em;
color: white;
font-weight: bold;
border-bottom: 1px white solid;
}

h3 {
text-align: left;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 5px;
font-size: .9em;
color: white;
background-color: black;
font-weight: bold;
border-top: 1px white solid;
border-left: 1px white solid;
border-right: 1px white solid;
border-bottom: 2px white solid;
}

#pricelist {
width: 350px;
}

#pricelist div.level {
border: 1px white solid;
margin-bottom: 10px;
}

#pricelist div.level p {
text-align: left;
border-left: 1px white solid;
border-right: 1px white solid;
border-bottom: 1px white solid;
margin-bottom: 0;
}

table.pricelist {
margin-bottom: 0;
width: 100%;
border: 1px solid white;
border-collapse: collapse;
}

table.pricelist th{
padding-left: 20px;
width: 120px;
text-align: left;
border-bottom: 1px solid white;
}

table.pricelist td{
text-align: left;
border-bottom: 1px solid white;
}

table.pricelist td.pricetag{
width: 30%;
}

#pricelist div.level span.unit {
padding-left: 20px;
}

#pricelist div.level span.pricetag {
padding-left: 120px;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #000000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #ad5600;
text-decoration: none;
font-weight: bold;
}

/* Styles for the navbar on the left side. */

#navigation-menu {
position: absolute;
top: 70px;
left: 0;
width: 120px;
text-align: right;
background-color: #333366;
border-bottom: 2px black solid;
border-right: 2px black solid;
padding-top: 60px;
padding-bottom: 0px;
}

#navigation-menu p {
padding-right: 20px;
margin-bottom: 0;
border-top: 2px black solid;
font-size: .8em;
line-height: 25px;
}

#navigation-menu a:link, #navigation-menu a:visited {
color: white;
text-decoration: none;
}

#navigation-menu a:hover{
color: white;
text-decoration: underline;
}

#navigation-menu a.current {
color: maroon;
text-decoration: none;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #333366;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px #000000 solid;
font-size: .7em;
font-weight: bold;
padding-right: 50px;
}

#footer a:link, #footer a:visited {
color: #000000;
}

#footer a:hover {
color: #333366;
}

#counter {
text-align:left;
color: white;
font-weight: bold;
}
