body{
	margin: 0px;
	/*background: #D7D7D7 url(images/bggrey.gif) top left repeat-x;*/
	background: #90A613 url(images/bg.gif) top left repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #303030;
}

.button   { color: #303030; border: #E2E2E2 solid 1px; background: white url(images/button.gif) repeat-x 0 0; }
.button:hover   { color: #303030; border: #C1D1DA solid 1px; background: white url(images/button.gif) repeat-x 0 -15px; }
.listbox { color: #303030; border: #E2E2E2 solid 1px; background: white url(images/listbox_language.gif) bottom left repeat-x; width: 153px; }
/*.listbox_disabled { color: #303030; border: #E2E2E2 solid 1px; background: white url(images/listbox_language.gif) bottom left repeat-x; width: 153px; filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
.listboxshadow{ background: url(images/listbox_shade.gif) bottom right no-repeat; width: 162px; height: 208px;}*/

#border{
	background: url(images/border.png) top left repeat-y;
	width: 950px;
	margin: auto;
}

#langcontainer{
	height: 100%;
	width: 100%;
}

#langborder{
	background: url(images/langborder.png) top left repeat-x;
	height: 430px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -215px;
	_background-image: url(images/langborder_ie.png);
}

#headwrapper{
	padding-top: 30px;
	text-align: left;
	margin: auto;
	width: 650px;
	text-align: center;
}

#title{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 5px;
}

#countries{
	width: 150px;
	float: left;
}

#map{
	background: url(images/map_world.gif) top center no-repeat;
	width: 550px;
	height: 200px;
	margin: auto;
	padding-top: 65px;
}

.split{
	padding: 5px;
	width: 170px;
	height: 40px;
	float: left;
	margin: auto;
}

.split_button{
	padding: 5px;
	padding-top: 24px;
	width: 170px;
	height: 40px;
	float: left;
	margin: auto;
}

a.country{ font-family: Verdana, sans-serif; font-size: 11px; color: #303030; font-weight: bold; padding-left: 5px; text-decoration: none; } a:hover.country{ font-family: Verdana, sans-serif; font-size: 11px; color: #A5BD2A; font-weight: bold; padding-left: 5px; text-decoration: none; }
a.language{ font-family: Verdana, sans-serif; font-size: 10px; color: #303030; text-decoration: none; } a:hover.language{ font-family: Verdana, sans-serif; font-size: 10px; color: #A5BD2A; text-decoration: none;	}
.clear{	clear: both; }