/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	letter-spacing:0;
	word-spacing:normal;
	color:#555;
	margin:0 auto;
	padding:0;
	background:#000;
}

* {
	margin: 0 auto;
}

h1, h2, h3, h4{
	clear:both;
}

.container {
	width: 978px;
	background:#000;
	overflow:auto;
}

.top {
	width:978px;
	height:auto;
	border-bottom:solid #e1e1e1 1px;

}

.copyright {
	clear:both;
	text-align:center;
	padding:20px 0px 20px 0px;
	width: 978px;
	background:url(images/bgbottom.jpg) repeat-y;
	border-top:solid #e1e1e1 1px;
	
	color:#FFF;
}

.continut{
	float:left;
	width:978px;
}

.continut2{
	width:978px;
	height:542px;
	background:url(images/bg_despre.jpg) no-repeat;
}

.continut2 .despre{
	position:absolute;
	width:770px;
	margin-left:110px;
	margin-top:135px;
	color:#333;
	font-size:12px;
}

.continut3{
	width:978px;
	height:542px;
	background:url(images/bg_produse.jpg) no-repeat;
}

.continut3 .produse{
	position:absolute;
	width:770px;
	margin-left:110px;
	margin-top:105px;
	color:#333;
	font-size:10px;
}

.continut4{
	width:978px;
	height:542px;
	background:url(images/bg_contact.jpg) no-repeat;
}

.continut4 .contact{
	position:absolute;
	width:750px;
	margin-left:114px;
	margin-top:200px;
	font-size:14px;
	font-weight:bold;
}

.continut5{
	width:978px;
	height:542px;
	background:url(images/bg_cariere.jpg) no-repeat;
}

.continut5 .cariere{
	position:absolute;
	width:200px;
	margin-left:180px;
	margin-top:180px;
}

