html {
    background: #404040 url('body-bg.png') repeat-x left top;
}

body {
    background: none;
    font-size: 14px;
    color: #000000;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;;
    line-height: 24px;
}

h1 {
    visibility: hidden;
    display: none;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

p {
    margin: 0 0 24px 0;
    line-height: 24px;
}

a {
    color: #234097;
    text-decoration: none;
}

a:hover,
a:active,
a:visited {
    color: #234097;
}

a:hover {
    text-decoration: underline;
}

label {
}

input, textarea, select {
    border: 1px solid #cdcdcd;
    padding: 3px;
}

input.submit {
}

ul {
    margin: 0 0 24px 0;
}

ul li {
    list-style: none;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

iframe {
    border: 1px solid #cdcdcd;
}

/* TOPLINE */
#topline {
    width: 960px;
    margin: 0 auto 20px auto;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

#topline li {
    display: inline-block;
    padding: 0 20px;
}

#topline li a {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
}

#topline li a:hover {
    color: #fefefe;
}


/* PAGE */
#page {
    width: 960px;
    margin: 0 auto;
}


/* HEADER */
#header {
    width: 960px;
    height: 74px;
    background: url('header-bg.png') no-repeat left top;
}

.homepage #header {
    width: 960px;
    height: 480px;
    background: url('header-bg.jpg') no-repeat left top;
}

#logo {
    display: block;
    width: 960px;
    height: 74px;
}

.homepage #logo {
    height: 480px;
}

#logo span {
    display: none;
    visibility: hidden;
}


/* LEFTCOL */
#leftcol {
    width: 225px;
    float: left;
    margin: 20px 0;
}

#leftcol .leftcol-in {
    background: url('leftcol-bg.png') no-repeat left top;
    padding: 0 20px;
    overflow: hidden;
}

#leftcol .leftcol-bottom {
    background: url('leftcol-bg-bottom.png') no-repeat left top;
    height: 20px;
    width: 225px;
}

#leftcol a {
    color: #999999;
}

#leftcol a:hover {
    color: #fefefe;
}


/* RIGHTCOL */
#rightcol {
    width: 200px;
    float: right;
    overflow: hidden;
    margin: 20px 0;
    color: #cccccc;
}

#rightcol .rightcol-in {
    background: url('rightcol-bg.png') no-repeat left top;
    padding: 20px 14px;
    overflow: hidden;
}

#rightcol .rightcol-bottom {
    background: url('rightcol-bg-bottom.png') no-repeat left bottom;
    height: 20px;
    width: 200px;
}


/* MIDCOL */
#midcol {
    width: 535px;
    float: left;
    margin: 20px 0;
}

#midcol .midcol-top {
    background: url('midcol-bg-top.png') no-repeat left top;
    width: 495px;
    height: 96px;
    margin: 0 20px;
}

.homepage #midcol .midcol-top {
    height: 48px;
}

#midcol .midcol-top .inbox {
    padding: 8px 20px 0 20px;
    overflow: hidden;
}

#midcol .midcol-top h2 {
    height: 47px;
    line-height: 47px;
}

.homepage #midcol .midcol-top h2 {
    margin-right: -1px;
}

#midcol .midcol-content {
    background: url('midcol-bg.png') no-repeat left bottom;
    width: 495px;
    margin: 0 20px;
}

#midcol .midcol-content .inbox {
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

.layout-2-col #midcol {
    width: 715px;
}

.layout-2-col #midcol .midcol-top {
    background: url('midcol-bg-2col-top.png') no-repeat left top;
    width: 715px;
}

.layout-2-col #midcol .midcol-content {
    background: url('midcol-bg-2col.png') no-repeat left bottom;
    width: 715px;
}


/* MAINMENU */
.mainmenu {
    margin: 8px 0 0 0;
}

.mainmenu ul {
    margin: 0;
}

.mainmenu ul ul {
    margin-bottom: 12px;
}

.mainmenu li {
    border-bottom: 1px dashed #666666;
}

.mainmenu li li {
    line-height: 24px;
    border-bottom: 0px;
}

.mainmenu li.last {
    border: 0;
    line-height: 24px;
}

