@charset "utf-8";
body {
	
	background-image: url(images/body_shade.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#main{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	background-repeat: no-repeat;
	height: 50px;

}

#navtop{
	color: #999999;
	text-align: right;


}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.searchbar {
	text-align: center;
	line-height:1.25em;
	font-weight: bold;
	font-size: 120%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.searchbar form {padding:0;}
#googletop {
	padding-bottom: 20px;
}

.searchbar input {margin:0;vertical-align:middle;}

#navbar{
	background-image: url(images/navbar_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	color: #FFFFFF;

}

#mainnav {margin:0 0 0 1px;padding:0;list-style:none;height:31px;}
#mainnav li {
	float:left;
	display:inline;
	font-size:108%;
	background:url("../images/mainnav_tick.gif") 100% 0 no-repeat;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0;
}
#mainnav li a {
	float:left;
	display:block;
	height:23px;
	font-weight:bold;
	line-height:15px;
	color:#fff;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 4px;
}

form{
	margin: 0px;
	padding: 0px;
}

.searchbar {
	text-align: left;
	padding: 8px 10px;
	line-height: normal;
	font-weight: bold;
	font-size: 120%;
	position: relative;
}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
#mainnav li a:hover {
	color:#FF6600;
	width:100%;
	text-decoration: underline;
	background-position: 0;
}
#mainnav li.tabbed {position:relative;z-index:30;}
#mainnav li.tabbed,#mainnav li.hilite {background:url("../images/tab_combo.gif") 100% 0 no-repeat;}
#button{
	background-image: url(images/wtbn-seeall-bg.png);
	height: 22px;
	width: 100px;
	float: left;
	text-align: center;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#buttonr{
	background-image: url(images/wtbn-seeall-bg.png);
	height: 22px;
	width: 78px;
	float: right;
	text-align: center;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#block{
	border: 4px solid #A2D7FE;
	padding: 4px;
}
#button a,#buttonr a{
	display:block;
	width:100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

#side{
	float:right;
	width:180px;
	text-align: right;
	padding-top: 20px;
}
#content{
	font-size: 12px;
	color: #666666;
	float:left;
	width:600px;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spacer {
height:10px;
clear:both;
}
.product {
	border: 1px solid #CCCCCC;
	position: relative;
	height:auto;
	clear:both;
	width:555px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#typeheader {
	margin: 4px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #FF9900;
}

#typeheader A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#typeheader A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.link {
	padding: 8px;
	margin: 4px;
}
.heading {
	background-image: url(images/heading-bg-col.gif);
	border: 1px solid #CCC;
	background-position: left bottom;
	background-repeat: repeat-x;
	vertical-align: middle;
	margin: 0px;
	line-height: 100%;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.heading a{
	color: #666;
	text-decoration: none;
}

.heading a:hover{
	color: #666;
	text-decoration: underline;
}
