﻿body 
{
    margin:0;
    padding:0;
    font-size:12px;
     font-family:Trebuchet MS;
    background-image:url(/images/choosecountry/country-page-bg.jpg);
    background-repeat:no-repeat;
    background-position:center 12px;
}

#wrapper 
{
    width:868px;
    margin:0 auto;
    position:relative;
}

/*********************************
*    Header                      *
*********************************/
#logo 
{
    position:absolute;
    top:110px;
    left:-20px;
    z-index:4;
}

#header 
{
    position:absolute;
    top:102px;
    left:38px;
    z-index:3;
}

/*********************************
*    Links                      *
*********************************/
#links 
{
    position:absolute;
    top:254px;
    left:166px;
    z-index:10;
}

p 
{
    margin:0 0 18px 7px;
}

a.blue,
a.green,
a.orange 
{
    width:160px;
    height:30px;
    display:block;
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
    padding-top:13px;
    padding-left:30px;
    margin-bottom:24px;
    text-decoration:none;
}

a:hover 
{
    color:#E1F844;
}

a.blue 
{
    background-image:url(/images/choosecountry/btn-blue.png);
}

a.green 
{
    background-image:url(/images/choosecountry/btn-green.png);
}

a.orange 
{
    background-image:url(/images/choosecountry/btn-orange.png);
}

/*********************************
*    Images                      *
*********************************/
#img-1 
{
    position:absolute;
    top:-50px;
    left:550px;
    z-index:1;
}

#img-2 
{
    position:absolute;
    top:10px;
    left:502px;
    z-index:2
}

#img-3
{
    position:absolute;
    top:200px;
    left:514px;
    z-index:5;
}

#img-4
{
    position:absolute;
    top:312px;
    left:588px;
    z-index:6;
}

#img-5
{
    position:absolute;
    top:422px;
    left:470px;
    z-index:3;
}

#img-6
{
    position:absolute;
    top:510px;
    left:652px;
    z-index:5;
}

#img-7
{
    position:absolute;
    top:558px;
    left:500px;
    z-index:4;
}


/*********************************
*    FOOTER                      *
*********************************/

#footer-wrapper 
{
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    background-image: url(/images/template/footer-border.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 782px auto 0 auto;
}

#footer-wrapper.small-footer-margin 
{
    margin: 3px auto 0 auto;
}

#footer 
{
    /*float: left;*/
    clear: both;
    /*width: 1070px;*/
    width: 973px;
    text-align: center;
    margin: 0 auto;
    padding: 32px 0 32px 0;
    position: relative;
    /*left: 14px;*/
}

#page-wrapper.home #footer 
{
    margin: 0 auto 0 auto;   
}



#footer ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer ul li 
{
    display: inline;
    font-size: 11px;
    color: #666666;
    padding: 0 0 0 10px;
    background-image: url(/images/template/footer-bullet.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    margin: 0 0 0 3px;
}

#footer ul li.copyright 
{
    background-image: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#footer p.copyright
{
    margin: 0 0 0 0;
}

#footer ul li a 
{
    color: #000000;
}

#footer ul li a:hover 
{
  background-color: #ccff33;   
}