﻿html 
{
  height:100%;
}
body 
{
  font-family:Arial, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  font-size:14px;
  line-height:1.5em;
  background: url("../images/bodybg.jpg") no-repeat scroll 50% 50% #7082FE;
}
div#content
{
  width: 1100px;
  margin: 30px auto 0px;
}
div#menu
{
  background-image: url("../images/borderTop.png");
  background-repeat: no-repeat;
  height: 75px;
  margin-top: 20px;
  padding-left: 40px;
  width: 100%;
}
div#component
{
  background-color: #FFE6C2;
  padding: 20px;
}
div#bottom
{
  width: 100%;
  height: 55px;
  background-image: url("../images/borderBottom.png");
}
div#menubottom
{
  margin: 10px auto;
}
.menu
{
  display: block;
  list-style: none outside none;
  margin: 0 4px;
  padding-top: 0;
}
.menu li.active 
{
  background: url("../images/bg-nav-right.png") no-repeat scroll 100% 0 transparent;
  height: 66px !important;
}
.menu li.active span 
{
  background: url("../images/bg-nav-right.png") no-repeat scroll 100% 0 transparent;
  height: 66px !important;
}
.menu li.active a 
{
    height: 40px !important;
}
.menu li.active a 
{
    background: url("../images/bg-nav-left.png") no-repeat scroll 0 0 transparent;
    color: black;
    height: 66px !important;
    margin-left: -32px;
}
.menu a 
{
  color: #454545;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  height: 70px;
  margin-left: -32px;
  padding: 25px 30px 0;
  text-transform: uppercase;
  text-decoration: none;
}

.menu li 
{
  background: none repeat scroll 0 0 transparent;
  float: left;
  list-style: none outside none;
  position: relative;
  z-index: 900;
  display: block;
  float: left;
}
.menu, .menu * 
{
  margin: 0;
  padding: 0;
  /* margin-left: 40px; */
}
li 
{
  background: none repeat scroll 0 0 transparent;
  list-style-type: circle;
  margin: 4px;
}
#qcontacts 
{
  margin: 0 !important;
}
h1
{
  line-height: 1em;
}