div { display:block;}
#wrapper {
	width:805px;
	margin:0 auto;
}
.imgpage { width:100%;}

#menu, #nav {
	background:url(../images/bar.gif) 0 0 repeat-x;
	display:block;
	height:76px;
	list-style:none;
}
#menu { width:763px; padding-left: 42px;}
#nav { width:805px; padding-left: 0;}
#menu > li, #nav > li {
	display:inline-block;
	float:left;
	height:76px;
}
.home { width:42px;}
.i1 { width:62px;}
.i2 { width:63px;}
.i3 { width:76px;}
.i4 { width:63px;}
.i5 { width:51px;}
.i6 { width:64px;}
.i7 { width:78px;}
.i8 { width:76px;}
.i9 { width:51px;}
.i10 { width:60px;}
.i11 { width:60px;}
.history { width:56px;}

#menu > li a, #nav > li a {
	display:block;
	width:100%;
	height:76px;
	text-indent:-9999px;
}
.home a { background:url(../images/home.gif) bottom center no-repeat;}
.i1 a {	background:url(../images/nav1.gif) top center no-repeat;}
.i2 a {	background:url(../images/nav2.gif) top center no-repeat;}
.i3 a {	background:url(../images/nav3.gif) top center no-repeat;}
.i4 a {	background:url(../images/nav4.gif) top center no-repeat;}
.i5 a {	background:url(../images/nav5.gif) top center no-repeat;}
.i6 a {	background:url(../images/nav6.gif) top center no-repeat;}
.i7 a {	background:url(../images/nav7.gif) top center no-repeat;}
.i8 a {	background:url(../images/nav8.gif) top center no-repeat;}
.i9 a {	background:url(../images/nav9.gif) top center no-repeat;}
.i10 a { background:url(../images/nav10.gif) top center no-repeat;}
.i11 a { background:url(../images/nav11.gif) top center no-repeat;}
.history a { background:url(../images/history.gif) top center no-repeat;}

.home a:hover { background:url(../images/home.gif) top center no-repeat;}
.i1 a:hover { background:url(../images/nav1.gif) bottom center no-repeat;}
.i2 a:hover { background:url(../images/nav2.gif) bottom center no-repeat;}
.i3 a:hover { background:url(../images/nav3.gif) bottom center no-repeat;}
.i4 a:hover { background:url(../images/nav4.gif) bottom center no-repeat;}
.i5 a:hover { background:url(../images/nav5.gif) bottom center no-repeat;}
.i6 a:hover { background:url(../images/nav6.gif) bottom center no-repeat;}
.i7 a:hover { background:url(../images/nav7.gif) bottom center no-repeat;}
.i8 a:hover { background:url(../images/nav8.gif) bottom center no-repeat;}
.i9 a:hover { background:url(../images/nav9.gif) bottom center no-repeat;}
.i10 a:hover { background:url(../images/nav10.gif) bottom center no-repeat;}
.i11 a:hover { background:url(../images/nav11.gif) bottom center no-repeat;}
.history a:hover { background:url(../images/history.gif) bottom center no-repeat;}

#breadcrumb { 
	padding:8px 15px;
	width:775px;
	list-style:none;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#breadcrumb > li {
	display:inline-block;
	*display:inline;
	text-shadow:0 1px 0 #fff;
	*zoom:1;
}
#breadcrumb > li a:hover { color:#FF5D08;}
#breadcrumb > li > .divider { padding:0 5px; color:#ccc; }
#breadcrumb > .active { color:#999;}

.btn { text-align:center; margin-bottom:10px;}
.btn a {
	display:block;
	width:110px;
	height:46px;
	margin:0 auto;
	text-indent:-9999px;
}
.next {background:url(../images/next.gif) bottom center no-repeat;}
.next:hover { background:url(../images/next.gif) top center no-repeat;}
.back {background:url(../images/back.gif) bottom center no-repeat;}
.back:hover { background:url(../images/back.gif) top center no-repeat;}

.footer {
	background:url(../images/footer.gif) 0 0 no-repeat;
	width:100%;
	height:46px;
	text-indent:-9999px;
}
