body{
	background:url(../images/back.jpg) #D50E13;
	background-position:top left;
	background-repeat:repeat-y;
}

.wrapper{
	background:#FFFFFF;
	margin: auto;
    padding: 10px;
    width: 940px;
    -moz-box-shadow:    0 0 3px 3px #ccc;
  	-webkit-box-shadow: 0 0 3px 3px #ccc;
  	box-shadow:         0 0 3px 3px #ccc;
}

#content {
	background-color:#FDFDFD;
	border-left:2px solid #333333;
	border-right:2px solid #333333;
	margin:0 auto 0;
	padding:10px;
	position:relative;
	width:930px;
	height:100%;
}

#footer{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	//background-color:white;
	opacity:0.95;
	padding:20px;
	font-weight:bold;
	font-family: arial black;
	margin-top:20px;
	text-align:center;
	clear:both;
	/*
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         3px 3px 5px 6px #ccc;
  	*/
}

#page {
	margin:0 auto;
	width:960px;
}
#page h2 {
	font-weight:bolder;
	position:relative;
	float:left;
	margin:10px;
}
#page .advertBottom {
	margin:20px;
	float:left;
	position:relative;
}

.main-content{
	width:920px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	//background-color:white;
	opacity:0.95;
	padding:20px;
	padding-top:5px;
}

.main-content h1{
	margin:0px;
	padding:0px;
}


.carousel {
	width:100%;
	height:300px;
	background:transparent;
}

.carousel img{
	width:240px;
	height:180px;

	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         3px 3px 5px 6px #ccc;

	border:solid 5px white;
	border-radius:10px;
}

#menu{
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}

.galerie-foto{
	opacity:1;
	display:block;
}

.galerie-foto span.descriere{
	display:block;
	text-align:center;
	width:100%;
	color:#000000;
	font-weight:bold;
	padding-top:10px;
}

.galerie-foto img{
   	border:solid 10px white;
	max-width:220px;
   	max-height:160px;
   	margin-left:auto;
   	margin-right:auto;
   	display:block;
   	box-shadow: 0px 0px 5px #888;
    -moz-box-shadow:   0px 0px 5px #888;
    -webkit-box-shadow:0px 0px 5px #888;
}

.galerie-foto a{
	float:left;
	width:240px;
   	height:200px;
    margin-left:20px;
   	margin-bottom:20px;
   	display:block;
   	//background:white;
   	//border:solid 1px black;
   	text-decoration:none;
}

.galerie-foto a strong{
	color:black;
   	display:block;
   	height:20px;
   	text-align:center;
   	margin-bottom:10px;
}

.galerie-produse a{
	float:left;
	display:block;
	width:260px;
	height:230px;
   	margin-left:20px;
   	margin-bottom:20px;
   	box-shadow: 0px 0px 5px #888;
   	-moz-box-shadow:   0px 0px 5px #888;
    -webkit-box-shadow:0px 0px 5px #888;
   	border:solid 1px black;
}

.galerie-produse a img{
	max-width:240px;
   	max-height:180px;
   	border:solid 10px white;
   	display:block;
   	margin-left:auto;
   	margin-right:auto;
}

.galerie-produse a .titlu{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:5px;
}

.galerie-produse a .descriere{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	padding:7px;
}

.video{
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	box-shadow:0px 0px 1px 1px gray;
	margin-bottom:20px;
	padding:20px;
	border:solid 1px black;
	width:850px;
}

.video iframe{
	width:480px;
	height:360px;
	float:left;
	margin-right:20px;
}





#contact-form label, .fieldList label{
	height:20px;
	padding:5px;
	margin:5px;
	width:80px;
	text-align:right;
	display:block;
	float:left;
}

#contact-form input, #contact-form select, form textarea{
	height:20px;
	padding:5px;
	margin:5px;
	width:300px;
	border:solid 1px black;
	float:left;
	border-radius:10px;
	box-shadow: inset 0px 0px 1px 1px gray;
	-moz-box-shadow:   inset 0px 0px 1px 1px gray;
    -webkit-box-shadow:inset 0px 0px 1px 1px gray;
}

#contact-form textarea{
	height:100px;
 }

#contact-form .button{
	background: #0C08EB;
	background: -moz-linear-gradient(top, #0C08EB, #AAAAAA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0C08EB), to(#AAAAAA));

	color:#FFFFFF;
	height:40px;
	display:block;
	width:200px;
	text-decoration:none;
	padding:10px;
	border:solid 2px white;
	float:left;
	text-align:center;
	margin:5px;
	cursor:pointer;
	border:solid 2px white;
	border-radius:10px;
	box-shadow:1px 1px 1px 1px gray;
	-moz-box-shadow:   1px 1px 1px 1px gray;
    -webkit-box-shadow:1px 1px 1px 1px gray;
	font-weight:bold;

}

#contact-form .button:hover{
	color:#000000;
	background:white;
	height:40px;
	display:block;
	width:200px;
	text-decoration:none;
	padding:10px;
	border:solid 2px white;
	float:left;
	text-align:center;
	margin:5px;
	cursor:pointer;
	border:solid 2px gray;
}

#contact-form div{
	display:block;
	width:100%;
	height:30px;
	clear:both;
}

#contact-form label.error{
	color:red;
	margin-left:10px;
	width:400px;
}

#contact-form .error{
	color:Red;
	height:auto;
}

.sigla{
	font-family:Monotype Corsiva;
	position:relative;
	top:10px;
	font-weight:bold;
	font-size:50px;
	text-align:right;

	text-align:center;
	width:100%;
	height:200px;
	text-indent:-99999em;
	background:url(../images/title.png) center center no-repeat;
}

.slider-wrapper{
	width:800px;
	height:450px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.cod-produs{
	color:#01608C;
}

.detalii-produs .descriere{
	padding-left:30px;
	padding-right:30px;
}

.half-page{
	display:block;
	width:50%;
	float:left;
}