/* @author Toni Ivanisevic http://tonitone.com */
body {
    background: #333 url(../img/bg.png) 0 0 repeat-x;
    font-size: 13px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
}

h1 {
    display: none;
}

h2 {
    font-size: 150%;
    font-weight: bold;
    color: #52A9D5;
    margin: 5px 0 10px;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 3px;
}

h2:first-letter {
    font-size: 200%;
    font-style: italic;
}

h3 {
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    color: #333;
    margin: 5px 0 10px;
    letter-spacing: 3px;
}

h3:first-letter {
    font-size: 150%;
    font-style: italic;
}


h4, h5 {
    font-size: 110%;
    font-weight: bold;
    color: #333;
    margin: 5px 0 10px;
}

h5 {
    font-size: 100%;
}

hr {
    border-top: 1px dotted #52A9D5;
    border-bottom: 0;
    height: 0px;
    padding:0;
}

p {
    font-size: 14px;
    margin: 4px 0 10px;
    line-height: 145%;
}

#wrapper {
    width: 920px;
    margin: 0 auto 40px auto;
}

/* gfx bg-elements */
#header {
    position: relative;
    height: 120px;
    background: url(../img/header.png) 0 0 no-repeat;
}

#navi {
    height: 47px;
    background: url(../img/navi.png) 0 0 no-repeat;
}

#content_wrapper {
    background: url(../img/bg_content.png) 0 0 repeat-y;
}

#content {
    margin: 0 11px;
    background: url(../img/content_top.png) 0 0 repeat-x;
    overflow: hidden;
}

#ajax_wrapper {
    overflow: hidden;
}

#footer {
    height: 72px;
    background: url(../img/footer.png) 0 0 no-repeat;
}

#header a#home {
    display: block;
    width: 330px;
    height: 120px;
}

#header a#getTrafficsCosmo {
    display: block;
    width: 230px;
    height: 120px;
    right: 0;
    top: 0;
    position: absolute;
}

/* navigation */
#navi .list {
    overflow: hidden;
    padding: 10px 10px 0 10px;
}

#navi a {
    text-transform: uppercase;
    background: url("../img/navi_a_border.png") no-repeat scroll right top;
    color: #E2E2E2;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 18px 10px 18px;
    text-decoration: none;
    float: left;
    display: block;
}

#navi a:hover {
    color: #B9DEF1;
}

#navi a.active {
    color: #52A9D5;
}

#slideshow_wrapper {
    height: 540px;
}

.slideshow-captions p {
    font-size: 24px;
    padding: 0 10px;
    font-weight: bold;
    margin: 4px 0 10px;
    line-height: 120%;
}

#content a {
    color: #52A9D5;
    font-weight: bold;
}

#content sup a {
    text-decoration: none;
    font-weight: normal;
}

#content img {
    padding-left: 10px;
    float: right;
}
#slideshow_wrapper img{
    padding:0;
    float:none;
}

#content .video {
    float: right;
}

#content ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 2.5em;
    padding: 0;
}

#content ol {
    line-height: 1.5em;
    list-style-image: none;
    margin: 0.3em 0 0 2.5em;
    padding: 0;
    list-style: decimal;
}

#content li {
    margin-bottom: 0.1em;
}

#content .download {
    width: 220px;
    background: url(../img/bg_download.png) 0 0 repeat-x;
    padding: 5px;
}

.clear_both {
    clear: both;
}

.padding {
    padding: 10px;
}
#footer .padding{
    padding: 20px;
}
.padding_left_right {
    padding: 0 10px;
}

.padding_top_bottom {
    padding: 10px 0;
}

/* mootools */
.spinner {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    z-index: 999;
    background: #fff;
}

.spinner-msg {
    text-align: center;
    font-weight: bold;
}

.spinner-img {
    background: url(../img/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.mask {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);


    z-index: 999;
    background: #fff;
}
/* @author Toni Ivanisevic http://tonitone.com */  