@import url("menu.css");
* {
	margin: 0;
	padding: 0;
}
body, html {
	margin: 0;
	padding: 0;
	background:url(../../images/common/body_bg.gif) top left no-repeat;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wraper {
	width: 765px;
	height:100%;
	height:auto !important;
	background:url(../../images/common/wraper_bg.gif) right repeat-y;
	display: table-cell;
}
#wraper .header {
	width: 765px;
	height: 286px;
	border-bottom: 1px solid #fff;
}
#left {
	width: 515px;
	float:left;
	margin: 0 0 0 10px;
	//margin: 0 0 0 5px;
}
#right {
	width: 239px;
	float:right;
	margin: 0 0 0 1px;
	background:#f5f5f5;
}
#right .newsletter {
	width: 239px;
	height:112px !important;
	background:#f7c700;
	border-bottom:1px solid #fff;
	display:table;
	float:left;
}
.newsletter_title {
	width: 171px;
	height:33px;
	margin:10px 0 5px 10px;
	background:url(../../images/titles/newsletter.gif) top left no-repeat;
	display:table;
}
.newsletter p {
	/*color: #4B4F55;*/
	margin-left:10px;
}
.newsletter .input_text {
	border: 1px solid #f6a300;
	font: 10px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #4f5966;
	height: 13px;
	width: 164px;
	margin: 3px 3px 0 10px;
	float:left;
}

#right .contact {
	width: 239px;
	height: 172px !important;
	background:#fbfbab;
	border-bottom:1px solid #fff;
	display:table;
	float:left;
}
.contact_title {
	width: 116px;
	height:30px;
	margin:10px 0 5px 10px;
	background:url(../../images/titles/contact.gif) top left no-repeat;
	display:table;
}
.contact ul {
	margin-left: 10px;
	margin-top:5px;
	list-style:none;
	line-height:19px;
	color:#4b4f55;
}
.contact ul a {
	color:#4B4F55;
	padding:0 2px 0 2px;
	text-decoration:none;
}
.contact ul a:hover {
	color:#fff;
	background:#f2b708;
}
#right .licente {
	width: 239px;
	background:#f5f5f5;
	display:table;
	float:left;
}
.licente_title {
	width: 116px;
	height:31px;
	margin:10px 0 5px 10px;
	background:url(../../images/titles/licente.gif) top left no-repeat;
	display:table;
}
.licente ul {
	margin-left: 10px;
	margin-top:5px;
	list-style:none;
	line-height:19px;
	color:#4b4f55;
}
.licente ul a {
	color:#4b4f55;
	padding:0 2px 0 2px;
	text-decoration:none;
	font-weight:bold;
}
.licente ul a:hover {
	color:#f9a400;
}
#content {
	width:515px;
	height:460px !important;
	display:table;
}
#footer {
	width:505px;
	padding-top:20px;
	padding-bottom:5px;
	background:#f9a400;
	color: #fff;
	float:left;
	clear:both;
	margin-left:10px;
	//margin-left:5px;
	padding-left:10px;
}

#content .titles {
	margin:15px 0 10px 9px;
}
#content .titles_felicitari {
	margin:-15px 0 10px 9px;
}
#content p {
	color:#4b4f55;
	line-height:19px;
	margin: 0 9px 30px 9px;
	display:table;
}
#content .poze_produse {
	padding:5px;
	margin-right:15px;
	margin-bottom:-10px;
	background:#fff;
}
#content .felicitari {
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	background:#fff;
}
#content .felicitari_p {
	margin-left: 5px;
	margin-top:-5px;
	//margin-top:-10px;
}
#content .table_contact {
	margin: 0 0 10px 10px;
	width:490px;
	display:block;
	color: #4b4f55;
}

.table_contact ul {
	list-style:none;
	line-height:19px;
	color:#4b4f55;
}
.table_contact ul a {
	color:#4B4F55;
	padding:0 2px 0 2px;
	text-decoration:none;
}
.table_contact ul a:hover {
	color:#fff;
	background:#f2b708;
}
#content img {
	border:0;
}
.obligatoriu{
	color: #ff0000;
}
.contact-form{
	margin: 0 0 0 10px;
}
.contact-form label{
	font-weight: bold;
}
