body {
  color: #B6B7BD;
  background-color: #101332;
  background-image: url(../images/bac_bg.gif);
  background-repeat: repeat-x;
  font-size: 100%; /* 11px */
  line-height: 1.3em;
  font-family: Verdana, Geneva, Tahoma, sans-serif; /* Verdana, Arial, Helvetica, sans-serif */
  padding: 0px;
  margin: 0px;
}
* {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
h1 {
  color: #ffff00;
  font-size: 1em;
}
h2 {
  color: #e74602;
  font-size: 0.8em;
}
p {
  font-size: 68.75%;
  margin-bottom: 10px;
}
address {
  font-size: 68.75%;
}
li {
  font-size: 68.75%;
  line-height: 120%;
}

a {
  color:#fff;
}

label {
  display: block;
  color: #FFE400;
  font-weight: bold;
  margin-top: 10px;
}
textarea,input {
  border: 1px solid #C7DAF0;
}
fieldset {
  border: 1px solid #191919;
  color: #FFE400;
}
#wrapper {
  width: 850px;
  margin: 0px auto;
}

#banner {
  height: 426px; /* 424px */
}
/* top banner image logo */
#banner_top {
  background: url(../images/banner.gif) top center no-repeat;
  height: 138px; /* 134px */
  display: block;
}

#banner_bottom {
  background: url(../images/menu_left.gif) no-repeat top left;
  height: 48px;
}

#banner_bot {
  background: url(../images/menu_right.gif) no-repeat top right;
  height: 48px;
}
#navigationWrapper {
  background: url(../images/menu_bg.gif);
  height: 48px;
  margin: 0 10px 0 10px;
}
#menu {
  /* padding-top: 15px;
  padding-left: 30px; */
  height: 48px;
}
#menu.top {
  font-weight: bold;
}
#menu ul {
  height: 48px;
  line-height: 48px;
}
#menu li {
  display: inline;
  padding: 0 50px;
  background: url(../images/menu_bar.gif) no-repeat top right;
}
#menu li.none {
  display: inline;
  padding: 0 40px;
  background: none;
}
#menu li.last {
  background: none;
}
#menu li a {
  color: #fff;
  text-decoration: none;
  /* font-size: 0.6875em; 11px */
}
.home #menu li a.home {
  color: #ffff00;
  text-decoration: none;
}
.about #menu li a.about {
  color: #ffff00;
  text-decoration: none;
}
.services #menu li a.services {
  color: #ffff00;
  text-decoration: none;
}
.gallery #menu li a.gallery {
  color: #ffff00;
  text-decoration: none;
}
.contact #menu li a.contact {
  color: #ffff00;
  text-decoration: none;
}

#menu li a:hover {
  text-decoration: underline;
}

#main_img {
  background: #04050D;
}

#main_body {
  background-color: #090A1B;
  padding: 7px 7px 6px 7px;
}

#main_body_bg {
  background: url(../images/body_bg.gif) repeat-x #0B0D22; /* */
}

#main_body_wrapper {
  padding-top: 20px;
  overflow: auto;
}

.column {
  width: 265px;
  float: left;
}

.center {
  width: 295px;
  float: left;
  border-left: 1px solid #414253;
  border-right: 1px solid #414253;
  padding: 10px;
}


#footer {
  height: 23px;
  color: #BFC0C7;
  background: url(../images/bg.gif);
}

#footer  a {
  color: #BFC0C7;
}

.right {
  float: right;
}

.left {
  float: left;
}

.thumb {
  border: 3px solid #fff;
  margin: 5px;
  float: left;
}

.yel_bold {
  font-weight: bold;
  color: #F1DA02;
}

#inner {
  padding: 20px;
}

#inner li {
  list-style-type: circle;
  list-style-position: inside;
}

.right1 {
  width: 50%;
  float: right;
}

#inner_right {
  float: right;
  width: 20%;
  padding-top: 70px;
}

#inner_left {
  float: left;
  width: 80%;
}

ul.bullet li{
  background: url("../images/pointer.png") no-repeat top left; /* center left */
  padding: 2px 0 5px 20px;
}
