@charset "utf-8";

body {
    background-color: black;
}

.clearMe {
    clear: both;
    font-size: 0.01px;
}

img {
    border: none;
}

/* Start Main-Container --- */
#main_container {
    width:980px;
    margin: auto;
}
#header{
    background-color: #999999;
    -moz-border-radius: 30px 30px 0 0;
    min-height:100px;
}
#navigation {
    background-color: #333333;
    height: 40px;
    line-height: 40px;
}
#content {
    min-height: 300px;
    background-color: white;
    padding: 20px;
}
#footer {
    border-top: 1px solid #333333;
    min-height:100px;
    background-color: white;
    line-height: 100px;
    padding: 0 25px;
}
/* End Main-Container --- */

/* Start Header*/
#header #slogan {
    float: left;
    line-height:100px;margin-left: 25px;
}
#header #advertising {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
/* End Header*/

/* Start Navigation*/
#navigation ul {
    margin:0;
    padding: 0;
}
#navigation ul li {
    float: left;
    list-style-type: none;
    padding: 0 20px;
}
#navigation ul li a {
    display: block;
}
/* End Navigaton*/

#codes {
    float:left;
    margin-top: 25px;
}
#codes div {
    float: left;
}
.codes_container {
    width:140px;
    height: 25px;
}
.codes_number {
    margin-right: 10px;
    width: 20px;
}
.codes_flag {
    margin-right: 5px;
    margin-top: -5px;
}

#codebox {
    float: right;
    width: 200px;
    background-color: #49c542;
    padding: 10px;
}
.codebox_country_radio, .codebox_country_flag, .codebox_country_name {
    float: left;
}
.codebox_country_radio {
    margin-right: 1px;
}
.codebox_country_flag {
    margin-right: 5px;
    margin-top: -3px;
}
.codebox_country_name {
    margin-top: 1px;
}
#codebox fieldset {
    border: none;
}

.font_slogan           { color: #ffffff; font-size: 23px; font-family: helvetics, arial, sans-serif;}
.font_slogan b         { color: #ffffff; font-weight: bold;}
.font_slogan a         { color: #ffffff; text-decoration: none;}
.font_slogan a:link    { color: #ffffff; }
.font_slogan a:visited { color: #ffffff; }
.font_slogan a:hover   { color: #ffffff; text-decoration: underline;}

.font_headnav           { color: #ffffff; font-size: 13px; font-family: helvetics, arial, sans-serif;}
.font_headnav b         { color: #ffffff; font-weight: bold;}
.font_headnav a         { color: #ffffff; text-decoration: none;}
.font_headnav a:link    { color: #ffffff; }
.font_headnav a:visited { color: #ffffff; }
.font_headnav a:hover   { color: #ffffff; text-decoration: underline;}

.font_content           { color: #000000; font-size: 13px; font-family: helvetics, arial, sans-serif;}
.font_content b         { color: #000000; font-weight: bold;}
.font_content a         { color: #000000; text-decoration: none;}
.font_content a:link    { color: #000000; }
.font_content a:visited { color: #000000; }
.font_content a:hover   { color: #000000; text-decoration: underline;}

.font_footer           { color: #000000; font-size: 13px; font-family: helvetics, arial, sans-serif;}
.font_footer b         { color: #000000; font-weight: bold;}
.font_footer a         { color: #000000; text-decoration: none;}
.font_footer a:link    { color: #000000; }
.font_footer a:visited { color: #000000; }
.font_footer a:hover   { color: #000000; text-decoration: underline;}
