@import 'http://meyerweb.com/eric/tools/css/reset/reset.css';

html, body {
    width: 100%;
    height: 100%;
}

body {
    font: normal normal normal 13px/20px "Helvetica Neue", Arial, sans-serif;
    background: #f2f2f2;
}

h1 {
    margin-bottom: 15px;
    font: normal normal bold 28px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
    font: normal normal bold 28px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font: normal normal normal 24px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 span {
    cursor: pointer;
    color: #777;
    font: normal normal normal 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    margin-bottom: 15px;
}

pre {
    margin-bottom: 15px;
    padding: 10px;
    color: #fff;
    font-family: "Consolas", "Courier New", Courier, serif;
    background: #222;
    border: 1px solid #000;
}



#site {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

/**
 * Header 
 *
 */

header {
    width: 1000px;
    height: 75px;
    position: relative;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    overflow: hidden;
    z-index: 200;
}

/**
 * Header Logotype 
 *
 */

header hgroup {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    width: 200px;
    height: 75px;
    vertical-align: top;
    /* IE6 and IE7 */
    zoom: 1;
    *display: inline;
}

header h1 {
    margin: 20px 0 0 0;
    font: normal normal bold 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

header h2 {
    margin: 0 0 0 0;
    color: #777;
    font: normal normal normal 10px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/**
 * Header Navigation 
 *
 */

header nav {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    width: 800px;
    height: 75px;
    vertical-align: top;
    text-align: right;
    /* IE6 and IE7 */
    zoom: 1;
    *display: inline;
}

header ul {
    display: block;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    height: 75px;
}

header li {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    margin-left: 2px;
    /* IE6 and IE7 */
    zoom: 1;
    *display: inline;
}

header a, 
header a:link, 
header a:visited {
    display: block;
    width: 150px;
    height: 70px;
    padding: 0 20px;
    border-bottom: 5px solid #bbb;
}

header a, 
header a:link, 
header a:visited {
    color: #444;
    font: normal normal bold 12px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}

header li.active a, 
header li.active a:link, 
header li.active a:visited  {
    color: #fff;
    background: #333;
    border-color: #111;
}

header a:hover, 
header a:focus {
    color: #fff;
    background: #777;
    border-color: #555;
}

header li.tab1 a, header li.tab1 a:link, header li.tab1 a:visited {}
header li.tab2 a, header li.tab2 a:link, header li.tab2 a:visited {}
header li.tab3 a, header li.tab3 a:link, header li.tab3 a:visited {}
header li.tab4 a, header li.tab4 a:link, header li.tab4 a:visited {}


section {
    padding: 50px 0;
    letter-spacing: -.31em;
    word-spacing: -.43em;
    z-index: 100;
}

article {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    width: 500px;
    margin: 0 20px 0 0;
    /* IE6 and IE7 */
    zoom: 1;
    *display: inline;
}

article h1 {
    color: #333;
    font-size: 60px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

article h1 span {
    color: #999;
}

article #heading {
    font-weight: bold;
    font-size: 16px;
}

aside {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    width: 480px;
    /* IE6 and IE7 */
    zoom: 1;
    *display: inline;
}

#mac {
    display: block;
    width: 480px;
    height: 400px;
    background: url('images/mac.png') no-repeat 0 0 scroll transparent;
}


/*

#content {
    width: 900px;
    min-height: 200px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 3px #ccc, 0 -1px 0 #fff inset;
    border-radius: 5px 5px 5px 5px;
    letter-spacing: -.30em;
}

#list-tabs {
    list-style: none;
    display: block;
    height: 24px;
    margin-left: 20px;
    position: relative;
}

#list-tabs li {
    display: block;
    width: 175px;
    height: 24px;
    letter-spacing: normal;
    text-align: center;
    line-height: 24px;
    position: absolute;
    z-index: 100;
    background: transparent url('images/tab-inactive.png') no-repeat 0 0 scroll;
}

#list-tabs li#tab1 {
    top: 0;
    left: 0;
    z-index: 110;
}

#list-tabs li#tab2 {
    top: 0;
    left: 160px;
    z-index: 120;
}

#list-tabs li#tab3 {
    top: 0;
    left: 325px;
    z-index: 130;
}

#list-tabs li#tab4 {
    top: 0;
    left: 490px;
    z-index: 140;
}

#list-tabs li.active {
    z-index: 200 !important;
    background: transparent url('images/tab-active.png') no-repeat 0 0 scroll;
}

#list-tabs li:hover {
    z-index: 300 !important;
    background: transparent url('images/tab-active.png') no-repeat 0 0 scroll;
}

article, aside {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

article {
    width: 300px;
    padding-right: 30px;
    border-right: 1px solid #ebebeb;
}

aside {
    width: 539px;
    padding-left: 30px;
}

#content ul {
    list-style: disc;
    margin-bottom: 15px;
    padding-left: 25px;
}

#content li {
    color: #333;
}

#content li span {
    color: #777;
}

#list-features, #list-requirements {
    -moz-transition: all 0.3s ease-in;
    overflow: hidden;
}

*/

