/*html
{
    background-color: #555;
    /*background-color: #232323;
}*/

/*body {
    background: transparent url('background-top.png') repeat-x top left;
    color: white;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}*/

body {
    padding-bottom: 20px;
}

    body.fixed-top {
        padding-top: 50px;
    }

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-collapse {
    padding-left: 0px;
}

address {
    margin-bottom: 0;
    margin-top: 5px;
}

.centered {
    margin: auto;
}

.spacer {
    height: 45px;
}

header .container {
    padding:3px 20px;
}

.logo {
    height: 130px;
    float: left;
}

    .logo img {
        height: 100%;
    }



#addresDetails {
    float: left;
    width: 300px;
    padding-left: 15px;
    padding-top: 15px;
}

    #addresDetails p {
        color: #555;
    }

        #addresDetails p.title {
            font-weight: bold;
            color: #E19F2E;
        }


#imageRotate {
    float: right;
}

#imagecarrousel .container {
    padding: 0;

}

#imageRotate img {
    margin: 15px 0;
}

#headerInfo {
    color: #E19F2E;
    background: #fefefe;
    width: 100%;
    border-top: solid 2px #E19F2E;
}

#menuwrapper {
    background-color: #E19F2E;
    height: 40px;
}

#mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

ul .menu-main {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#mainmenu li {
    float: left;
    display: block;
    margin-right: 3px;
    height: 40px;
}

    #mainmenu li.first {
    }

#mainmenu a {
    display: block;
    height: 31px;
    padding: 10px 20px 0px 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: white;
    border: none;
}

#mainmenu .selected a {
    background-image: url(images/MenuHightLight.jpg);
    background-repeat: repeat-x; /*background: #FF7900;*/
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 3px #FFF;
    -moz-box-shadow: 0px 0px 3px #FFF;
    box-shadow: 0px 0px 3px #FFF;
}

#mainmenu a:hover {
    /*box-shadow: 0 0 3px 3px #AA8800;     -webkit-box-shadow: 0 0 3px 3px #AA8800;     -moz-box-shadow: 0 0 3px 3px #AA8800;    */
    -webkit-box-shadow: 0px 0px 3px #FFF;
    -moz-box-shadow: 0px 0px 3px #FFF;
    box-shadow: 0px 0px 3px #FFF;
}

#content {
    padding: 50px 30px;
    color: black;
    background-color: white;
}

.round {
    margin: 10px 0;
    border-radius: 10px;
}

#banner {
    position: relative;
}

    #banner img {
        height: 200px;
    }

    #banner p {
        position: absolute;
        padding: 10px 20px;
        margin: 0;
        width: 788px;
        top: 160px;
        left: 0;
        background-color: rgba(23,23,23, 0.5);
        text-align: center;
    }

h1 {
    color: #E19F2E;
    font-size: 130%;
}

#content a {
    color: #E19F2E;
}

div.oforms {
    display: none;
}

fieldset ul, fieldset li {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset li {
    clear: both;
    list-style: none;
    padding-bottom: 10px;
}

fieldset input, fieldset select {
    margin: 5px;
    float: left;
}

fieldset label {
    width: 140px;
    float: left;
}

textarea {
    width: 100%;
    height: 150px;
    margin: 5px;
}

td {
    margin: 5px;
}

@media (max-width: 1050px) {
    .nav > li > a {
        padding-left:7px;
        padding-right:7px;
    }
}

@media (min-width: 767px) {
    .brand-toggle {
        display: none;
    }
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}