﻿/* CSS Document *//* CSS Document */
body{
  background: #2D0202;
  color: #222222;
  font-family: arial;
  font-size: 12px;
  text-align: center;
}

/* Start Navigation */
.navi{
  background: #7c0000 url(../images/bg_01.gif) repeat-x;
  width: 100%;
  padding: 8px 0; 
  text-align: center;
}
.navi li{
  color: #ffffff;
  font-family: arial;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline;
}
.navi li a, .navi li a:visited{
  text-decoration: none;
  color: #191919;
  padding: 8.5px 44.6px;
}
.navi li.homelink a:hover{
  background: transparent url(../images/hover1.gif) no-repeat center;
  text-decoration: none;
  color: #ffffff;
}
.navi li.pglink a:hover{
  background: transparent url(../images/hover1.gif) no-repeat center;
  text-decoration: none;
  color: #ffffff;
}
.navi li.menulink a:hover{
  background: transparent url(../images/hover1.gif) no-repeat center;
  text-decoration: none;
  color: #ffffff;
}
.navi li.contactlink a:hover{
  background: transparent url(../images/hover1.gif) no-repeat center;
  text-decoration: none;
  color: #ffffff;
}
.navi li.aboutlink a:hover{
  background: transparent url(../images/hover1.gif) no-repeat center;
  text-decoration: none;
  color: #ffffff;
}
.undernav{
  background: #7coooo;
  width: 100%;
  height: 20px;
}
.undernav #submenu{
  visibility:hidden;
  position:absolute;
  margin-top: 0px;
}
.undernav #submenu a, .undernav #submenu a:visited{
  color: #ffffff;
  font-weight: bold;
  font-family: arial;
  font-size: 11px;
  text-decoration: none;
  padding: 3px 5px;
  height: 20px;
}
.undernav #submenu a:hover{
  background: #96340A;
  color: #ffffff;
  cursor: pointer;
}
/* End Navigation */