/* HEADER STYLES */

* {
	margin: 0 auto;
	padding: 0;
}
body {
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
        font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

}

img { margin: 0; padding: 0; border: none; }
img, div, input, { behavior: url(http://www.polkatheatre.com/iepngfix.htc) }

a { color:#FFF; text-decoration:none; }
a:hover { color:#FFF; text-decoration:underline; }

#header { position:relative; width:1000px; height:245px; padding-bottom:20px; }
#header .logo { float:left; width:190px; margin:0; }
#header .navwrapper { float:left; width:1000px; height:73px; margin:0; padding-top:47px; background:url(../images/navbg.png) no-repeat; }
#header .navleft { float:left; padding-left:30px; width:600px; }
#header .navright { float:right; padding-right:25px; width:195px; }
#header .nav ul { font:17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin:0; padding:0; list-style-type: none; }
#header .nav ul li { float:left; display:inline; width:150px; height:28px; color:#FFF; letter-spacing:-0.02em; line-height:28px; }
#header .nav ul li a { color:#FFF; text-decoration:none; }
#header .nav ul li a:hover { color:#FFF; text-decoration:underline; }
#header .searchbox ul { font:17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; margin:0; padding:0; list-style-type: none; }
#header .searchbox ul li { float:left; display:inline; width:195px; height:28px; color:#FFF; letter-spacing:-0.02em; line-height:28px; }
#header .searchbox ul li a { color:#FFF; text-decoration:none; }
#header .searchbox ul li a:hover { color:#FFF; text-decoration:underline; }
#header input { border:none; background:#FFF; width:156px; font:15px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }
#header .rounded  { float:left; width:160px; height:28px; background: url(../images/searchbox.png) no-repeat left top; padding:2px; }
#header .gobutton {
  font:15px bold 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  padding-bottom:2px;
  width: 31px;
  height: 28px;
  background-image: url(../images/gobutton.png);
  background-color: transparent;
  border-style: none;
  color: #FFF;
}
#header .gobuttonover {
  font:15px bold 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  padding-bottom:2px;
  width: 31px;
  height: 28px;
  background-image: url(../images/gobuttonover.png);
  background-color: transparent;
  border-style: none;
  color: #FFF;
}

.clear { clear: both; font-size: 0px; line-height: 0px; margin: 0px; padding: 0px; height: 0px; }
.left { float:left; }
.right { float:right; }