﻿/* CSS layout */
body {
	background: #FFFFFF;
	direction: ltr;
}
.hr-top {
	width: 90%;
	color: green;
	top: 0px;
}
.topbar {
	width: 90%;
	height: 15px;
	left: 5%;
	right: 5%;
	position: absolute;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}
.logo {
	width: 310px;
	height: 145px;
	left: 3%;
	top: 50px;
	float: none;
	border: 0px;
	position: absolute;
}
.searchcell {
	width: 350px;
	height: 100px;
	top: 70px;
	right: 17px;
	position: absolute;
	float: none;
}
.languagecell {
	width: 23px;
	height: 15px;
	top: 180px;
	float: none;
	margin-left: 10px;
	margin: 1px;
	border-width: 0px;	
    border:0px;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom: 5px #66FFFF;
	border-left: 5px #66FFFF;
	right: 15px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
.flags {
	border-width: 0px;
}
.flags3 {
    border-color: #669999;
	border-width: 2px;
}
.ads-link {
	height: 17px;
	width: 100%;
	top: 240px;
	text-align: center;
	position: absolute;
}
.ads-ad1 {
	height: 94px;
	width: 100%;
	top: 265px;
	position: absolute;
	text-align: center;
	float: none;
}
.info-bar {
	width: 94%;
	top: 370px;
	text-align: right;
	float: none;
	position: absolute;
	color: #FF6666;
}
.title-h1 {
	padding: 5px;
	border: 5px ridge #C0C0C0;
	position: absolute;
	float: none;
	width: 60%;
	height: 30px;
	left: 20%;
	right: 20%;
	top: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #00FFFF;
}
.specification-bar {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	text-align: center;
	position: absolute;
	float: none;
	width: 100%;
	height: auto;
	top: 470px;
}
.text-top {
	position: absolute;
	float: none;
	width: 100%;
	height: auto;
	top: 540px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
}
#map {
	width: auto;
	height: auto;
	position: absolute;
	left: 0%;
	right: 0%;
	float: none;
	top: 580px;
	text-align: center;
}
.hr-line1 {
	color: silver;
	width: 70%;
	height: 2px;
	left: 15%;
	right: 15%;
	top: 820px;
	position: absolute;
	float: none;
	background-color: #C0C0C0;
}
.hr-line2 {
	color: silver;
	width: 70%;
	height: 4px;
	left: 15%;
	right: 15%;
	top: 980px;
	position: absolute;
	float: none;
	background-color: #C0C0C0;
}
#regional-table {
    direction: rtl;
    width:80%;
	top: 850px;
	left: 10%;
	right: 10%;
	position: absolute;
	float: none;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.regional-table-cell {
	width: 33%;
	height: 46px;	
}
#country-table {
    direction: rtl;
	width: 98%;
	left: 1%;
	right: 1%;
	height: auto;
	top: 990px;
	float: none;
	position: relative;
}
.country-table-head {
    width: 16%;
	border: 5px double #C0C0C0;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	background-color: #00FFCC;
}
.country-table-content {
	border: 3px double #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	vertical-align: top;
}
.list1 {
	list-style-type: none;
	margin-bottom: 30px;
    width: 100%;
    left: 0px;
    right: 0px;
}
.keywords-bar {
	height: 50px;
	font-family: Arial;
	font-size: small;
	text-align: center;
}
.externallinks {
	height: 30px;
	font-family: Arial;
	font-size: small;
	text-align: center;
	vertical-align: bottom;
}
.internallinks {
	border-top: 2px;
	border-color: #008000;
	border-top-style: solid;
	height: 40px;
	font-family: Arial;
	font-size: x-small;
	text-align: center;
}
.copyright {
	height: 40px;
	font-family: Arial;
	font-size: x-small;
	text-align: center;
	direction: ltr;
}