body {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	color:#333333;
	background-color: #0072C7;
	margin: 0px;
	padding: 0px;
	
}
#wrapper{
    background-color: #FCF6EF;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#flash{

	height: 150px;
	width: 500px;
}
#logo{
	height: 100px;
	width: 800px;
}
#lang{
	margin-top: 100px;
	height: 50px;
	padding-left: 85px;
	margin-bottom: 21px;
}
#lang a{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

#menu{
	float: left;
	height: 500px;
	width: 165px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 35px;
}
#content{

	width: 800px;
	float: left;
	font-size: 12px;
}
#footer{
	font-size: 12px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 76px;
	width: 940px;
	margin-top: 50px;
	clear: both;
	padding-top:150px;
	padding-right: 30px;
	padding-left: 30px;
}



#menu a,#menu span{
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	cursor:pointer;
	font-family: Arial;
	padding-left: 8px;
	font-weight: normal;	
}
#menu a:hover,#menu span:hover, #menu .active{
	color: #A91717;
}
#menu .prod{
	font-size: 16px;
	text-decoration: none;
	padding-left: 25px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#menu .prod:hover{
	color: #A91717;
}

#produs{
	background-image: url(images/produs.png);
	background-repeat: no-repeat;
	height: 222px;
	width: 489px;
	padding-top: 10px;
	padding-left: 70px;
	padding-right: 15px;
}
#produs img{
	float: left;
	padding-right: 10px;
}
#produs .title{
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	display: block;
}

.x{
	color: #907325;
	
}
