
/*  fix for browsers that like to draw a border around an image in a hyperlink  */
a img { border: none; }


ul, ol { margin-top: 0.25em; margin-bottom: 0.25em; }


body {
/*  background: url(../img/background.jpg) repeat; */
}

table.main {
  width: 100%;
  padding: 1em 3em 2em 3em;
  background: #555;
}


tr.header {
  font-family: sans-serif;
}
table.header {
  font-family: sans-serif;
}
table.header tr {
  vertical-align: middle;
}
td.header_title {
  font-size: 400%;
  text-align: right;
  color: red;
  padding: 0.25em 0.5em 0.25em 1.5em;
}
td.header_extra {
  font-size: 120%;
  text-align: left;
  color: white;
  padding: 0.25em;
}


tr.main_body {
}
table.body {
  margin: 0;
  padding: 0;
}


tr.body {
  vertical-align: top;
}
td.menuwrapper {
}

td.content {
  border: 1px solid black;
  background-color: #ccc;
  background: url(../img/bg-wood1.jpg);
  padding: 0.5em;
  width: 100%;
  height: 100%;
}

div.footer {
  font-weight: bold;
  padding-top: 1.5em;
  text-align: center;
}
div.sub_footer {
  font-size: 85%;
  text-align: center;
}


/*---------------------- Price Guide Table -----------------------*/

table.price_guide {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

table.price_guide td {
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}


/**************** menu coding *****************/
td.menuwrapper {
width: 9em;
padding: 0;
border: none;
}

#menu {
width: 9em;
background: #555;
color: white;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: 80% sans-serif;
display: block;
/*border-width: 1px;
border-style: solid;
border-color: #555;*/
margin: 0;
padding: 0.25em 0.3em;
}

#menu a {
color: white;
background: #555;
text-decoration: none;
}

#menu a:hover {
color: red;
/*background: #aaa;
border-color: #222 #ccc #ddd #444;*/
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
border: 1px black solid;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

/* Styling for Expand */

#menu a.sub_menu, #menu a.sub_menu:visited{
background: #555 url(../img/menu_sub_a.png) no-repeat right;
}

#menu a.sub_menu:hover{
background: #555 url(../img/menu_sub_b.png) no-repeat right;
}

/* ---------------- error page stuff ---------------- */
div.error {
}
div.error_msg {
}



