html>/**/body, x:-moz-any-link,
x:default {
    position:relative;
    left:-0.1px;
}
body, html {

    padding: 0 0 0 0;
    margin: 0 0 0 0;

}
body {
    background-color: #e7e7e7;
    background-image: url(images/backback.jpg);
    background-repeat:repeat-x;

}
html {
    background-color: #e7e7e7;
}
em {
    background: none;
}
h1, h2, h3, h4 {
    font-weight: 300;
    color: #666;
}
h2 {
    font-size: 1.563em;
    line-height: 2.367em;
    letter-spacing: -0.01em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.background {
    background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.header {
    height: 155px;
}
.icons {
    position:relative;
    text-align:right;
    right:10px;
    top:30px;
}
.icons a, .icons {
    font-size: 11px;
    text-decoration: none;
    color: #222;
}
.topmenu {
    height:32px;
}
.xtramenu {
    display:none;
    height: 28px;
}
.path {
    font-size: 10px;
    width: auto;
    padding-left:15px;
    padding-top:7px;
    position: relative;
    text-align:right;
    padding-right:7px;
    border: 0px #ff5 dotted;
}
.path, .path a {
    color:#bbb;
    text-decoration:none;
}
.xtramenu img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.slide {
    height: 310px;

    padding-top:5px;
}
.top {
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.imgright {
    float: right;
    margin: 0 0 10px 10px;
}
#rotator {
    width: 790px;
    height: 220px;
    
    position:static;
    margin-bottom:1px;
}
#rotator img {
    display:none;
    position:absolute;
}
.content_start {
    position: relative;
    padding-top: 5px;
    left: 0px;
    top: 0px;
    width: 790px;
    border: 0px dotted #f00;
    background-color: #fff;
}
.contents {
    position: relative;
    left: 5px;
    top: 0px;
    width: 800px;
    border: 0px dotted #f00;

}
.content {
    color: #555;

}
.content a {
    color: #888;
}
.content_bottom {
    height: 24px;
    background-image: url(images/content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.content_bottom img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.backfooter {
    background-color: #FFDC78;
    background-image: url(images/backbackbottom.gif);
    background-repeat: repeat-x;
    background-position: center top;
}
.footer {
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0 0 0 0;
    height: 400px;

}
.footer .container {
    padding-top: 12px;
    text-align: center;
}
.footer .container, .footer .container a {
    font-size: 12px;
    color:#f0f0f0 ;
    text-decoration: none;
}
.footer .container img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.bottom {

    padding: 00px 0 0 00px;
    margin: 0 0 0 0;
    height: 190px;
}
.bottom .container, .bottom .container a {
    color:#333;
    text-decoration: none;
}
.bottom .container img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
/* mootabs */
.mootabs {
    clear:both;
    width: 570px;
}
.mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 24px;
}
.mootabs_title li {
    float: left;
    background-color: #ddd;
    background-image: url("tabs/normal.jpg");
    padding: 2px 8px 2px 8px;
    margin-right: 2px;
    cursor: pointer;
    height: 24px;

}
.mootabs_title li.active {
    background-color: #e6e6e6;
    background-image: url("tabs/active.jpg");
    font-weight: bolder;
}
.mootabs_panel {
    display: none;
    background-color: #EFF2E1;
    background-image: url("tabs/background.jpg");
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    top: -1px;
    clear: both;
    overflow: auto;
    padding: 10px;

}
.mootabs_panel.active {
    background-color: #EFF2E1;
    display: block;
}


