body{
	background-image:none;
}
.fixedHeaderNav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 90px;
	z-index: 10000;
	font-size: 14px;
	background: #fff url(/theme2016/images/common/headerUpper.png) no-repeat top center;
	/*position: relative;*/
	}
.globalNav {
		width: 1193px;
	}
.hidden {
    display: none !important;
}
.fixedHeaderNav .logo {
		position: absolute;
		top: 11px;
		left: 10px;
		margin: 0;
		padding: 0;
		width: 155px;
		height: 65px;
		background: url(/theme2016/images/common/logo.png) no-repeat;
}

.fixedHeaderNav .logo a{
	display:block;
	width:100%;
	height:100%;
}
.fixedHeaderNav .pContainer {
    position: relative;
}
.pContainer {
    margin: 0 auto;
    width: 1200px;
    padding: 0 10px;
}
	
.fixedHeaderNav .upper {
    height: 40px;
}
.fixedHeaderNav .upper .cse-search {
    padding-top: 4px;
}
.fixedHeaderNav .upper .cse-search .box {
    padding: 6px 15px;
    height: 32px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
}
.fixedHeaderNav .upper .cse-search .box form {
    display: inline-block;
}

.fixedHeaderNav .upper .link {
    margin: 0 20px 0 0;
    padding-top: 6px;
    font-weight: bold;
}
.pull-right {
    float: right !important;
	margin-top: -6px;
}
.fixedHeaderNav .upper .link ul {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.fixedHeaderNav .upper .link > ul > li > a {
    text-decoration: none;
}

.fixedHeaderNav .bottom {
    margin-top: -4px;
}
.fixedHeaderNav ul{
	list-style-type:none;
}
.fixedHeaderNav .bottom ul li {
    float: left;
    padding: 0;
    margin-left: 0;
}
.fixedHeaderNav a {
    color: #337ab7;
}
#container{
	padding-top:100px;
}
.siteFooter {
	position:inherit;
}
.siteFooter ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.siteFooter ul li{
	margin:0;
	padding:0;
}
