/*
Style: Header Boxtop Body BG
*/

/* header */
#header { background: none; top: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#header-inner { background: url(../img/h-sprite.png) repeat-x 0 0; }

/* nav */
#nav { top: 26px; }
#nav li a { padding: 14px 12px; }
#nav ul { top: 44px; }

/* headstyle */
#headstyle,
#headstyle-nav { display: none; }
#wrapper { margin-top: 70px; }

/* subheader */
#subheader-top { display: none; }
#subheader-inner { padding-top: 0; }
#subheader .ctitle { display: none; }

/* remove border radius */
#content-inner,
#footernav-inner,
#subfooter-inner { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }