@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color:#4e6347;
	text-decoration: none;
}
a:visited {
	color:#4e6347;
	text-decoration: none;
}
a:hover {
	color:#4e6347;
	text-decoration: underline;
}
a:active {
	color:#4e6347;
	text-decoration: none;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4e6347;
}
h1 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#e13328;
	text-decoration:none;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#4e6347;
}
h2 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e13328;
	text-decoration:none;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#4e6347;
}
.txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#8c8c8c;
}
.txt a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#e13328;
	text-decoration:none;
}

/*formatarea textului din meniu principal*/
.txt_meniu{
	/*font-weight:800;*/
	font-family:Verdana, Geneva, sans-serif;
}
.txt_meniu a:hover{
	text-decoration:none;
	color:#e13328;
	font-family:Verdana, Geneva, sans-serif;
}
.spatiu{
	height:8px;
}
.spatiu_1{
	height:5px;
}
/*-----------------------------------------*/
#meniu_principal{
	/*height:50px;*/
	/*vertical-align:middle;*/
  /*padding:1em 0 1em 0;*/
	width:1000px;
	border-bottom: 1px solid #8c8c8c;
	border-top: 1px solid #e13328;
}
#footer{
	padding:15px 0 15px 0;
	width:1000px;
	/*border-bottom: 1px solid #8c8c8c;*/
	border-top: 1px solid #e13328;
}
#subsol{
	border-top:1px solid #8c8c8c;
	width:1000px;
	padding:10px 0 0 0;
}
/*formularul de contact*/
.campuri{
	border: 1px solid #E1DAC0;
	width: 200px;
}
#email_content{
	height: 80px;
	overflow: auto;
}
#buton_contact{
	width: 61px;
	height: 21px;
	border: 0px;
	background-image: url(../images/contact/buton_contact.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#FFF;
}
/*-----------------------------------------*/
.categ{
	width:240px;
}
.titlu_categ{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.menu_prod_1{
	padding:5px 0 0 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8c8c8c;
}
.menu_prod_2{
	padding:0 0 0 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#8c8c8c;
}
.link:hover{
	color:#e13328;
	text-decoration:none;
}