body
{
    font-family: "ArimoRegular", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background-color: #E9E9E9;
    color: #444;
}

/* headings */

h1
{
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1em;
    color: #083F34;
}

h2
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1.25em;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 1em;
    color: #083F34;
    letter-spacing: -1px;
    padding-top: 1em;
    border-top:1px dotted #9BCFC4;
}

h4
{
    font-weight: normal;
    text-transform: uppercase;
    color: #0D7A63;
    font-size: .9em;
}

/* elements */

p
{
    margin-bottom: 1.5em;
}

/* classes */

.mb0
{
    margin-bottom: 0 !important;
}

.in
{
    margin: 2em;
}

.v-in
{
    margin: 2em 0;
}

.o-in
{
    margin: 0 2em;
}

/* wrap */

#wrap
{
    background: transparent url('../img/layout/bkg_pattern.png');
}

#bkg-content
{
    background: transparent url('../img/layout/bkg_body.png') repeat-y scroll center 0;
}

#bkg-content-top
{
    background: transparent url('../img/layout/bkg_body_top.png') no-repeat scroll center 0;
}

#wrap .container
{
    position: relative;
    bottom: -4em;
}

/* header */

#logo
{
    margin: 28px;
    display: block;
}

#logo img
{
    display: block;
}

/* top menu */

#top-menu
{
    position: relative;
    z-index: 60;
}

#top-menu ul
{
    margin: 2em;
    float: right;
}

#top-menu li
{
    float: left;
    position: relative;
}

#top-menu li a
{
    display: block;
    float: left;
    line-height: 112px;
    font-size: 14px;
    color: #0D7A63;
    text-decoration: none;
    padding-left: 1.5em;
    background: transparent url('../img/layout/top-menu-separator.gif') no-repeat scroll 0 center;
}

#top-menu li a:hover, #top-menu li.sel a, #top-menu .sel li a:hover
{
    color: #99D1C6;
}

#top-menu li.sel li a
{
    color: #FFF;
}

#top-menu li.first a
{
    background-image: none;
}

#top-menu li ul
{
    position: absolute;
    top: 3.5em;
    z-index: 80;
    display: none;
    border-top: 2px solid #0C5F4E;
    left: 0;
}

#top-menu li:hover ul
{
    display: block;
}

#top-menu li li a
{
    padding-left: 0;
    line-height: 1.5em;
    background-image: none;
    width: 220px;
    background-image: url('../img/layout/green_80.png');
    background-repeat: repeat;
    padding: 0 .25em;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    text-transform: uppercase;
}

#top-menu #bookmark
{
    width: 28px;
    height: 28px;
    background: transparent url('../img/layout/bookmark.png') no-repeat scroll 0 0;
    position: absolute;
    right: -28px;
}

/* slider */

#slider
{
    margin: 0 2em;
    height: 24em;
    position: relative;
    overflow: hidden;
}

#slider span
{
    position: absolute;
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 50;
}

#slider span#slider-top-left
{
    background-image: url("../img/layout/slider-top-left.png");
    top: 0;
    left: 0;
}

#slider span#slider-top-right
{
    background-image: url("../img/layout/slider-top-right.png");
    top: 0;
    right: 0;
}

#slider span#slider-bottom-left
{
    background-image: url("../img/layout/slider-bottom-left.png");
    bottom: 0;
    left: 0;
}

#slider span#slider-bottom-right
{
    background-image: url("../img/layout/slider-bottom-right.png");
    bottom: 0;
    right: 0;
}

#slider img
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#slider .claim
{
    position: absolute;
    
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 0 rgba(0,0,0,.3);
    z-index: 2; 
    line-height: 2em;
    padding: 0 14px;
    z-index: 50;
}

#slider #slider-claim-top
{
    font-size: 1.5em;
    right: 14px;
    top: 14px;
    background-image: url('../img/layout/white_80.png');
    color: #0D7A63;
    text-shadow: 0 1px 0 #FFF;
}

#slider #slider-claim-bottom
{
    background-image: url('../img/layout/green_80.png');
    text-shadow: 0 1px 0 rgba(0,0,0,.25);
    color: #FFF;
    right: 1em;
    top: 57px;
}

.slider-command
{
    position: absolute;
    width: 29px;
    height: 56px;
    top: 10em;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 50;
}

.slider-command:hover
{
    background-position: 0 -56px;
}

#slider-left
{
    left: 0;
    background-image: url("../img/layout/slider-left.png");
}

#slider-left:active
{
    left: -2px;
}

#slider-right
{
    right: 0;
    background-image: url("../img/layout/slider-right.png");
}

#slider-right:active
{
    right: -2px;
}

/* footer */

#footer
{
    background: #e9e9e9 url('../img/layout/bkg_footer.png') repeat-x scroll 0 0;
    min-height: 10em;
	
}

#footer-top
{
    background: transparent url('../img/layout/bkg_footer_top.png') no-repeat scroll center 0;
    height: 84px;
}

#footer .sg-35
{
    height: 28px;
    line-height: 28px;
	font-size:10px;
    background: transparent url('../img/layout/bkg_footer_bar.png') no-repeat scroll 0 0;
    text-align: center;
    color: #666;
}

#footer a
{
    color: #999;
}

#footer a:hover
{
    color: #666;
}

/* home box */

.home-box
{
    position: relative;
}

.home-box img
{
    display: block;
}

.home-box .home-box-bar
{
    width: 100%;
    height: 112px;
    background: transparent url("../img/layout/home-box-bar.png") no-repeat scroll 0 0;
    position: absolute;
    bottom: 1em;
    left: 0;
}

.home-box .home-box-bar div
{
    margin: 1.8em 1.5em;
}

.home-box p
{
    font-size: .9em;
    text-shadow: 0 1px 0 #FFF;
}

#home-box-1
{
    margin-left: 28px;
}

#home-box-3
{
    margin-right: 28px;
}

/* contacts */

form
{
    border: 1px solid #DDD;
    background-color: #F8F8F8;
    padding: 1.5em;
}

form label
{
    display: block;
    font-weight: normal;
    font-size: .9em;
}

form .error-message
{
    background-color: #9F3027;
    color: #FFF;
    padding: 0 .5em;
    margin: .5em 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    line-height: 2em;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

form #flashMessage
{
    background-color: #1D719F;
    color: #FFF;
    padding: 0 .5em;
    margin: 0;
    margin-bottom: 1.5em;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    line-height: 1.75em;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

form .input
{
    margin-bottom: .75em;
}

form .product_information
{
    width: 175px;
}

/* related docs */

#related-documents li
{
    border-bottom: 1px solid #EEE;
}

#related-documents li a
{
    color: #333;
    
}

#related-documents li a:hover
{
    text-decoration: none;
}

/* page-top */

.page-top
{
    display: block;
    margin-bottom: 2em;
}

#images img
{
    display: block;
    float: left;
    margin: .25em 1em .25em 0;
}

/* languages */

#languages
{
    position: absolute;
    top: 1em;
    right: 42px;
    color: #999;
    font-size: .85em;
    text-transform: uppercase;
    z-index: 251;
}

#languages a
{
    text-decoration: none;
    color: #999;
}

#languages a:hover
{
    text-decoration: underline;
}

#languages a.sel
{
    color: #0D7A63;
}

/* pagination */

#pagination a
{
    color: #333;
}
a{
color: #0D7A63;
text-decoration: none;
}

#link_pdf{
    background: transparent url("../img/layout/pdf.png") scroll no-repeat 0 0;
    padding-left: 20px;
    height: 16px;
    display: block;
    line-height: 18px;
}