body{
	width:100%;
	height:100%;
	color:#999b96;
	font-family:Arial;
	font-size:0.7em;
	line-height:13px;
	padding:0;
	margin:0;
	background:url(../img/bg_body.jpg) top repeat-x;
}
form{
	padding:0;
	margin:0;
}
img{ border:0; }
ul{
	list-style:none;
	padding:0;
	margin:0;
}
li{float:left;}
a{
	color:#228dbe;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a.selected{text-decoration:underline;}

#wrapper{
	position:relative;
	float:left;
	width:862px;
	left:50%;
	margin-left:-431px;
	margin-top:32px;
	background:url(../img/bg_wrapper.png) repeat-y;
}
#header{
	float:left;
	width:790px;
	padding:32px 36px 0 36px;
	height:102px;
	background:url(../img/bg_header.jpg) no-repeat;
}
#header .logo{
	float:left;
	margin:9px 0 0 10px;
}
#menu{
	float:right;
	width:578px;
	height:25px;
	padding:13px 12px 12px 12px;
	margin-top:22px;
	background:url(../img/bg_menu.jpg) no-repeat;
}
#menu li{margin:0 1px 0 1px;}
#menu a{
	display:block;
	height:25px;
}
#menu .home a{
	width:59px;
	background:url(../img/menu_home.jpg) no-repeat;
}
#menu .home a:hover{background:url(../img/menu_home_hover.jpg) no-repeat;}
#menu .home a.selected{background:url(../img/menu_home_hover.jpg) no-repeat;}
#menu .clinica a{
	width:59px;
	background:url(../img/menu_clinica.jpg) no-repeat;
}
#menu .clinica a:hover{background:url(../img/menu_clinica_hover.jpg) no-repeat;}
#menu .clinica a.selected{background:url(../img/menu_clinica_hover.jpg) no-repeat;}
#menu .servicii a{
	width:148px;
	background:url(../img/menu_servicii.jpg) no-repeat;
}
#menu .servicii a:hover{background:url(../img/menu_servicii_hover.jpg) no-repeat;}
#menu .servicii a.selected{background:url(../img/menu_servicii_hover.jpg) no-repeat;}
#menu .proteze a{
	width:63px;
	background:url(../img/menu_proteze.jpg) no-repeat;
}
#menu .proteze a:hover{background:url(../img/menu_proteze_hover.jpg) no-repeat;}
#menu .proteze a.selected{background:url(../img/menu_proteze_hover.jpg) no-repeat;}
#menu .sfatul a{
	width:167px;
	background:url(../img/menu_sfatul.jpg) no-repeat;
}
#menu .sfatul a:hover{background:url(../img/menu_sfatul_hover.jpg) no-repeat;}
#menu .sfatul a.selected{background:url(../img/menu_sfatul_hover.jpg) no-repeat;}
#menu .contact a{
	width:68px;
	background:url(../img/menu_contact.jpg) no-repeat;
}
#menu .contact a:hover{background:url(../img/menu_contact_hover.jpg) no-repeat;}
#menu .contact a.selected{background:url(../img/menu_contact_hover.jpg) no-repeat;}

#footer{
	float:left;
	width:768px;
	height:18px;
	padding:15px 24px 0 70px;
	background:url(../img/bg_footer.jpg) no-repeat;
	color:#413a3a;
}
#footer a{color:#413a3a;}
#content{
	position:relative;
	display:inline;
	float:left;
	width:790px;
	padding:0 16px 0 16px;
	margin:0 20px;
	min-height:203px;
	height:auto !important;
	height:203px;
	background:url(../img/bg_content.jpg) bottom no-repeat;
}
#content .content_left{
	float:left;
	width:188px;
	padding-top:20px;
}
#content .content_right{
	float:left;
	width:570px;
	/*width:375px;*/
}
#content .image{
	margin-right:10px;
	border:5px solid #b8bab6;
}
#content .link_more{
	display:block;
	float:left;
	padding-left:10px;
	margin-top:10px;
	height:15px;
	background:url(../img/symbol1.jpg) left no-repeat;
}
#home_img{
	position:absolute;
	width:211px;
	height:333px;
	bottom:-9px;
	right:3px;
	background:url(../img/home_img.png) no-repeat;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

