* {
    margin: 0;
    padding: 0
}
img {
    border: none;
}
a {
    outline: none;
}
#wrapper #body a:hover,
#wrapper #footer a:hover {
    color: #9bdb0d;
}
html {
    background: #000 url("../images/bg_footer.jpg") repeat-x 0 100%;
    color: #bdacbf;
    text-shadow: 0 -1px 1px #000;
    font: 12px/150% "Lucida Grande", Arial, Helvetica, verdana, sans-serif;
}
body {
    background: transparent url("../images/bg_main.jpg") repeat-x 0 0;
    width: 100%;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
#wrapper {
    background: transparent url("../images/bg_header.jpg") no-repeat 50% 0;
    width: 640px;
    padding: 0 60px;
    padding-top: 415px;
    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 */
    background: transparent url("../images/buynow.png") no-repeat 0 0;
    position: absolute;
    top: 215px;
    left: 329px;
    height: 48px;
    width: 185px;
}
#header h2 a {
    display: block;
    line-height: 300px;
    overflow: hidden;
    height: 60px;
}
#header h3 {
    position: absolute;
    top: 300px;
    left: 335px;
    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: 280px;
    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.png") 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: 65px;
    top: 2em;
}
#body .section.alternate {
    padding-left: 15px;
    padding-right: 245px;
}
#body .section.alternate img {
    left: auto;
    right: 15px;
    top: 2em;
}
#body .section.alternate h4 a {
    background: transparent url("../images/arrow_right.png") 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;
}

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

#footer {
    border-top: 1px solid #3d363c;
    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;
}
