* {
	padding:0;
	margin:0;
}

.image a { 
	outline: none;
	text-decoration: none;
	border: none;
}

body {background: #222737 url(../img/tiles.jpg) repeat 0 36px;}

div#wrapper {
	background: transparent url(../img/bg.jpg) repeat-x 0 -50px;
	padding-bottom: 50px;
}

div#header {
	width: 780px;
	height: 280px;
	margin: 0 auto;
	background: transparent url(../img/header4.jpg) no-repeat 0 -50px;;
}

div#header_content {
	height: 228px;
}

div#header_content h1, div#header_content h2 {
	text-indent: -9999px;
}

div#header div#menu ul {
	width: 780px;
	list-style: none;
	height: 50px;
	position: relative;
}

div#header div#menu ul li {
	position: absolute;
}

div#header div#menu ul li a{
	display: block;
	height: 46px;
	text-indent: -9999px;
}

div#header div#menu ul li#prezentare {
	left: 35px;
	width: 151px;
}

div#header div#menu ul li#prezentare a:hover {
	background: url(../img/menu2.gif) no-repeat -14px 0;
}

div#header div#menu ul li#produse {
	left: 210px;
	width: 112px;
}

div#header div#menu ul li#produse a:hover {
	background: url(../img/menu2.gif) no-repeat -189px 0;
}

div#header div#menu ul li#magazine {
	left: 344px;
	width: 126px;
}

div#header div#menu ul li#magazine a:hover {
	background: url(../img/menu2.gif) no-repeat -322px 0;
}

div#header div#menu ul li#distributie {
	left: 490px;
	width: 150px;
}

div#header div#menu ul li#distributie a:hover {
	background: url(../img/menu2.gif) no-repeat -468px 0;
}

div#header div#menu ul li#contact {
	left: 650px;
	width: 120px;
}

div#header div#menu ul li#contact a:hover {
	background: url(../img/menu2.gif) no-repeat -630px 0;
}

div#content_wrap {
	background: transparent url(../img/tiles-top.jpg) repeat-x 0 0;
	margin:0 auto;
	/*width: 800px; */
	overflow: hidden;
	border:0px solid green;
}

div#content {
	width: 780px;
	height: 500px;
	margin: 0;
}

body#main div#content {
	margin:0 auto;
	width:800px;
}

body#main div#content div#content-home{
	width: 420px;
	margin:0 auto;
	padding-top: 45px;
	padding-left: 40px;
	color: #FFF;
	font: normal 14px Tahoma;
	line-height: 18px;
	float: left;
}

body#main div#content div#introclosure{
	background: transparent url(../img/intro.png) no-repeat 20px 20px;
	width: 331px;
	float: left;
	height: 360px;
}
div#content-produse ul#categorii {
	list-style: none;
	width: 735px;
	overflow: auto;
	_height: 1%;
}
div#content-produse ul#categorii li {
	height: 40px;
	width: 110px;
	float: left;
	margin: 20px 0 20px 25px;
	text-align: center;
	background: transparent url(../img/icobg.gif) no-repeat;
}
div#content-produse ul#categorii li a {
	display: block;
	height: 25px;
	padding-top: 15px;
	width: 110px;
	text-decoration: none;
	color: #171b25;
	font-size: 90%;
	line-height: 90%;
	outline: none;
	font-family: arial, sans-serif;
	text-align: center;
}
div#content-produse ul#categorii li a#varuri-lacuri-si-vopsele {
	padding-top: 8px;
	height: 32px;
	}
div#content-produse ul#categorii li a:hover {
	background: transparent url(../img/icobghov.gif) no-repeat;
	}
div#content-produse ul#products {
	list-style: none;
	width: 735px;
	overflow: auto;
	_height: 1%;
}
div#content-produse ul#products li {
	float: left;
	margin: 20px 0 20px 25px;
	text-align: center;
	display: block;
	padding: 20px 10px 0 10px;
	text-decoration: none;
	color: #434e6d;
	background: transparent url(../img/imgbg.gif) no-repeat;
	font-size: 70%;
	line-height: 100%;
	width: 130px;
	height: 130px;
}
div#content-produse ul#products li img{
	background: transparent;
	padding-top: 5px;
	height: 80px;
}
.meniu_link {
	color: #97a1bf;
	font-family: arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.meniu_link:hover {
	text-decoration: underline;
	}
	
.form_row {
	width: 320px;
	overflow: auto;
	margin: 7px 0;
	}
.form_row label {
	display: block;
	float: left;
	width: 60px;
	}
.form_row input, .form_row textarea  {
	display: block;
	}
	
input#send  {
	float: right;
	clear: both;
	margin-right: 35px;
	}