﻿html, body {
    /*height: 100%;
    width: 100%;*/
    margin: 0;
    padding: 0;
    background: #d5dde3
}

#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:710px;
}

#content {
    position: relative;
    z-index: 1;
    /*background: url('images/background_02.png') top left no-repeat; */
    width: 995px; 
    margin: auto auto;
    padding:0;
    text-align: center;
}

#content img
{
    margin-top: 200px
}

#m 
{
    width: 850px;
    margin: 15px auto;   
}

#m ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#m ul li 
{    
    float: left;
    margin-left: 40px;
}

#m ul li:first-child
{
    margin-left:0
}

#m ul li a
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#m li a.s 
{
    font-weight: bold;
}

#m br
{
    clear:both;
}

#i
{    
    height: 330px;  
    width: 850px;
    margin: 10px auto;   
}

#s
{
    width: 850px;
    margin: 20px auto;
    text-align: center;
}

#f 
{
    background: url('images/bottom.png') top left no-repeat;
    height: 73px;
    width: 659px;
    margin: auto auto;
}

#cr, #co, #ev
{
    float:left;
    position:relative;
    border: 3px solid #fff;
    font-family: Myriad Pro, Arial, Tahoma;
    font-size: 16px;
    cursor: pointer;
}

div.small 
{
    height: 235px;
    width: 205px;
    margin-top: 41px;
}

div.medium
{
    height: 275px;
    width: 285px;
    margin-top:21px;
}

div.large
{
    height: 320px;
    width: 340px;    
}

#cr
{
    color: #97b7b9;
    background-color: #22676b;
}

#co
{
    color: #a5c8a2;
    background-color: #53954c;
    left: -3px;
}

#ev
{
    color: #d2bdc3;
    background-color: #8b5767;
    left: -6px;
}

#cr div.f, #co div.f, #ev div.f
{
    width: 100%;
    text-align: center;
    position:absolute;
    bottom:0px;
    left:0px;
    margin-bottom:20px;
}

div.small div.t
{
    padding: 20px 10px 10px 10px;
    height: 130px;
    overflow: hidden;
}

div.medium div.t
{
    padding: 20px 10px 10px 10px;
    height: 170px;
    overflow: hidden;
}

div.large div.t
{
    padding: 20px 10px 10px 10px;
    height: 225px;
    overflow: hidden;
}

.dn 
{
    display: none;
}
