@charset "utf-8";
/* CSS Document */

/*
 * Project: SBL
 * background-color: #ed2124;
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body {
	background: #ed2124 url(../img/body_bck.png) center 240px no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#wrapper {
	width: 982px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------- wrapper */

#header {
	position: relative;
	height: 225px;
	background: url(../img/header_bck.png) center top no-repeat;
}

body.body_default #header {
	height: 621px;
	background: none;
}

/* --------------------------------------------------------------------------------------------- h1 */

#header h1 {
	position: absolute;
	top: 84px;
	left: 103px;
}

body.body_default #header h1 {
	display: none;
}

/* --------------------------------------------------------------------------------------------- navigation */

#navigation {
	position: absolute;
	top: 1px;
	left: 110px;
}

/* --------------------------------------------------------------------------------------------- product_search */

.product_search {
	position: absolute;
	z-index: 20;
	top: 116px;
	right: 27px;
	background: #e8e8e8;
}

#footer .product_search {
	top: 46px;
	right: 1px;
}

.product_search h2 {
	float: left;
	line-height: 1%;
	margin: 10px 16px 0px 16px;
}

#footer .product_search h2 {
	padding: 0px 9px 0px 8px;
}

.product_search .drop_1 {
	width: 182px;
	min-height: 29px;
 	height: auto !important;
 	height: 29px;
	padding: 0px 0px 0px 15px;
	background: url(../img/drop_1_bck.png) left top no-repeat;
	float: left;
	margin: 4px 8px 0px 0px;
}

.product_search .drop_1 a {
	display: block;
	padding: 0px 26px 0px 4px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #e62e2f;
	text-align: right;
}

#footer .product_search .drop_1 a {
	font-weight: normal;
}

.product_search .drop_1 ul {
	padding: 3px 0px;
}

.product_search .drop_1 ul a {
	line-height: 15px;
	padding: 3px 26px 3px 4px;
}

.product_search .drop_1 ul a:hover {
	text-decoration: underline;
}

.product_search #product_type,
.product_search #product_type_footer,
.product_search #product_items,
.product_search #product_items_footer {
	display: none;
	position: absolute;
	background: url(../img/drop_bottom_bck.png) left bottom no-repeat;
	width: 182px;
}

.product_search #product_type ul,
.product_search #product_type_footer ul,
.product_search #product_items ul,
.product_search #product_items_footer ul {
	background: url(../img/drop_top_bck.png) left top no-repeat;
	width: 182px;
}

.product_search #product_type.display,
.product_search #product_type_footer.display,
.product_search #product_items.display,
.product_search #product_items_footer.display {
	display: block;
}

.product_search #product_items .hide,
.product_search #product_items_footer .hide {
	display: none;
}

/* --------------------------------------------------------------------------------------------- flash */

#header #header_flash {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

/* --------------------------------------------------------------------------------------------- content */

#content {
	background: url(../img/content_sub_bck.png) left top repeat-y;
}

#content .content_inner {
	background: url(../img/content_bottom_sub_bck.png) left bottom no-repeat;
}

body.body_default #content {
	background: url(../img/content_bck.png) left top repeat-y;
}

body.body_default #content .content_inner {
	background: url(../img/content_bottom_bck.png) left bottom no-repeat;
}

/* --------------------------------------------------------------------------------------------- primary */

#primary {
	width: 719px;
	float: right;
	background: url(../img/primary_bck.png) right top no-repeat;
	padding-bottom: 12px;
}

#primary_home {
	width: 574px;
	padding-left: 33px;
	float: right;
	background: url(../img/bck_repeating_02.png) left top repeat-x;
	padding-bottom: 12px;
}

/* --------------------------------------------------------------------------------------------- secondary */

#secondary {
	width: 263px;
	float: left;
	padding: 85px 0px 70px 0px;
	background: url(../img/secondary_bck.png) left top no-repeat;
}

#secondary_home {
	width: 375px;
	float: left;
	padding-bottom: 60px;
}

/* --------------------------------------------------------------------------------------------- article_title */

.article_title {
	background: url(../img/article_title_bck.png) right top no-repeat;
	margin: 0px 40px 0px 32px;
	padding: 16px 10px 0px 14px;
	float: left;
}

.article_title ul.breadcrubms {
	min-height: 20px;
 	height: auto !important;
 	height: 20px;
}

.article_title ul.breadcrubms li {
	float: left;
	font-size: 15px;
	color: #808080;
	padding-left: 10px;
	background: url(../img/bullet_02.png) 0px 4px no-repeat;
}

