@charset "utf-8";
/* CSS Document */

/* --> START GENERALS <-- */

html, body {
	vertical-align:			top;
	background:				url(../images/bgHeader.gif) top left repeat-x;
	margin-top:				0px;
	padding-top:			0px;	
	}

#Header {
	width:					970px;
	margin:					0 auto;
	height:					120px;
	text-align:				left;
	background:				url(../images/bgHeader.gif) top left repeat-x;
	}
	
#Logo {
	width:					502px;
	float:					left;
	}
	
#Menu {
	width:					970px;
	margin:					0 auto;
	height:					50px;
	text-align:				center;
	padding:				1px 0px 1px 0px;
	}
	
#Menu ul {
	height:					50px;
	padding: 				0px 0px 0px 5px;
	margin:					0px 0px 0px 0px;
	}
	
#Menu ul li {
	font:					normal normal bold 11px "Verdana";
	color:					#fff;
	width:					105px;
	height:					34px;
	line-height:			34px;
	display:				block;
	cursor:					pointer;
	position:				relative;
	float:					left;
	list-style:				none;
	list-style-type:		none;
	list-style-image:		none;
	padding: 				0px 2px 0px 0px;
	margin:					0px 0px 0px 0px;
	background:				url(../images/bgBtn.jpg) top left no-repeat;
	}
	
#Menu ul li a:active, #Menu ul li a:link, #Menu ul li a:visited {
	width:					105px;
	height:					34px;
	line-height:			34px;
	display:				block;
	color:					#fff;
	text-decoration:		none;
	}
	
#Menu ul li a:hover {
	width:					105px;
	height:					34px;
	line-height:			34px;
	display:				block;
	color:					#fff;
	text-decoration:		none;
	background:				url(../images/bgBtn-over.jpg) top left no-repeat;
	}
	
.SpecialMenuVoice {
	padding: 				0px 0px 0px 0px !important;
	}
	
.SpecialVoice {
	background:				url(../images/bgBtn-Special.jpg) top left no-repeat !important;
	}
	
.SpecialVoice a:hover {
	background:				url(../images/bgBtn-over-Special.jpg) top left no-repeat !important;
	}

.Sb01 {
	width:					468px;
	height:					60px;
	float:					left;
	padding: 				0px 0px 0px 0px;
	margin:					30px 0px 0px 0px;
	}
