@import url(undohtml.css);



body {
    background: #f4f4f5 url(../upload/base/gradient.png) repeat-x 0 0;   
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color:#333333;
    text-align:center;
    line-height:20px;
}

body, p, div, a, li, span, textarea, input, select, font, h1, h2, h3, h4, h5, h6 {
    font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;  
    font-size:12px; 
    font-weight:normal; 
    color:#454545; 
}

#wrapper {
    width:1000px;
    position:relative;
    text-align:left;
}

#logo{

    background: url(../upload/base/logo.png) no-repeat 0 0;
    position:absolute;
    top:30px;
    left:30px;
    height:38px;
    width:289px;
    display:block;

}

#rocket{
    position:absolute;
    top:130px;
    left:30px;
    display:block;

}
#mainnav{
    position:absolute;
    left:30px;
    top:330px;
}

#mainnav li{
    padding:5px 0 5px 0;
}

#mainnav li a{
    padding-left:20px;
    background:url(../upload/base/brick.png) no-repeat 0 0;
}

#mainnav li li a{
    padding-left:20px;
    background:url(../upload/base/tag_yellow.png) no-repeat 0 0;
}

.subNavigation{
    margin-left:15px;
}

.active a{
    font-weight:bold;
}

.active li a{
    font-weight:normal;
}


#image{
    position:absolute;
    top:30px;
    left:30px;
}

#content{
    position:absolute;
    right:0;
    top:120px;
    width:630px;
}

#content div{
    font-size:12px;
    margin-top:20px;
}

#content ul{
    list-style:circle;
    margin-left:15px;
}

#content li{
    margin-left:15px;
}


#content .dp-highlighter li{
    margin-left:0;
}

a, a:hover, a:visited, a:active, a:focus {
   border:none;
   outline:none;
}

h1, h1 a, h1 a:active, h1 a:visited, h1 a:hover, h1 a:link {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size:18px;  
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    color:#6d5b5a;
    border:none;
    outline:none;
}       

h2 {
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
    font-size:18px;
    font-weight:normal; 
    padding:0;
    margin:0px 0px 18px 0px;
    color:#6d5b5a;
    display:block;
    clear:left;
}

h3, h4 {
    font-size:13px; 
    font-weight:bold; 
    color:#6d5b5a; 
    padding:0px;
    margin:16px 0px 8px 0px;
}

.downloadtable{
    width:100%;
}

.downloadtable td{
    padding:3px 0 5px 0;
    border-bottom:1px dashed #666666;
}

.zip{
    padding-left:20px;
    background:url(../upload/base/compress.png) no-repeat 0 0;  
}

.optionstable{
    width:100%;
}



.optionstable div.lastcol{
    padding:5px 0 8px 0;
    float:left;
}

.optionstable div.lastcol a {
    display:block;
    padding-left:18px;
    color:#333333;
    margin-right:15px;
}

.description{
    background: url(/images/btn_arrow_right_small.png) no-repeat 0 0;
    font-size:10px;
    font-weight:bold;
    
}