@charset "utf-8";
/* CSS Document */


#header_main_menu {
	width: 786px;
	height: 25px;
	/* background-image: url(../images/bg_header_main_menu.gif); */
	/* background-repeat: no-repeat; */
	background-color:#e7301c;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	border-top:5px solid #ffe400;
	/* border-bottom:20px solid #81b2d7; */
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}


#main_content {
	position:relative;
	width: 1020px;
	font-size:12px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding:0;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
/*    z-index:-9; */
}

#main_content_left {
	position:relative;
	width: 775px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding: 15px 15px 15px 15px;
}

#main_content_left a {
	padding-right:15px;
	background-image: url(../design/images/link_main_content.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #81B2D7;
	color:#81B2D7;
}

#main_content_left a:hover {
	border-bottom:1px solid #81B2D7;
	padding-right:15px;
	background-image: url(../design/images/link_main_content_over.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#main_content_right {
	position:relative;
	width: 200px;
	font-size:10px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #fff;
	margin:0;
	padding: 15px 15px 15px 0px;
}

#main_content_right table p {
	text-align:left;
}

#main_content_right a {
	padding-right:12px;
	background-image: url(../design/images/link_main_content_mini.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dotted #81B2D7;
	color:#81B2D7;
}

#main_content_right a:hover {
	border-bottom:1px solid #81B2D7;
	padding-right:12px;
	background-image: url(../design/images/link_main_content_mini_over.gif);
	background-repeat: no-repeat;
	background-position:right;
}

#header_main_menu_service {
	margin: 0;
	padding-top:3px;
	padding-right:14px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	width: 1006px;
	height: 18px;
	float:left;
	text-align:right;
	background-color:#81b2d7;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

#header_main_menu_service a {
	margin:0;
	padding:0;
	text-align:right;
	text-decoration:none;
	color:#fff;
}

#header_main_menu_service a:hover {
	margin:0;
	padding:0;
	text-align:right;
	text-decoration:underline;
	color:#fff;
}

