html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4F4D49;
	background-color: #FFFFFF;
	line-height:18px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size:12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div.basket2 {
	float:left;
	font-size:93%;
	height: 26px;
	margin-top: 1px;
	line-height: normal;
}
div.basket2 ul {
	margin:0;
	list-style:none;
	height: 26px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
div.basket2 li {
	display:inline;
	margin:0;
	padding:0;
	width: 26px;
	line-height: normal;
}


div.basket2 a {
	float: left;
	margin: 0;
	text-decoration:none;
	background-image: url(/images/landingpage/button_basket_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: normal;
}	
div.basket2 a span {
	float: left;
	display: block;
	color: #FFFFFF;
	background-image: url(/images/landingpage/button_green_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	height: 26px;
	padding-top: 6px;
	padding-right: 24px;
	padding-left: 6px;
	line-height: normal;
}
div.basket2 a:hover {
	float:left;
	margin:0;
	text-decoration:none;
	background-image: url(/images/landingpage/button_basket_left_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	height: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	line-height: normal;
}
div.basket2 a:hover span {
	float:left;
	display:block;
	color:#FFFFFF;
	background-image: url(/images/landingpage/button_green_arrow_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	padding-top: 6px;
	padding-right: 24px;
	padding-left: 6px;
	line-height: normal;
}
.home_image{
	left: -10px;
	top: -350px;
	position: relative;
	float: left;
	background-image: url(/images/landingpage/fan.gif);
	height: 280px;
	width: 800px;
	background-repeat: no-repeat;
}
.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* FLAGS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.flag_img {
	border: 1px solid white;
	padding:2px;
}

.flag_img_link {
	border: 1px solid white;
	padding:2px;
}

.flag_img_link:hover img{
	background-color:#CCCCCC;
	border: 1px solid black;
	padding:2px;
}

* html a.flag_img_link:hover {
	background-color:#CCCCCC;
	border: 1px solid black;
	padding:2px;
}

.flag_img_link_selected img{
	background-color:#FFFFFF;
	border: 1px solid red;
	padding:2px;
}

* html a.flag_img_link_selected {
	background-color:#FFFFFF;
	border: 1px solid red;
	padding:2px;
}