.mainmenu a {
    display: block;
    line-height: 47px;
    text-decoration: none;
    font-size: 14px;
}

#leftcol .mainmenu .active a {
}

#leftcol .mainmenu li ul,
#leftcol .mainmenu li li ul,
#leftcol .mainmenu li.active li ul {display: none;}

#leftcol .mainmenu li.active ul,
#leftcol .mainmenu li.active li.active ul {display: block;}

#leftcol .mainmenu li.active li.active ul {
    margin-bottom: 0px;
    padding: 0 0 0 12px;
}

#leftcol .mainmenu li li a,
#leftcol .mainmenu li.active li a,
#leftcol .mainmenu li.active li.active a {
    line-height: 24px;
    font-size: 12px;
    padding: 0;
}

#leftcol .mainmenu li.active li.active ul li a {
    font-size: 11px;
}

.mainmenu a:hover {
    margin-left: 1px;
}

#leftcol .mainmenu .active li a,
#leftcol .mainmenu .active .active li a {
    color: #999999;
}

#leftcol .mainmenu .active a,
#leftcol .mainmenu .active a:hover,
#leftcol .mainmenu .active .active a,
#leftcol .mainmenu .active .active a:hover,
#leftcol .mainmenu .active .active .active a,
#leftcol .mainmenu .active .active .active a:hover {
    color: #fefefe;
}


/* BREADCRUMBS */
.breadcrumbs {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #cccccc;
    color: #999999;
    font-size: 11px;
    overflow: hidden;
}

.breadcrumbs a {
    color: #999999;
}

.breadcrumbs .B_currentCrumb {
    color: #000000;
}


/* CONTACTBOXRIGHT */
.contactBoxRight h2 span.owner {
    font-size: 14px;
}

.contactBoxRight h2 span.partner {
    font-size: 11px;
}

.contactBoxRight ul {
    margin: 12px 0;
}

.contactBoxRight p {
    margin-bottom: 0px;
}

.contactBoxRight li.ico {
    padding: 0 0 0 30px;
    line-height: 48px;
}

.contactBoxRight li.phone {background: url('ico-phone.png') no-repeat left center;}
.contactBoxRight li.email {background: url('ico-email.png') no-repeat left center;}
.contactBoxRight li.skype {background: url('ico-skype.png') no-repeat left center;}

.contactBoxRight a {
    color: #cccccc;
}

/* FOOTER */
#footer {
    clear: both;
    background: url('footer-bg.png') no-repeat left top;
    width: 960px;
    height: 120px;
    margin: 0 0 20px 0;
}

#footer a {
    color: #e3e3e3;
}

#footer .footerCol {
    float: left;
    width: 280px !important;
    width: 320px;
    padding: 0 20px;
    height: 80px;
    margin: 12px 0 0 0;
    font-size: 12px;
    color: #999999;
    height: 108px;
}

#footer .col-01 {
}

#footer .col-02 {
    text-align: center;
    display: none;
}

#footer .col-03 {
    text-align: right;
    float: right;
}

#footer p.copy {
    color: #666666;
    font-size: 10px;
    text-align: right;
    line-height: 12px;
    margin: 0 20px;
    padding: 6px 0 12px 0;
    overflow: hidden;
}

#footer p.copy a {
    color: #666666;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}

#footer p.copy a:hover {
    color: #fefefe;
}


/* CONTACTFORM */

#contactFormWrapper {
    margin: 0 0 24px; 0;
}

#contactFormWrapper .text {
    width: 447px;
}

#contactFormWrapper textarea {
    width: 447px;
    height: 200px;
}

#contactFormWrapper p {
    margin-bottom: 12px;
}

#contactFormWrapper .submit {
    float: right;
    padding: 6px 24px;
    cursor: pointer;
}

#contactFormWrapper {}

#contactFormWrapper {}


/* COMMON CLASSES */
.cleaner {
    clear: both;
}

.h01,
a.h01,
.h01 a {
    color: #c00000;
}

.h02,
a.h02,
.h02 a {
    color: #fefefe;
    background: #000000;
    padding: 0 3px;
    font-weight: bold;
}

.hidden {
    display: none;
}
