/**
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/**
 * Styles
 */

body{
    background: transparent url("../images/body_bg.png") no-repeat top;
    font-family: Arial;
    font-size: 12px;
    color: #8a8b8b;
    font-style: italic;
    width: 100%;
    display: block;
}

a{
    color: #696969;
    text-decoration: none;
}

#header, #contact, #scroll, #main_wrapper{
    margin: 0px auto;
    width: 1230px;
    display: block;
}

#main_wrapper{
    font-size: 13px;
    line-height: 16px;
}

#header{
    position: relative;
    height: 85px;
    background: transparent url("../images/top_logo.png") no-repeat left top;
}

.header_link{
    position: absolute;
    display: block;
    top: 12px;
    left: 117px;
    display: block;
    width: 80px;
    height: 50px;
}

.header_menu{
    position: absolute;
    display: block;
    top: 40px;
    left: 217px;
    display: block;
}

.header_menu .spacer{
    width: 10px;
    display: inline-block;
}

.header_menu a{
    color: #C4C4C4;
}

.contact_holder{
    width: 82px;
    height: 62px;
    padding-top: 36px;
    padding-left: 13px;
    margin-top: 20px;
    margin-left: 950px;
    display: block;
    text-decoration: none;
    color: #8a8b8b;
    background: transparent url("../images/btn_bg.png") no-repeat left top;
}

.contact_holder .contact_inner{
    background: transparent url("../images/right_arrow.png") no-repeat left -10px;
    padding-left: 12px;
    display: block;
    cursor: pointer;
}

.contact_holder:hover{
    background: transparent url("../images/active_btn_bg.png") no-repeat left top;
}

.contact_holder:hover .contact_inner{
    background: transparent url("../images/right_arrow_active.png") no-repeat left -10px;
    padding-left: 12px;
    color: #fafafa;
}

#slider td{
    padding: 0 12px;
    vertical-align: middle;
}

#slider a{
    display: inline-block;
    position: static;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    width: 430px;
    height: 430px;
    text-decoration: none;
}

#slider a:hover{
    position: relative;
}

#slider a .description{
    background: transparent url("../images/info_overlay.png") no-repeat left top;
    width: 397px;
    height: 227px;
    padding-top: 170px;
    display: none;
    z-index: 300;
    position: absolute;
    top: 17px;
    left: 16px;
    vertical-align: middle;
    text-align: center;
    color: #696969;
    font-size: 22px;
    line-height: 27px;
}

#slider a:hover .description{
    display: inline-block;
}

#slider .preview{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent no-repeat left top;
}

.greeting{
    margin-top: 80px;
    margin-left: 250px;
}

.greeting h1{
    color: #a2d50a;
    font-size: 30px;
    line-height: 50px;
}

.proposal{
    text-align: right;
    margin-top: 240px;
    margin-right: 300px;
}

.proposal a{
    padding-right: 80px;
    background: transparent url("../images/mail_icon.png") no-repeat right 0px;
    display: inline-block;
    padding-top: 20px;
    height: 50px;
    color: #8A8B8B;
}

.proposal a:hover{
    padding-right: 80px;
    background: transparent url("../images/mail_icon_active.png") no-repeat right 0px;
    padding-top: 20px;
    height: 50px;
}

.back_holder{
    width: 82px;
    height: 62px;
    padding-top: 39px;
    padding-left: 23px;
    margin-top: 20px;
    margin-left: 950px;
    display: block;
    text-decoration: none;
    color: #8a8b8b;
    background: transparent url("../images/btn_bg.png") no-repeat left top;
}

.back_holder .back_inner{
    background: transparent url("../images/right_arrow.png") no-repeat left -7px;
    padding-left: 12px;
    display: block;
    cursor: pointer;
}

.back_holder:hover{
    background: transparent url("../images/active_btn_bg.png") no-repeat left top;
}

.back_holder:hover .back_inner{
    background: transparent url("../images/right_arrow_active.png") no-repeat left -7px;
    padding-left: 12px;
    color: #fafafa;
}



