﻿html, body {
	margin: 0;
	padding: 0;
}
body {
	font: 76% arial,sans-serif;
	text-align: center;
	background: transparent url('images/bkg.png') repeat top center;
}
td {
	margin: 0px;
	padding: 0px;
}
.gallery {
	border: 1px #CCCCCC solid;
	padding: 5px;
}
p {
	margin: 0 20px 10px 10px;
	text-align: justify;
}
a {
	color: #fff;
}
div#logo {
	height: 132px;
	line-height:132px;
	width: 300px;
	float: left;
	margin: 0;
	background: transparent url('images/bkg-top-menu.png') repeat-x;
}
div#logo a {
	margin: 0;
	padding-left: 20px;
	color: #79B30B;
	text-decoration: none;
	border: 0px;
}
div#top-menu {
	height: 132px;
	width: 700px;
	overflow: hidden;
	vertical-align: top;
	background: transparent url('images/bkg-top-menu.png') repeat-x;
}
div#top-menu ul {
	margin: 0;
	padding-right: 10px;
}
div#top-menu li {
	display: inline;
	list-style-type: none;
	float: right;
	text-align: center;
	padding: 10px 2px 0px 2px;
	background: transparent url('images/bkg-top-menu-li.png') no-repeat top center;
	height: 38px;
	width: 123px;
	margin-top: 66px;
}
div#top-menu li a {
	display: inline;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div#top-menu li a:hover {
	color: #79B30B;
	text-decoration: none;
}
div#header {
	height: 200px;
	margin: 0;
	background: #242424;
}
div#wrapper {
	background: transparent url('images/bkg-wrapper.png') repeat-x;
}
div#container {
	text-align: left;
}
div#content p {
	line-height: 1.4;
}
div#navigation {
}
#category ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
}
#category li {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	line-height: 25px;
}
#category li a {
}
.box {
	background: transparent url('images/bkg-box-top.png') repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 232px;
	margin-left: 10px;
	margin-top: 45px;
	margin-bottom: 10px;
}
.box .top {
	font-size: 17px;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left: 20px;
	color: #79B30B;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #242424;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
.box .bottom {
	height: 23px;
	background: transparent url('images/bkg-box-bottom.png') no-repeat;
}

.box2 {
	background: transparent url('images/bkg-box-top.png') repeat-x left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 232px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box2 .top {
	font-size: 17px;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-left: 20px;
	color: #79B30B;
	font-weight: bold;
	text-transform: uppercase;
}
.box2 .top img {
	float: left;
	margin-right: 5px;
}
.box2 .middle {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #242424;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
.box2 .bottom {
	height: 23px;
	background: transparent url('images/bkg-box-bottom.png') no-repeat;
}

#navBox a {
	text-decoration: none;
	color: #CCCCCC;
}
#navBox a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#navBox ul {
	margin: 0px;
	padding: 0px;
}
#navBox li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
}
#navBox .middle {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
div#extra {
	background: #FF8539;
}
div#footer {
	background: url('images/bkg-footer.png') repeat-x top left;
	color: #FFF;
	border-top: 1px #999999 solid;
	font-size:10px;
	clear: both;
	width: 100%;
	padding-bottom: 20px;
	padding-top:10px;
	text-align:center;
}
div#footer a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
div#footer a:hover {
	color:#79B30B;
	text-decoration:underline;
	font-weight:bold;
}
div#footer ul {
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
}
div#footer li {
	display: inline;
	list-style-type: none;
	text-align: center;
}
div#footer li a {
	display: inline;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 30px 10px 30px;
}
div#footer li a:hover {
	color: #79B30B;
	text-decoration: underline;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}
div#all {
	width: 1100px;
	margin: 0 auto;
	background: transparent url('images/bkg-all.png') repeat-y;
}
div#container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}
div#content {
	float: right;
	width: 750px;
	padding-top: 42px;
	overflow: hidden;
	background: #fff url('images/bkg-wrapper.png') repeat-x;
}
div#content h1 {
	color: #79B30B;
	padding-left: 30px;
	font-size: 18px;
	background: transparent url('images/h-bullet.png') no-repeat left center;
}
div#content h2 {
	color: #79B30B;
	margin: 0px 0px 0px 10px;
	padding:10px 0px 0px 30px;
	font-size: 17px;
	background: transparent url('images/h2-bullet.png') no-repeat;
}
div#content h3 {
	color: #79B30B;
	margin: 0px 0px 0px 10px;
	padding:10px 0px 0px 30px;
	font-size: 17px;
	background: transparent url('images/h2-bullet.png') no-repeat;
}
div#content ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div#content li {
	background: transparent url('images/li-bullet.png') no-repeat left center;
	padding-left:20px;
	margin-left:10px;
	line-height:20px;
}
div#navigation {
	float: left;
	width: 250px;
	background: #fff url('images/bkg-wrapper.png') repeat-x;
}
div#extra {
	float: left;
	clear: left;
}
.formcolor {
	color: #FF0000;
}
div#formular {
}
div#date-contact {
	width:350px;
	float:right;
}
.harta {
	border:1px #cccccc solid;
	padding:3px;
	margin:0px 0px 5px 10px;
}
.cod-securitate {
	padding-left:10px;
}
.descarca-pdf {
	background: transparent url('images/button.png') no-repeat;
	width:232px;
	height:40px;
	text-align:center;
}
.descarca-pdf a {
	color: #79B30B;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.descarca-pdf a:hover {
	color: #fff;
	font-size:14px;
}

table.pdf-table {
	margin-bottom:20px;
}
table.pdf-table td {
	padding-right: 5px;
}
.pdf {
	background: transparent url('cataloage-mobilier/images/pdf.png') no-repeat left center;
	height: 67px;
	text-align:left;
	vertical-align:middle;
}
.pdf a {
	color: #A6A6A6;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-left:52px;
}
.pdf a:hover {
	color: #79B30B;
	text-decoration:underline;
}