/* GENERAL */
html, body {
background: #ffffff;
margin: 0px;
}

div, td {
font-family: verdana, helvetica, geneva;
font-size: 11px;
}

hr {
height: 2px;
background: url(../images/bg_line.gif) repeat;
margin: 0px;
}

input, select, textarea {
font-family: Verdana, Helvetica;
font-size: 10px;
font-weight: bold;
color: #000000;
padding: 3px;
}

.submit_button {
font-family: Verdana, Helvetica;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background: url(../images/bg_button.gif) no-repeat;
width: 97px;
height: 23px;
border: 0px;
margin: 0px;
padding: 2px;
}

.search-button {
font-family: Verdana, Helvetica;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
background: #898989;
width: 40px;
height: 18px;
border: 1px solid #ffffff;
margin: 0px;
padding: 1px;
}

/* STRUCTURE */


div.main {
background: url(../images/bg_content.gif) no-repeat #ffffff;
width: 990px;
padding: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

div.menu {
position: absolute;
top: 0px; 
left: 0px;
background:url(../images/bg_fade.gif) repeat #ffffff;
padding: 10px 15px 10px 15px;
}

div.topbar {
background:url(../images/bg_topbar.gif) no-repeat #cccccc;
width: 990px;
height: 65px;
}



/* TYPE */
.topmenu-on, .topmenu-off {
font-family: arial, verdana, geneva;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

.topmenu-on {
color: #494949;
}


a {
color: #003366;
}

h1 {
font-family: helvetica, arial, verdana, geneva;
font-size: 18px;
font-weight: bold;
color: #666666;
margin: 0px 0px 10px 0px;
}

h2 {
font-family: helvetica, arial, verdana, helvetica, geneva;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #666666;
margin: 0px 0px 0px 0px;
}

h3 {
font-family: arial, verdana, helvetica, geneva;
font-size: 13px;
font-weight: bold;
color: #666666;
text-transform: uppercase;
margin: 0px 0px 5px 0px;
}

h4 {
font-family: arial, verdana, helvetica, geneva;
font-size: 12px;
font-weight: bold;
color: #666666;
margin: 0px 0px 0px 0px;
}

.ingress {
font-size: 11px;
}

.footer {
font-family: verdana, helvetica, geneva;
font-size: 11px;
color: #999999;
/* text-transform: uppercase; */
}

.offer {
font-family: verdana, verdana, helvetica, geneva;
font-size: 9px;
font-weight: bold;
color: #999999;
}

.blue {
color: #5682a9;
}

.white {
color: #ffffff;
}













