/****************** 
    INDEX PAGE
******************/
#service_pane {
	color: #fff;
	width: 500px;
	background: url('../img/body_pane.png') 0 repeat-y;
}

#zipframe {
	position: relative;
	overflow: hidden;
	width: 496px;
	height: 500px;
	margin: 0 2px;
	padding-bottom: 20px;
}
#zipframe_content {
	position: absolute;
	left: 10px;
	z-index: 5;
	width: 1500px;
}
.zipframe_item {
	float: left;
	width: 476px;
	margin-right: 10px;
}
.service_icon {
	float: right;
	margin: 0 1em 1em 1em;
}

/* Service Nav */
#nav {
	height: 32px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	margin: 0 2px 5px 2px;
	background: url('../img/nav_bg.png') repeat-x;
}
#nav .corner {
	float: left;
	width: 10px;
	height: 32px;
	background: url('../img/nav_corner.png') no-repeat;
}
#nav .odd {
	float: left;
	height: 25px;
	background: url('../img/nav_bg2.png') repeat-x;
}
#nav .odd span {
	display: block;
	height: 25px;
	padding-right: 22px;
	background: url('../img/nav_odd2even.png') right no-repeat;
}
#nav .even {
	float: left;
	height: 25px;
}
#nav .even span {
	display: block;
	height: 25px;
	padding-right: 22px;
	background: url('../img/nav_even2odd.png') right no-repeat;
}

#nav a {
	display: block;
	height: 18px;
	text-align: center;
	opacity: .5;
	padding: 7px 0 0 0;
	border: 0;
}
#nav a:hover {
	text-decoration: none;
	height: 20px;
	padding: 5px 0 0 0;
	opacity: .85;
}