#lasers{
	width:960px;
	margin:0;
	background:#000;
	color:#fff;
	font-size:14px;
	line-height:18px;
}
#lasers a{
	color:#fff;
	text-decoration:none;
}
#lasers a:hover{
text-decoration:none;
}
#lasers img{
border:none;
}
#lasers ul, 
#lasers li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#lasers h1{
	font-size:42px;
	line-height:46px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fdb827;
	margin:0;
	padding:0;
}
#lasers h2{
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0;
}

/* --- HEADER & INTRODUCTION --- */
.header-wrapper{
	height:450px;
	display:block;
	position:relative;
}
.header-wrapper .header-text{
	position:absolute;
	top:20px;
	left:20px;
}
.header-wrapper .header-text h1{
	text-shadow:1px 0 0 #000;
}
.header-wrapper .header-text h2{
	text-shadow:1px 0 0 #000;
}
.intro-wrapper{
	background:#fdb827;
	padding:20px 30px;
}
.intro-wrapper p{
	font-weight:bold;
	color:#000;
	font-size:18px;
	line-height:22px;
	text-align:justify;
	margin:0;
	padding:0;
}
.intro-wrapper .laser-categories{
	padding:20px 0 10px 0;
}
.intro-wrapper .laser-categories a{
	display:inline-block;
	background:#000;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:13px 11px;
}
.intro-wrapper .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff;
	margin:3px 0 0 7px;
	float:right;
}

/* --- VIDEO --- */
.video-wrapper{
	background:#3c3c3c;
	padding:50px 20px;
}
.video-wrapper iframe{
	margin:0 auto;
	width:800px;
	display:block;
}

/* --- TABLE --- */
.table-wrapper{
	background:#1e1e1e;
	padding:50px 20px;
}
.table-wrapper h1{
	font-size:36px!important;
	text-align:center;
	margin:0 0 20px 0;
	padding:0;
}
.table-wrapper table{
	background:#000;
	border-collapse:collapse;
	border:1px solid #fff;
	margin-top:30px;
	padding:0;
	font-size:12px;
	line-height:14px;
	width:100%;
	font-weight:bold;
}
.table-wrapper table td, .table-wrapper table th{
	padding:5px 3px;
	border-collapse:collapse;
	border:1px solid #fff;
	text-align:center;
}
.table-wrapper table th img{
	width:40px;
}
.table-wrapper table td p, .table-wrapper table th p{
	padding:0;
	margin:0;
}
.table-wrapper table tr td{
	background:#fdb827;
}
.table-wrapper table tr:nth-child(2n) td{
	background:#1e1e1e;
}
.table-wrapper table tr td:first-child{
	text-align:left;
	background:#000;
}

/* --- RANGE --- */
.range-wrapper .range-intro h1{
	padding:20px!important;
	display:block;
}
.range-wrapper .range-intro h1 span{
	color:#fff;
}
.range-wrapper .range-intro img{
	display:block;
}
.range-wrapper .range-intro-text{
	background:#fdb827;
	padding:20px 30px;
}
.range-wrapper .range-intro-text p{
	font-weight:bold;
	color:#000;
	font-size:18px;
	line-height:22px;
	text-align:justify;
	margin:0;
	padding:0;
}

/* --- PRODUCT --- */
.product-wrapper{
	background:#fff;
	padding:20px 30px;
	color:#000;
}
.product-wrapper h1{
	color:#000!important;
}
.product-wrapper h1 span{
	color:#fdb827!important;
}
.product-wrapper .product-left{
	width:300px;
	float:left;
	text-align:center;
	padding:30px 0 0 0;
}
.product-wrapper .product-left img{
	display:block;
	margin:0 auto 20px auto;
}
.product-wrapper .product-right{
	width:500px;
	float:right;
	padding:60px 0 0 0;
}
.product-wrapper .product-right ul{
	margin:0 0 20px 0!important;
}
.product-wrapper .product-right ul li{
	list-style-type:disc!important;
	margin:0 0 8px 0!important;
}
.product-wrapper .product-right p{
	text-align:justify;
	margin:0 0 20px 0;
}
.product-wrapper .product-right .product-table{
	width:100%;
	font-size:14px;
	background:#cccccc;
	border-collapse:collapse;
}
.product-wrapper .product-right .product-table td{
	padding:3px 5px;
	vertical-align:top;
}
.product-wrapper .product-right .product-table tr:nth-child(2n) td{
	background:#3c3c3c;
	color:#fff;
}
.product-wrapper .product-right .product-table tr td:nth-child(2n+1){
	font-weight:bold;
}

