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

body {
	background-color: #D1D1D1;
	/*background: url(images/snow.png)bottom left repeat-x fixed #D1D1D1;*/
	color: #000;
}

.contanier {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

.inner_contanier {
	width: 800px;
	margin-right: auto;
	margin-left: auto;	
}

.title {
	height: 120px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/title.png);
	margin-right: auto;
	margin-left: auto;
}

#slideshow {
	position: relative;
	width: 505px;
	height: 300px;
	background: url(img1.jpg);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-right:auto;
	margin-left: auto;
	padding-bottom: 200px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	}
	#slides li {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		list-style: none;
	}
	#slides li img {
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transition: 2s;
		-moz-transition: 2s;
		transition: 2s;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
	}
	#slides li:target {
		z-index: 5;
	}
	#slides li:target img {
	opacity: 1;
	filter:alpha(opacity=100);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	#nav {
	position: absolute;
	bottom: 84px;
	left: -52px;
	z-index: 10;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#nav li {
		display: inline;
		list-style: none;
	}
	#nav a {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.2);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	#nav a:hover, #nav a:focus {
		-moz-box-shadow: 0 0 8px #fff;
		-webkit-box-shadow: 0 0 8px #fff;
		box-shadow: 0 0 8px #fff;
		background: rgba(0,0,0,.4);
		outline: none;
	}
footer {
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	background-color: #000;
}
