/* GENERAL */
html, body {
background: url(../images/bg_content.gif) repeat-y center #3b3b3b;
margin: 0px;
}

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

hr {
color: #DDDDDD;
height: 1px;
}

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


/* STRUCTURE */
/*
div.main {
width: 840px;
margin-top: -300px;
margin-left: -460px;
position: absolute;
z-index: 100;
left: 50%;
top: 50%;
background: #060606;
padding: 15px 40px 0px 40px;
height: 580px;
}
*/

div.main {
background: url(../images/bg_top.gif) no-repeat #060606;
width: 840px;
height: 500px;
padding: 0px 20px 0px 20px;
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;
}

/* TYPE */
a {
color: #ffffff;
}

.topmenu, .topmenu-on {
font-family: helvetica, arial, verdana, geneva;
font-size: 13px;
font-weight: normal;
color: #ffffff;
text-decoration: none;
padding: 0px 15px 0px 15px;
}

.topmenu-on {
color: #ffffff;
}

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

h2 {
font-family: helvetica, arial, verdana, helvetica, geneva;
font-size: 15px;
font-weight: bold;
color: #cccccc;
margin: 0px 0px 0px 0px;
}

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

h4 {
font-family: myriad, arial, verdana, helvetica, geneva;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #ff7505;
margin: 0px 0px 10px 0px;
}

.ingress {
font-size: 11px;
}

.footer {
font-family: helvetica, arial, verdana, helvetica, geneva;
font-size: 12px;
font-weight: normal;
color: #cccccc;
/* text-transform: uppercase; */
}

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

.blue {
color: #5682a9;
}

.white {
color: #ffffff;
}














