@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #B2BCBE;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(/images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 290px;
	padding-top: 96px;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
	text-align: center;
	font-size: 14px;
	color: #455560;
	line-height: 18px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Flag {
	float: left;
	height: 52px;
	width: 79px;
	margin-right: 10px;
}
#LeftArrow {
	float: left;
	height: 31px;
	width: 25px;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 108px;
	margin-bottom: 108px;
}
#Scroller {
	float: left;
	height: 247px;
	width: 820px;
}
#RightArrow {
	float: left;
	height: 31px;
	width: 25px;
	margin-right: 30px;
	margin-left: 20px;
	margin-top: 108px;
	margin-bottom: 108px;
}
#FlagContainer {
	float: left;
	width: 770px;
	padding-left: 160px;
	padding-bottom: 70px;
}

#tinyslider { width: 980px; height: 247px; overflow:hidden;float: left; }
#tinyslider .viewport { float: left; height: 247px;  width: 820px; overflow: hidden; position: relative; }
#tinyslider .buttons { display: block; float: left; cursor:pointer;margin-top: 15px;height: 33px;width: 32px;   }
#tinyslider .next {  float: left;}
#tinyslider .disable { cursor:default; }
#tinyslider .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#tinyslider .overview li{ float: left; margin: 0 20px 0 0; height: 64px;  width: 820px; z-index:20; text-align:center;}
#tinyslider .overview li img{ margin:auto; }   