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

/* Reset */
html, div, span,
h1, h2, h3, h4, h5, h6,
a, ol, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul li {
	line-height:20px;
	text-align:left;
}

html {
	overflow:auto;
}

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

a:hover {
	text-decoration:none;
}

p {
	line-height:18px;
	text-align:justify;
	margin:5px 0px 10px 0px;
}

img {border:none;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}
.fl {float:left;}
.fr {float:right;}
.clr {clear:both;}

.list {
		list-style-image:url(../images/bullet.png);
		margin-left:30px;
		line-height:15px;
	}
h1 {
	font-size:18px;
	padding: 10px 0px 10px 0px;
	color:#000;
	}

h2 {
	padding:5px 0px 10px 0px;
	color:#241f1c;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	}
h3 {
	padding:5px 0px 10px 0px;
	color:#112285;
	}

body {		
	color:#434545;
	background:url(../images/bg.jpg) top left repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
}

#wrapper {
	width:1032px;
	margin:0 auto;
	}
#header {
	background:url(../images/top-bg.jpg) top center no-repeat;
	}
#logo {
	position:relative;
	left:-33px;
	float:left;
	z-index:9999;
	}
#menu {
	float:right;
	margin:20px 80px 0px 0px;
	}
#menu li {
	float:left;
	margin:0 10px;
	font-weight:bold;
	}
/* ---------------- CSS Hover menu ----------*/
a.hover:active, a.hover:focus, a.hover:link, a.hover:visited {
display:block;
padding:5px 10px;
	}
a.hover:hover {
background-color:#9dd155;
color:#fff;
padding:5px 10px;
display:block;
	}
a.hover_selected:active, a.hover_selected:focus, a.hover_selected:link, a.hover_selected:visited {
background-color:#9dd155;
display:block;
padding:5px 10px;
color:#fff;
	}
a.hover_selected:hover {
padding:5px 10px;
display:block;
	}
/*------------------------------------------*/
/* --formular --*/
.form {
	width:200px;
	margin:10px 0px 0px 0px;
	}
.form label {
	width:60px;
	float:left;
	margin:5px 0px;
	}
.form input {
	float:left;
	margin:3px 0px;
	width:120px;
	height:12px;
	}
.form br {
	clear:both;	
	}
/*----------------*/

#slider1 {
	top:-70px;
	position:relative;
	}
#slider2 {
	top:-70px;
	position:relative;
	background:url(../images/slider2-bg.jpg) top center no-repeat;
	}
	
#content {
	margin-top:-70px;
	background-color:#ffffff;
	padding:20px;
	}
#footer {
	padding:10px 0;	
		}
		

			.tabs li {
				list-style:none;
				display:inline;
			}

			.tabs a {
				padding:5px 10px;
				display:inline-block;
				background:#666;
				color:#fff;
				text-decoration:none;
			}

			.tabs a.active {
				background:#fff;
				color:#000;
			}
			
.tabs {
	margin-bottom:20px;
}

/*
	Slideshow
*/

.products {
	margin-left:26px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.products .slides_container {
	width:366px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:366px;
	height:274px;
	display:block;
}

/*
	Next/prev buttons
*/

.products .next,.products .prev {
	position:absolute;
	left:330px;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
	margin-top:100px;
}

.products .prev {
	background:url(../images/arrow-prev.png);
}

.products .next {
	left:740px;
	background:url(../images/arrow-next.png);
}

/*
	Pagination
*/

.products .pagination {
	background:#dfdfdf;
	width:130px;
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

.products .pagination li a {
	display:block;
	width:55px;
	height:41px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

.products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}

#products-example {
	float:left;
} 

.slides_container {
	margin-right:50px;
}

.poze {
	width:350px;
	float:left;
	height:260px;
}

.poze img  {border:1px solid gray;
	margin:5px;
}

.price {
	font-size:24px;
	color:#ff0000;
}
	