/* Stylesheet */

body {
  margin: 0;
  padding: 0;
  background: #fff url(img/bg_body.gif) left bottom fixed repeat-x;
  font: 0.9em Verdana;
  line-height: 1.3em;
  color: #5C5C5C;   
}

a, a:visited {color: #6A9055; font-weight: bold; }
a:hover {color: #000; }

#container {
  width: 778px;
  margin: 0 auto;
  padding: 0 1px;
  background: #fff url(img/bg_container.gif) left top repeat-y;
	min-height: 100%; /* Sets height to 100% for compliant browsers */
	text-align: left;
}

#left {
  float: left;
  width: 204px;
}

#left a, #left a:visited, #left a:hover { text-decoration: none; }

#left h1 {
  width: 204px;
  height: 105px;
  margin: 0;
  padding: 0;
  background: transparent url(img/bg_h1.gif) left top no-repeat;
}

#left h1 span { display: none; }

#left ul {
  background: transparent url(img/bg_ul_footer.gif) left bottom no-repeat;
  margin: 0;
  padding: 0 0 20px 0;
}

#left ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #9D9D9D;
}

#left ul li a {
  height: 32px;
  width: 204px;
  display: block;
}

#left ul li a#main, #left ul li a#main:visited { background: url(img/nv_01_off.gif) left top no-repeat;}
#left ul li a#main:hover { background: url(img/nv_01_on.gif) left top no-repeat; }
#left ul li a#main_open { background: url(img/nv_01_open.gif) left top no-repeat; }

#left ul li a#services, #left ul li a#services:visited { background: url(img/nv_02_off.gif) left top no-repeat;}
#left ul li a#services:hover { background: url(img/nv_02_on.gif) left top no-repeat; }
#left ul li a#services_open { background: url(img/nv_02_open.gif) left top no-repeat; }

#left ul li a#prices, #left ul li a#prices:visited { background: url(img/nv_03_off.gif) left top no-repeat;}
#left ul li a#prices:hover { background: url(img/nv_03_on.gif) left top no-repeat; }
#left ul li a#prices_open { background: url(img/nv_03_open.gif) left top no-repeat; }

#left ul li a#contact, #left ul li a#contact:visited { background: url(img/nv_04_off.gif) left top no-repeat;}
#left ul li a#contact:hover { background: url(img/nv_04_on.gif) left top no-repeat; }
#left ul li a#contact_open { background: url(img/nv_04_open.gif) left top no-repeat; }

#left ul li a#eservices, #left ul li a#eservices:visited { background: url(img/nv_05_off.gif) left top no-repeat;}
#left ul li a#eservices:hover { background: url(img/nv_05_on.gif) left top no-repeat; }
#left ul li a#eservices_open { background: url(img/nv_05_open.gif) left top no-repeat; }

#left #info {
  width: 196px;
  margin: 20px auto;
  font: 0.74em Verdana;
  color: #fff;
}

#left #info p {
  padding: 10px 6px;
  margin: 0;
}
#left #info_top {
  background: url(img/bg_info_top.gif) left top no-repeat;
  width: 196px;
  height: 35px;
}

#left #info_cont {
  background: url(img/bg_info_cont.gif) left top repeat-y;
  width: 172px;
  padding: 0 12px;
}

#left #info_bottom {
  background: url(img/bg_info_bottom.gif) left top no-repeat;
  width: 196px;
  height: 35px;
}

#right {
  float: right;
  background: transparent url(img/bg_top.jpg) left top no-repeat;
  width: 534px;
  padding: 300px 20px 20px 20px;
}

#right img {
  float: right;
  margin: 10px;
  clear: right;
  padding: 2px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #ccc;
}

#right h2 {
  font: 1em Verdana;
  font-weight: bold;
  color: #A42914;
  text-transform: uppercase;
}

#right h3 {
  font: 0.8em Verdana;
  font-weight: bold;
  text-transform: uppercase;
}

#right ul.calendar {
  font: 0.7em Verdana;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  float: left;
  border: 1px solid #5C5C5C;
  border-right: none;
  border-bottom: none;
}

#right ul.calendar li {
  display: block;
  text-align: center;
  height: 44px;
  width: 73px;
  padding: 0 1px;
  margin: 0;
  background: #ddd;
  border-bottom: 1px solid #5C5C5C;
}

#right ul.calendar li.hd {
  background: #fff;
  font-weight: bold;
  text-indent: 8px;
  height: auto;
  text-align: left;
}

#right ul.calendar li.empty {
  background: #fff;
}

table {
  font: 0.8em Verdana;
  border: 1px solid #A42914;
  width: 520px;
}

table tr.head {
  background: #A42914;
  color: #fff;
}

#footer {
  clear: both;
  background: #BF1C00 url(img/bg_footer.gif) left bottom repeat-x;
  width: 778px;
  height: 38px;
  border-top: 1px solid #fff;
}

#footer p {
  margin: 0;
  padding: 10px 0 0 240px;
  color: #fff;
  font: 0.76em Verdana;
}
