/* ************************************************************************************************

 	FLAGS

************************************************************************************************ */

div#wrapper2 ul.flags {
	list-style:none;
	padding: 6px;
	float: right;
}

div#wrapper2 ul.flags li {
	float:left;
	margin-left:5px;
}
div#wrapper2 ul.flags li a{
	width:27px;
	display:block;
}

div#wrapper2 ul.flags li.a a {
	background: url('../i/flags/FR_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.a a:hover,
div#wrapper2 ul.flags li.a strong a {
	background: url('../i/flags/FR_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.b a {
	background: url('../i/flags/CZ_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.b a:hover,
div#wrapper2 ul.flags li.b strong a {
	background: url('../i/flags/CZ_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.c a {
	background: url('../i/flags/IT_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.c a:hover,
div#wrapper2 ul.flags li.c strong a {
	background: url('../i/flags/IT_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.d a {
	background: url('../i/flags/GB_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.d a:hover,
div#wrapper2 ul.flags li.d strong a {
	background: url('../i/flags/GB_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.e a {
	background: url('../i/flags/ES_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.e a:hover,
div#wrapper2 ul.flags li.e strong a {
	background: url('../i/flags/ES_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.f a {
	background: url('../i/flags/DE_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.f a:hover,
div#wrapper2 ul.flags li.f strong a {
	background: url('../i/flags/DE_on.jpg') 0 0 no-repeat;
}

div#wrapper2 ul.flags li.g a {
	background: url('../i/flags/RU_off.jpg') 0 0 no-repeat;
}
div#wrapper2 ul.flags li.g a:hover,
div#wrapper2 ul.flags li.g strong a {
	background: url('../i/flags/RU_on.jpg') 0 0 no-repeat;
}

/* ************************************************************************************************

 	SELF CLEARING
	REPLACE 'xyz' WITH ELEMENTS CONTAINING FLOATS TO CLEAR THEM WITHOUT ADDITIONAL ELEMENTS 
	BEING ADDED TO MARKUP. SEE IE 6/7 STYLESHEETS FOR INTERNET EXPLORER FIX

************************************************************************************************ */

div#wrapper:after, div#wrapper2 ul.flags:after, div#wrapper2 div.txt:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Specialist ********************************************************************************** */

.ir {text-indent: -9999px; overflow: hidden;}