/*
    StyleSheet by David Herreman
    http://www.free-css-templates.com

*/

body {
    padding: 0;
    margin: 0;
    font: .74em Arial, sans-serif;
    line-height: 1.5em;
    color: #454545;
    background-color: #e6e6e6;
    }


a { text-decoration: none;color: #fff; background: inherit; outline: none; }
a:hover { color: #DA3B3B; background: inherit; text-decoration: underline}
p { margin: 5px 0; }
h1 { font: bold 1.8em Arial, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px; }
h2 { font: bold 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h3 { padding: 4px 0; margin:  0; }
ul { margin: 0; padding : 0; list-style: none; }
img { border: 0; }
hr { height: 1px; border-style: none; color: #d0d0d0; background-color: #C0C0C0; margin: 10px 0; }


#wrapper_top {
    background-color: #4d4d4d;
    width: 100%;
}

#wrapper_header {
    background-image: url(../img/header_bk.gif);
    width: 100%;
    height: 144px;
}

#wrapper_content {
    background-color: #fff;
    width: 100%;
    height: auto;
    overflow:hidden;
    padding: 25px 0 0;
}

#wrapper_footer{
    background-color: #e6e6e6;
    background-image: url(../img/footer_bk.gif);
    background-repeat: repeat-x;
    width: 100%;
    min-height: 100px;
    padding: 6px 0 0;
}

.content { margin: 0px auto; width: 976px; }

/* Top part */
#top { background: #4d4d4d; height: 28px; }
    #top h1 { font: bold 1.8em Georgia, Sans-Serif; padding: 8px 0 4px 0; margin: 0; letter-spacing: 1px; color: #FFF }
    #top h2 { font: 1.0em Arial, Sans-Serif; letter-spacing: 0px; color: #868686; margin:0; padding: 0 }
    #top #icons { float: right; margin:20px 0; padding:0 }
    #top #icons img { padding-right: 2px; border: 0 }


/* The footer */
#footer { clear: both; border-top: 1px solid #DCDCDC; margin: 0 0 3em 0; color: #777;  background: #fff }
#footer .right  { float: right; text-align: right; background: #FFF; }
#footer a { text-decoration: none; background: #FFF }

#menu {
    float: right;
    margin: 107px 0 0 0;
    position: relative;
}

#menu ul {
}

#menu li {
    display: inline-block;
    width: 123px;
    height: 36px;
    text-align: center;
    border-left: 1px solid #999999;
    float: left;
}

#menu li.active {
    background-color: #990f1e;
}

#menu li.active a{
    color: #fff;
}

#menu li a{
    line-height: 36px;
    font-size: 14px;
    color: #97101f;
    text-decoration: none;
}

#menu li a:hover {
    font-weight: bold;
}

#footer_menu {
    float: left;
    margin: 0 0 0 10px;
}

#footer_menu ul {
    width: auto;
    overflow: hidden;
}

#footer_menu li {
    display: inline-block;
    width: auto;
    text-align: center;
    float: left;
}

#footer_menu li a{
    color: #454545;
    padding: 0 5px 0 5px;
}

#slider {
    margin: 0;
    background: transparent url(../img/bk_slider.png) 0 0;
    width: 960px;
    height: 139px;
    overflow: hidden;
}

#slider #left_arrow, #slider #right_arrow {
    width: 16px;
    height: 21px;
    overflow:hidden;
    padding: 0;
    margin: 0;
}

#slider #left_arrow img, #slider #right_arrow img {
    margin: 0;
    padding: 0;
}

#slider #left_arrow {
    float:left;
    margin: 64px 0 0 60px;
}

#slider #right_arrow {
    float: right;
    margin: 64px 60px 0 0;
}

#slider #content {
    width: 500px;
    float: left;
    height: 87px;
    margin: 10px 0 0 160px;
    overflow: hidden;
    position:relative;
}

#slider #content #items div{
    float: left;
    text-align: center;
    width: 500px;
}

#slider #content #items img {
    margin: 0;
    padding: 0 10px 0 0;
    float:none;
}

#slider #content #items {
    width:4000px;
    position:absolute;
}

#slider a.right.disabled{
    background: url("../img/arrow_right.png") no-repeat scroll 0 bottom transparent !important;
}

#slider a.left.disabled{
    background: url("../img/arrow_left.png") no-repeat scroll 0 bottom transparent !important;
}

.browse {
    float: left;
    height: 21px;
    position: relative;
    width: 16px;
}

#slider a.right {
    background: url("../img/arrow_right.png") no-repeat scroll 0 top transparent !important;
}

#slider a.left {
    background: url("../img/arrow_left.png") no-repeat scroll 0 top transparent !important;
}

ul.submenu {
    background: url("../img/submenu_1.png") no-repeat scroll center top transparent;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 9px 0 0;
}

ul.submenu li{
    background: url("../img/submenu_2.png") repeat scroll center top transparent;
    overflow: hidden;
    position: relative;
    width: 170px !important;
}

ul.submenu a{
    background: none;
    font-size: 14px !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
}

#languagesDropDown a{
    text-decoration: none !important;
}
