/* 
    Document   : style
    Created on : 08.05.2013, 12:36:02
    Author     : skrin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    margin: 0;
    padding: 0;
    background-position: top center;
    background-attachment:fixed;
}

a, a:visited, a:link, a:active {
    text-decoration: none;
    color: #e22e2e;
}

a:hover {
    text-decoration: none;
    color: #7f5b39;
}

p {
    color: #523728;
    line-height: 140%;
}

.moreContent {
    display: none;
}

#wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    padding-top: 30px;
    z-index: 100;
    position: fixed;
    margin-bottom: 30px;
}

#menu ul li {
    text-transform: uppercase;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

#menu ul {
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:link, #menu ul li a:active {
    color: #372819;
}

#menu ul li a:hover {
    color: #5b4229;
}

.left {
    float: left;
}

.right {
    float: right;
}

.more {
    text-decoration: none;
    font-size: 1.1em;
}

#segment1 {
    padding-top: 160px;
}

#segment1 .content {
    width: 475px;
    padding-left: 18px;
}

#segment1 .right {
    height: 800px;
    width: 360px;
}

#segment1 .left {
    margin-bottom: 200px;
}

#segment1 .arrow {
    position: absolute;
    z-index: 2;
}

#segment1 .appbutton {
    margin-left: 190px;
}

#phoneslide {
    position: relative;
    z-index: 1;
    top: 60px;
    left: 32px;
}

#phonecover {
    position: absolute;
    z-index: 2;
}

.border {
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
    width: 100%;
    height: 50px;
}

#wrapper .border .left {
}

#wrapper .border .right {
    width: 50px;
    height: 50px;
}

.copyright {
    font-size: 0.8em;
    color: #372819;
    text-align: right;
    padding-right: 3px;
}

.totop {
    height: 50px;
    width: 50px;
    float: right;
}

.borderimg {
    width: 900px;
    overflow: hidden;
    float: left;
}

.pictureFrame {
    width: 960px;
    height: 540px;
    padding-bottom: 30px;
}

.pictureFrame .frame {
    position: absolute;
    z-index: 2;
}

.pictureFrame .frameSlide {
    margin-top: 25px;
    margin-left: 20px;
    position: absolute;
}

#segment2 {
    padding-top: 50px;
}

#segment2 p {
    width: 440px;
}

#segment3 .left p {
    width: 507px;
}

#segment3 {
    padding-top: 50px;
}

#segment4 .left p {
    width: 507px;
}

#segment4 {
    padding-top: 50px;
}

#segment5 {
    padding-top: 50px;
}

#segment5 p {
    width: 440px;
}

#segment6 {
    padding-top: 50px;
}

.whitebox480 {
    background-image: url('./images/whitebox480.png');
    width: 410px;
    height: 170px;
    padding: 20px 35px 20px 35px;
}

.whitebox480 .title {
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 5px;
    line-height: 140%;
}

.whitebox480 .link img {
    float: left;
    padding-right: 5px;
}

.whitebox480 .link > div {
    float: left;
    line-height: 50px;
}

.whitebox340 {
    margin-top: 30px;
    background-image: url('./images/whitebox340.png');
    width: 340px;
    height: 390px;
}


.whitebox280 {
    margin-top: 30px;
    background-image: url('./images/whitebox280.png');
    width: 340px;
    height: 300px;
}

.whitebox340 .title {
    text-align: center;
    color: white;
    line-height: 65px;
}

.whitebox340 .link img {
    float: left;
    padding-right: 5px;
}

.whitebox340 .link > div {
    float: left;
    line-height: 50px;
}

.whitebox340 .content {
    margin-left: 55px;
    color: gray;
}

.whitebox340 .content p {
    color: #666666;
}

.whitebox340 .content img {
    margin-left: 85px;
}

.whitebox340 .title {
    width: 325px;
}

#form {
    padding: 0px 30px 0px 30px; 
    width: 900px;
    height: 913px;
    background-image: url('./images/formbg.png');
}

.inputHalf {
    width: 305px;
    height: 68px;
    background-image: url('./images/input_half_bg.jpg');
    background-repeat: no-repeat;
    float: left;
}

.inputHalf input {
    width: 272px;
    height: 19px;
    margin-left: 10px;
    margin-top: 7px;
}

.inputHalf .title {
    margin-left: 15px;
    margin-top: 13px;
}

.inputFull {
    margin-top: 15px;
    width: 610px;
    height: 66px;
    background-image: url('./images/input_full_bg.jpg');
    background-repeat: no-repeat;
}

.inputFull .title {
    margin-left: 15px;
    padding-top: 13px;
}

.inputFull input {
    width: 580px;
    height: 19px;
    margin-left: 10px;
    margin-top: 7px;
}

.textarea {
    margin-top: 15px;
    width: 610px;
    height: 289px;
    background-image: url('./images/textarea_bg.jpg');
    background-repeat: no-repeat;
}

.textarea .title {
    margin-left: 15px;
    padding-top: 13px;
}

.textarea textarea {
    width: 580px;
    height: 215px;
    margin-left: 10px;
    margin-top: 7px;
}


input, textarea {
    border: 0;
}

.placeholder
{
  color: #aaa;
}

.submit {
    width: 79px;
    height: 42px;
    background-image: url('./images/submit.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
}

#bg img {
    position: absolute;
}

.infocontent {
    width: 940px;
    margin-bottom: 30px;
}
.icon {
    float:left; 
    text-align: center;
    font-family: arial;
    font-size: 12px;
}

.aanimal {
    text-align: center;
    font-size: 22px;
    float: left;
}

.aanimal:hover img {
    border: 8px solid #5a1212;
}

.aanimal img {
    width: 283px;
    margin: 4px;   
    border: 8px solid white;
}

.v3d img {
    width: 940px;
    border: 10px solid white;
}

.back {
    padding-bottom: 10px;
    font-size: 20px;
}