@charset "utf-8";
/* CSS Document */
h1 {
	background: #fdcd07;
	margin: 20px 0 10px;
	padding: 4px;
	text-align: center;
	color: #801d03;
	font: 310%/100% Garamond, Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1 em {
	border: dashed 1px #e3792c;
	display: block;
	padding: 10px 0;
	font-style: normal;
}
.credits {
	width: 280px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	font: 130%/110% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
	/*width: 200px;
	height: 170px;*/
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 200px;
	height: 148px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
	width: 170px;
	height: 126px;
}
.gallery em {
	background: #fff url(../images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #52a1c4 url(../images/gradient.jpg) repeat-y;
	border-color: #3188af;
	color: #FFF;
}


/*Content formating*/
.main_produse {
	/*padding-left: 100px;
	width: 700px;
	background: center;
	vertical-align: top;
	position: relative;
	text-align: justify;*/
	margin:20px 50px 0px 30px;
	/*border-left:10px solid #597241;
	border-right:10px solid #597241;*/
	padding: 0px 2em 2em 2em;
}
#cont_produse{
	margin-bottom:1em;
	width:670px;
	overflow: hidden;
	/*background: url(images/back_text.png) repeat-y center;*/
}
#cont_mid_prod {
	margin-bottom:1em;
	width:520px;
}

/*Features gallery*/
ul#galleryf {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:650px;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	overflow: hidden;
	border-style: solid;
	border-width: thin;
}
ul#galleryf li {
	float: left;
	margin:5px;
	display: inline;
}
ul#galleryf li p {
	text-align: center;
	margin:5px 0;
	font-size: 11px;
}

/*Gallery*/
ul#galleryf1 {
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:650px;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	overflow: hidden;
}
ul#galleryf1 li {
	float: left;
	margin:20px 0 0 80px;
	display: inline;
}
ul#galleryf1 li p {
	text-align: center;
	margin:5px 0;
	font-size: 11px;
}

/*Image slideshow from header*/
#slideshow {  
	overflow:hidden; 
	width: 726px; 
	height: 200px; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	/*-webkit-background-clip: fixed; 
	-webkit-background-origin: fixed;*/
	background-color: transparent;
	/*padding-left: 87px;*/
}

#hdrback {
	background: url(../images/header1.png) no-repeat;
	width: 726px;
	height: 210px;
	margin: 0px;
	margin-left: 87px;
}
/*Slideshow*/
.galleryh {
	position:relative;
	height:360px;
}
.galleryh a {
		float:left;
		position:absolute;
	}
	
.galleryh a img {
		border:none;
	}
	
.galleryh a.show {
		z-index:500
	}

.galleryh .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

.galleryh .caption .content {
		margin:5px
	}
	
.galleryh .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
