﻿/*@import url("contact.css");*/

/*=RESET*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
    vertical-align: top;
}


/*=INITIAL */
body {
	font: normal 13px Tahoma, Arial, sans-serif;
	color: #3f3f3f;
	text-align: center;
	background: #000 url(../img/body_bg.gif) 0 0 repeat-x;
}

a, a:visited {
	color: #c40104;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	padding-bottom: 10px;
	color: #c40104;
	/*color: #000;*/
	font: normal 21px Tahoma, Arial, sans-serif;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #000;
	text-decoration: none;
}

h2, h3 {
	font-size: 18px;
	color: #000;
}

h4, h5, h6 {
	font-size: 14px;
	padding-bottom: 10px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.4;
}

i {
	color: #767676;
	font-style: normal;
}

input, select, textarea {
/*   	border: 1px solid #d5d5d5;*/
	border: 1px solid #747474;
   	padding: 2px 3px;
	font-size: 12px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #000000;
}

/*=GRID*/
.line {
	float: left;
	width: 100%;
	position: relative;
}

.item {
	position: relative;
	float: left;
	left: 100%;
	background: transparent url(../img/content_bg.gif) 0 0 repeat-x;
	min-height: 500px;
}

.col-a {
	margin-left: -800px;
	width: 799px;
	border-left: 1px solid #d5d5d5;
}

.col-b {
	margin-left: -100%;
	width: 200px;
	border-right: 1px solid #d5d5d5;
}

/*=LAYOUT */
#page {
	background: transparent url(../img/page_bg.gif) 0 100% repeat-x;
	padding-bottom: 10px;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#main {
	overflow: hidden;
	padding: 35px 0 20px;
	background: #fff url(../img/wrapper_bg.gif) 0 100% repeat-x;
}

#nav {
	position: absolute;
	left: 0px;
	top: 77px;
	width: 1000px;
}

/*=HEADER*/
#header {
	position: relative;
	height: 77px;
	background: transparent url(../img/header_bg.gif) 0 10px repeat-x;
}

#header h1 {
	padding-left: 20px;
}

#header h1 a, #header h1 a:visited {
	display: block;
	width: 424px;
	height: 75px;
	text-indent: -1000em;
	background: url(../img/bem_logo.gif) no-repeat;
}

#header h1 a:hover {
	background-position: 0 -75px;
}


#header-nav {
	position: absolute;
	right: 0;
	top: 45px;
}

#header-nav a, #header-nav a:visited {
	display: block;
	float: left;
	padding: 2px 18px;
	color: #000;
}

#header-nav #hn2 a {
	background: url(../img/ico_home.gif) 0 50% no-repeat;
}

#header-nav #hn9 a {
	background: url(../img/ico_map.gif) 0 50% no-repeat;
}

#header-nav #hn6 a {
	background: url(../img/ico_contact.gif) 0 50% no-repeat;
}

/*=NAV*/
#nav {
	background: #020202 url(../img/nav_bg.gif) 0 0 repeat-x;
	border-top: 2px solid #e0e0e1;
	border-bottom: 2px solid #f4f4f4;
}

#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav {height: 1%;}
/* End hide from IE-mac */

/* IE7 fix */
/*
*:first-child+html #nav {height: 1%;}
*/

#nav li {
	float: left;
	width: 124px;
	position: relative;
/*	padding-right: 1px;*/
}

#nav li a, #nav li a:visited {
	display: block;
	height: 1%;
	padding: 6px 12px;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	/*letter-spacing: -1px;*/
	background: url(../img/nav_spacer.gif) 0% 50% no-repeat;
}

#nav li:first-child a {
	background: none;
}

#nav li a:hover, #nav li a:focus, #nav li a:active, #nav li a.active,
#nav li:hover a, #nav li.sfHover a {
	background: #a60004 url(../img/nav_bg2.gif) 0 0 repeat-x;
	margin-right: -1px;
/*	border-right: 1px solid transparent;*/
	text-indent: -1px;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 9999;
	width: 190px;
	background: #e0e0e0;
}

/*=FIX Z INDEX IN IE7*/
#nav * { z-index: 9999; }

#nav li li {
	width: 189px;
	background: #e0e0e0;
    color: #000;
}

#nav li:hover ul, #nav li.sfHover ul {
    display: block;
}

#nav li ul.level2 {
    border: 1px solid #a80108;
    border-top: 8px solid #a80108;
    padding: 3px;

/*    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;*/
}

#nav li ul.level2 li a, #nav li ul.level2 li a:visited {
	padding: 7px 10px;
	font-size: 12px;
	background: none;
	text-align: left;
	letter-spacing: normal;
    color: #000;
}

#nav li ul.level2 li a:hover, #nav li ul.level2 li a.active {
	background: #a80108;
	color: #fff;
}

