body{
	margin: 0;
	font-family: verdana, arial;
	font-size: 10px;
	background-color: #6F480F;
}

#container {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

#meniu {
	margin: auto;
	width: 1000px;
	height: 50px;
	background: url('pix/brown_pixel.png'); /*background-color:  #2a1c0c;*/
	border-top: 10px solid #fe4902;
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	text-align: center;
}
#footer {
	height: 50px;
	background-color: #6F480F;
	border-top: 10px solid #fe4902;
	line-height: 50px;
	color: white;
	font-size: 10px;
	padding: 10px;
}
#footer img {
	height: 50px;
	
}
#top {
	height: 300px;
	width:1000px;
	margin: auto;
	text-align: right;
}
#logo{
	margin: 60px 0 auto auto;
	width: 350px;
	height: 150px;
	background: url('pix/brown_pixel.png');	/* background-color:  #6F480F;*/
	border-right: 5px solid #FE4902;
	padding-top: 10px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
}
#continut {
	margin: auto;
	width: 1000px;
	background: url('pix/brown_pixel.png'); 
	border-top: 10px solid #feb20F;
	color: #dddddd;
	text-align: center;
	border-bottom: 1px solid #feb20F;
	overflow: auto;
}
#continut p {
	text-align: justify;
	padding: 3px;
}
#continut h2{
	color: orange;
	text-align: left;
	padding-left: 10px;
}
.text {
	padding: 5px;
	display: inline;
	width: 350px;
	float: left;
	border-right: 1px dotted #feb20F;
	height: 100%;
}
.text img {
	width: 300px;
	border: 1px solid white;
	padding-bottom: 5px;
}
.text h2 {
	font-size: 18px;
	font-family: garamond,arial;
	color: #dE920f;
	
}
.text_w {
	padding:10px;
	text-align: justify;
}
.text_w img {
	display: inline;
	padding-right: 10px;
	width: 300px;
	float: left;
	border: none;
}
.pics1 {
	padding: 2px;
	border: 2px solid #6F480F;
	background-color: #6F480F;
	margin: auto;
	width: 300px;
	border-radius:10px;
	-moz-border-radius:10px;
}
a {
	text-decoration: none;
	color: orange;
}
a:hover {
	text-decoration: underline;
	color: red;
}

.produse {
	width: 237px;
	display: inline;
	float: left;
	padding: 10px;
}

.produse img {
	width: 90px;
	float: right;
	margin-left: 10px;
}
.produse h3 {
	font-size: 13px;
	font-family: garamond,arial;
	color: #dE920f;
	text-align: left;
	padding: 0px;
}

.extra_meniu {
	text-align: right;
	padding: 10px 10px;
}
.extra_meniu img {
	height: 28px;
	border: none;
}

/*meniu*/
#menu-container { display:block; position: absolute; margin: auto; text-align: center;}
#drop_down_menu { display:block; clear:both; margin:0px; padding:0px; text-align:left; list-style-type:none; text-align: center; float:none; left:0px; top:0px; }
#drop_down_menu li {width: 150px; font-size:12px; font-weight:bold; float:left; padding: 5px 5px; cursor:pointer; }
#drop_down_menu li ul { margin:0px; padding:0px; list-style-type:none; padding-top:10px; }
#drop_down_menu li ul li {display:block; float:none; clear:both; background-color: orange; overflow: visible;}
#drop_down_menu li ul li a { color:#FFFFFF; font-weight:normal; text-decoration:none; display:block; }
#drop_down_menu li ul li a:HOVER { color:#335588; }

