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

.sf_header_wrapper {
	background-color:#333333;
 	background-position:0 0;
  background-repeat: no-repeat;
	height:107px;
}

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

.sf_extra2 {
 	background-position:0 50%;
  background-repeat: no-repeat;
	float:left;
	margin-top:10px;
  margin-left:20px;
  height:66px;
  width:100px;
}

.sf_main_header {
  color:#ffffff;
  display:inline;
	float:left;
  font-family:arial,helvetica,sans-serif;
	font-size:26px;
  font-weight:600;
	height:200px;
  margin-top:10px;
	overflow:hidden;
  
  min-width:760px; /* ie7 & ff */
  width:740px; /* ie6 */
  margin-right:20px;
}

.sf_main_header div{
	height:75px;
	overflow:none;
}

.sf_extra3 {
	
}

.sf_sub_header { 
	display:none;
}

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

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