@charset "utf-8";
/* CSS Document */

body {
	background-color: #999998;
	background-image: url(images/bck.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

#env {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/env.png);
	background-repeat: repeat-y;
}



#grad {
	background-image: url(images/grad_env.jpg);
	background-repeat: no-repeat;
}
#header {
	background-repeat: no-repeat;
	background-image: url(images/alesco_top.png);
	height: 120px;
}
#header h1 {
	display: none;
}
#footer {

}
#main a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666;
}
#main a:hover {
	color: #000;
}

#main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#main {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menuitem {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}
#header strong {
	display: none;
}
#infotext {
	padding: 24px;
	line-height: 1.6em;
}
.item {
	width: 444px;
	margin-right: 12px;
	margin-left: 12px;
	background-image: url(images/itembck.png);
	background-repeat: repeat-x;
	background-position: center 223px;
	float: left;
}
.itemtext {
	cursor: e-resize;
	color: #666;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.itemtext strong {
	font-size: 16px;
}

.nadpis {
	font-size: 30px;
	font-weight: normal;
	color: #5b5b5b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b5b5b;
	margin-bottom: 24px;
	margin-right: 24px;
	margin-left: 24px;
	display: block;
	clear: left;
}
.finish {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b5b5b;
	display: block;
	clear: left;
	padding-top: 24px;
	margin-right: 24px;
	margin-left: 24px;
}


#scroller {
	width: 3744px;
	float:left;
}
#wrapper {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	z-index:1;
	overflow:hidden;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	width: 186px;
	margin-bottom: 16px;
}
#other {
	margin-right: 24px;
	margin-left: 24px;
	line-height: 1.6em;
}

#prev, #next {
	float:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	cursor: pointer;
}

#indicator, #indicator > li {
	display:block; float:left;
	list-style:none;
	padding:0; margin:0;
}

#indicator {
	width:72px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

#indicator > li {
	text-indent:-9999em;
	width:8px;
	height:8px;
	-webkit-border-radius:4px;
	background:#ddd;
	overflow:hidden;
	margin-right:8px;
}

#indicator > li.active {
	background:#888;
}

#indicator > li:last-child {
	margin:0;
}
.clear {
	clear: both;
}

