body {
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
	margin:0px;
	margin-bottom: 15px;
}

@font-face {
 font-family: 'Impact';
 src: url('./impact-webfont.eot'); /* IE 5-8 */ 
 src: local('☺'),       /* sneakily trick IE */
    url('./impact-webfont.woff') format('woff'),  /* FF 3.6, Chrome 5, IE9 */
    url('./impact-webfont.ttf') format('truetype'), /* Opera, Safari */
    url('./impact-webfont.svg#webfont8knFbQjT') format('svg'); /* iOS */
    font-weight: normal;
	font-style: normal;
}

#lang_menu {font:bold 20px/18px 'Calibri', Arial; color:#911019;}
#lang_menu a {display:block; position:absolute; top:87px; height:18px; color:#911019;}
#lang_menu span {display:block; position:absolute; top:87px; height:18px; color:#911019; background-position:0 -21px !important;}
#lang_menu a.active { background-position:0 -41px !important;}
#lang_menu a:hover, #main_menu a:hover.active { background-position:0 -21px  !important;}
#lang_menu b {display:none;}
#lm_ru {width:66px; left:11px;  background:url(./lm_ru.png) 0 0 no-repeat;}
#lm_en {width:88px; left:114px;  background:url(./lm_en.png) 0 0 no-repeat;}
#lm_es {width:74px; left:239px;  background:url(./lm_es.png) 0 0 no-repeat;}
#lm_de {width:127px; left:570px;  background:url(./lm_de.png) 0 0 no-repeat;}
#lm_fr {width:74px; left:721px;  background:url(./lm_fr.png) 0 0 no-repeat;}
#lm_cn {width:80px; left:819px;  background:url(./lm_cn.png) 0 0 no-repeat;}

a {
	color: #000000;
	text-decoration: underline;
	outline-style: none;
}


a:hover {
	color: #666666; !important;
	-webkit-transition-property: color;
	-webkit-transition-duration:.1s;
	-webkit-transition-timing:ease-out;
	text-decoration: none; 
}

a.none { text-decoration: none; }

#head {
	border: 0px;
	padding: 20px;
}

a.linker { 
		width:450px;
		height:50px;	
		display: block;
}

.logo {
	color: #999999;
	text-shadow: 3px 2px 2px #e6e6e6;
	font-family: Impact, Arial;
	font-size: 28px;
	text-align: right;
}

#tDiv {
	width:670px;
	border: #e3e3e3 solid 1px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:5px; 
	margin: 0 auto;
}

h3 {
	letter-spacing: 0px;
	text-shadow: 2px 2px 5px #cccccc;
	font-family: Impact, Helvetica, Arial, sans-serif;	
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #666666;
}

p {
	text-shadow: 1px 1px 1px #e6e6e6;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.spacer {
	margin: 10px;
}

.s {
	font-size: smaller;
}

a.flags {
	height: 10px;
	width: 16px;
	display: block;
}

.en { background: url('./country_sprite.gif') no-repeat 0px 0px; }
.ru { background: url('./country_sprite.gif') no-repeat -16px 0px; }
