@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bkg_pattern.jpg) repeat-x top;
	margin-top:0;
	padding-top:0;
}

.container 
{
	500px;
}

#menu

{

	padding-top: 25px;

}



#menu .menu-item

{

}



#menu .menu-item a 

{
	display:block; 
	width: 150px;
	height:40px;
}

#menu .menu-item a#menu-despre-noi 		 { background: url(../images/menu_despre_noi.png) top left no-repeat;} 
#menu .menu-item a#menu-despre-noi:hover { background: url(../images/menu_despre_noi_hover.png)  top left no-repeat;} 
#menu .menu-item a#menu-servicii 		 { background: url(../images/menu_servicii.png) top left no-repeat;} 
#menu .menu-item a#menu-servicii:hover   { background: url(../images/menu_servicii_hover.png)  top left no-repeat;} 
#menu .menu-item a#menu-contact 		 { background: url(../images/menu_contact.png) top left no-repeat;} 
#menu .menu-item a#menu-contact:hover    { background: url(../images/menu_contact_hover.png)  top left no-repeat;} 

#left-ornament 

{

	background: url(../images/left_ornament.png) right bottom no-repeat;

	height:550px;

}



#content
{
	margin-top:50px;
	background-color:#FFFFFF;
	border:4px solid #724029 ;
	padding-bottom:10px;
	/* height:550px; */
}

#content .title 

{
	margin-top:2em;
	margin-bottom:2em;
	height:30px;
}



#content .text-content 

{

	color:#666666;

	line-height:15px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

}



#content #despre-noi

{

	background:url(../images/title_despre_noi.png) top left no-repeat;

}



#footer

{

	padding-top:5px;

}



#footer p.copyright

{

	color:#666666; 

	font-size:12px;

}



.picture 

{

	text-align:center;

	vertical-align:middle;

}



#content fieldset 

{

	text-align:right;

}

.short-contact 
{
	font-size:20px; 
	padding-top:5px;
	text-align:right;
	font-weight:bold;
	color:#D56A00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3#title-servicii
{
	padding-top:20px;
}

ul.servicii li
{
	padding-bottom:10px;
}

ul.liniuta
{
	list-style: square;
	padding-left:100px;
}

ol
{
	margin-top:0px;
}

.news 
{
	border:2px solid #C60; 
	padding: 10px;
	font-weight:bold;
	margin-bottom:10px;
}

.telefon
{
	background:url(../images/telefon.png) no-repeat;
	width:190px;
	height:36px;
	float:right;
	margin-top:70px;
}