@charset "utf-8";

/*			pageTop
=============================================================================*/

#pageTop{
	background-color: #e6e6e6;
	width: 108px;
	text-align: center;
	font-size: 10px;
	margin-left: 892px;
}
#pageTop p{}
#pageTop p a{
	font-size: 11px;
	line-height: 28px;
	color: #333333;
}
#pageTop p a:hover{}



/*			nvFooter
=============================================================================*/

.nvFooter{
	padding-top: 20px;
	float: left;
	width: 18%;
	padding-bottom: 25px;
	display: block;
	margin-left: 2%;
}
.nvFooter ul{}
.nvFooter ul li{
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 0.4em;
}

.nvFooter ul li a{	color: #333;	text-decoration: none;}
.nvFooter ul li a:visited{	color: #333;	text-decoration: none;}
.nvFooter ul li a:hover{
	color: #333;
	text-decoration: underline;
}

/*			nvTrans
=============================================================================*/

#nvTrans{
	background-color: #000;
	height: 40px;
	text-align: center;
	padding-bottom: 10px;
}
#nvTrans #list{
	overflow: hidden;
	position: relative;
	padding-top: 12px;
}
#nvTrans ul{
	float:left;
	position: relative;
 left: 50%;
	margin: 0 0 0 0;
 padding: 0;
}
#nvTrans ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#nvTrans ul li a{
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	text-decoration: none;

	padding-right: 4px;
	padding-left: 4px;
}
#nvTrans ul li:first-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nvTrans ul li a:visited{
	text-decoration: none;
}
#nvTrans ul li a:hover{
	text-decoration: underline;
}


#nvTrans p{
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	padding-top: 3px;
}
#nvTrans p strong{
	font-weight: normal;
	color: #b71e09;
}


.list {
    border: 1px solid #CCC;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.list ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
}
.list ul li {
    float: left;
    margin-right: 5px;
    padding: 5px;
    border: 1px solid #999;
    position: relative;
    left: -50%;
}
