@import url('reset.css');
 
 
.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:50px 0px 30px 20px;
	height:30px;
	clear:both;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	width:830px;
	margin:0 auto;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-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:#000;
	color:#fff;
	text-shadow:none;
}
.content{
	width:100%;
	position:relative;
} 
.TechBackground{
     
   background: url(../Images/tech.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.banner-panel {
    width: 100%;
    float: left;
    height: auto;
    position: relative; 
}

.banner-box-panel {
    width: 100% !important;
    float: left;
    position: relative;
    height: 550px !important;
}

.banner-postion-top-inner {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    height: 314px;
    text-align: center;
}

.banner-box-panel-inner {
    width: 100% !important;
    float: left;
    position: relative;
    height: 314px;
}

    .banner-box-panel-inner img {
        width: 100%;
        height: 100%;
    }
    .page-title-header {
    width: auto;
    float: left;
    font-size: 62px;
    color: #708294;
    font-weight: normal;
    margin-top: 125px;
    margin-left:175px;
} 
    .panel{
        background-color: rgba(128,128,128,0.5);
    }