.article_title ul.breadcrubms li.first {
	background: none;
	padding-left: 0px;
}

.article_title ul.breadcrubms li a {
	color: #808080;
}

.article_title h2 {
	font-size: 36px;
	font-weight: normal;
	color: #eb1c24;
	min-width: 240px;
 	width: auto !important;
 	width: 240px;
}

.article_header_img {
	padding: 7px;
	background: #fff;
	border: 1px solid #dadada;
	margin: 6px 0px 6px 18px;
}

/* --------------------------------------------------------------------------------------------- article */

.article {
	background: url(../img/article_bck.png) left top repeat-x;
	clear: both;
	min-height: 450px;
}

.article div.text {
	margin: 0px 20px;
	padding-top: 10px;
	font-size: 11px;
	line-height: 18px;
	color: #575757;
	clear: both;
}

.article div.text p {
	margin: 10px 3px;
}

.article div.text a {
	padding: 0px 2px 0px 3px;
	color: #575757;
	background-color: #d6d6d6;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
}

.article div.text a:hover {
	color: #575757;
	background-color: #bebebe;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.article div.text img {
	padding: 7px;
	background: #fff;
	border: 1px solid #dadada;
	margin: 6px 3px;
}

.article div.text ol,
.article div.text ul {
	margin: 10px 0px;
}

.article div.text ul li {
	margin-left: 80px;
	padding-left: 20px;
	background: url(../img/bullet_01.png) left 4px no-repeat;
}

.article div.text ol li {
	margin-left: 100px;
	list-style-type: decimal;
}

.article div.text table,
.article div.text td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 12px;
}

.article div.text table {
	border: none;
	border: 1px solid #ccc;
	width: 650px;
	cursor: pointer;
}

.article div.text tbody tr td {
	padding: 5px 10px;
	color: #666;
}

.article div.text tbody tr:hover {
	background: #fff url(../img/table_1_tr_bck.gif) repeat;
}

.article div.text tbody tr:hover td {
	color: #454545;
}

.article div.text table a {
	color: #666;
	text-decoration: underline;
}

.article div.text table a:hover {
	background: #666;
	color: #fff;
}

.article .att {
	margin-left: 20px;
	padding-top: 14px;
	border-top: 1px solid #e7e4e4;
}

.article #att_specs.att {
	margin-right: 30px;
}

.article .att h3 {
	line-height: 1%;
	margin-left: 6px;
}

.article .att h3.sifr {
	line-height: normal;
}

.article .att .note {
	font-size: 11px;
	color: #a4a4a4;
	margin-left: 22px;
}

.article .att ul {
	margin: 3px 0px 18px 0px;
	float: left;
}

.article #att_gallery.att li {
	float: left;
	margin: 3px 12px 3px 13px;
}

.article .att li img {
	padding: 5px;
	border: 1px solid #ececec;
}

.article .att .text {
	margin: 10px 0px 20px 14px;
}

.article #att_docs.att ul,
.article .att_docs.att ul {
	margin: 4px 4px 18px 14px;
}

.article #att_docs.att li,
.article .att_docs.att li {
	font-size: 12px;
	line-height: 18px;
	color: #575757;
	padding-left: 10px;
	background: url(../img/bullet_02.png) 0px 4px no-repeat;
}

.article #att_docs.att li a,
.article .att_docs.att li a {
	color: #575757;
}

.article #att_docs.att li a:hover,
.article .att_docs.att li a:hover {
	color: #f3f3f3;
	background-color: #575757;
}

/* --------------------------------------------------------------------------------------------- article_footer */

.europe_map {
	width: 660px;
	height: 790px;
	height: 730px;
	/*background: #fff url(../img/europe_map.png) center center no-repeat;
	background: #fff url(../img/europe_map.jpg) center center no-repeat;*/
	background: #fff url(../img/map.jpg) center center no-repeat;
	margin: 12px 18px;
	position: relative;
	padding: 7px;
	border: 1px solid #dadada;
}

