/*RESET*/
    html, body, div, span, applet, object, iframe,
    h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 14px;
        font-family: inherit;
        vertical-align: baseline;
    }

    h1 {
        font-weight: inherit;
        font-style: inherit;
        font-size: 27px;
    }

    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }

    /* get rid of those system borders being generated for A tags */
    a:active {
      outline:none;
    }

    :focus {
      -moz-outline-style:none;
    }

/* GENERAL */
   html {
        background-image: url(../imgs/bg.jpg);
		background-repeat:repeat;
		background-attachment:fixed;
		background-position:left top;
   }

    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #5a1111;
        overflow-x: hidden;
    }

    a {
        color: #5a1111;
        font-weight: bold;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

/** Navigation **/
    ul.navigation {
        text-align: center;
        font-size: 14px;
        background: #666;
        color: white;
        padding-bottom: 5px;
        margin: 0px 0px 5px 0px;
    }

    ul.navigation li {
        margin-bottom: 1px;
        display:inline;
        margin:0px 24px;
    }

    ul.navigation li a {
        height: 30px;
        color:white;
    }

    ul.navigation li a:hover {
        color: #DDDDDD;
    }

    span.botnavline {
        float:left;
        margin-left:40px;
        margin-right: 180px;
    }

    span.botnavline a{
        color:white;
        margin:0px 15px;
    }

/** Sidebar **/
    #sidebar {
        width: 195px;
        min-height:400px;
        position: relative;
        right: 0px;
        z-index:1;
        margin-right:7px;
    }

    #logo {
      padding:2px;
      border: 1px solid #e8e8e8;
      -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
    }

    #widgetline {
      text-align: center;
      margin-top: 7px;
    }

    div.sidewidget {
      margin: 0px 4px;
    }

    #valoffer {
        width:175px;
        margin: 10px 10px 0px 5px;
    }

    div.slogan {
        text-align: center; 
        padding-top: 5px; 
        font-size: 15px;
    }

    #fbcontrols {
      padding-top:3px;
      padding-bottom:3px;
    }

    #footer {
        clear:both;
    }

/** Sections and classes **/
    .heading {
        font-size:16px;
        padding:5px;
    }


    #sections {
        display:block;
        text-align:center;
        margin:4px 0px 0px 0px;
    }

    .section {
        padding: 0.4em 1em;
        display: inline;
        line-height: 1.4;
        outline: 0 none !important;
        font-size:1.1em;
        font-weight:normal;
        font-family: Helvetica, Arial, sans-serif;
    }

    .selected {
        font-weight:normal;
    }

    .section a {
        font-weight:bold;
    }

    .selected a{
        font-weight:normal;
    }

	#sectiontext {
        margin-bottom: 6px;
        }


/** Common elements & classes **/
    #wrap {
        width:1020px;
        margin:0 auto;
        background-color: white;
        -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
        -goog-ms-box-shadow: 0 0 10px #333333;
        box-shadow: 0 0 40px rgba(0, 0, 0, .15);
        margin-bottom: 1px;
    }

    #main {
        float:left;
        width:800px;
    }

    #title {
        text-align:center;
        margin:0px 5px;
    }

    #titletext {
        font-size:22px;
        height:46px;
        color:white;
        width:100%;
    }

    #bottominfo {
        font-size:14px;
        text-align:center;
        clear:both;
    }

    #bottominfo a {
        font-weight: normal;
    }

    #copyright {
        text-align: left;
        font-size: 14px;
        background: #666;
        color: white;
        margin-top: 5px;
    }

.button {
    outline: 0 none !important;
    -moz-border-radius: 6px 6px 6px 6px;
    border: 1px solid #7e1208;
    color: #EEE;
    font-weight: bold;
    display: inline-block;
    margin-right: 0.1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    background: #ab180a;
    font-family: Helvetica, Arial, sans-serif;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
}

.button:hover {
    background:#8a1206;
}

.button-text {
    display: block;
    outline: 0 none !important;
    color: #EEEEEE;
    font-weight: bold;
    font-size:18px;
}

.nosee {
    display:none;
    }

#fbsharepic {
    margin-left: 25px;
    border: 1px #CCC solid;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px;
    padding: 6px 4px 2px 2px;
    color:#3B5998;
    font-size:small;
    }

.section.special {
    background-color: #AB180A;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 1px 3px;
}

.section > a.special {
    background-color: #AB180A;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 1px 3px;
}

.hr {
    text-decoration:line-through;
}

div.center {
  text-align:center;
}