html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

html {
    background: #ffffff;
}

body {
    font-size: 12px;
    line-height: 1.5em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #A0A0A0;
    background: #ffffff;
}

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

a:visited {
    color: #cccccc;
}

a:hover {
    color: #ff3300;
}

h1 {
    display: none;
}

h2 {
    font-size: 13px;
    line-height: 1.333em;
    color: #676767;
    font-weight: bold;
}

h3 {
    font-size: 1em;
    line-height: 2em;
    font-weight: normal;
    color: #676767;
}

h4 {
}

p {
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #a0a0a0;
}



/* ID: CONTAINER */

#container {
    width: 960px;
    margin: 0 auto;
}


/* ID: PAGE */

#page {
    width: 920px;
    margin: 0 20px;
}


/* ID: HEADER */

#header {
    width: 100%;
    float: left;
    position: relative;
    height: 132px;
}

#header a.logo {
    display: block;
    position: absolute;
    top: 34px;
    left: 17px;
    height: 34px;
    width: 110px;
    text-decoration: none;
    background: url('logo-mycode.png') no-repeat left top;
}

#header .logo span {
    visibility: hidden;
}

#header .languagebar {
    position: absolute;
    top: 34px;
    right: 4px;
}

#header .languagebar li {
    text-align: right;
}

#header .languagebar a {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    color: #cccccc;
}

#header .languagebar a:hover {
    color: #ff3300;
}

#header .languagebar .active {
    color: #676767;
}

#header .search {
    position: absolute;
    top: 84px;
    right: 0px;
}

#header .search .text {
    border: 0;
    background: transparent;
    display: block;
    position: absolute;
    top: 7px;
    right: 30px;
    width: 145px;
    padding: 0;
    color: #676767;
}

#header .search .submit {
    border: 0;
    background: transparent;
    position: absolute;
    top: 2px;
    right: 4px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

#header .search {
}

#header .mainmenu {
    position: absolute;
    top: 82px;
    left: 0px;
    width: 920px;
    background: url('bg-mainmenu.png') no-repeat left top;
    height: 30px;
}

#header .mainmenu ul {
    margin: 6px 0 0 6px;
}

#header .mainmenu li {
    padding-right: 5px;
    float: left;
}

#header .mainmenu li a {
    color: #676767;
    text-decoration: none;
    display: block;
    float: left;
    background: url('bg-mainmenu-item.png') no-repeat left top;
    width: 100px;
    height: 24px;
    line-height: 26px;
    text-align: center;
}

#header .mainmenu .active a {
    background: url('bg-mainmenu-item-active.png') no-repeat left top;
}

#header .mainmenu a:hover {
    background: url('bg-mainmenu-item-active.png') no-repeat left top;
}

/* ID: CONTENT */

#content {
    width: 920px;
}


/* ID: LEFTCOL */

#leftcol {
    width: 580px;
    float: left;
}

#leftcol .button01 {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('button01.png') no-repeat left top;
    width: 80px;
    height: 23px;
    line-height: 23px;
    color: #757575;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}

#leftcol .button01:hover {
    color: white;
}

#leftcol .banner-main {
    width: 580px;
    margin: 0 0 20px 0;
    position: relative;
}

#leftcol .banner-main .banner-pager {
    position: absolute;    
    left: 10px;
    bottom: 10px;
    display: block;
}

#leftcol .banner-main .banner-pager a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('bg-banner-page-off.gif') no-repeat left top;
    text-align: center;
    line-height: 25px;
    color: #545454;
} 

#leftcol .banner-main .banner-pager .active {
    background: url('bg-banner-page-on.gif') no-repeat left top;
    color: black;
}

#leftcol .banner-main .banner-pager a:hover {
    background: url('bg-banner-page-on.gif') no-repeat left top;
}

#leftcol .banner-big {
    width: 580px;
    margin: 0 0 20px 0;
}

#leftcol .box01 {
    background: #f4f4f4 url('bg-box01.png') no-repeat left bottom;
    overflow: hidden;
    width: 580px;
    margin: 0 0 20px 0;
    position: relative;
}
    
#leftcol .box01 a {
    display: block;
}

#leftcol .box01 h2 {
    background: url('bg-box01-heading.png') no-repeat left top;
    height: 33px;
    line-height: 33px;
    padding: 0 16px;
}

#leftcol .box01 ul {
    margin: 5px 0 0 5px;
}

#leftcol .box01 li {
    background: url('bg-box01-item.png') no-repeat left top;
    width: 283px;
    height: 50px;
    overflow: hidden;
    margin: 0 4px 4px 0;
    float: left;
    position: relative;
}

