* {
    margin: 0;
    padding: 0
}
img {
    border: none;
}
a {
    outline: none;
}
#wrapper #body a:hover,
#wrapper #footer a:hover {
    color: #ffffe7;
}
html {
    background: #000;
    color: #bbb4a0;
    font: 13px/150% "Helvetica Neue", Helvetica, Arial, Helvetica, verdana, sans-serif;
}
body {
    background: transparent url("../images/bg_main.jpg") repeat-x 50% 0;
    width: 100%;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
#wrapper {
    width: 810px;
    margin: 0 auto;
    position: relative;
}

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

#header {
    height: 440px;
}
#header h1 {
    background: transparent url("../images/logo.png") no-repeat 0 0;
    width: 273px;
    height: 103px;
    position: absolute;
    top: 100px;
    left: 0;
    overflow: hidden;
    line-height: 300px;
}
#header h2 {
    color: #322418;
    position: absolute;
    font-size: 17px;
    top: 225px;
    left: 0px;
    height: 48px;
    width: 390px;
    font-weight: 300;
    line-height: 125%;
}
#header #appicon {
    position: absolute;
    right: 47px;
    top: 295px;
    z-index: 110;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#header #appicon:active {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    opacity: 0;
}
#header .slideshow {
    background: transparent url("../images/bg_slideshow.png") no-repeat 0 0;
    position: absolute;
    top: 50px;
    left: 400px;
    width: 500px;
    height: 373px;
}
#header .slideshow img {
    position: absolute;
    top: 27px;
    left: 27px;
}
#buynow {
    background: transparent url("../images/buynow.png") no-repeat 0 0;
    color: #f7f7e3;
    position: absolute;
    top: 378px;
    left: 0;
    font-weight: 300;
    font-size: 25px;
    height: 50px;
    width: 320px;
    line-height: 40px;
}
#buynow em {
    font-style: normal;
    display: inline-block;
    width: 123px;
    text-align: center;
    padding-left: 7px;
    cursor: default;
}
#buynow a {
    color: #f7f7e3;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    padding-left: 14px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#buynow a:hover {
    color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
#buynow a:active {
    color: #fff;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    opacity: 0;
}
#buynow a span {
    display: none;
}
#buynow a sup {
    font-size: 12px;
}

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

#body {
    -webkit-transform:translate3d(0,0,0)
}
#body .section {
    padding: 2.5em 0;
    position: relative;
    float: left;
    width: 252px;
    min-height: 8em;
    margin-right: 25px;
}
#body .section:last-child {
    margin-right: 0;
}
#body .section h3 {
    color: #ffffe7;
    font-size: 300%;
    font-weight: 100;
    margin-bottom: 20px;
}
#body .section h4 {
    color: #ffffe7;
    font-size: 120%;
    font-weight: bold;
}
#body .section p {
    clear: both;
    margin-bottom: 20px;
}
#body .section a img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#body .section a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


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

#footer {
    border-top: 1px solid #3d363c;
    clear: both;
    padding: 1em 10px 2em 0;
    position: relative;
}
#footer p:first-child,
#footer p:first-child a {
    color: #ffffe7;
    font-weight: bold;
}
#footer a {
    color: #bbb4a0;
    text-decoration: none;
}
#footer p a:hover {
    color: #ffffe7;
}
#contact {
    position: absolute;
    right: 0;
    top: 20px;
}
#contact a {
    background: transparent url("../images/icon-contact.png") no-repeat 0 0;
    display: block;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 36px;
}

