#cut-off-saw{
	width:960px;
	margin:0;
	color:#fff;
	font-size:16px;
	line-height:22px;
}
#cut-off-saw a{
	color:#fff;
	text-decoration:none;
}
#cut-off-saw a:hover{
	text-decoration:none;
}
#cut-off-saw img{
	border:none;
}
#cut-off-saw ul, 
#cut-off-saw li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#cut-off-saw .grey-bg{
	background:#3b3b3b;
	padding:30px;
}
#cut-off-saw .black-bg{
	background:#000;
	padding:30px;
}
#cut-off-saw .white-bg{
	background:#fff;
	padding:30px;
	color:#000;
}

/* --- HEADER & INTRO --- */
#cut-off-saw .cut-off-saw-header{
	height:445px;
	background:url('/images/cut-off-saw/header.jpg') no-repeat top center;
	position:relative;
}
#cut-off-saw .cut-off-saw-header .headline-1{
	position:absolute;
	top:30px;
	left:30px;
}
#cut-off-saw .cut-off-saw-header .headline-2{
	position:absolute;
	bottom:30px;
	right:30px;
}
#cut-off-saw .cut-off-saw-header img{
	position:absolute;
	top:30px;
	right:30px;
}
#cut-off-saw .cut-off-saw-header h1{
	margin:0;
	padding:0 0 15px 30px;
	font-size:40px;
	line-height:44px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-shadow:0 0 6px #000;
	text-align:right;
}
#cut-off-saw .cut-off-saw-header h1 span{
	color:#cf112d;
}
#cut-off-saw .cut-off-saw-intro p{
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:0;
}

/* --- VIDEO --- */
#cut-off-saw .cut-off-saw-video{
	text-align:center;
}

/* --- BOXES --- */
#cut-off-saw .cut-off-saw-box{
	position:relative;
	padding:0;
}
#cut-off-saw .cut-off-saw-box img{
	display:block;
}
#cut-off-saw .cut-off-saw-box h2{
	color:#cf112d;
	margin:0;
	padding:25px 0 10px 0;
	font-size:26px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
}
#cut-off-saw .cut-off-saw-box h2 span{
	color:#fff;	
}
#cut-off-saw .cut-off-saw-box p{
font-weight:bold;
}	
#cut-off-saw .cut-off-saw-box .box-left{
	float:left;
	width:480px;
	box-sizing:border-box;
}
#cut-off-saw .cut-off-saw-box .box-right{
	float:right;
	width:480px;
	box-sizing:border-box;
}
#cut-off-saw .box-1 .box-right,
#cut-off-saw .box-2 .box-left,
#cut-off-saw .box-3 .box-right,
#cut-off-saw .box-4 .box-left{
	padding:30px;
}
#cut-off-saw .box-2 .box-left,
#cut-off-saw .box-4 .box-left{
	text-align:right;
}
#cut-off-saw .box-2 .box-left img,
#cut-off-saw .box-4 .box-left img{
	display:inline-block;
}

/* --- BANNER --- */
#cut-off-saw .cut-off-saw-banner{
	height:371px;
	background:url('/images/cut-off-saw/banner.jpg') no-repeat top center;
	position:relative;
}
#cut-off-saw .cut-off-saw-banner .banner-text{
	position:absolute;
	bottom:30px;
	right:30px;
}
#cut-off-saw .cut-off-saw-banner .banner-text h1{
	margin:0;
	padding:0 0 15px 0;
	font-size:34px;
	line-height:34px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-shadow:0 0 6px #000;
}
#cut-off-saw .cut-off-saw-banner .banner-text h1 span{
	color:#cf112d;
	font-size:44px;
}

/* --- TABLE --- */
#cut-off-saw .cut-off-saw-table{
	padding:0;
}
#cut-off-saw .table-headline{
	width:100%;
	padding:10px 30px;
	box-sizing:border-box;
	background:#fdb827;
	color:#000;
}
#cut-off-saw .table-headline h1{
	font-size:24px;
	padding:0;
	margin:0;
}
#cut-off-saw .table-left{
	padding:20px 30px;
	float:left;
	width:400px;
}
#cut-off-saw .table-right{
	padding:20px 30px;
	float:right;
	width:400px;
}
#cut-off-saw .table-row{
	width:100%;
	box-sizing:border-box;
	padding:5px 0;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#cut-off-saw .table-cell-left{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
}
#cut-off-saw .table-cell-right{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	text-align:right;
}

