body    {
    margin: 0;
    color: #000;
}

#header {
    text-align: center;
    padding-left: 10px;
    margin-top: 20px;
    background: url(../images/image-right-new.png) no-repeat top right;
}

#header h1 {
    text-transform: lowercase;
    font-size: 44px;
    color: #0062c7;
    font-weight: normal;
    margin-top: 0px;
    font-family: Arial, helvetica, sans-serif;
    padding: 25px 100px 25px 0px;  
}
h2,h3,h4 { 
    color: #000089; 
}
h2 { 
    font-size: 1.2em; 
    font-weight: bold;
}
h3 { 
    font-size: 1em; 
    font-weight: bold;
}
h4 { 
    font-size: 1em; 
    font-weight: normal;
}

a {
    font-weight: normal; 
    text-decoration: underline;
}
a:active { 
    color: #036; 
}
b { 
    font-weight: bold; 
    color: #0062c7; 
}

#all {
    max-width: 980px;
    min-width: 680px;
    /* This is an Internet Explorer CSS hack - IE does not understand min-width and max-width*/
    width:expression(document.body.clientWidth > 980 ? "980px": "800px");
    margin: 0;
    padding: 0;
}

#main {
    padding: 10px 10px 10px 10px;
    margin: 0px;
}

#main li {
}

#navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 259px;
}

#navigation li {
    display: block;
    background: url(../images/sub-blue.png) no-repeat top right;
    padding: 6px 35px 0 0;
    height: 29px;
    font-size: 1em;
    text-align: right;
}

#navigation img {
    float: right;
    border: 0;
    padding-bottom: 20px;
}

#navigation h2 {
   clear: both;
   text-align: right;
}

#googlebanners {
    padding: 20px 20px 5px 0px; 
}

div.scanitad {
    border: 1px solid #81b57c;
    background-color: #E0F2FF;
    padding: 5px; 
    margin-bottom: 5px;
    width: 108px;
    font-size: 1em;
}

#scanitad {
    font-size: 1em;
}

div.scanitad a {
    color: #000089;
    font-size: 1em;
}

#getfirefox img {
    float: right;
}

input#bearbutton {
    background: url(../images/bear-button.gif) no-repeat;
	width: 200px;
	height: 40px;
	border: none;
	cursor: pointer;
}

#new {
    font-weight: bold;
/*    color: #81b57c; */
    color: #2fa92f;
}

#leftcol {
    position: absolute;
    left:10px;
    top:120px;
    width:140px;
}

#centercol {
    margin-left: 140px;
    padding-right: 260px;
}

#rightcol {
    float: right;
    clear: right;
    width: 260px;
}

#rightcol h2 {
    text-align: right;
}

#getfirefox {
    float: right;
}

#error {
    color: red;
    font-weight: bold;

}

.progress {
    border: 1px solid #0062C7;
}

.finished {
    background-color: #0062c7;
    width: 10px;
}

.unfinished {
    width: 10px;
}
