@charset "utf-8";

#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/index-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 455px;
}
/* CSS Document */

#logo   {
	height: 75px;
	padding-left: 10px;
}
#menu   {
	background-color: #5F2729;
	height: 240px;
	width: 280px;
	margin-top: 110px;
	margin-left: 710px;
}
#menu li a   {
	height: 80px;
	line-height: 80px;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	display: block;
	background-image: url(../images/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
}
#menu li a:hover {
	background-image: url(../images/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left -80px;
}
#menu #selectpartie a {
	background-image: url(../images/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left -80px;
}

#nav {
	height: 30px;
	width: 980px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 10px;
	background-color: #007994;
}

#nav li {
	float: left;
	display: block;
	font-size: 14px;
	color: #FFF;
	height: 30px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFF;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 32px;
	padding-left: 32px;
	height: 30px;
	line-height: 30px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 32px;
	padding-left: 32px;
	height: 30px;
	line-height: 30px;
}
#nav a:hover {
	text-decoration: underline;
}