/*=WIDE NAVIGATION ITEM*/
#nav li#n4 ul.level2 {
/*	width: 453px; */
	width: 685px;
}

#nav li#n4 ul.level2 li {
	width: 170px;
    float: left;
}

/*#nav li#n4 ul.level2 li#n77 {
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
	width: 151px;
}*/

#nav li#n4 ul.level2 li {
    border-left: 1px solid #afafaf;
}

#nav li#n4 ul.level2 li#n76 {
    border: none;
}

#nav li#n4 ul.level2 li li {
    border: none;
}


#nav li#n4 ul.level2 li a, #nav li#n4 ul.level2 li a:visited, #nav li#n4 ul.level2 li a:hover {
	padding: 3px 10px 4px 21px;
    border-bottom: 1px solid #afafaf;
	background: url(../img/arr.gif) 10px 7px no-repeat;
    font-weight: bold;
    cursor: text;
    color: #000;
}

#nav li#n4 ul.level3 {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
    min-height: 278px;
}

#nav li#n4 ul.level3 li {
    float: none;
}

#nav li#n4 ul.level3 li a, #nav li#n4 ul.level3 li a:visited, #nav li#n4 ul.level3 li a:hover {
	padding: 7px 10px;
    border: none;
	background: none;
    cursor: pointer;
    font-weight: normal;
}

#nav li#n4 ul.level3 li a:hover, #nav li#n4 ul.level3 li a.active {
	background: #a80108;
	color: #fff;
}



/*-=CONTENT*/
#content, #aside {
	padding: 20px 15px;
}

#content ul, #content ol {
	padding-bottom: 20px;
}

#content li {
	padding: 2px 10px;
	background: url(../img/li.gif) 0 8px no-repeat;
}

/*=SIDE-BOX*/
.side-box {
	padding: 10px;
	background: url(../img/sidebox_bg.gif) 0 46px repeat-x;
}

.side-box p {
	line-height: 1.1;
}

.side-box .csc-header {
	background: #020202 url(../img/heading_x.gif) 0 0 repeat-x;
	padding: 5px 10px;
	margin: 0 -10px 5px;
	border-bottom: 2px solid #f1f1f1;
}

.side-box .csc-header h3 {
	background: url(../img/heading_bg.png) 0 50% no-repeat;
	padding: 4px 0 4px 25px;
	font-size: 18px;
	color: #fff;
	line-height: 0.9;
	/*letter-spacing: -1px;*/
	margin: 0;
	border: none;
}

#twitter-title {
	background: #020202 url(../img/heading_x.gif) 0 0 repeat-x;
	padding: 5px 10px;
	border-bottom: 2px solid #f1f1f1;
}

#twitter-title h3 {
	background: url(../img/heading_bg.png) 0 50% no-repeat;
	padding: 4px 0 4px 25px;
	font-size: 18px;
	color: #fff;
	line-height: 0.9;
	/*letter-spacing: -1px;*/
	margin: 0;
	border: none;
}

#twitter_div {
	padding: 10px;
	background: url(../img/sidebox_bg.gif) 0 0 repeat-x;

  word-wrap: break-word;
/*  white-space: pre-wrap;*/
}

#twitter_update_list li {
	font-size: 11px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d5d5d5;
}


/*=FOOTER*/
#footer {
	padding: 10px;
	text-align: center;
}

#footer-nav a, #footer-nav a:visited {
	padding: 15px;
	background: url(../img/arr.gif) 3px 50% no-repeat;
	color: #fefefe;
	font-weight: bold;
	text-decoration: none;
}


#copy {
	color: #7e7e7e;
	font-size: 10px;
	padding: 10px;
}

#copy a, #copy a:visited {
	color: #fefefe;
}


/*=CSS STYLED CONTENT*/
#aside .side-box2 ul {
	padding-bottom: 20px;
}

#aside .side-box2 li {
	border-bottom: 1px solid #d5d5d5;
}

#aside .side-box2 li a, #aside .side-box2 li a:visited {
	display: block;
	padding: 5px 2px 6px 20px;
	background: url(../img/arr.gif) 1px 10px no-repeat;
	color: #000;
	font-size: 14px;
}

a.external-link {
	color: #000;
}

.csc-sitemap li {
	padding: 5px 30px;
}


.csc-header h3 {
	font-size: 18px;
	padding: 10px 25px;
	margin-top: 10px;
	background: url(../img/cheading_bg.gif) 0 50% no-repeat;
	border-top: 1px solid #ccc;
}

h2.align-left {
	float: left;
/*	clear: both;      */
	color: #c40104;
	line-height: 13px;
	margin: 0;
	padding: 0 10px 0 0;
}

p.align-center {
	text-align: center;
}

#content .fancy-cbox ul, #content .fancy-cbox ol {
	padding-bottom: 20px;
}

#content .fancy-cbox ol li {
	padding: 10px 0px 10px 70px;
	border-top: 1px solid #d5d5d5;
	background: url(../img/fancy_li.gif) 0 10px no-repeat;
}

