/* headercurved cutout Borders*/
.headercurved {
  background:transparent; 
  width:100%;
  }
.headercurved .b1, .headercurved .b2, .headercurved .b3, .headercurved .b4 {
  display:block; 
  overflow:hidden; 
  height:1px;
  font-size:1px;
  }
.headercurved .b2, .headercurved .b3, .headercurved .b4 {
  border-left:1px solid #fff; 
  border-right:1px solid #fff;
  }
.headercurved .b1 {
  margin:0 4px; 
  background:#fff;
  }
.headercurved .b2 {
  margin:0 3px; 
  height:1px;
  border-width:2px;
  background-color:#000033;;
  }
.headercurved .b3 {
  margin:0 2px;
  height:1px; 
  background-color:#000033;;
  }
.headercurved .b4 {
  margin:0 1px; 
  height:2px;   
  background-color:#000033;;
  }
.headercontent {
	min-height:55px;
	padding-right:2px;
  border:0 solid #fff; 
  border-width:0 1px;
  background-color:#000033;;
  background-repeat:repeat-y;
  }


