

body
{
    font-family: noto_sansregular, Arial, Helvetica, sans-serif;
    color: #231f20;
    background: #39434F; /*#aaa;*/
    margin: 0px;
}

a
{
    color: #da1e48;
    font-weight: bold;
}

input
{
    border: 1px solid #C0C0C0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #231f20;
    padding: 2px;
    font-size: 11pt;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
    color: #231f20;
    border: 1px solid #C0C0C0;
    background: #ffffff;
    padding: 2px;
    font-size: 11pt;
}

select
{
    font-family: Arial, Helvetica, sans-serif;
    color: #231f20;
    border: 1px solid #C0C0C0;
    background: #ffffff;
    padding: 2px;
    font-size: 11pt;
}

.textboxlong 
{
    width: 200px;
}
.textboxshort 
{
    width: 150px;
}

.redbutton {
    background-color: #da1e48;
    color: #fff;
    text-decoration: none;
    font-size: 11pt;
    font-weight: bold;
    font-family: arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    padding: 9px 16px 9px 16px;
    border-radius: 3px;
}

.redbutton:hover
{
    background-color: #fff;
    color: #da1e48;
    border: 1px solid #da1e48;
    cursor:pointer;
}

.orderform
{
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 11pt;
}

.calendar
{
    padding: 4px;     
    /*font-family: Arial, Helvetica, sans-serif;   margin: 0px;*/
    background: #da1e48;
    color: #FFFFFF; 
    font-size: 14pt !important; 
}

.popup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.popup p
{
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.red
{
    color: #da1e48;
}

.white
{
    color: #ffffff;
}

.container
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.logo
{
    padding: 30px 30px 30px 30px;
}

.logo .logo-right
{
    float: right;
    padding-top: 10px;
}

.menu
{
    background-color: #231f20;
    height: 51px;
    border-bottom: 8px solid #da1e48;
}

.menubuttons
{
    list-style: none;
    margin: 0px;
    margin-left: -10px;
}

.menubuttons li
{
    float: left;
    margin: 0px;
    padding: 0px;
   
}


.menubuttons li a
{
    background-color: #231f20;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 16px 15px;
    font-size: 14px;
    font-weight: bold;
}


.menubuttons li a:hover
{
    background-color: #5cb0b9;
}


.menubuttons li.active a
{
    background-color: #da1e48;
}

.sliderbox
{
    background: url('../images/bg-gradient.gif') 0 0 repeat-x;
    height: 270px;
    text-align: center;
}

.title-strip
{
    background-color: #231f20;
    color: #fff;
    font-weight: bold;
    padding: 16px;
    padding-left: 30px;
}

.faq
{
    padding: 0px;
}

.faq li
{
    font-size: 16px;
    list-style-type: none;
}

.question
{
    font-weight: bold;
    padding: 10px 20px 10px 0px;
    font-size: 17px !important;
}

.answer
{
    font-weight: normal;
    padding: 10px 20px 15px 0px;
}

.overview
{
    padding: 30px;
    padding-right: 0px;
    padding-top: 0px;
}

.column
{
    width: 280px;
    float: left;
    margin: 0px 30px 0px 0px;
}

.box
{
    position: relative;
    margin: 30px 0px 0px 0px;
    font-size: 14px;
    text-align: justify;
}

.box-title
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.icon
{
    margin-top: -6px;
    margin-right: 5px;
    float: left;
}

.footer
{
    background-color: #231f20;
    height: 70px;
    color: #FFFFFF;
    font-family: arial, Helvetica, sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
}

.mapframe
{
    height: 300px;
    width: 350px;
    float : left;
}

.map
{
    height: 300px;
    width: 350px;
}