#content .fancy-cbox ol li.i1 {
	background-image: url(../img/li1.gif);
}

#content .fancy-cbox ol li.i2 {
	background-image: url(../img/li2.gif);
}

#content .fancy-cbox ol li.i3 {
	background-image: url(../img/li3.gif);
}

#content .fancy-cbox ol li.i4 {
	background-image: url(../img/li4.gif);
}

#content .fancy-cbox ol li.i5 {
	background-image: url(../img/li5.gif);
}

#content .fancy-cbox ol li.i6 {
	background-image: url(../img/li6.gif);
}


#content .fancy-cbox li h1 {
	color: #000;
}

.fancy-cbox2 {
	border: 1px solid #d5d5d5;
	background: #f1f1f1;
	margin-bottom: 25px;
}

.fancy-cbox2 .csc-header {
	padding: 10px 10px 5px 15px;
	background: #f1f1f1 url(../img/fancy_bg2.gif) 0 100% repeat-x;
}

.fancy-cbox2 p {
	padding: 10px 15px;
}

/*=CSC-MAILFORM*/
.csc-mailform {
	padding: 0 0 10px 0;
    position: relative;
}

.csc-mailform-field {
	padding: 2px;
	clear: both;
}

.csc-mailform label {
	float: left;
	display: block;
	width: 90px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	position: relative;
	top: 2px;
}

.csc-mailform input {
	width: 120px;
}

.csc-mailform-submit {
	position: relative;
	left: 90px;
	padding: 3px 20px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
/*	border: 1px solid #747474;
	background: #363636 url(../img/btn_bg.gif) 0 0 repeat-x;*/
	border: 1px solid #a00000;
	background: #a00 url(../img/btn_bg2.gif) 0 0 repeat-x;
}


/*C=SC-CONTACT-BOX*/
.csc-contact-box .csc-mailform {
    padding: 0px 35px 20px;
}

.csc-contact-box .csc-mailform-field-submit {
/*    float: right; */
    position: relative;
    top: 10px;
}

.csc-contact-box .csc-mailform-field-submit .csc-mailform-submit {
    left: 0;
}

.csc-contact-box .csc-mailform-field-textarea {
    position: absolute;
    left: 330px;
    top: 0px;
}

.csc-contact-box .csc-mailform-field-textarea textarea {
	width: 280px;
    height: 135px;
    margin-right: 30px;
}

.csc-contact-box .csc-mailform-field-textarea label {
/*    width: auto; */
}


/*=CONTENTTABLE*/
.contenttable {
	margin-bottom: 20px;
}

.contenttable td, .contenttable th {
	border: 1px solid #d5d5d5;
	background: #f1f1f1;
	padding: 10px 15px;
	text-align: center;
}

.contenttable th {
	padding: 15px 17px;
	background: #f1f1f1 url(../img/fancy_bg2.gif) 0 100% repeat-x;
}

.contenttable-1 td {
	text-align: left;
}

.contenttable-1 td.td-0 {
	width: 30%;
}

/*=CSC-CONTACT-BOX*/
.csc-contact-box {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.csc-contact-box .csc-header {
    padding: 2px 2px 10px 45px;
    background: url(../img/phone_ico.gif) 0 6px no-repeat;
}

.csc-contact-box .csc-subheader {
    position: relative;
    top:  -20px;
    left: 45px;
    padding: 0;
    margin-bottom: -20px;
    color: #c40104;
    font-size: 18px;
}

.addresstable {
    margin: 0;
    width: 100%;
}

.addresstable th {
	padding: 10px 8px;
	font-size: 18px;
	font-weight: normal;
    text-align: left;
}

.addresstable th h2 {
    margin: 0;
    padding: 0 0 0 50px;
}

.addresstable th.td-0 h2 {
    background: url(../img/flag_uk.gif) 0px 50% no-repeat;
}

.addresstable th.td-1 h2 {
    background: url(../img/flag_us.gif) 0px 50% no-repeat;
}

.addresstable th.td-2 h2 {
    background: url(../img/flag_de.gif) 0px 50% no-repeat;
}

.addresstable td {
	padding-left: 60px;
}


/*=TT_NEWS*/
.news-list-item {
	padding-bottom: 15px;
}

.news-list-morelink {
	display: none;
}

.news-list-date {
	display: block;
	position: relative;
	top: -10px;
	color: #646464;
	font-size: 11px;
}

.tx-ttnews-browsebox a, .tx-ttnews-browsebox a:visited {
	display: block;
	padding: 0px 6px;
	border: 1px solid #d5d5d5;
	margin: 2px;
}

.tx-ttnews-browsebox a:hover,
.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-SCell a:visited {
	border: 1px solid #a80108;
}

.news-single-rightbox {
	padding-top: 10px;
}




