#container{
  padding:0;
}

#container .containerInner {
  width:100%;
  margin:0 auto;
  position:relative;
}

.margin{
  width:960px;
  margin:0 auto;
}

#topnav {
  background:#FFF;
  border-bottom: 1px solid #eee;
}

nav#primary{
  clear: both;
}

#header  #headersearchform input.searchinput{
  border:none;
  box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3), 0 0px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

#headersubcategories{
  width:960px;
  margin:0 auto;
  border-top:1px dashed #bbb;
  border-left:1px dashed #bbb;
  border-right:1px dashed #bbb;
}

#headersubcategories ul{
  padding-left:15px;
  padding-right:15px;
}

#header #headercustom {
	padding: 0;
}