/**
 * This is the main CSS file for your application,
 * colors are parsed with main.css.php
*/


/* BASICS */

* {
    margin: 0px;
    padding: 0px;
    outline-width: 0;
}
IMG, FORM, OBJECT, IFRAME {
    border-width: 0px;
}
HTML, BODY {
    /* force scrollbar */
    height: 101%
}

/* ELEMENTS */

H1,H2,H3,H4,H5,H6,H7{
    margin: 1em 0 0.5em;
    font-weight: 100;
    line-height: 1.3em;
    color: #666;
}
H1{
    font-size: 28px;
}
H2{
    font-size: 21px;
}
H3{
    font-size: 15px;
}
H4{
    font-size: 13px;
}
H5{
    font-size: 13px;
}
H7{
    font-size: 13px;
}
UL {
    padding: 0 0 0 1em;
    margin: 0 0 0 0em;
}
LI {
    padding: 0 0 0 0em;
    margin: 0 0 0 1em;
}


A {
    color: #ff4000;
    text-decoration: none;
}
A:hover {
    color: #000;
    text-decoration: underline;
}
P {
    margin: 1em 0;
}


/* MAIN LAYOUT */
body{
    background: #333;
    color: #fff;
}

body, body#main, body#p2, body#p2Simple
{
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
}

#wrapper
{
    min-height: 100%;
    background: #fff;
    color: #666;
    width: 840px;
    margin: 0px auto;
    padding: 0 30px;
    position: relative;
    -moz-box-shadow: 0px 10px 20px #000;
    -webkit-box-shadow: 0px 8px 21px #000;
}

body#p2 #wrapper {
    width: 987px;
}

#header {
    margin: 0 0 30px 0;
}
#logo {
        height: 70px;
        text-align: center;
        padding: 30px 0 0;
}
#languageDropDown {
    text-align: right;
    height: 30px;
}

#mainMenu
{

    background: url('../images/bg-top.png')  top repeat-x;
}

#mainMenu ul
{
    padding: 0;
    margin: 0;
    line-height: 13px;
    padding: 0 0 0 13px;
    display: block;
}

#mainMenu ul li
{
    display: inline;
}

#mainMenu ul li a
{
    margin: 0 1px 0 0;
    width: 68px;
    padding: 9px;
    text-decoration: none;
    font-weight: light;
    display: block;
    float: left;
    color: #333;
    border-right: 2px solid white;
}

#mainMenu ul li a:hover,
#mainMenu ul li a.active
{
    background: #ccc;
    color: #000;
    background: #ff4000;
}
#mainMenu ul li a.active
{
    background: #ccc none;
    color: #fff;
}

#content {
    margin: 60px 15px 0 15px;
}

#footer {
    background: url('../images/bg-bottom.png') top repeat-x;
    height: 100px;
    padding: 60px 0 0 15px;
    font-size: 0.8em;
    font-weight: bold;
}

DIV.columnSingle {
    width: 795px;
    float: left;
}
DIV.columnLeft {
    width: 530px;
    float: left;
}
DIV.columnRight {
    width: 250px;
    float: left;
}
DIV.columnMargin {
    margin-right: 30px;
}
