body {
    margin: 0 0 30px 0;
    padding: 0px;
    font: 0.8em Arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
}

a:link { color: #353535; }
a:hover { color: #c41600 ! important; }
a:visited { color: #666666; }
img { border: 0; }
h1, h2, h3, h4 { font-weight:normal; margin:2.5em 0 0.7em 0; text-align: center; color: #353535; }
h1 { font:2.2em Georgia,Times,serif; margin:0 35% 1em 0; }
h1 b { font-weight:normal; background-color:transparent !important; }
h2 { font-size:1.4em; font-weight:bold; }
h3 { font-size:1.2em; font-weight:bold; }
h4 { font-size:1em; }


#topBar, #logoBar, #navBar {
    overflow: hidden;
    min-width: 800px;
    position: relative;
    z-index: 2;
}

#topBar { 	
    background: #5c5c5c url('/includes/images/header.gif') 0 0 repeat-x;
    margin-bottom: 25px;
    padding: 0;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
}
#topBar a:hover { color: #ffff00 ! important; }
#topBar .spacer {
    position: relative;
    float: left;
    margin: 0 0 0 36px;
    color: #FFFFFF;
    height: 37px;
}
#topBar .info { 
    position: relative;
    float: left;
    margin: 0 0 0 0.35em;
    color: #FFFFFF;
    height: 37px;
    line-height: 37px;
}
#topBar .info span {
    font-size: 20px;
    font-style: normal;
}
#topBar .info em {
    font-style: normal;
    font-size: 13px;
}

#logoBar {
    padding: 0;
    height: 80px;
    margin-bottom: 25px;
    vertical-align: middle;
    white-space: nowrap;
}
#logoBar .spacer {
    position: relative;
    float: left;
    margin: 0 0 0 25px;
    height: 80px;
}
#logoBar .logo {
    position: relative;
    padding: 0;
    color: #000000;
    vertical-align: middle;
    white-space: nowrap;
}
#logoBar .logo img {
    float: left;
    width: 200px;
    height: 80px;
}
#logoBar h1 {
    float: left;
    position: relative;
    font-size: 18px;
    padding-left: 1em;
    height: 80px;
    line-height: 80px;
    color: #353535;
}

#navBar {
    margin: 0 0 25px 0;
    padding: 0;
    vertical-align: middle;
    line-height: 3em; 
    font-size: 1.5em;
    font-family: Georgia,Times,serif;
    white-space: nowrap;
}
#navBar .spacer {
    position: relative;
    margin: 0 0 0 0;
    width: 25px;
    height: 1em;
    float: left;
}
#navBar .links {
    position: relative;
    float: left;
    margin: 0;
    white-space: nowrap;
}
#navBar .links a.tag {
    margin: 0 15px 0 0; 
    white-space: nowrap;
}
#navBar .links a:hover { color: #c41600; }
#navBar .links a:visited { color: #353535; }
#navBar .links a.selected { color: #c41600; }
#navBar .links a.group_1 { font-size: 1em; }
#navBar .links a.group_2 { font-size: 1.2em; }
#navBar .links a.group_3 { font-size: 1.4em; }
#navBar .links a.group_4 { font-size: 1.6em; }

#column-wrap { position: relative; z-index: 2; font-size: 1.1em; }
.column-left { position: absolute; left: 0; top: 0; width: 200px; }
.column-leftDrunk { position: absolute; left: 0; top: 0; width: 200px; height: 200px; background: url('/includes/images/drunk.png') 0 20% no-repeat; }
.column-leftBg { position: absolute; left: 0; top: 0; width: 200px; height: 200px; background: url('/includes/images/master.png') 0 20% no-repeat; }
.column-center { margin-left: 200px; width: 590px; }
.column-right { position: absolute; left: 790px; top: 0; width: 10px; }

.centered { text-align: center; }
.centeredCnt { text-align: center; margin-top: 25px; }
.righted { text-align: right; }
.pseudo { clear: both; }

.rightBold {
    font-weight: bold;
    text-align: right;
}

.centeredBold {
    font-weight: bold;
    text-align: center;
}

.uvaga {
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

.fullwidth { width: 100%; }

#imageBox1, #imageBox2, #imageBox3, #imageBox4, #imageBox5 {
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: 800px;
    height: 200px;
    z-index: 1;
    top: 37px;
    left: 0;
}

#imageBox1 { background: url('/includes/images/truck.png') top right no-repeat; }
#imageBox2 { background: url('/includes/images/drag_loading2.png') top right no-repeat; }
#imageBox3 { background: url('/includes/images/drag-loaded.png') top right no-repeat; }
#imageBox4 { background: url('/includes/images/drunk-with-car.png') top right no-repeat; }
#imageBox5 { background: url('/includes/images/truck-loading.png') top right no-repeat; }

#leftMenu {
    margin: 0 -10px 0 0;
    font-size: 1.1em;
    font-family: Georgia, Times, serif;
    float: right;
    text-align: left;
    white-space: normal;
    width: 100%;
}

#leftMenu .region { margin-left: 15px; }
#leftMenu a:hover { color: #c41600; }
#leftMenu a:visited { color: #353535; }
#leftMenu a.selected { color: #c41600; }
#leftMenu a.list { font-size: 1em; }
#leftMenu a.main { font-size: 1.4em }

