/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {
background-image: url(images/patterna_1.jpg);
background-position: left;
background-repeat: repeat-y;
background-color: #52493A;
}

.sf_extra2 {	
}

.sf_main_header {	

}

.sf_extra3 {	
}

.sf_sub_header {	

}

.sf_main_header p, .sf_sub_header p {
}

/*--------------------------
		End Header
--------------------------*/

/*--------------------------------
	Page Title
---------------------------------*/

.sf_pagetitle {
float: right;
display: inline;
padding: 7px 44px 7px 10px;
font-size: 18px;
letter-space: 1px;
font-family: "Lucida Sans Unicode", sans-serif;
text-transform: uppercase;
margin-right: 32px;
max-width: 900px;
width: expression( this.clientWidth > (555/12) * parseInt(this.currentStyle.fontSize) ? "10em" : "auto" );
}

/*--------------------------------
 End Page Title
---------------------------------*/
/*--------------------------------
Header
---------------------------------*/

.sf_header_wrapper {
padding: 20px 20px 20px 52px;
display: inline;
float: left;
max-width: 555px;
width: expression( this.clientWidth > (330/12) * parseInt(this.currentStyle.fontSize) ? "18em" : "auto" );
position: absolute;
}

.sf_header_wrapper:after {
content: " ";
display: block;
clear: both;
visibility: hidden;
font-height: 1px;
margin:0px;
padding:0px;
}

.sf_extra2 {
}

.sf_main_header {
font-size: 28px;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Garuda", sans-serif;
color: #FFFF00;
text-transform: uppercase;
overflow: hidden;
max-height: 35px;
height: expression( this.scrollHeight > 99 ? "100px" : "auto" );
}

.sf_extra3 {	
}

.sf_sub_header { 
display:none;
}

.sf_main_header p, .sf_sub_header p {
margin:0px;
padding:0px;
}

/*--------------------------
End Header
--------------------------*/
