body {
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 990px;
}

img {
	border: 0px;
}

h1 {
	font-size: 28px;
}
#meniu {
	margin-top: -5px;
}
#meniu a {
	display: block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #1F1A17;
	text-decoration: none;
	color: #FFF;
	font-family: Times;
	font-size: 24px;
	font-weight: bold;
}


#meniu a img {
	vertical-align: middle;
}
#meniu a:hover {
	display: block;
	width: 25%;
	height: 40px;
	line-height: 40px;
	float: left;
	background-color: #FFF;
	text-decoration: none;
	color: #1F1A17;
	font-family: Times;
	font-size: 24px;
	font-weight: bold;
}

a:hover {
	color: #4B8F00;
}
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.rosu {
	color: #FF0000;
}

.verde {
	color: #00FF00;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

#continut {
	width: 990px;
}

#menu_left {
	text-align: left;	
	line-height: 25px;
	margin-right: 30px;
	float: left;
}

#menu_left img {
	margin-top: -4px;
	vertical-align: middle;
}
#menu_left a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#menu_left a:hover {
	color: #FF0000;
}
#main {
	text-align: justify;
	float: left;
	width: 750px;
}

#top_footer {
	background-color: #1F1A17;
	width: 100%;
	height: 4px;
}
#footer {
	margin-top: 5px;
	min-height: 30px;
	font-size: 14px;
}

#footer .center {
	float: left;
	margin-left: 200px;
}
#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
}


textarea {
	height: 100px;
}

#produs {
	cursor: pointer;
	width: 230px;
	float: left;
	margin-right: 20px;
}

#produs .titlu {
	width: 230px;
	height: 30px;
	line-height: 30px;
	background-image: url('/images/produs_sus.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#produs .prod_center {
	text-align: center;
	height: 150px;
}
#produs .pret {
	width: 230px;
	height: 30px;
	line-height: 30px;
	background-image: url('/images/produs_jos.jpg');
	background-repeat: no-repeat;
	color: #FFF;
	text-align: center;
}

.imagine_produs {
	margin-right: 20px;
	vertical-align: middle;
	text-align: center;
}

.imagine_produs img {
	vertical-align: middle;
}

hr.produs {
	background-color: #1F1A17;
	height: 4px;
}

.pret_produs {
	font-size: 20px;
	color: #FF0000;
}

#pagination a {
	padding: 3px 7px;
	margin-right: 7px;
	color: #0899CE;
	text-decoration: none;
}

#pagination a:hover {
	padding: 3px 7px;
	margin-right: 7px;
	color: #FF0000;
	text-decoration: none;
}

#pagination .current_link {
	color: #FF0084;
	font-weight: bold;
	padding: 3px 7px;
	border: 2px solid #FF0084;
	margin-right: 7px;
}