/**
 * Table of Contents:
 *
 * Header 9 Styles
  
 * ---------------------------------------------------------------------------
 */
.header9 .ott-menu-container {
	float:right	
}
.header9 #header.header-large {
	position:relative;	
	display:table;
	width:100%;
}
.header9 #header {
	background:#fff;
	
}
.header9 #header.header-small {
	position:fixed;	
	-webkit-box-shadow: 0 0 3px rgba(1,1,1,.1) ;
    -moz-box-shadow: 0 0 3px rgba(1,1,1,.1) ;
    box-shadow: 0 0 3px rgba(1,1,1,.1);
}
.header-wrap {
	position:relative;	
}
.header9 ul.sf-menu > li > a {
	padding:0px;
	padding-right:15px;
	padding-left:15px;	
}
.sf-menu > li {
	margin:0px 0px;	
}
.sf-menu > li:first-child {
	margin-left:0px;	
}
.sf-menu > li:last-child {
	margin-right:0px;	
}

