body 
{
    margin:0; 
	font-family:Arial;
    font-size:12px;
    background:url(images/bg.png);
    background-repeat:no-repeat;
    background-color:#191919;
    text-align:center;
}
a img
{
    border:0;
}
    a
    {
        color:#000000;
        text-decoration:none;
    }
#container
{
    height:100%;
    width:100%;
    text-align:center;
}
#title
{
    position:relative;
    color:#BFC5CC;
    font-size:70px;
    text-align:center;
    height:100%;
    width:100%;
    margin-top:40px;
    margin-bottom:30px;
}

#slider 
{
    position:relative;
    float:none;
    width:830px;
    height:300px;
    float:none;

    text-align:center;
    margin:0 auto;
}
#one-slider
{
    position:relative;
    float:left;
    width:261px;
    margin-right:25px;
}
#one-header 
{
    width:261px; 
    height:200px;
    padding:0px; 
    font-weight:bold; 
    margin:0px; 
    background:url(images/sport_top3.png);
}
#one-text 
{
    width:225px; 
    height:240px;
    border:3px solid #8ACDEE; 
    border-top:none; 
    border-bottom:none; 
    padding:15px;
    background:#FFFFFF;
    cursor:pointer; 
}

#one-feet
{
    width:261px;
    height:61px;
    cursor:pointer; 
}
#two-slider
{
    position:relative;
    width:261px;
    float:left;
}
#two-header 
{
    width:261px; 
    height:200px;
    padding:0px; 
    font-weight:bold; 
    margin:0px; 
    background:url(images/camping_top.png);
}
#two-text 
{
    width:225px; 
    height:240px;
    border:3px solid #F18080; 
    border-top:none; 
    border-bottom:none; 
    padding:15px;
    background:#FFFFFF;
    cursor:pointer; 
}
#two-feet
{
    background:url(images/camping_button.png);
    width:261px;
    height:61px;
    cursor:pointer; 
}
#three-slider
{
    position:relative;
    float:right;
    width:261px;
}
#three-header 
{
    width:261px; 
    height:200px;
    padding:0px; 
    font-weight:bold; 
    margin:0px; 
    background:url(images/caravan_top.png);
}
#three-text 
{
    width:225px; 
    height:240px;
    border:3px solid #FEE170; 
    border-top:none;
    border-bottom:none; 
    padding:15px;
    background:#FFFFFF;
    cursor:pointer; 
}
#three-feet
{
    width:261px;
    height:61px;
    cursor:pointer; 
}
.content 
{
    overflow:hidden;
    display:none;
    
}
.info
{
    text-align:right;
    width:180px;
    font-size:14px;
}
    .info a
    {
        text-decoration:none;
        color:#000000;
    }
.info_title
{
    text-align:left;
    font-size:16px;
}
.info_red
{
    color:#EB3434;
    text-align:left;
    width:5px;
    font-size:14px;
    font-weight:bold;
}
.info_blue
{
    color:#36A6DF;
    text-align:left;
    width:5px;
    font-size:14px;
    font-weight:bold;
}
.info_yellow
{
    color:#F5B925;
    text-align:left;
    width:5px;
    font-size:14px;
    font-weight:bold;
}