/* --- WHEEL --- */
#cut-off-saw .cut-off-saw-wheel{
	padding:0;
}
#cut-off-saw .cut-off-saw-wheel .wheel-left{
	float:left;
	width:480px;
	position:relative;
}
#cut-off-saw .cut-off-saw-wheel .wheel-left img{
	display:block;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right{
	float:right;
	width:480px;
	position:relative;
	padding:30px;
	box-sizing:border-box;
}
#cut-off-saw .cut-off-saw-wheel .wheel-left h1{
	position:absolute;
	top:30px;
	right:30px;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0 0 15px 0;
	font-size:34px;
	line-height:34px;
	text-transform:uppercase;
	text-shadow:0 0 6px #000;
}
#cut-off-saw .cut-off-saw-wheel .wheel-left h1 span{
	color:#fdb827;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right p{
	font-weight:bold;
	padding:20px 0;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-headline{
	font-size:20px;
	padding:0;
	margin:0;
	font-weight:bold;
	width:100%;
	padding:10px 10px;
	box-sizing:border-box;
	background:#fdb827;
	color:#000;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-left{
	padding:20px 30px;
	float:left;
	width:400px;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-right{
	padding:20px 30px;
	float:right;
	width:400px;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-row{
	width:100%;
	box-sizing:border-box;
	padding:5px 0;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-cell-left{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
}
#cut-off-saw .cut-off-saw-wheel .wheel-right .wheel-table-cell-right{
	width:49%;
	box-sizing:border-box;
	display:inline-block;
	text-align:right;
}

/* --- RANGE --- */
#cut-off-saw .cut-off-saw-range{
	padding: 10px 0 0 0;
}
#cut-off-saw .cut-off-saw-range img{
	display:block;
}
#cut-off-saw .cut-off-saw-range .range{
	width:580px;
	height:90px;
	position:relative;
	margin:30px auto;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#cut-off-saw .cut-off-saw-range .range .range-left{
	position:absolute;
	left:0;
	top:30px;
}
#cut-off-saw .cut-off-saw-range .range .range-center{
	position:absolute;
	left:140px;
	top:0;
}
#cut-off-saw .cut-off-saw-range .range .range-right{
	position:absolute;
	left:460px;
	top:30px;
}

/* --- MARKETS --- */
.marketlanguage_2 #cut-off-saw .range{
	width: 800px;
}
.marketlanguage_2 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:300px;
}
.marketlanguage_2 #cut-off-saw .cut-off-saw-range .range .range-right{
	left:620px;
}
.marketlanguage_6 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:120px;
}
.marketlanguage_9 #cut-off-saw .range{
	width: 700px;
}
.marketlanguage_9 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:120px;
}
.marketlanguage_9 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:70px;
}
.marketlanguage_10 #cut-off-saw .range{
	width: 700px;
}
.marketlanguage_10 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:140px;
}
.marketlanguage_10 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:0;
}
.marketlanguage_7 #cut-off-saw .range{
	width: 700px;
}
.marketlanguage_7 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:120px;
}
.marketlanguage_7 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:70px;
}
.marketlanguage_8 #cut-off-saw .range{
	width: 800px;
}
.marketlanguage_8 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:120px;
}
.marketlanguage_8 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:50px;
}
.marketlanguage_12 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:80px;
}
.marketlanguage_13 #cut-off-saw .range{
	width: 800px;
}
.marketlanguage_13 #cut-off-saw .cut-off-saw-range .range .range-center{
	left:200px;
}
.marketlanguage_13 #cut-off-saw .cut-off-saw-range .range .range-right{
	left:530px;
}
.marketlanguage_16 #cut-off-saw .cut-off-saw-range .range .range-left{
	left:15px;
}