html, body, div, span,
h1, h2, h3, h4, h5, h6, p, pre,
a, img, strong,
dl, dt, dd, ul, ol, li,
fieldset, form, label, legend,
table, tbody, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html, body {
    background: #fff;
    color: #333;
    font-family: tahoma,arial,sans-serif;
    font-size: 10pt;
    height: 100%;
    width: 100%;
}

/*
body {
    background: #fff url('/images/body-bg.png') center top repeat-y;
}
*/

h1 {
    font-size: 18pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 16pt;
    margin-bottom: 10px;
}

h3 {
    font-size: 13pt;
}

h4 {
    font-size: 11pt;
}

p {
    margin-bottom: 15px;
}

strong, .strong {
    font-weight: bold;
}

a {
    color: #3b5998;
    text-decoration: underline;
}

a:hover {
    color: #f9aa21;
    text-decoration: underline;
}

/* css footer stick */
#wrap {
    min-height: 100%;
}

#main {
    overflow:auto;
    padding-bottom: 120px;
}  /* must be same height as the footer */

#footer {
    position: relative;
    margin-top: -120px; /* negative value of footer height */
    height: 120px;
    clear:both;
} 

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}

/* end css footer stick */

.align-container {
    width: 1000px;
    margin: 0 auto;
    overflow: visible;
}

#header {
    background: #3b5998;
    position: relative;
}

#index #header {
    height: 100px;
}

#catalog #header {
    height: 66px;
}

#header .align-container {
    position: relative;
}

#index #header .align-container {
    height: 80px;
}

#catalog #header .align-container {
    height: 40px;
}

#breadcrumbs {
    background: #eeeff4;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#index #breadcrumbs {
    height: 20px;
}

#catalog #breadcrumbs {
    height: 26px;
}

#breadcrumbs .align-container {
    height: 20px !important;
}

#logo {
    overflow: hidden;
    position: absolute;
    text-decoration: none;
}

#index #logo {
    top: 10px; left: 0;
    height: 40px;
}

#catalog #logo {
    top: 6px; left: 46px;
    height: 14px;
}

#index #logo a {
    background: url('/images/logo.png') center top no-repeat;
    width: 229px;
    height: 20px;
}

#catalog #logo a {
    background: url('/images/small-logo.png') center top no-repeat;
    width: 124px;
    height: 14px;
}

#logo a {
    display: block;
    overflow: hidden;
    text-indent: -9000px;
    margin: 0;
    padding: 0;
    font-size: 12pt;
}

#logo p {
    font-size: 8pt;
    color: #fff;
    margin-top: 5px;
}

#main-menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
}

#main-menu li a {
    height: 18px;
    padding: 2px 10px 0 10px;
    font-weight: bold;
    color: #fff;
}

#main-menu li a:hover {
    background: #5d97d9;
}

#main-menu li.active a {
    background: #eeeff4;
    color: #3b5998;
}

#account {
    position: absolute;
    right: 0;
    top: 10px;
}

#account .username {
    font-weight: bold;
    color: #fff;
}

.breadcrumbs {
    list-style: none;
    float: left;
}

#index .breadcrumbs {
    margin-top: 2px;
}

#catalog .breadcrumbs {
    margin-left: 215px;
    margin-top: 5px;
}

.breadcrumbs ul,
.breadcrumbs li {
    display: inline;
}

.breadcrumbs li.first {
    padding-left: 0;
    background: none;
}

#index #content .align-container {
    height: 100%;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    padding-top: 10px;
}

.content-column {
    float: left;
    padding-bottom: 20px;
}

.content-column.left {
    width: 500px;
    margin-right: 26px;
    padding-left: 20px;
}

.content-column.right {
    width: 430px;
}

#sidebar, #main-content {
    float: left;
    margin-top: 20px;
}

#sidebar {
    width: 215px;
    padding: 0 15px 15px 0;
}

#main-content {
    width: 750px;
    padding-bottom: 15px;
}

#accordion {
    clear: both;
    margin: 15px;
}

#default-content {
    overflow: hidden;
    padding: 15px;
    height: 100%;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

#footer .align-container {
    height: 100%;
    height: 119px;
}

#paysystems {
    list-style: none;
    display: block;
    border-top: 1px solid #c6c6c6;
}

#paysystems li {
    list-style: none;
    float: left;
    overflow: hidden;
}

#footer-nav {
    border-top: 1px solid #c6c6c6;
    padding-top: 5px;
    clear: both;
    position: relative;
}

#footer-menu {
    position: absolute;
    right: 15px;
    top: 5px;
}

#footer-menu li {
    padding: 0 7px 0 10px;
    background: url('/images/footer-menu-point.png') left center no-repeat;
}

#footer-menu li.first {
    padding-left: 0;
    background: none;
}

.h1-title {
    display: block;
    font-size: 18pt;
    margin-bottom: 10px;
}

.h2-title {
    display: block;
    font-size: 16pt;
    margin-bottom: 10px;
}

.h3-title {
    display: block;
    font-size: 13pt;
    margin-bottom: 10px;
}
