@charset "utf-8";
/* CSS Document */

.html {
	/*margin: 0px auto;
	padding: 0px;*/
	width: 100%;
}
body {
	letter-spacing: 0.5px;
	text-align: center;
	/*vertical-align: middle;*/
	word-spacing: 0.5px;
	white-space: normal;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	font-family: Helvetica, sans-serif;
	background: #b3a684;
}
h1 {
	font-size: 18px;
	/*color: #FFF;*/
}
h2 {
	font-size: 14px;
}
.container {
	width:100%;
	/*background: #006;*/
	position:absolute;
	top: 0px;
}
.header {
	width: 960px;
	margin: 0px auto;
	height:460px;
	/*background:#006600;*/
	position: relative;
}
.header_pagini {
	width: 960px;
	margin: 0px auto;
	height:338px;
	/*background:#006600;*/
	position: relative;
}
.nav {
	height: 50px;
	width: 960px;
	background: #6c634d;
	position: absolute;
	top:0px;
	padding:5px;
	
	-webkit-box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
	box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
}
.centru{
	width: 960px;
	margin: 0px auto;
	height: 230px;
	/*background:#F00;*/
}
.centru_buton {
	position: relative;
	display: inline-block;
	width:210px;
	/*height:230px;*/
	background: #fff;
	margin: 0 7px;
	border: 2px solid #3f0a40;
	
	-webkit-box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
	box-shadow: 0px 6px 20px 5px rgba(0,0,0,0.48);
}
.centru_buton_imagine {
	position: absolute;
	width: 210px;
	height: 136px;
	top:0px;
}
.centru_buton h2 {
	padding-top: 160px;
	color: #3f0a40;
}
.main {
	width: 960px;
	margin: 0px auto;
	/*height: 500px;*/
	/*background: #66C;*/
}
.produs {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
.main a {
	text-decoration:none;
        color:#050505;
}

.produs_imagine {
	width: 49%;
	float: left;
}

.produs_text {
	width: 50%;
	float: right;
	text-align: center;
}
.clear{
	clear: both;
}

.footer {
	width: 960px;
	margin: 0px auto;
	height: 50px;
	background: #6c634d;
}


