html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
body
{
    font-family: Arial, Helvetica Neue, Sans-Serif;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
p
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: underline;
}
a img
{
    border: 0;
}
.main
{
    width: 902px;
    margin: 0 auto;
    margin-top: 18px;
    position: relative;
    padding: 0;
}
.main .logo
{
    padding: 0;
    margin: 0;
}
.main .footer
{
    border-top: 5px solid #393434;
    border-bottom: 1px solid #393434;
    padding: 11px 0px;
    position: relative;
    z-index: 2;
}
.main .bottom
{
    padding-top: 5px;
}
.square
{
    background: url('/css/images/square.png') no-repeat;
    background-position: center center;
    padding: 5px 9px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.padding-right
{
    padding-right: 10px;
}
.padding-left
{
    padding-left: 10px;
}
.clear
{
    clear: both;
}
.cursor
{
    cursor: pointer;
}
.small
{
    font-size: 11px !important;
}
a.button
{
    background: url('/css/images/button_bg.png') no-repeat;
    background-position: left top;
    padding-left: 17px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-family: 'AauxProBlackRegular';
    text-transform: uppercase;
}
a.button:hover
{
  color: #59536f;
  background: url('/css/images/button_bg_hover.png') no-repeat;
}
div.lightbutton
{
    background: url('/css/images/lightbutton_bg.png') no-repeat;
    background-position: left center;
    padding-left: 10px;
    margin-top: 2px;
}
div.lightbutton a
{
    color: #59536f;
    text-decoration: none;
    font-family: 'AauxProRegular';
    font-size: 13px;
}
div.lightbutton a:hover
{
    border-bottom: 2px solid #d5d4db;
}
.mainmenu
{
    margin: 0;
    padding: 14px 0px;
    border-top: 5px solid #393434;
    border-bottom: 5px solid #393434;
}
.mainmenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mainmenu ul li
{
    float: left;
    height: 30px;
    background: #393434;
    line-height: 30px;
    text-indent: 12px;
    background: url('/css/images/mainmenu_bg.png') no-repeat;
    background-position: right center;
    width: 169px;
    margin-left: 14px;
}
.mainmenu ul li:hover, .mainmenu ul li.selected
{
  background: url('/css/images/mainmenu_bg_hover.png') no-repeat;
}
.mainmenu ul li.first
{
    margin-left: 0px;
}
.mainmenu ul li a
{
    color: #fff;
    font-size: 14px;
    font-family: 'AauxProBlackRegular';
    text-transform: uppercase;
}
.mainmenu ul li a:hover
{
    text-decoration: none;
}
.contentheader
{
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #393434;
}
.news
{
    
    width: 341px;
    padding-left: 25px;
}
.news a.button
{
    margin-top: 4px;
}
.infobox
{
    background-color: #59536f;
    padding: 8px 10px;
    color: #fff !important;
    line-height: 16px !important;
}
.infobox:hover
{
    background-color: #d24222;
}






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
