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

body {
	background:url(../img/bg.gif);
	font-family:Helvetica, Arial, sans-serif;
	font-size:12.6px;
	color:#000;
	letter-spacing:.6px;
	margin:0;
	font-weight:200
}

#all {
	width:900px;
	margin:22px auto;
	position:relative;
}

#logo {
	margin-left:-152px;
	position:absolute;
	z-index:5;
}

#logotype {
	margin:50px 0 0 21px;
	position:absolute;
}

h1 {
	color:#818181;
	font-size:13.5px;
	margin:0;
	font-weight:200;
	text-transform:uppercase;
	letter-spacing:.6px;
}

p {
	margin:5px 0 20px 0;
	line-height:18px;
}

:-moz-any-link:focus {
  outline: none;
}

/* CONTACT */

#panel {
	background: #818181;
	height: 30px;
	display: none;
	color:#000;
	text-align:center;
	padding-top:1px;
}

#panel a {
	color:#FFF;
}

.slide {
	margin: 0;
	padding: 0;
}

.btn-slide {
	background: #818181;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 5px solid #818181;
    text-align: center;
	width: 80px;
	height: 20px;
	padding: 10px 0px 0 0;
	right:-20px;
	margin-top:-30px;
	display: block;
	color: #fff;
	text-decoration: none;
	position:absolute;
}

/* MENU */

ul {    
	list-style:none;    
	letter-spacing:1.6px;
	display:inline;
	position:absolute;
	margin:128px 0 0 22px;
	padding:7px 0 0 0;
	border-top:#FFF solid 1px;
	width:316px;
}

ul li{     
	display:inline;
}
ul li a {     
    text-decoration:none; 
	color:#818181;
	line-height:25px;
	display:inline;
} 
ul li a:hover {   
	color:#000000;
} 

em {
	color:#FFF;
	margin:0 12px;
}

a {
	text-decoration:none;
	color:#818181;
}

.current {
	color:#000;	
}

/* CONTENT */

#content {
	position:absolute;
	margin-top:204px;
	
}

.container {
	width:878px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 22px solid #fff;
	margin-bottom:158px;
	background-color:#FFF;
	position:relative;

}

.clear {
	clear:both;	
}

.images {
	float:left;
	width:540px;
	
}

.image1, .image2, .image3, .image4, .image5, .image6 {
	position:absolute;
	right:22;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.button1, .button2, .button3, .button4, .button5, .button6 {
	height:8px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	border: 5px solid #818181;
	background-color:#818181;
	float:right;
	color:#FFF;
	margin:365px 0 0 4px;
	text-align:center;
	display:block;
	cursor:pointer;
	padding-bottom:0px;
	font-size:11px;
	line-height:8px;
	letter-spacing:.8px;
}

.text {
	width:316px;
	height:361px;
	float:left;
	margin-right:22px;
}

.link {
	bottom:-5px;
	letter-spacing:.8px;
	line-height:18px;
	position:absolute;
	left:0;
}

.link2 {
	bottom:-5px;
	letter-spacing:.8px;
	line-height:18px;
	position:absolute;
	left:0;
}