
body,html {
    height:100%;
    background:#fff url("/img/header_bg.png") repeat-x;
    margin:0px;
    padding:0px;
}
* {
    margin: 0;
}
a {color:#4096ee;}
a:focus, a:hover {color:#7abcff;}
.rocker {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.pusher {
    height: 4em;
}
.footer{
    height: 4em;
    background:url("/img/footer_bg.png") repeat-x;
}
.footer img {
    vertical-align: middle;
}

div.header {
    width:100%;
    display:block;
    margin:0px;
    padding:0px;
    height:102px;
    color:white;
    position:relative;
}
div.header h1,h3 {
    letter-spacing:3px;
    color:white;
    margin-bottom:10px;
    width:50%;
}
div.header h1 {
    letter-spacing:3px;
    font-weight:bold;
    font-size:5em;
}
#generuj {
    display:block;
    text-align:center;
}
.to {
    color:#f0b943;
}
h1 a, h1 a:hover,h1 a:active,h1 a:visited {
    text-decoration:none;
    color:#FFFFFF;
}
h2 {
    letter-spacing:3px;
    font-weight:bold;
    color:#f0b943;
    margin-top:0.5em;
}
.large ul,.large li {
    list-style:none;
}
.large li {

}
.large li:before {
    content:"\002B\0020";
    color:#f0b943;
    /*background:#4096ee;*/
}
p.large a {text-decoration:none;}
p.large a:after{content:"\0020\00BB"}

/*
div.footer {
    width:100%;
    display:block;
    background:url("/img/footer_bg.png") repeat-x;
    bottom:0px;
    padding:0px;
    margin:0px;
    height:50px;
    z-Index:0;
}
*/
div.footer p{
    padding-top:1.25em;
    padding-bottom:0;
    margin:0;
    text-align:center;
    font-size:1.0em;
}
div.footer a {
    font-weight:bold;
    color:black;
    text-decoration:none;
}
div.footer a:hover {
    font-weight:bold;
    color:black;
    text-decoration:underline;
}
.container {
      position:relative;
}
form img {
    vertical-align:middle;
    padding:5px;
}
.rocktab {
    position:absolute; bottom:0; right:0; height:auto;
    margin-left: 0;
    font-weight: bold;
    font-size:12px;
    padding-bottom:0px;
    margin-bottom:1px;
    list-style-type: none;
    text-align: left;
}
.rocktab li {
    display: inline;
    margin: 0px;
    padding:0px;
}

.rocktab li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid gray;
    border-bottom: none;
    background-color: #f6ffd5;
    color: #2d2b2b;
    background-image:url("/img/menu_li.png");
    position: relative;
}

.rocktab li a:visited{
    color: #2d2b2b;
}

.rocktab li a:hover{
    color: black;
    background-image:url("/img/menu_li_h.png");
}

.rocktab li a:active{
    color: black;
}

.rocktab li.selected a{ 
    position: relative;
    padding-top: 5px;    
    background-color: #DBFF6C;
    color: black;
}