/**
 * Tabs & Search
 */
#header{	
	clear:both;
	width:982px;
	height:36px;
}
#tabs{
	font-size: 1.2em; 
	line-height: 1.6em;
	width:700px;
	height:36px;
	margin:0;
	padding:0 0 0 10px;
	position:relative;
	float:left;	
	list-style:none;	
}
#tabs, #tabs li, #tabs li a,
#search fieldset, #search .search-button{
	background: transparent url(../images/tabs.png);
}
#tabs, #search fieldset{
	background-repeat:no-repeat;
}
#tabs li{
	padding:0;
	margin:0;
	float:left;
	width:140px;
	height:36px;
	overflow:hidden;
}
#tabs li{
	background-position: -2px 0;
}
#tabs li.last{
	background-position: -22px 0;
}
#tabs li a{	
	display:block;
	width:120px;
	height:22px;
	padding:7px 0;
	background-position: 0 -36px;
	background-repeat: repeat-x;
	color:#182859;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
	line-height:19px;
}
#tabs li a.two-lines{
	height:30px;
	padding:3px 0;
	line-height:14px;
}
#tabs li.spacer{
	background-image:none;
	background-color:#afafaf;
	width:560px;
	height:34px;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}
#tabs li a img{
	border:0;
	padding:0;
	margin:0;
}
.conner{
	float:right;
	width:272px;
	height:6px;
	background:url(../images/rounded-sprite.gif) -1334px -30px;
	font-size:1pt;
}
#search{
	float:right;
	width:201px;
	height:18px;
	margin: 0;
	padding:3px 10px 8px 60px;
	background-color:#afafaf;
	border-right:1px #666 solid;
	border-bottom:1px #666 solid;
}
#search fieldset{
	margin:0;
	border:0;
	padding:0 0 0 6px;
	background-position:-50px 0;
	height:18px;
}

#search input{
	float:left;
	margin:0;
	border:0;
	padding:0;
	height:18px;
}
#search .search-field{
	width: 166px;
	height:16px;
	padding-left:6px;
	background-color:#e9e9e9;
	border: solid #666 1px;
	border-left:none;
	border-right:none;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:12px;
	cursor: text;
}
#search .search-field:focus{
	outline:none;
}
#search .search-button{
	width: 23px;
	background-position:0 -72px;
}