* {
    margin: 0;
    padding: 0
}
img {
    border: none;
}
a {
    outline: none;
}
#wrapper #body a:hover,
#wrapper #footer a:hover {
    color: #ff8a00;
}
html {
    background: #000 url("../images/bg_footer.jpg") repeat-x 0 100%;
    color: #9daab3;
    font: 12px/150% "Lucida Grande", Arial, Helvetica, verdana, sans-serif;
}
body {
    background: transparent url("../images/bg_header.jpg") no-repeat 50% 0;
    width: 100%;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
#wrapper {
    width: 620px;
    padding-top: 480px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*** Header Components ********************************************************/

#header h1 { /* Hide from visual browsers */
    position: absolute;
    visibility: hidden;
}
#header h2 { /* Hide from visual browsers */
    position: absolute;
    top: 240px;
    left: 260px;
    height: 60px;
    width: 280px;
}
#header h2 a {
    display: block;
    line-height: 300px;
    overflow: hidden;
    height: 60px;
}
#header h3 {
    position: absolute;
    top: 360px;
    left: 260px;
    font-weight: normal;
    font-style: italic;
    font-size: 120%;
}

/*** Navigation Components ****************************************************/

#navigation {
    position: absolute;
    top: 11px;
    left: 20px;
    list-style: none;
}
#navigation * {
    color: #9daab3;
    float: left;
}
#navigation li {
    margin-right: 1em;
}
#index #nav_index a,
#faqs #nav_faqs a,
#releasenotes #nav_releasenotes a,
#tutorial #nav_tutorial a {
    color: #fff;
    font-weight: bold;
}

/*** Section Components *******************************************************/

#body {
    overflow: hidden;
}
#body .section {
    padding: 2.5em 0;
    padding-left: 260px;
    position: relative;
    float: left;
    clear: both;
    width: 360px;
    min-height: 8em;
}
#body .section h4 {
    margin-left: -16px;
    float: left;
}
#body .section p {
    clear: both;
    float: left;
    width: 360px;
}
#body .section h4 {
    font-size: 120%;
}
#body .section h4 a {
    background: transparent url("../images/arrow_left.gif") no-repeat 0 2px;
    padding-left: 16px;
    color: #fff;
    text-decoration: none;
    overflow: visible;
    display: block;
}
#body .section h4 a:hover {
    background-position: 0 -48px;
}
#body .section img {
    position: absolute;
    left: 15px;
    top: 1em;
}
#body .section.alternate {
    padding-left: 15px;
    padding-right: 245px;
}
#body .section.alternate img {
    left: auto;
    right: 15px;
    top: 1em;
}
#body .section.alternate h4 a {
    background: transparent url("../images/arrow_right.gif") no-repeat 100% 2px;
    padding-right: 16px;
    color: #fff;
    text-decoration: none;
    overflow: visible;
    display: block;
}
#body .section.alternate h4 a:hover {
    background-position: 100% -48px;
}

/*** FAQs/Releasenotes/Tutorial Components ********************************************/

#faqs,
#releasenotes,
#tutorial {
    background-image: url("../images/bg_header_faqs.jpg");
}
#faqs #wrapper,
#releasenotes #wrapper,
#tutorial #wrapper {
    padding-top: 260px;
}
#faqs .section,
#faqs .section p,
#releasenotes .section,
#releasenotes .section p,
#releasenotes .section ul,
#tutorial .section,
#tutorial .section p {
    clear: both;
    margin-bottom: 1em;
    min-height: 0;
    padding: 0;
    width: 580px;
}
#releasenotes .section ul,
#tutorial .section ul {
    clear: both;
    list-style: disc;
    list-style-position: inside;
    padding-left: 26px;
    padding-bottom: 1em;
}
#faqs h3,
#releasenotes h3,
#tutorial h3 {
    color: #fff;
    font-size: 250%;
    margin-bottom: 1em;
    line-height: 150%;
}
#faqs .section h4,
#releasenotes .section h4,
#tutorial .section h4 {
    background: transparent url("../images/icon_faq.png") no-repeat 0 0;
    color: #fff;
    margin: 0;
    margin-bottom: -0.2em;
    padding: 0.3em 0;
    padding-left: 26px;
}
#releasenotes .section h4 {
    background-image: url("../images/icon_releasenotes.png");
}
#tutorial .section h4 {
    background-image: url("../images/icon_tutorial.png");
    background-position: -4px 0;
    padding-left: 19px;
}
#releasenotes .section h4 span {
    color: #9daab3;
    font-size: 80%;
    font-weight: normal;
    padding-left: 0.5em;
}


/*** Footer Components ********************************************************/

#footer {
    border-top: 2px solid #1f2c34;
    clear: both;
    padding: 1em 10px 2em 10px;
     position: relative;
}
#footer ul {
    position: absolute;
    right: 0;
    top: 1em;
    list-style: none;
}
#footer ul * {
    float: left;
}
#footer ul a {
    color: #fff;
    text-decoration: none;
    padding: 0 0.5em;
}
#footer p a {
    color: #fff;
    text-decoration: none;
}

/*** Digg Components **********************************************************/

#digg {
    position: absolute;
    top: 20px;
    left: 20px;
}

/*** Language Switcher Components *********************************************/

#languageswitcher {
    list-style: none;
    position: absolute;
    top: 4px;
    right: 10px
}
#languageswitcher  * {
    float: left;
}
#languageswitcher li {
    margin-right: 1em;
}
#languageswitcher a {
    background: transparent url("../images/language_english.png") no-repeat 0 0;
    height: 32px;
    line-height: 33px;
}
#languageswitcher .german a {
    background-image: url("../images/language_german.png");
}
#languageswitcher span {
    height: 32px;
    padding-left: 30px;
}

#languageswitcher .selected span {
    background: transparent url("../images/language_selected.png") no-repeat 0 0;

}

/*** Mac Teaser Components ****************************************************/

#macteaser {
    background: #000 url("../images/bg_header_macteaser.jpg") no-repeat 50% 0;
    min-height: 800px;
}
#macteaser #header {
    height: 225px;
}

