/* CSS Document */

*{
  margin:0;
  padding:0
}

html, body {
  height:100%;
}

body{
  background:#6d171a url(../images/bg_gradient.png) repeat-x;
  color:#333333;
  font-family: Arial, Tahoma, Helvetical, Sans-Serif;
  text-align:center;
  margin:0;
  padding:0;
}

img{ border:0; }

p{
	font-size: 0.88em;
}

h1{
	font-size: 1.63em;
	letter-spacing: -0.08em;
}

a{
  color:#777;
  text-decoration:underline;
}

a:hover{
  color:#777;
  text-decoration:none;  
}

.contact_detail{
	color:#ffffff;
	font-size: 0.94em;	
	width: 12.50em;
	position:relative;
	left:1.56em;
	top: 0.94em;
	display:block;
}

.main_txt{
	color:#ffffff;
	font-size: 0.94em;	
	width: 40.19em;
  	position: relative;
	top:0.94em;
	left:0.94em;    
}

#distance { 
  width:1px;
  height:50%;
  margin-bottom:-21.28em; /* half of container's height */
  float:left;
}

#container {
  margin:0 auto;   
  text-align:left;
  width:850px;
  clear:left;
} 

#inner { 
  background-color:#ffffff;  
  width:850px; 
  position: relative; 
  left: 0; 
  top: 0; 
  margin-bottom: 5px;
}

#header {
  background: url(../images/bg_gradient.png) repeat-x;  
  width:850px; 
  height:120px; 
  position: relative; 
  left: 0; 
  top: 0;
}

#logo{
  height:93px;
  width:406px; 
  position: absolute;  
  left:10px;
  top:20px;
}

#contact {
  float: right;
  position: relative;
  color:#B8262B;
  font-size: 11px;
  text-align: right;
  top: 45px;
}

#contact a{
  color:#B8262B;
  text-decoration:underline;
}

#contact a:hover{
  color:#B8262B;
  text-decoration:none;  
}

#flags {
  position: relative;
  color:#B8262B;
  font-size: 11px;
  text-align: right;
  top: 85px;
  left: 360px;
}

#header_design {
  background: url(../images/header_wood.jpg) no-repeat;  
  width:828px; 
  height:195px; 
  position: relative; 
  left: 11px; 
  top: 11px;
  z-index:0;
}

#flashcontent {
	z-index:0; 
}

#content {
	width: 850px;
	background: #FFFFFF;
}

#contentHolder {
	width: 813px;
	background: #FFFFFF;
	padding: 22px 11px;
}

.contentLeft {
	width: 186px;	
	text-align: justify;
	vertical-align: top;
	padding:0px;	
}

.contentRight {
	background: #FFFFFF;
	width: 626px;
	height: 300px;
	padding: 0px 11px;
	vertical-align: top;
}

.contentDevider {
	background: #9b5d60;
	width: 1px;
	padding: 0px;		
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer_spacer {
  background: #1e1e1e;  
  width:850px; 
  height:5px; 
  position: relative; 
  left: 0; 
  top: 0;
}

#footer {
  background: url(../images/footer_bg.png) repeat-x;  
  width:850px; 
  height:100px; 
  position: relative; 
  left: 0; 
  top: 0;
}

#logo_footer {
  position: relative;	
  float: right;
  top: 20px;
  right: 48px;
}


#login_and_lang {
  background: url(../images/header_mountain.jpg) no-repeat;		
  height:140px;
  width:597px; 
  float: right;
  position: relative; 
}

#login {
  background: url(../images/bg_login.png) no-repeat;		
  height:55px;
  width:251px;   
  float:right;  
  position: absolute;
  left: 345px;  
  padding: 5px 10px;   
}


#copyright{
  font-size: 0.75em;
  color:#ffffff;
  text-align: center;
  position:relative;
  top:10px;
  left:0px;
  padding-bottom: 30px;  
}

.title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.title_sub {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 30px;
}

.headline {
  color: #555;    
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 20px;
}

.map {
margin-bottom:20px;
padding:0;
z-index:0;
text-align: center;
}

.links {
  color: #555;    
  font-size: 12px;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 20px;
  line-height: 30px;
}

#content_box {
	border-top: 1px outset; 
	border-color: #777777;	
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;	
}

table.img {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.img td {
	border-width: 1px 0px 0px 0px;
	padding: 20px 10px 20px 20px;
	border-style: inset inset inset inset;
	border-color: #777777;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#image_left { 
	width: 180px;
}

#image_left.img { 
	padding: 5px;	
}

#paragraph {  
  color: #555;    
  float: left;
  position: relative;
  top: -100px;
  margin-left: 194px;
  font-size: 12px;
  font-weight: normal;
}

