/* #Positioning - Full Width Areas With Z-Index
================================================== */

/* Header Area & Product Lift */
#header,
#contentTop {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
}

/* #Product Lift Area
================================================== */

#contentTopContent {

	padding: 15px 30px 15px 30px;
	*padding: 40px 30px 15px 30px; /* IE7 FIX */
}

/* Product Lift - Clearing */
.productLift:before,
.productLift:after {
	content: "";
	display: table;
}

.productLift:after {
	clear: both;
}

/* Product Lift - Heading */
.productLift h1,
.productLift h2,
.productLift h3,
.productLift h4,
.productLift h5,
.productLift h6 {
	font-size: 180%;
}

/* Product Lift - Image */
.productLift img {
	float: left;
	display: block;
	margin: 0 30px 25px 0;
}

/* Product Lift - Button */
.productLift a {
	display: inline-block;
	padding: 12px 20px 10px 20px;
	font-family: 'BebasNeueRegular', arial, helvetica, sans-serif;
	font-size: 145%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #5b8b8e;
}

/* Product Lift - Button - Effect: Hover */
.productLift a:hover {
	background: #005d63;
}

/* #contentWrapper Area
================================================== */
#contentWrapperContent {
	padding: 0;
}

/* #Breadcrumb
================================================== */
#breadcrumb {
	display: none;
}

/* #Media Queries
================================================== */

	/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
	
		#contentTopContent {
		}
	
		.productLift img {
			float: none;
			margin: 0;
		}

	}