/* armeton.css */

@font-face {
    font-family: "blair-light";
    src: url("fonts/blaiil_new.ttf");
    src: url("fonts/blaiil_new.eot?#iefix")
             format("embedded-opentype"),
         url("fonts/blaiil_new.woff") format("woff"),
         url("fonts/blaiil_new.ttf") format("truetype");
}

@font-face {
    font-family: "blair-medium";
    src: url("fonts/blaimim_new.ttf");
    src: url("fonts/blaimim_new.eot?#iefix")
             format("embedded-opentype"),
         url("fonts/blaimim_new.woff") format("woff"),
         url("fonts/blaimim_new.ttf") format("truetype");
}

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background-image: url("images/backgfx.png");
  background-position: center 260px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#all {
  width: 800px;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#langmenu {
  width: 105px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;  
  margin-top: 40px;
}

#logoentrance {
  width: 800px;
  min-height: 400px;
  margin-top: 70px;
  float: left;
  background-image: url("images/logo_entrance_01.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#footer {
  width: 800px;
  margin-top: 0px;
  margin-bottom: 250px;
  float: left;
  border-top-width: 2px;
  border-top-color: #9D9B9B;
  border-top-style: solid;
}

#footer p {
  font-family: blair-light;
  font-size: 0.8em;
  text-align: center;
}

#langmenu ul {
  margin: 0;
  border: 0;
  padding: 0;
}

#langmenu li {
  margin-top: 0;
  margin-left: 10px;
  display: block;
  float: left;
  list-style-type: none;
  text-align: center;
}

.flag {
	width: 75px;
  height: 100px;
	color: #666666;
	cursor: auto;
}

a {
	display: inline-block;
	width: 75px;
	height: 100px;
	font-family: blair-medium;
	font-size: 1.1em;
	color: #666666;
	text-decoration: none; 
}

a:hover {
	color: #00008B;    
}

.go-to-eng {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_uk_usa_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-eng:hover {
	background-image: url("images/flag_uk_usa_color.png");
	color: #00008B;
}

.go-to-prc {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_prc_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-prc:hover {
	background-image: url("images/flag_prc_color.png");
	color: #00008B;	
}

.go-to-kor {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_kor_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-kor:hover {
	background-image: url("images/flag_kor_color.png");
	color: #00008B;	
}

.go-to-pol {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_pol_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-pol:hover {
	background-image: url("images/flag_pol_color.png");
	color: #00008B;	
}

.go-to-rus {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_rus_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-rus:hover {
	background-image: url("images/flag_rus_color.png");
	color: #00008B;	
}

.go-to-esp {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_esp_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-esp:hover {
	background-image: url("images/flag_esp_color.png");
	color: #00008B;	
}

.go-to-tha {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_tha_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-tha:hover {
	background-image: url("images/flag_tha_color.png");
	color: #00008B;	
}

.go-to-ita {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_ita_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-ita:hover {
	background-image: url("images/flag_ita_color.png");
	color: #00008B;	
}

.go-to-ara {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_ara_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-ara:hover {
	background-image: url("images/flag_ara_color.png");
	color: #00008B;	
}

.go-to-slo {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_slo_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-slo:hover {
	background-image: url("images/flag_slo_color.png");
	color: #00008B;	
}

.go-to-deu {
	width: 75px;
	height: 75px;
	background-image: url("images/flag_deu_gray.png");
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.go-to-deu:hover {
	background-image: url("images/flag_deu_color.png");
	color: #00008B;	
}

.go-to-fb {
	width: 180px;
	height: 60px;
	margin-left: 310px;
	margin-top: 60px;
	background-image: url("images/followUsFB.png");
	background-position: center;
	background-repeat: no-repeat;
}

.go-to-fb:hover {
	background-image: url("images/followUsFB_hover.png");
	color: #00008B;
}