/* header.css */

#header {
	width: 100%;
	float:left;
	padding:0;
	background:#fff url(../../images/common/top_bkgrnd_curve.gif) no-repeat left top;
	color:#555;
	}
	
#logo{
	width:242px;
	height:97px;
	float:left;
}

#logo img{
	border:none;
}

#searchpanel{
	width:618px;
	height:62px;
	float:left;
	padding-left:130px;
	padding-top:12px;
}

form#searchForm{
	float:left;
}

form#searchForm select{
	color:#555;
	background-color:#fff;
	width:26em;
}

form#searchHeaderId{
	float:left;
	padding-left: 12px;
	border:none;
}

form#searchHeaderId input{
	color:#555;
	background-color:#fff;
	border:1px #CCC solid;
	width:16em;
	padding:2px;
}

form#searchHeaderId input#submit{
	width:1.94em;
	padding:0;
	margin:0;
	border:0;
}

#extLink{
	width:738px;
	height:25px;
	float:left;
}

#extLink a{
	width:71px;
	height:22px;
	float:left;
	border:none;
	padding-left:340px;	
	margin:0;
}

#extLink a img{
	width:71px;
	height:22px;
	border:none;
	
}

select#category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.563em;
}
#category option {
	font-size:0.563em;
}

.googlePower {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.563em; 
	color: #FFFFFF;
	background-color:;
	text-align: left; 
	padding: 0; 
	margin: 0 35px -2px 0; 
}

