body{
    font: 10px Tahoma, Geneva, sans-serif;
    color: #6E6E6E;
    background: #6E6E6E;
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
    line-height: 7px;
    list-style: none outside url('/media/images/bullet.png');
}

div{
    margin: 0px;
    padding: 0px;
}

h1{
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 18px;
    font-weight: bold;
    color: #E33B44;
    margin: 0px;
    padding: 0px;
}

h1 a{
    text-decoration: none;
}

a h1{
    text-decoration: none;
}

h2{
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 17px;
    font-weight: bold;
    color: #6E6E6E;
    margin: 0px;
    padding: 0px;
}

h3{
    font: 16px Tahoma, Geneva, sans-serif;
    line-height: 17px;
    font-weight: bold;
    color: #6E6E6E;
    margin: 0px;
    padding: 0px;
}

p{
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 16px;
    color: #6E6E6E;
    margin: 0px;
    padding: 0px;
}

a{
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 16px;
    text-align: left;
    text-decoration: underline;
    color: #6E6E6E;
    margin: 0px;
    padding: 0px;
}

a:hover{
    color: #E33B44;
}

img{
    border: none;
}

a img{
    border: none;
    text-decoration: none;
}

hr{
    text-align: left;
    background: none;
    color: white;
    margin: 0px auto 0px 0px;
    padding: 0px 0px 7px 0px;
    border: none;
    border-top: 1px dashed #6E6E6E;
    height: 1px;
}

iframe{
    margin: 0px;
    padding: 0px;
}

.main{
    text-align: center;
    width: 986px;
    background: transparent no-repeat fixed top;
    margin: auto;
    padding: 7px 7px 7px 7px;
}

/** Window. **/
.windowtop{
    width: 885px;
    height: 18px;
    text-align: left;
    background: transparent url('/media/images/windowtop.png') no-repeat scroll top;
    margin: auto;
    padding: 0px;
}
.window{
    width: 843px;
    text-align: left;
    background: transparent url('/media/images/window.png') repeat-y scroll top;
    margin: auto;
    padding: 2px 21px 1px 21px;
}
.windowbottom{
    width: 885px;
    height: 18px;
    text-align: left;
    background: transparent url('/media/images/windowbottom.png') no-repeat scroll top;
    margin: auto;
    padding: 0px;
}

/** Footer. **/
.footer{
    color: white;
    font-size: 10px;
    text-align: center;
}
.footer a{
    color: white;
}
.footer a:hover{
    color: #E33B44;
}

/** Logo. **/
#logo{
    background: transparent url('/media/images/logo.png') no-repeat scroll top right;
    border: none;
    display: block;
    float: right;
    text-decoration: none;
    width: 189px;
    height: 61px;
    margin: 0px -8px 0px 0px;
    padding: 0px;
}

/** Menu. **/
.menu{
    background: none;
    clear: both;
    width: 100%;
    height: 81px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.menubutton{
    background: transparent url('/media/images/menubutton.png') no-repeat scroll top;
    float: left;
    width: 126px;
    height: 81px;
    margin: 0px;
    padding: 0px;
}
.menubutton:hover{
    background: transparent url('/media/images/menubutton_hover.png') no-repeat scroll top;
}
.menubutton_selected{
    background: transparent url('/media/images/menubutton_selected.png') no-repeat scroll top;
    float: left;
    width: 126px;
    height: 81px;
    margin: 0px;
    padding: 0px;
}
.menulink{
    background: none;
    border: none;
    color: #6E6E6E;
    display: block;
    font-weight: bold;
    line-height: 10px;
    text-align: center;
    text-decoration: none;
    width: 125px;
    height: 32px;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
.menulink:hover{
    color: #6E6E6E;
}
.menubutton_selected .menulink{
    color: #D2D2D2;
}

/** Dropdown. **/
.dropdown{
    visibility: hidden;
    width: 120px;
    position: absolute;
    margin: 1px 0px 0px 3px;
    padding: 0px 0px 2px 0px;
    z-index: 2;
}

.dropdown img{
    overflow: hidden;
    width: 120px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    z-index: 0;
}

.dropdown a{
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    color: #D7D7D7;
    margin: 11px 7px 9px 12px;
    padding: 0px;
    z-index: 2;
}
.dropdown a:hover{
    color: white;
}

/** Content. **/
.content{
    width: 840px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.content table, tr{
    border: none;
    border-spacing: 0px 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.content td{
    background: white;
    border: 0px;
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 16px;
    color: #6E6E6E;
    margin: 0px;
    padding: 7px 7px 7px 7px;
    vertical-align: top;
}

.content td a{
    font: 10px Tahoma, Geneva, sans-serif;
    line-height: 16px;
    text-align: left;
    text-decoration: underline;
    color: #6E6E6E;
    margin: 0px;
    padding: 0px;
}

.content td a:hover{
    color: #E33B44;
}

.content .one{
    width: 840px;   
}
.content .two{
    width: 416px;
}
.content .three{
    width: 270px;
}
.content .four{
    width: 204px;
}

.content .shadowright{
    background: transparent url('/media/images/shadowright.png') repeat-y scroll left;
    width: 7px;
    margin: 0px;
    padding: 0px;
}
.content .shadow{
    background: transparent url('/media/images/shadow.png') no-repeat scroll top left;
    width: 7px;
    height: 7px;
    margin: 0px;
    padding: 0px;
}
.content .shadowbottom{
    background: transparent url('/media/images/shadowbottom.png') repeat-x scroll top left;
    height: 7px;
    margin: 0px;
    padding: 0px;
}

.boximage{
    float: left;
    margin-right: 20px;
}

.slmap{
    width: 400px;
    height: 400px;
    margin: 0px;
    padding: 0px;
}

.document{
    margin: 0px 0px -5px 0px;
    border: none;
    text-decoration: none;
}

.inquiry_form p{
    line-height: 28px;
}