#leftcol .box01 h3 {
    padding: 0 0 0 60px;
    line-height: 1em;
}

#leftcol .box01 span {
    line-height: 1em;
    font-size: 12px;
    color:#A0A0A0;
}

#leftcol .box01 .name {
    line-height: 2em;
    font-size: 13px;
    color:#676767;
}

#leftcol .box01 .image-cut {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    width: 40px;
    height: 40px;
    background: url('img-rounded-overbg.gif') no-repeat left top;
    z-index: 5;
}

#leftcol .box01 .image {
    position: absolute;
    display: block;
    top: 5px;
    left: 6px;
    width: 40px;
    height: 40px;
    overflow: hidden;        
    z-index: 1;
}

#leftcol .box01 a:hover span {
    color: #ff3300;
}


/* ID: RIGHTCOL */

#rightcol {
    width: 320px;
    float: right;
}

#rightcol .button02 {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('button02.png') no-repeat left top;
    width: 70px;
    height: 23px;
    line-height: 23px;
    color: #757575;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
}

#rightcol .button02:hover {
    color: white;
}

#rightcol .banner-small {
    width: 320px;
    margin: 0 0 20px 0;
}

#rightcol h3 {
    line-height: 1.5em;
    padding: 6px 12px 0 12px;
}

#rightcol span.date {
    position: absolute;
    top: 6px;
    right: 11px;
    color: #cccccc;
}

#rightcol span.name {
    color: #676767;
}

#rightcol span.text {
    color: #a0a0a0;
}

#rightcol a:hover span {
    color: #ff3300;
    cursor: pointer;
}

#rightcol .box02 {
    background: #f4f4f4 url('bg-box02.png') no-repeat left bottom;
    overflow: hidden;
    width: 320px;
    margin: 0 0 20px 0;
    position: relative;
}

#rightcol .box02 h2 {
    background: url('bg-box02-heading.png') no-repeat left top;
    height: 33px;
    line-height: 33px;
    padding: 0 16px;
    margin: 0;
}

#rightcol .box02 ul {
    margin: 5px 0 0 5px;
}

#rightcol .box02 li {
    background: url('bg-box02-item.png') no-repeat left top;
    width: 310px;
    height: 90px;
    overflow: hidden;
    margin: 0 0 5px 0;
    position: relative;
}

#rightcol .box02 a {
    display: block;
}

#rightcol .box03 {
    background: #f4f4f4 url('bg-box03.png') no-repeat left bottom;
    overflow: hidden;
    width: 320px;
    margin: 0 0 20px 0;
    position: relative;
}

#rightcol .box03 h2 {
    background: url('bg-box03-heading.png') no-repeat left top;
    height: 33px;
    line-height: 33px;
    padding: 0 16px;
}

#rightcol .box03 ul {
    margin: 5px 0 0 5px;
}

#rightcol .box03 li {
    background: url('bg-box03-item.png') no-repeat left top;
    width: 310px;
    height: 50px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
                                
#rightcol .box03 a {
    display: block;
}

#rightcol .fblink {
    background: url('bg-fblink.png') no-repeat left top;
    display: block;
    height: 33px;
    line-height: 33px;
    padding-left: 45px;
    color: #676767;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 20px;
}

#rightcol .fblink:hover {
    color: #ff3300;
}

/* ID: FOOTER */

#footer {
    width: 920px;
    background: url('bg-footer.png') repeat-y left top;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
}

#footer a {
    color: #cccccc;
    text-decoration: none;
}

#footer a:hover {
    color: #ff3300;
}

#footer .top {
    width: 100%;
    background: url('bg-footer-top.png') repeat-y left top;
    height: 8px;
}

#footer .bottom {
    width: 100%;
    background: url('bg-footer-bottom.png') repeat-y left top;
    height: 9px;
}

#footer .leftside {
    float: left;
    width: 315px;
}

#footer .inbox {
    margin: 5px 0 6px 12px;
    overflow: hidden;
}

#footer .leftside ul {
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
}

#footer .rightside {
    float: right;
    width: 599px;
}

#footer .rightside ul {
    float: left;
    padding: 0 60px 0 16px;
}

#footer h2 {
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 5px 0;
}

#footer .logo3dh {
    display: block;
    width: 56px;
    height: 53px;
    background: url('logo-3dh.png') no-repeat left top;
    float: left;
}


#footer .partners a {
    color: #eba866;
}

#footer .partners a:hover {
    color: #ff3300;
}

/* COMMON CLASSES */

.hidden {
    display: none;
    visibility: hidden;
}

.cleaner {
    clear: both;
}

