@charset "utf-8";
/* CSS Document */

body {
   background:url(../images/background.gif);
   _text-align:center;
}

#wrapper {
   background:url(../images/header-top.gif) 0 0 repeat-x #fff;
}

#wrapper2 {
   width:970px;
   margin:0 auto;
   _text-align:left;
   background:#fff;
}

/* Header */

#header {
   height:120px;
}

#header h1 {
   float:left;
}

#header h2 {
   float:right;
}

/* Header End */
/* Top Navigation */

#top-nav {
   height:37px;
   background:url(../images/top-nav-bg.gif) 0 0 repeat-x;
   margin-bottom:18px;
}

#top-nav ul, #top-nav ul li, #left-nav ul, #left-nav ul li, #footer ul, #footer ul li {
   margin:0;
   padding:0;
   list-style-type:none;
}

#top-nav ul {
   float:right;
}

#top-nav ul li {
   float:left;
}

#top-nav ul li a {
   height:37px;
   display:block;
   float:left;
   background:url(../images/top-nav-spacer.gif) 100% 50% no-repeat;
   font:normal 12px Arial, Helvetica, sans-serif;
   line-height:37px;
   color:#fff;
   text-decoration:none;
   padding:0 15px;
}

#top-nav ul li.last a {
   background:none;
}

#top-nav ul li a span {
   font-size:10px;
}

#top-nav ul li a:hover {
   text-decoration:underline;
}

/* Top Navigation End */
/* Left Navigation */

#left-nav {
   width:200px;
   float:left;
}

#left-nav ul {
   padding:0 0 10px 8px;
}

#left-nav ul li {
   margin:0 0 4px;
   width:192px;
   height:31px;
}

#left-nav ul li a {
   display:block;
   height:31px;
   font:bold 13px Arial, Helvetica, sans-serif;
   color:#2d9612;
   line-height:31px;
   padding:0 5px 0 12px;
   text-decoration:none;
   background:url(../images/left-nav-main.png) 0 0 no-repeat;
}

#left-nav ul li h1 a {
   background-image:url(../images/left-nav-main-h1.png);
}

#left-nav ul li a:hover {
   color:#48bd2a;
   background-position:0 -31px;
}

#left-nav form {
   margin:0 0 15px 8px;
   background:#efefc8;
}

#left-nav form h3 {
   padding:20px 11px 12px;
   font:bold 18px Arial, Helvetica, sans-serif;
   color:#71720c;
   background:url(../images/quick-top.gif) 0 0 no-repeat;
}

#left-nav form p {
   padding:0 11px 8px;
   font:normal 11px Arial, Helvetica, sans-serif;
   color:#333;
}

#left-nav form input, #left-nav form textarea {
   border:1px dotted #a7a78c;
   width:165px;
   height:22px;
   padding:3px 4px 0;
   font:normal 11px Verdana, Arial, Helvetica, sans-serif;
   color:#666;
}

#left-nav form textarea {
   height:60px;
}

#left-nav form p.submit-button {
   background:url(../images/quick-bottom.gif) 0 100% no-repeat;
   text-align:right;
   padding:0 16px 15px 11px;
}

#left-nav form p.submit-button input {
   display:block;
   width:55px;
   height:20px;
   border:0;
   padding:0;
   background:url(../images/submit-button.gif) 0 0 no-repeat;
   text-align:left;
   text-indent:-9999px;
   overflow:hidden;
   line-height:0;
   cursor:pointer;
   margin:0 0 0 auto;
}

#left-nav h2 {
   padding:0 8px 14px;
}

#left-nav h2 a {
   display:block;
   width:194px;
   height:78px;
   background:url(../images/selection-software.png) 0 0 no-repeat;
   text-indent:-9999px;
   overflow:hidden;
}

#left-nav h2 a:hover {
   background-position:0 -78px;
}

/* Left Navigation End */
/* Content */

#wrapper3 {
   float:right;
   width:755px;
}

#content {width:740px;    padding:0 0 15px 0;margin-right:15px;}

#content .contact-us {
   text-align:center;
   padding:5px 0 20px;
}

#content .contact-us a {
   display:block;
   width:434px;
   height:45px;
   background:url(../images/contact-us.png) 0 0 no-repeat;
   text-align:left;
   text-indent:-9999px;
   overflow:hidden;
   margin:0 auto;
}

#content .contact-us a:hover {
   background-position:0 -45px;
}

/* Content End */
/* Footer */

#footer {
   padding:25px 0 10px;
   width:940px;
   margin:0 auto;
   text-align:left;
   font:normal 11px Arial, Helvetica, sans-serif;
   color:#71720c;
   text-align:right;
}

#footer a {
   color:#71720c;
   text-decoration:none;
}

#footer a:hover {
   text-decoration:underline;
}

#footer ul {
   width:20%;
   border-left:1px solid #71720c;
   float:left;
   text-align:left;
}

#footer ul li {
   padding:0 0 0 8px;
}

#footer p {
   padding:0 0 14px;
}

/* Footer End */