pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

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

a:hover {
    color: #0099ff;
    text-decoration:underline;
}

body {
    font:13px Verdana, Arial, Helvetica, sans-serif;
    background-color: #1F1F1F;
    color: #333333;
}

.advertise {
	width: 730px;
	margin: auto;
}

#content {
	width: 960px;
	padding-top: 15px;
	float:left;
	background: #fff;
}

.flag-container {
    background:transparent url(../img/shadow-alpha.png) no-repeat scroll right bottom !important;
    clear:left;
    float:left;
    margin:10px 10px 10px 35px;
}

.flag-container img {
    background-color:#fff;
    border:1px solid #c9c9c9;
    display:block;
    margin:-6px 6px 6px -6px;
    padding:0px;
    position:relative;
}

#footer {
    clear:both;
    width:960px;
    margin:0 auto;
    background:#000000 url(../img/bg_footer.jpg) repeat-x top left;
}

#footer p {
	margin:0 auto;
	color: #ffffff;
	font-size: 11px;
	line-height: 40px;
	width: 285px;
}

#footer a {
	color: #ccc;
}

#footer img {
	vertical-align: middle;
}

h1 {
	font-size: 23px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 100%;
}

#header {
    width:960px; height:119px;
    margin:0 auto;
    background:#ffffff url(../img/header.jpg) repeat-x top left;
}

#header ul li {
	display:block;
	float:left;
	line-height:30px;
	text-align:center;
}

#header ul li a {
	color: #ccc;
	text-decoration:none;
}

#header ul li a:hover {
	color: #fefefe;
	border-bottom: 2px solid #fefefe;
}

#home_link {
    width:270px; 
	height:80px;
    display:block;
    float:left;
    text-indent:-9999px;
}

input {
	border: solid 1px #ccc;
}

#map {
	display: inline;
	float: right;
	margin-right: 70px;
	margin-top: 20px;
}

#map-mundi {
	float: left;
	width: 910px;
	height: 550px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#menu {
	clear: both;
}

#menu li {
        display: inline;
        margin-left: 50px;
}

#menu img {
        margin-right: 5px;
        vertical-align: middle;
}

#messages {
    background: #fffbdd;
    border: 1px solid #ddee99;
    padding: 10px;
    margin-bottom: 20px;
	width: 690px;
}

#messages ul li{
    background: transparent url(../img/icons/info.png) no-repeat scroll left;
    padding-left: 20px;
}

#most-searched {
	float: left;
	margin-bottom: 40px;
	margin-left: 70px;
	margin-top: 20px;
	width: 350px;	
}

#most-searched h2 {
	margin-bottom: 10px;
}

#most-searched li {
	background: transparent url(../img/dots_horizontal.jpg) repeat-x 0% 0%;
	display: block;
	margin-bottom: 10px;
	padding-top: 5px;
}

#no-country-found {
	float: left;
	width: 100%;
	font-size: 1.4em;
	margin-top: 100px;
	margin-bottom: 230px;
	text-align: center;
}


#search-bar {
	background: #f5fcf5;
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
	height: 50px;
}

#search-form {
	width: 550px;
	margin: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

#search-form button {
	background: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

#search-form button:hover {
	background: #DFF4FF;
	border: 1px solid #C2E1EF;
	color: #336699;
}


#search-form span, #search-form label {
	float: left;
	margin-right: 2px;
}

#search-form label {
	padding: 7px;
}

#search-form button {
	height: 32px;
}

.search-field {
	font-size: 1.2em;
	font-color: #333;
	padding: 3px;
	margin-top: 0px;
	height: 24px;
}

div .warning {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.warning p {
    margin-bottom: 20px;
    text-align: justify;
	margin-left: 20px;
}

.warning h1 {
	margin-bottom: 30px;
}

.warning li {
    margin-bottom: 7px;
    text-align: justify;
}

.warning ol {
	margin-left: 20px;
    margin-bottom: 27px;
	list-style-type: decimal;
}

#wrapper {
        margin: 0 auto;
        width: 960px;
        text-align:left;
}