@charset "utf-8";
body {
    background: url(images/header.png) #5d5d5d  top left repeat-x;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,"lucida grande", sans-serif;
    font-size: 76%;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #dedede;
    outline-color:#FFFFFF;
    outline-style:none;
    outline-width:medium;
}

a:hover {
    text-decoration: none;
    color: #CCE6FF;
}

h1 
{
    color: #000000;
}

h2
{
    color: #000000;
}
h3
{
    color:#000000;

}
h4{
    color:#FFFFFF;
    font-size:1em;
}
#wrapper{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:960px;
}
#overlay{
    margin:0px 0px 0px 0px;
    position:fixed;
    z-index:999;
    padding-top:200px;
    padding-left:0px;
    width:100%;
    clear:none;
    background:url(images/overlay.png) repeat;
    height: 100%;
    display:none;
}
#overlay a{
text-decoration:none;
outline:none;
}

.innermenu{
    margin:auto;
    background: #FFFFFF;
    width: 500px;
    padding:5px 5px 20px 5px;
    color:black;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

#overlay .innermenu .header{
    background:#333333;
    color:#FFFFFF;
    height:20px;
    text-align:left;
    padding:5px 5px 0px 5px;
    width:490px;
    font-weight:bold;
    cursor:default;
    
}

.header{
background:url(images/header_logo.png) #222222 no-repeat 180px 10px;
width: 960;
height:190px;
}

.header ul.menu {
background: url(images/menubar.png) no-repeat -50px 0px;
float:left;
font-size:1.1em;
font-weight:bold;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-top:27px;
width:960px;
height: 40px;
}
.header ul.menu li {
    border-right:2px solid #888888;
    color:#dedede;
    float:left;
    list-style-type:none;
    padding:2px 50px 2px 50px;
    font-family: Tahoma, "Lucida Grande", sans-serif;
}
.header ul.menu li.last {
border-right:none;
}
.header ul.menu li.first {
padding:2px 50px 2px 0px;
}

.header ul.menu li.active {
    cursor:default;
    color: #999999;
}

.header ul.menu li a {
color:#FFFFFF;
}
.header ul.menu li a:hover {
    color:#CCE6FF;
    text-decoration:none;
}
#logo_main{
    background:url(../images/logo.png) no-repeat;
    /*height:107px;*/
    height:65px;
    margin: auto;
    padding-left:350px;
    margin-left:50px;    
}

img {
    border: none;
}

#page {
    width: 960px;
    margin: auto;
    }

.content {
    background: #222222;
    height:380px; 
    padding-bottom:10px;
    color:#FFFFFF;
    margin-top:0px;
}

.content .divleft{
    text-align:left;
    width: 330px;
    height:320px;
    padding:20px 25px;
    margin-left: 20px;
    float:left;
    background: url(images/comp.png) no-repeat;
}

.content .divright{
    text-align:left;
    width:550px;
    padding:20px 10px 0px 0px;
    float:right;
    cursor:default;
}
.content .divright .left{
    width: 150px;
    float:left;
}
.content .divright .right{
    width: 360px;
    float:left;
    background:url(images/bg_transparent.png);
    padding: 20px 20px;
}
.content .divright .left .selected{
    background: url(images/bg_gray.jpg) repeat-x;
    width: 145px;
    height:26px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
    font-size:1.2em;
    font-weight:bold;
}
.content .divright .left .nav{
    width: 145px;
    height:26px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
    font-size:1.2em;
    font-weight:bold;
}
.content .divright .left .nav:hover{
    background: #333333;
    
}

#footer{
height:250px;
width:960px;
cursor:default;
}
#footer ul.footermenu{
    padding-left:22px;  
    list-style-position:outside;
    list-style-type:none;  
    width:460px;
}
#footer ul.footermenu li{
    list-style-type: none;
    padding:2px 37px 2px 5px;
    float:left;
    cursor:pointer;

}

#footer .navigator{
    padding:180px 0px 0px 0px;
    font-size: 2em;
    color:#adadad;
    font-family: "Tahoma", Verdana;
    float:left;
    width: 460px;
}
.bg{
    background:transparent url(images/bg_transparent.png) repeat;
    padding: 10px 10px;
    text-align: left;
    float: right;
    width:400px;
    margin-right:20px;
    margin-top:10px;
}
#footer .navigator_a
{
    width:310px;
    height:23px;
    padding:40px 20px;
    background: url(images/about.png);
    position:absolute;
    margin:50px 20px;
    
}
#footer .navigator_c
{
    width:445px;
    height:23px;
    padding:40px 20px;
    background: url(images/contact.png);
    position:absolute;
    margin:50px 20px;
    
}
#footer .navigator_s
{
    width:437px;
    height:20px;
    padding:40px 20px;
    background: url(images/services.png);
    position:absolute;
    margin:50px 20px;
    
}
#footer .legal
{
    margin-top:80px;
    text-align: center;
    font-size: 1.2em;
    color: #5C5C5C;
}
#footer .legal a
{
    text-decoration: none;
    color: #5C5C5C;
}
#footer .legal a:hover
{
    text-decoration: none;
    color: #3D3D3D;
}
#footer_bg{
background:url(images/footer.png) #000000 repeat-x;
min-width:960px;
width:100%;
height:350px;
margin-top:-250px;
}

 .button
{
    font-size:11px;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    color: #CCCCCC;
    width:100px;
    background-color: #666666;
    border-style:solid;
    border-color:#BBBBBB;
    border-width:1px;
    margin-right:5px;
}

mag
{
    font-size:1.5em;
    font-family: "Impact", "Helvetica", "Tahoma";
}

div.slider  { clear:both; position:relative; margin:0 0 10px; }
label  { cursor:pointer; display:block; }
/* submit button */
        input[type="submit"]       { cursor:pointer; border:1px solid #999; padding:5px; -moz-border-radius:4px; background:#eee; }
        input[type="submit"]:hover,
        input[type="submit"]:focus { border-color:#333; background:#ddd; }
        input[type="submit"]:active{ margin-top:1px; }
        input[type="text"]         { width:300px; border:1px solid #999; padding:5px; -moz-border-radius:4px; }
        input[type="text"]:focus   { border-color:#777; }
       textarea         { width:300px; border:1px solid #999; padding:5px; -moz-border-radius:4px; }
        textarea:focus   { border-color:#777; }
        input[name="zip"]          { width:150px; }
        
.valid{
    width:16px;
}
.tip {
    position:absolute;
    color: #fff;
    max-width: 250px;
    z-index: 13000;
    width:100%;
    min-width: 150px;
}
 
.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(images/overlay.png) top left;
    text-align: left;
}
 
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(images/overlay.png) bottom right;
    text-align: left;
}

url{
    cursor:pointer;
    text-decoration: none;
    color: #dedede;
    outline-color:#FFFFFF;
    outline-style:none;
    outline-width:medium;
}

url:hover {
    text-decoration: none;
    color: #CCE6FF;
}
#downloader{
    background: #FFFFFF;
    width: 500px;
    padding:5px 5px 20px 5px;
    color:black;
    position:fixed;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin: 190px 0px 0px 0px;
}
#downloader .header{
    background:#333333;
    color:#FFFFFF;
    height:20px;
    text-align:left;
    padding:5px 5px 0px 5px;
    width:490px;
    font-weight:bold;
    cursor:default;
    
}
