/* @import url('reset.css'); */
/* General Demo Style */
body#encapsulating{
  background:#f9f9f9 url(/storage/files/white_texture.jpg) repeat top left;
}

.container-pf {
	position:relative;
}
.container-pf a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.main{
	position:relative;
    width:85vw;
    margin: 0 auto;
}
.container-pf h1{
	margin:0px;
	padding:20px 20px 10px 20px;
	font-size:34px;
	color:#333;
    text-shadow:1px 1px 1px #fff;
	text-align:left;
	font-weight:400;
    text-align:center;
}

.more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 80vw;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#006400;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
  float:left;
	background:#fff;
  width:10vw;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#007700;
	color:#fff;
}
