@charset "utf-8";

/*----------------------------------------------------------Layout Basic Style--------------------------------------------------------*/

body {
	height: 620px;
	width: 770px;
	margin:0px auto;
	}

#contentWrapper {
	height: 600px;
	width: 750px;
	}

#contentWrapper #header {
	background-image: url(images/top_decro.png);
	background-repeat:repeat-x;;
	height: 165px;
}
#header #logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-top:27px;
	margin-left:25px;
	width: 368px;
	height: 92px;
	float:left;
}
#header #headrDecro {
	background-image: url(images/pattern.png);
	background-repeat: no-repeat;
	height: 129px;
	width: 351px;
	float:right;
	margin-bottom: 0px;
}
#header #navigation {
	background-image: url(images/naviBar_bkgd.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 36px;
	font-family:Arial;
	font-size: 13px;	

}

#header #navigation ul{padding:0 0 0 8px;margin:0;}

.naviBar {
	float: left;
	text-decoration: none;
	list-style-type: none;
}
.naviBar a {
	font-family: Arial, Verdana;
	font-weight: bold;
	list-style-type: none;
	float: left;
	padding:0 10px; 
	height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 38px;
	margin: 0px;
}
.naviBar a:link, .naviBar a:visited {background:url(images/button_original.jpg) repeat-x;color:white;}
.naviBar a:hover, .naviBar a:active {background:url(images/button_down.jpg) repeat-x;color:white;}


#mainContent {
	height: 361px;
	background-color: #eff6fb;
}

#footer {
	clear:both;
	background-color: #a7acaf;
	height: 74px;
	text-align: center;
	margin: 0px;
}
#footer #copyRights {
	font-family: arial;
	font-size: 10px;
	margin: 0px;
	padding-top: 25px;
	vertical-align: bottom;
}

#footer #abn{
	font-family: arial;
	font-size: 10px;
	margin: 0px;
	vertical-align: bottom;
}

#indexContent{padding:0 0 0 50px;}
#indexContent div.country{float:left;width:200px;height:300px;margin:100px 20px 0 0;}
#indexContent div.country  img.country-flag{width:200px;}
#indexContent div.country  img.country-flag:hover{box-shadow:0px 0px 10px 2px #777777;}
#indexContent div.country  img.country-text{width:200px;margin:20px 0;}
