@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body{
	background: url(../images/background.gif);
	padding-top: 10px;
	font-size: 11px;
	color: #949494;
	font-family: arial;
}

a{
	color: #000;
}

a:hover{
	color: #949494;
}

@font-face {
	font-family: 'gothic';
	src: url('fonts/gothic-webfont.eot') !important;
	src: url('fonts/gothic-webfont.woff') format('woff'), url('fonts/gothic-webfont.ttf') format('truetype'), url('fonts/gothic-webfont.svg') format('svg');
    font-weight: normal;
	font-style: normal;
}

h1.logo{
	background: url(../images/logo.png) no-repeat;
	width: 264px;
	height: 93px;
	float: left;
}

h1.logo span{
	display: none;	
}

/*popup*/
.popupContact{ 
  display: none;
  position: absolute;
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:287px;  
  width:382px;  
  background:#FFFFFF;  
  border:2px solid #cecece;  
  z-index:201;  
  padding:12px;  
}

#backgroundPopup{  
  display: none;
  position:fixed;  
  _position:absolute; /* hack for internet explorer 6*/  
  height:100%;  
  width:100%;  
  top:0;  
  left:0;  
  background:#000000;  
  border:1px solid #cecece;  
  z-index:200;  
}

#popupContactClose{  
  font-size:14px;  
  line-height:14px;  
  right:6px;  
  top:4px;  
  position:absolute;  
  color: red;  
  font-weight:700;  
  display:block;  
  cursor: pointer;
} 

#popupContactClose:hover{
  color: #000;
} 

#contactArea{
  color: #428CE7;
}


#contactform .error{
  color: red;
}

#contactform #note{
  color: red;
}

.container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.header{
	height: 118px;
	width: 1030px;
	margin-bottom: 3px;
}

.navigation{
	position: absolute;
	top: 100px;
	background: #333;
	width: 1032px;
}

.navigation ul li{
	float: left;
	list-style: none;
}

.navigation a{
  display: block;
	font-family: arial;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.navigation a:hover{
	color: #949494;
	background: #fff;
}

#contactmelink{
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.facebookbox{
margin-top: 10px;
  float: right;
}

.header .contact{
	float: right;
	text-align: right;
}

.slideshowcontainer{
  width: 1024px;
  padding: 3px;
  border: 1px solid #aaa;
}


.slideshow{
  width: 1024px;
  height: 681px;
}

.loader{
	background: #fff url("../images/ajax-loader.gif") no-repeat 500px 300px;
}

.slideshow img{
	position: absolute;
	z-index: 1;
}

.slideshow .active{
	z-index: 10;
}

.slideshow .last-active{
	z-index: 9;
}

.footer{
  background: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 1032px;
}

.footer .copyright{
  margin-left: 15px;
  color: #fff;
}
