@charset "ISO-8859-1";

a:active { outline: none; } /* remove dotted border from links... */
a:focus { -moz-outline-style: none; } /* ... in firefox*/

input { outline-style: none; }

#header {
	top:				0;
	left:				0;
	max-height:			170px;
	width:				100%;
	min-width:			960px !important;
	/*background-image:	url(../contents/images/bgTop.png);*/
	background-repeat:	repeat-x;
	/*background-color:#000;*/
}

#logo {
	position:	relative;
	height:		170px;
	width:		960px;
	top:		0px;
	margin:		0 auto;
}

#logo img.logo_img {
	position:	relative;
	top:		13px;
	cursor:		pointer;
	border:		none;
}

#menu {
	position:	absolute;
	top:		0px;
	width:		100%;
	margin:		0 auto;
}

#wrapperMenu {
	position:	relative;
	top:		-30px;
	width:		960px;
	height:		30px;
	margin:		0 auto;	
}

a.rss {
	width:		18px;
	height:		19px;
	float:		right;
}

a.rss img.rss_img { border: none }


#searchwrapper {
	width:				134px;
	height:				19px;
	background-image:	url(../contents/images/searchBox.png);
	background-repeat:	no-repeat;
	padding:			0px;
	margin:				0px;
	position:			relative;
}
 
#searchwrapper form { display:inline ; }

input#strsearch {
	font:				normal normal normal 10px Verdana, Geneva, sans-serif;
	color:				#999;
	border: 			none;
	width:				104px;
	height:				19px;
	border:				0px;
	background-color:	transparent;
	position:			absolute;
	top:				2px;
	left:				6px;
	padding: 0px !important;
	margin: 0px !important;
}

input#searchbox_submit {
	border:				none;
	background-color:	transparent;
	position:			absolute;
	top:				1px;
	left:				110px;
	width:				20px;
	height:				19px;
}