.w-subHeader{
	width: 100%;
	height: 40px;
	background: #000;
}
.l-header{
	position: relative;
	height: 203px; 
}
.w-content{
	position: relative;
	width: 100%;
	height: 100%;
	 background: url(../../img/theme/design/bg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
.l-content{
	position: relative;
	margin-bottom: 100px;
}
.l-footer{
	position: relative;
	height: 344px; 
	padding-top: 60px;

	border-top: 1px solid #000;
}
.l-subfooter{
	width: 100%;
	height: 39px;
	line-height: 39px;

	background: #f2f2f2;

	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #cbcbcb;

}
.content-title-2{
	margin-left: -2px;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	color: #999999;
	font-weight: 100;
	text-transform: uppercase;
}
.content-title-3{
	width: 100%;
	display: inline-block;
	margin: 46px 0px 15px 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	text-align: center;
	color: #999999;
	font-weight: 300;
	text-transform: uppercase;
}
.content-title-4{
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	color: #999999;
	font-weight: 300;
	text-transform: uppercase;
}
.title-link{
	color: #999999;
	padding: 2px;
}
.title-link-active{
	background: #f2f2f2;
	padding: 2px;
}
.title-link:hover{
	background: #f2f2f2;
}