.europe_map a {
	position: absolute;
	display: block;
	width: 29px;
	height: 30px;
	background: url(../img/map_town.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
}

.europe_map a:hover {
	background-position: right top;
}

.europe_map a.wakefield {
	/*left: 150px;
	top: 340px;*/
	left: 53px;
	top: 145px;
}

.europe_map a.purmerend {
	/*left: 222px;
	top: 362px;*/
	left: 90px;
	top: 175px;
}

.europe_map a.helsingor {
	/*left: 302px;
	top: 312px;*/
	left: 143px;
	top: 128px;
}

.europe_map a.moscow {
	/*left: 540px;
	top: 270px;*/
	left: 315px;
	top: 151px;
}

.europe_map a.chelles {
	/*left: 188px;
	top: 429px;*/
	left: 78px;
	top: 203px;
}

.europe_map a.krakow {
	/*left: 389px;
	top: 404px;*/
	left: 178px;
	top: 185px;
}

.europe_map a.gallarate {
	/*left: 279px;
	top: 504px;*/
	left: 125px;
	top: 212px;
}
.europe_map a.pakistan {
	left: 482px;
	top: 320px;
}

/* --------------------------------------------------------------------------------------------- location_map */

.location_map {
	width: 660px;
	padding: 7px;
	border: 1px solid #dadada;
	clear: both;
	margin: 12px 0px 12px 18px;
}

/* --------------------------------------------------------------------------------------------- article_footer */

.article_footer {
	margin: 10px 0px 6px 20px;
	float: left;
	clear: both;
}

.article_footer.type_1 {
	margin: 0px 0px 6px 20px;
	float: left;
}

.article_footer li {
	float: left;
	margin-right: 23px;
}

.article_footer li a {
	display: block;
	height: 22px;
	text-indent: -10000px;
	overflow: hidden;
}

.article_footer li.enquire a {
	background: url(../img/enquire_about_this_product.png) left top no-repeat;
	width: 156px;
}

.article_footer li.print a {
	background: url(../img/print_this_page.png) left top no-repeat;
	width: 100px;
}

.article_footer li.bookmarks a {
	background: url(../img/add_to_favorites.png) left top no-repeat;
	width: 100px;
}

/* --------------------------------------------------------------------------------------------- box_1 */

.box_1 .list_07 .att ul.list_08 {
	margin-left: 40px;
}

.box_1 .list_07 .att ul.list_08 li {
	width: 190px;
	float: left;
}

/* --------------------------------------------------------------------------------------------- form_1 */

.form_1 {
/*	background: #fff url(../img/form_1_bck.png) left top no-repeat;*/
	width: 670px;
	margin: 10px 0px 10px 18px;
	clear: both;
}

.form_1 fieldset {
	border: 0px;
}

.form_1 fieldset.type_1 {
	border-top: 1px dotted #c8c8c8;
	padding: 6px 0px;
}

.form_1 fieldset.type_2 {
	border-bottom: 1px dotted #c8c8c8;
	margin: 6px 0px;
}

.form_1 .error {
	font-size: 13px;
	font-weight: bold;
	color: #d64d4d;
	width: 315px;
	height: 27px;
	line-height: 27px;
	padding: 0px 0px 0px 40px;
	background: url(../img/form_1_input.png) right top no-repeat;
	margin: 0px 0px 6px 296px;
}

.form_1 .form_textfield,
.form_1 .form_select,
.form_1 .form_checkbox {
	height: 33px;
	clear: both;
}

.form_1 .form_checkbox {
	margin-left: 266px;
}

.form_1 .form_textfield label,
.form_1 .form_select label,
.form_1 .form_textarea label,
.form_1 .form_radio .label {
	display: block;
	float: left;
	width: 290px;
	margin-right: 6px;
	font-size: 14px;
	line-height: 26px;
	color: #575757;
	text-align: right;
}

.form_1 .form_textfield label span,
.form_1 .form_select label span,
.form_1 .form_textarea label span,
.form_1 .form_radio .title span,
.form_1 .form_radio .label span {
	color: #d64d4d;
	margin-left: 3px;
}

.form_1 .form_textfield input {
	width: 339px;/*355*/
	height: 23px;/*27*/
	padding: 4px 6px 0px 10px;
	font-size: 15px;
	color: #575757;
	background: url(../img/form_1_input.png) right top no-repeat;
	border: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

.form_1 .form_textfield.type_1 input {
	width: 293px;/*309*/
	background: url(../img/form_1_input_1.png) right top no-repeat;
}

.form_1 .form_textfield.type_1 a.info {
	margin: 4px 0px 0px 10px;
	float: left;
}

.form_1 .form_select select {
	width: 355px;
	height: 27px;
	padding: 3px 4px 4px 8px;
	font-size: 15px;
	line-height: 27px;
	color: #575757;
	background: #d4d4d4 url(../img/form_1_input.png) right top no-repeat;
	border: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
}

.form_1 .form_select.type_1 select {
	width: 109px;
	background: url(../img/form_1_input.png) right top no-repeat;
	margin-right: 14px;
}

.form_1 .form_select.type_2 select {
	width: 171px;
	background: url(../img/form_1_input.png) right top no-repeat;
	margin-right: 13px;
}

.form_1 .form_select select option {
	background: #d4d4d4;
}

.form_1 .form_textarea textarea {
	width: 347px;/*355*/
	height: 162px;/*170*/
	padding: 4px 4px;
	font-size: 15px;
	color: #575757;
	background: url(../img/form_1_textarea.png) left bottom no-repeat;
	border: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.form_1 .form_submit .add_part {
	display: block;
	width: 155px;
	height: 27px;
	background: url(../img/add_part_service.png) left top no-repeat;
	cursor: pointer;
	margin: 12px 9px 12px 496px;
	text-indent: -10000px;
	overflow: hidden;
}

.form_1 .form_submit .submit_1 {
	border: 0px;
	width: 65px;
	height: 27px;
	background: url(../img/form_1_submit.png) left top no-repeat;
	cursor: pointer;
	margin: 12px 9px 12px 586px;
}

/* --------------------------------------------------------------------------------------------- list_01 */

.list_01 {
}

.list_01 li {
	background: #d6d6d6 url(../img/bck_repeating_01.png) left top repeat-x;
	padding: 16px 9px 12px 9px;
}

#secondary .list_01 li {
	padding: 16px 9px 12px 17px;
}

.list_01 li img.thumb {
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.list_01 li .title {
	min-height: 50px;
 	height: auto !important;
 	height: 50px;
}

.list_01 li h2 {
	font-size: 17px;
	width: 230px;
	float: left;
}

.list_01 li h2 a {
	color: #ec3940;
}

.list_01 li h2 a:hover {
	text-decoration: underline;
}

.list_01 li p.date {
	font-size: 11px;
	color: #8d8d8d;
}

.list_01 li p.text {
	font-size: 11px;
	line-height: 15px;
	color: #393939;
}

.list_01_archive {
	height: 37px;
	width: 100%;
	float: left;
	background: url(../img/news_archive_bck.png) right top no-repeat;
}

#secondary .list_01_archive {
	background: url(../img/news_archive_small_bck.png) right top no-repeat;
}

.list_01_archive a {
	display: block;
	width: 79px;
	height: 22px;
	background: url(../img/news_archive.png) left top no-repeat;
	text-indent: -10000px;
	overflow: hidden;
	float: right;
	margin: 6px 13px 0px 0px;
}

/* --------------------------------------------------------------------------------------------- list_02 */

.list_02 {
}

.list_02 ul {
	background: url(../img/bck_repeating_03.png) left bottom repeat-x;
	width: 548px;
	padding-bottom: 6px;
}

.list_02.type_2 ul {
	background: url(../img/bck_01.png) left bottom no-repeat;
}

.list_02 h2 {
	line-height: 1%;
	margin: 10px 0px 10px 0px;
}

.list_02 li {
	float: left;
	width: 190px;
	margin-bottom: 12px;
}

.list_02 li.last {
	width: 167px;
}

.list_02 li img.thumb {
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #d1d1d1;
	float: left;
	margin-bottom: 10px;
}

.list_02 li h3 {
	line-height: 1%;
	float: left;
}

.list_02 li p.details {
	font-size: 11px;
	line-height: 15px;
	color: #818181;
	margin-left: 14px;
	clear: both;
}

.list_02.type_2 li p.details {
	width: 140px;
}

/* --------------------------------------------------------------------------------------------- list_03 */

.list_03 {
	margin-left: 13px;
}

.list_03 .box {
	width: 238px;
	background: #fbfbfb url(../img/bck_02.png) left top no-repeat;
}

.list_03 .box ul {
	background: url(../img/bck_02.png) right bottom no-repeat;
	padding: 6px 0px 6px 20px;
}

.list_03 .box ul li {
	margin: 6px 0px;
	float: left;
}

.list_03 .box h3 {
	line-height: 1%;
}

.list_03 .box ul li p.details {
	font-size: 11px;
	color: #818181;
	margin-left: 14px;
	clear: both;
}

/* --------------------------------------------------------------------------------------------- list_04 */

.list_04 {
	background: #fff;
	padding: 0px 0px 14px 12px;
}

.list_04 h2 {
	font-size: 17px;
	border-bottom: 1px solid #e7e4e4;
	width: 238px;
}

.list_04 h2 a {
	color: #ec3940;
}

.list_04 ul {
	margin-top: 12px;
}

.list_04 ul li {
	margin-bottom: 2px;
}

.list_04 ul li a {
	display: block;
	width: 219px;
	height: 18px;
	padding-left: 19px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #818181;
}

.list_04 ul li a:hover,
.list_04 ul li.active a {
	background: url(../img/list_04_item_bck.png) left top no-repeat;
}

/* --------------------------------------------------------------------------------------------- list_05 */

.list_05 {
	clear: both;
}

.list_05 li {
	padding: 16px 0px 12px 0px;
	margin: 0px 9px;
	border-top: 1px dotted #999;
}

.list_05 li.first {
	border: 0px;
}

.list_05 li img.thumb {
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}

.list_05 li .title {
	min-height: 50px;
 	height: auto !important;
 	height: 50px;
}

.list_05 li h2 {
	font-size: 17px;
	width: 540px;
	float: left;
}

.list_05 li h2 a {
	color: #ec3940;
}

.list_05 li h2 a:hover {
	text-decoration: underline;
}

.list_05 li p.date {
	font-size: 11px;
	color: #8d8d8d;
}

.list_05 li p.text {
	font-size: 11px;
	line-height: 15px;
	color: #393939;
}

/* --------------------------------------------------------------------------------------------- list_06 */

.list_06 {
	margin: 30px 0px 10px 30px;
	float: left;
}

.list_06 ul {
	background: url(../img/bck_repeating_03.png) left bottom repeat-x;
	padding-bottom: 6px;
}

.list_06 h2 {
	line-height: 1%;
	margin: 10px 0px 10px 0px;
}

.list_06 li {
	float: left;
	width: 190px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.list_06.type_01 li {
	width: 260px;
}

.list_06 li.last {
	width: 167px;
}

.list_06 li img.thumb {
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #d1d1d1;
	float: left;
	margin-bottom: 10px;
}

.list_06 li h3 {
	line-height: 1%;
	float: left;
}

.list_06.type_01 li h3 {
	clear: both;
}

.list_06 li p.details {
	font-size: 11px;
	line-height: 15px;
	color: #818181;
	margin-left: 14px;
	clear: both;
}

/* --------------------------------------------------------------------------------------------- list_07 */

.list_07 {
	clear: both;
	margin: 20px 10px;
	float: left;
	width: 670px;
}

.list_07 ul.categories {
	background: url(../img/bck_repeating_03.png) left bottom repeat-x;
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.list_07 li.category {
	float: left;
	width: 170px;
	margin-left: 40px;
	margin-bottom: 12px;
}

.list_07 li.category.next_line {
	clear: left;
}

.list_07 li.category img.thumb {
	padding: 5px;
	background-color: #fff;
	border-bottom: 2px solid #d1d1d1;
	margin-bottom: 10px;
}

.list_07 li.category h3 {
	padding-left: 13px;
	background: url(../img/bullet_04.png) 0px 3px no-repeat;
}

.list_07 li.category ul li {
	padding: 2px 0px 2px 20px;
	background: url(../img/bullet_01.png) left 4px no-repeat;
	font-size: 11px;
	line-height: 14px;
	color: #575757;
}

.list_07 li.category ul li a {
	color: #575757;
}

.list_07 li.category ul li a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- pagination */

.pagination {
	font-size: 12px;
	color: #ea5258;
	float: right;
	margin: 20px 60px 30px 0px;
}

.pagination li {
	float: left;
	padding: 0px 4px;
}

.pagination li.prev,
.pagination li.next {
	padding: 0px 6px;
}

.pagination li.prev img,
.pagination li.next img {
	padding-top: 3px;
}

.pagination li a {
	color: #ea5258;
	text-decoration: underline;
}

.pagination li.page a:hover {
	color: #f3f3f3;
	background-color: #ea5258;
}

/* --------------------------------------------------------------------------------------------- footer */

#footer {
	width: 933px;
	height: 243px;
	background: url(../img/footer_sub_bck.png) left top no-repeat;
	margin: 0 auto;
	position: relative;
}

body.body_default #footer {
	background: url(../img/footer_bck.png) left top no-repeat;
}

#footer .contact {
	position: absolute;
	left: 35px;
	top: 80px;
}

#footer .contact li {
	height: 18px;
}

#footer p.copyright {
	position: absolute;
	left: 33px;
	top: 122px;
	width: 300px;
	padding: 3px 5px;
	font-size: 11px;
	color: #818181;
	border-top: 1px dotted #818181;
}

#footer p.copyright span {
	float: left;
}

#footer p.copyright a {
	font-size: 11px;
	color: #818181;
	float: right;
}

#footer p.copyright a:hover {
	text-decoration: underline;
}

#footer .ea {
	position: absolute;
	right: 51px;
	top: 121px;
}
