@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0; } 


html, body  {
	margin: 0px;
	overflow-x:hidden;
	background-color:#000;
	color: #000;
	font-size: 12px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
} 
a {
	color:#D06998;
	text-decoration:underline;
	font-weight: normal;
}
a:visited active {
	color:#CCC;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
.logo {
	float:left;
	
}
.adres {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	float: left;

}
.title {
	font-size: 14px;
	color: #D06998;
	font-weight:bold;
}
.active {
	color:#999;
}

.input_bg {
	border: 1px solid #fff;
	color: #fff;
	width:35px;
	margin-bottom:5px;
	margin-top:5px;
	background-color: #000;
	cursor: pointer;
}

/* layout ---------------*/

#bgContainer {
	width: 3000px;
	position: absolute;
	margin: 0 auto;
	height: 578px;
	top: 50%;
	left: 50%;
	margin-left: -1465px;
	margin-top: -275px;
	background-color: #000;
	background-position: center;
	background-image: url(../images/bgContainer.png);
   }
#centerContainer {
	position: absolute;
	margin: 0 auto;
	width: 950px;
	height: 575px;
	top: 223px;
	left: 1499px;
	margin-left: -509px;
	margin-top: -223px;
}

#top {
	position:absolute;
	width:951px;
	height:100px;
	z-index:1;
}

#mainContent {
	position:absolute;
	width:950px;
	height:400px;
	z-index:2;
	left: 0px;
	top: 105px;
	display: block;
}
#left {
	float:left;
	width:400px;
}
#right {
	float:right;
	width:480px;
	scrollbar-track-color: #000000;
	height: 360px;
	background-color: #FFF;
	padding: 20px;
}
#right p {
	padding-right:10px;
}
#navigationMenu {
	position:absolute;
	width:952px;
	height:55px;
	z-index:1;
	top: 515px;
	padding-top: 5px;
}
.image {
	padding-top:150px;
	padding-left: 10px;
}
#image {
	padding-top:150px;
	padding-left: 10px;
}

.text {
	padding:20px;
}

img { border:none;
}

h1 {
	color:#000;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
	padding-bottom:18px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	color:#CCC;
	font-size: 14px;
	text-align:left;
	padding-top:20px;
	font-weight: normal;
	text-align:right;
}

ul { list-style-type: none;}

#subnav {
	position:absolute;
	width:494px;
	height:28px;
	z-index:1;
	left: 443px;
	top: 366px;
}



	
/* horizontal menu ---------------*/


#nav{
	float:right;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#nav li{
	float:left;
	padding-top: 20px;

}
#nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	width:100px;
	padding:4px 16px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	text-align:left;
	font-size: 16px;
	color: #FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#D06998;
}
span.nav_text{
	font-size:11px;
	padding:0px 16px;
	color:#999;
}
ul.details { padding: 0px; margin: 0px; }
ul.details li { list-style-type: none; }
ul.details span.name, ul.details span.value {
	display: block;
}
ul.details span.name {
	float: left;
	width: 150px;
}
/* slideshow ---------------*/

#slideshow {
		position: relative;
		width: 400px;
		height: 400px;
		overflow: hidden;
		border: 1px solid #000000;
	}
	#slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 400px;
		height: 400px;
	}
