body {
  color: black;
  background: url(../images/footer-copyright-bg.gif);
  font-family: Verdana, Arial, sans-serif;
  font-size: 63%;
}

* {margin: 0; padding: 0;}
img {border: none;}
ul {list-style: none;list-style-position: outside;}

#sponsors { text-align: center; }
#header a, #sponsors a {cursor: pointer;}
.clear {clear: both;}


/*** Specials ***/
#specials {
    border: 1px solid black; 
    margin: 0px 20px; 
    background: url(../images/header-call-bg.gif);
    color: White;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
}

/*** Header ***/

#header {
  color: white;
  background: #252525 url(../images/header-bg.gif);
  position: relative;
}

#header h1 {
  padding: 4px 0 4px 30px;
  height: 90px;
  position: relative;
  z-index: 1;
}

#header h2 {
  position: absolute;
  top: 0;
  right: 0;
}

#call-us {
  color: #acacac;
  background: url(../images/header-call-bg.gif);
  padding: 2px 30px 0px;
  font-family: "Myriad Roman", "MyriadPro", Myriad, Arial, sans-serif;
  font-size: 1.4em;
  position: relative;
}

#call-us p.right {
  position: absolute;
  right: 110px;
  top: 3px;
}

#call-us a {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 2; 
}

#call-us span.number {
  color: white;
  font-size: 1.6em;
}

#header-shadow {
  background: url(../images/header-shadow.png) top repeat-x;
  height: 30px;
  position: relative;
  z-index: 1;
}

/*** Main Content ***/

#container-wrap1 {
 
}

#container-wrap2 {
  
  width: 100%;
  margin: -30px auto 0;
}

#container {
  
  width: 100%;
  margin: 0 auto;
  font-size: 1.4em;
  position: relative;
}

#watermark {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}

/*** Sidebar ***/

#sidebar {
  width: 200px;
  padding-bottom: 40px;
  float: left;
}

#sidebar h2 {
  color: #363636;
  margin-left: 30px;
  font: normal 2.3em "Trebuchet MS", Arial, sans-serif;
}

/*** Main Menu ***/

#menu {
  font-size: 1.2em;
}

#menu li a {
  color: #1645FF;
  padding: 1px 0 1px 27px;
  text-decoration: none;
  display: block;
}

#menu li a:hover {
  color: white;
  background: #464646 url(../images/menu-detail.gif) left top no-repeat;
}

#menu li a.selected {
  color: white;
  background: #464646 url(../images/menu-detail-blue.gif) left top no-repeat;
}

#menu li a.selected:hover {
  color: white;
  background: #464646 url(../images/menu-detail-blue.gif) left top no-repeat;
}

#menu li ul li a {
  margin-left: 25px;
  padding: 0;
  font-size: 0.9em;
}

#menu li ul li a span.arrows {
  margin-right: 3px;
  padding: 0 2px;
  font-size: 1.2em;
}

#menu li ul li a:hover {
  background-image: none;
} 

#menu li ul li a.selected:hover{
  background: #005b7f;
  background-image: none;
}

#menu li ul li a:hover span.arrows {
  color: white;
}

#menu li ul li a.selected {
  background: #005b7f;
}

#menu li ul li a.selected span.arrows {
  color: #7da7d8;
  background: #464646;
}

#sponsors {
  width: 80px;
  margin-left: 15px;
}

#sponsors a {
  margin: 10px 0 0 10px;
  display: block;
  text-align: center;
}

#badge {
  margin: 24px 0 60px 12px;
}

/*** Main Part ***/

#main {
  margin-left: 200px;
  padding: 8px 0 30px;
  line-height: 1.3em;
}

#navi {
  color: #464646;
  font-size: 0.9em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#navi span.arrows {
  color: #005b7f;
  font-size: 1.5em;
  line-height: 0.1em;
  position: relative;
  bottom: -2px;
}

#navi a {
  color: #464646;
  text-decoration: none;
}

#navi a:hover {
  text-decoration: underline;
}

#main h2 {
  color: #545454;
  margin: 14px 0;
  border-bottom: 1px solid black;
  font: normal 2.1em "Trebuchet MS", Arial, sans-serif;
}

#container h2{
  color: #545454;
  margin: 14px 0;
  border-bottom: 1px solid black;
  font: normal 2.1em "Trebuchet MS", Arial, sans-serif;
}

#main p, #main ul, #main .post-img {
  margin-bottom: 16px;
}

#main ul li {
  background: url(../images/arrows.gif) left 0.4em no-repeat;
  margin-left: 7px;
  padding-left: 14px;
}

/*** Footer ***/

#footer {
  color: white;
  background: #292929 url(../images/footer-bg.gif);
  font-size: 1.2em;
}

#footer-border {
  background: url(../images/header-call-bg.gif);
  height: 12px;
  clear: left;
}

#logo-small {
  padding: 4px 30px 4px;
  float: left;
}

#footer #contacts {
  padding: 4px 0;
  position: relative;
}

#copyright {
  color: #005b7f;
  background: url(../images/footer-copyright-bg.gif);
  padding: 4px 27px;
  font-size: 0.9em;
  clear: left;
}


