body
{
   background: #ECF4E8;
   font-family: Arial;
}
#wrapper
{
   margin: 20px auto 0px;
   width: 960px;
}

#header
{
   float: left;
   width: 960px;
}

#header a#logo
{
   height: 55px;
   width: 220px;
   display: block;
   background: url(../images/logo.png) no-repeat;
   float: left;
}

#header #slogan
{
   float: left;
   width: 394px;
   height: 45px;
   padding: 10px 0px 0px 10px;
}

#header #slogan h2
{
   font-size: 16px;
   font-weight: bold;
}

#header #slogan h3
{
   font-size: 10px;
}

#header #search-box
{
   float: right;
   width: 336px;
   height: 94px;
   background: url(../images/search-box.png) no-repeat bottom;
}

#header #search-box form
{
   margin: 50px 20px 0px 65px;
}
#header #search-box input.text
{
   width: 170px;
   font-size: 14px;
   padding: 2px;
   border-style: none;
}
#header #search-box input.submit
{
   background: #DA3D36;
   color: #FFF;
   margin-left: 2px;
   padding: 2px;
   border-style: none;
   font-size: 14px;
}

/*#header */
#header #menu1
{
   height: 39px;
   width: 624px;
   background: url(../images/menu1.png) no-repeat;
   float: left;
}

#header #menu1 li
{
   float: left;
}

#header #menu1 a
{
   display: block;
   font-size: 14px;
   font-weight: bold;
   color: #FFF;
   display:block;
   margin: 9px 0px 7px;
   padding: 2px 20px 3px 25px;
   border-left: 2px solid #CCC;
   background: url(../images/menu1-arrow.png) no-repeat 10px center;
}

#header #menu1 li.first a
{
   border-left: none;
}

#header #menu1 li li a
{
   margin: 0px 0px 0px 2px;
   color: #000;
   background: url(../images/menu1-sub.png) no-repeat;
   height: 30px;
   width: 145px;
   line-height: 30px;
   padding: 0px 0px 0px 25px;
   border-bottom: 1px solid #5F9941;
   border-left: 1px solid #5F9941;
   border-right: 1px solid #5F9941;
}

#header #menu1 li.first li a
{
   border-left: 1px solid #5F9941;
}

#header #menu1 li li a:hover
{
   background: url(../images/menu1-sub.png) 0px -30px;
   color: #FFF;
}

#header #menu1 li ul
{
   position: absolute;
   width: 1px;
   visibility: hidden;
}

#header #menu1 li:hover ul,
#header #menu1 li ul.hover
{
   visibility: visible;
}

#body
{
   float: left;
   width: 940px;
   padding: 20px 20px 20px 0px;
}

#body #menu2
{
   float: left;
   width: 220px;
   margin-bottom: 40px;
}

#body #menu2 a
{
   font-size: 14px;
   font-weight: bold;
   color: #FFF;
   background: url(../images/menu2.png) no-repeat;
   display: block;
   height: 30px;
   line-height: 30px;
   padding-left: 25px;
   margin-bottom: 15px;
}

#body #menu2 ul li
{
   margin-bottom: 3px;
}

#body #menu2 ul li a
{
   background: url(../images/menu2.png) no-repeat 0px -30px;
   color: #000;
   height: 30px;
   margin-bottom: 0px;
   overflow: hidden;
}

#body #menu2 ul li a:hover
{
   background: url(../images/menu2.png) no-repeat 0px -60px;
}

#footer
{
   width: 960px;
   float: left;
}

#footer #bar
{
   background: #5F9941 url(../images/footer-bar.png) no-repeat;
   height: 26px;
   padding: 2px 6px 6px 0px;
}

#footer #bar ul
{
   float: left;
}

#footer #bar ul li
{
   display: inline;
   margin-left: 15px;
}

#footer #bar ul li a
{
   color: #FFF;
   font-size: 12px;
   font-weight: normal;
   line-height: 24px;
}

#footer #bar ul li a:hover
{
   font-weight: bold;
}

#footer #bar h3
{
   float: right;
   font-size: 11px;
   font-weight: normal;
   color: #FFF;
   margin-right: 10px;
   line-height: 26px;
}

#footer #sponsers
{
   height: 50px;
   margin-top: 15px;
   background: url(../images/sponsers.png) no-repeat center;
}

#footer h3#dev
{
   color: #999;
   font: normal 12px Georgia, "Times New Roman", Times, serif;
   text-align: center;
   margin: 30px 0px 20px;
}
