@font-face{
	font-family: berlinsr;
	src: url('../fonts/BRLNSR.eot');
	src: url('../fonts/BRLNSR.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/BRLNSR.woff') format('woff'),
	url('../fonts/BRLNSR.TTF') format('truetype'),
	url('../fonts/BRLNSR.svg') format('svg');
}

    html, body {
      height: 100%;
      margin: 0 0 1px;
      padding: 0;
    }


body{	
	font: 19px berlinsr, tahoma;	
	color: #E5E5E5;
	text-align: justify;
	width: 980px;
	margin: 0 auto 1px;
}
ul{
	list-style-type: none;
}
a{
	text-decoration:none;
	color: #C2C1C1;
}


/*
thats for mobile phone

*/

.smaller-font{
	font-size: 18px;

}
a:hover{
	color: black;
}
.margin-top{
	margin-top: 20px;
}

.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}
.clear{
	clear:both;
}
.align_right img{
	margin-left: 30px;
}
.right_col img,.left_col img{
	display:block;
}

.right_col p,.left_col p{
	margin-bottom: 5px;
}

.gri3{
	color: #605D5C;
}

.height{
	overflow:hidden;
	height: 52px;
}

/* pentru full justify, adica justify pe ultimul rand sau pe un singur rand*/
p.height2,div.height,p.height3,p.height4{
	text-align: justify;
	
	
}

p.height2:after,div.height:after,p.height3:after,p.height4:after{
	content:"";
	display: inline-block;
	width: 100%;
}
/*sfarsit full justify*/

.height1{
	overflow:hidden;
	height: 24px;
}

.height2{
	overflow:hidden;
	height: 252px;
}

.height3{
	overflow:hidden;
	height: 140px;
	word-spacing: 8px;
}

.header{
	padding-top:15px;
	background-color:white;
	width:100%;
	overflow:hidden;
	
}

.menu_links li, .main p span, .header span, .menu_sub_links li, .foto li{
	display:inline-block;
	white-space: nowrap;	
}

.menu_sep{
	background-color:#C2C1C1;
	width:2px;
	height: 10px;
}
.finish{
    width: 100%;
}

.foto li > img {
	margin-top:8px;
}
.main{
	margin-top:10px;
}

/*use in fatade.html*/
.left_col{
	float:left;
	width: 485px;
	margin-right: 10px;
}
.right_col{
	float:left;
	width: 485px;
}
/*end fatade.html*/


