* {
	margin: 0;
	padding: 0;
}
body {
	background:url(images/switcher_bg.png) repeat-x;
	padding: 0;
	text-align: center;
	margin: 0;
	color:#000;
}
img {
	border: none;
}
#top_nav_wrapper {
	position: relative;
	width: 100%;
	height: 42px;
	margin: 0 auto;
}
#filterwrap {
	overflow: auto;
	padding-top: 10px;
	padding-left: 200px;
	height: 65%;
}
select {
	border: 1px solid #666;
	padding: 1px;
	color: #666;
	margin: 3px 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
h1 a {
	text-indent: -7887px;
	background:url(images/switcher_logo.png) no-repeat 5px 5px;
	height: 40px;
	width: 200px;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#commercial {
	float:left; 
}
#packages a { 
	background:url(images/packages.png);
	text-indent: -7887px;
	width: 122px;
	height: 24px;
	float:right; 
	margin: -1px 30px -1px 10px;
	display: block;
}
#backtosite a {
	background:url(images/backtosite.png);
	text-indent: -7887px;
	width: 153px;
	height: 24px;
	float:right;
	margin: -1px 10px;
	display: block;
}