/* --- SELECTION --- */
.product-selection{
	background:#fff;
	color:#000;
	text-align:center;
}
.product-selection h1{
	background:#000;
	font-size:24px!important;
	line-height:30px!important;
	color:#fff!important;
	display:block;
	padding:5px!important;
	text-align:center;
	margin:0 auto!important;
}
.product-selection .product-thumbnail{
	background:#fdb827;
	color:#000;
	width:120px;
	margin:20px 0 20px 0;
	padding:10px;
	text-align:center;
	display:inline-block;
}
.product-selection .product-thumbnail h2{
	font-size:16px!important;
	text-align:center;
	margin:0;
}
.product-selection .product-thumbnail:hover{
	cursor:pointer;
	background:#000;
}

/* --- SELECTION --- */
.accessories-wrapper{
	height:555px;
	position:relative;
}
.accessories-wrapper img{
	position:absolute;
	top:0;
	left:0;
}
.accessories-wrapper .accessories-text{
	position:absolute;
	top:180px;
	width:100%;
	text-align:center;
}
.accessories-wrapper .accessories-text h1{
	margin:0 0 30px 0!important;
	text-shadow:1px 0 0 #000;
}
.accessories-wrapper .btn{
	background:#fdb827;
	color:#1e1e1e!important;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 30px;
	text-align:center;
	width:100%;
}

/* --- MARKET EXCEPTIONS (TABLE) --- */
.marketlanguage_2 .td-DCE085,
.marketlanguage_2 .td-DCE0822,
.marketlanguage_2 .td-DCE0811,
.marketlanguage_2 .td-DW0822,
.marketlanguage_2 .td-DW0811,
.marketlanguage_2 .td-DW033,
.marketlanguage_2 .td-DW03201,
.marketlanguage_2 .table-wrapper{
	display:none;
}
.marketlanguage_17 .td-DCE085,
.marketlanguage_17 .td-DCE0822,
.marketlanguage_17 .td-DCE0811,
.marketlanguage_17 .td-DW0822,
.marketlanguage_17 .td-DW0811,
.marketlanguage_17 .td-DW033,
.marketlanguage_17 .td-DW03201,
.marketlanguage_17 .table-wrapper{
	display:none;
}
.marketlanguage_52 .td-DCE085,
.marketlanguage_52 .td-DCE0822,
.marketlanguage_52 .td-DCE0811,
.marketlanguage_52 .td-DW0822,
.marketlanguage_52 .td-DW0811,
.marketlanguage_52 .td-DW033,
.marketlanguage_52 .td-DW03201,
.marketlanguage_52 .table-wrapper{
	display:none;
}

.marketlanguage_6 .td-DCE085,
.marketlanguage_6 .td-DW088K,
.marketlanguage_6 .td-DW811,
.marketlanguage_6 .td-DW03201{
	display:none;
}

.marketlanguage_12 .td-DW088K,
.marketlanguage_12 .td-DW811{
	display:none;
}

.marketlanguage_16 .td-DW088K,
.marketlanguage_16 .td-DW811{
	display:none;
}

.marketlanguage_13 .td-DW088K,
.marketlanguage_13 .td-DW811{
	display:none;
}

.marketlanguage_23 .td-DW088K,
.marketlanguage_23 .td-DW811{
	display:none;
}