* {margin:0; padding:0;}
body {
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.container {
	width: 895px;
	margin: 0 auto;
	padding-bottom: 20px;
}

/* ------ header ------ */
.header {
	margin: 34px 0px 30px 0px;
	z-index: 2;
	position: relative;
}

h1.logo-link {
	background: url(/Images/logo.png) no-repeat;
	width: 217px;
	height: 46px;
	float: left;
	margin-bottom: 26px;
	display: block;
}

h1.logo-link a {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	width: 217px;
	height: 46px;
}

.head-right-links {
	width: 480px;
	float: right;
	text-align: right;
	margin-top: 25px;
	position: relative;
}

.head-right-links ul {
	position: absolute;
	list-style-type: none;
	right: 0px;
	margin: 0px;
}

.head-right-links ul li {
	display: inline;
}

.head-right-links ul li a {
	margin-left: 30px;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	
	display: block;
	float: left;
}

.head-right-links ul li a.login-link {
	background: url(/Images/login-lock.png) no-repeat right 0;
	padding-right: 9px;
}

.head-right-links li:hover ul.drop {
	display: block;
}

.head-right-links ul.drop {
	position: absolute;
	list-style-type: none;
	top: 18px;
	left: 30px;
	display: none;
	background: #ffffff;
	border: 1px solid #b8d7ea;
	text-align: left;
	width: 114px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	z-index: 999;
	float: none;
}

.head-right-links ul.drop li {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.head-right-links ul.drop li a {
	display: block;
	height: 16px;
	font-size: 10px;
	line-height: 12px;
	color: #8a8a8a;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 10px;
	float: none;
}

.head-right-links ul.drop li a:hover {
	background: #5ab0e4;
	color: #ffffff;
	text-decoration: none;
}

/* ------ navigation ------ */
.top-menu {
	background: url(/Images/menu-back.png) repeat-x;
	border-top: 1px solid #5eb0e1;
}
.top-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.top-menu li {
	list-style: none;
	display: block;
	float: left;
}

.top-menu li a {
	color: #4a4a4a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 36px;
	display: block;
	padding: 0px 23px;
	font-size: 12px;
}

.top-menu a:hover,
.top-menu li.active a {
	background: url(/Images/menu-hover.png) repeat-x;
	color: #005a8f;
	text-decoration: none;
}

.second-top-menu,
.third-top-menu  {
	background: #ffffff;
	border-top: 0px;
	border-bottom: 1px solid #5eb0e1;
}

.second-top-menu ul,
.third-top-menu ul {
	padding: 0px;
	margin: 0px;
}

.second-top-menu li,
.third-top-menu li {
	list-style: none;
	display: block;
	float: left;
}

.second-top-menu li a {
	color: #9f9f9f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
	display: block;
	margin: 0px 15px;
	padding: 11px 0px 2px 0px;
	font-size: 11px;
	border-bottom: 3px solid #ffffff;
}

.third-top-menu li a {
	color: #9f9f9f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	height: 16px;
	display: block;
	margin: 0px 15px;
	padding: 6px 0px 2px 0px;
	font-size: 11px;
	border-bottom: 3px solid #ffffff;
}

.second-top-menu  a:hover,
.second-top-menu  li.active a,
.third-top-menu a:hover,
.third-top-menu li.active a {
	color: #007ac2;
	border-bottom: 3px solid #5eb0e1;
	text-decoration: none;
}


/* ------ Footer ------- */

.footer {
	border-top: 1px solid #5eb0e1;
	width: 895px;
	margin: 30px auto 0px;
	text-align: left;
	padding: 10px 0;
}

.footer p {
	color: #8b8b8b;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	padding-top: 0px;
}


/* ------ Content ------ */
a {
	text-decoration: none;
	color: #007ac2;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0px solid;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #0079c2;
	font-weight: bold;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 4px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #007ac2;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 4px;
}

h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 16px;
}

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-left: 1px;
}
ul {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 20px;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #c4c4c4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}

label {
	color: #000000;
	font-weight: bold;
}
.go-left {
	float: left;
}
.go-right {
	float: right;
}

/* ------ front page ------ */

.front-page {
	margin-bottom: 27px;
	z-index: 1;
	position: relative;
}

.front-big-picture {
	position: relative;
	display: block;
	z-index: 10;
}


.front-big-picture-rightlink {
	position: absolute;
	width: 130px;
	top: 10px;
	right: 10px;
	color: #ffffff;
}

.front-big-picture-rightlink span {
	font-size: 12px;
	line-height: 18px;
}

.front-big-picture-txt {
	width: 314px;
	height: 123px;
	position: absolute;
	display: block;
	bottom: 5px;
	left: 100px;
	overflow: hidden;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.front-small-box 
{    
	background: #f9f9f9 url(/Images/front-boxback.png) repeat-x top;
	width: 176px;
	padding: 10px 16px;
	margin-right: 20px;
	float: left;
	border-top: 6px solid #0079c2;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}

.front-small-box img {
	margin-bottom: 9px;
}

.front-small-box p {
	color: #434343;
	border-bottom: 1px solid #dfebf2;
	padding-bottom: 12px;
	margin-bottom: 6px;
}

.front-small-box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.front-small-box ul li {
	clear: both;
	display: block;
	border-bottom: 1px solid #dfebf2;
	font-size: 9px;
	line-height: 12px;
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 10px 0px;
}

.front-small-box ul li a img {
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
}

/* ------ products page ------ */

.products-page {
	margin-top: -5px;
}

.col-690 {
	width: 690px;
	float: left;
}

.col-462 {
	width: 462px;
	float: left;
}

.col-176 {
	width: 176px;
	float: right;
}

.col-176 .block {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bebebe;
}

.col-176 .block p,
.ba-single p {
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0px 0px 2px;
}

.col-176 .block p a {
	display: block;
	margin-top: 8px;
}

.ttl-link {
	color: #125d8a;
	margin-bottom: 3px;
	display: block;
}

.col-184 .block {
	border-top:6px solid #0079C2;
	padding: 15px;
}

.col-184 {
	width: 184px;
	float: right;
}

.products-page .col-176 {
	margin-top: 19px;
}

.products-big-picture {
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 40px;
	height: 202px;
	overflow: hidden;
}

.products-big-picture h2 {
	position: absolute;
	top: 39px;
	left: 205px;
	line-height: normal;
}

.products-big-picture p {
	position: absolute;
	top: 81px;
	left: 205px;
	width: 454px;
	height: 54px;
	overflow: hidden;
	color: #ffffff;
	padding: 0px;
}

.products-big-picture a {
	position: absolute;
	left: 205px;
	bottom: 15px;
}

a.contact-clip {
	background: url(/Images/contact-clip.png) repeat-x;
	height: 40px;
	width: 150px;
	display: block;
	padding: 13px;
	color: #ffffff;
	font-size: 13px;
	line-height: normal;
	margin: 10px 0px 7px;
}

a.contact-clip span {
	font-size: 21px;
	line-height: 26px;
}

.tabs {
	background: url(/Images/tabs-ul.png) no-repeat top;
	width: 689px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d3;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
}

.tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabs ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #e0e0e0;
	border-bottom: 1px solid #d3d3d3;
}

.tabs ul li a {
	background: url(/Images/tabs-ul-link.png) repeat-x;
	display: block;
	color: #939393;
	font-size: 12px;
	line-height: 32px;
	padding: 0px 10px;
	text-align: center;
	min-width: 46px;
}

.tabs ul li.active {
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #f4f4f4;
}

.tabs ul li a:hover,
.tabs ul li.active a {
	color: #0079c2;
	text-decoration: none;
}

.tabs .content {
	width: 668px;
	padding: 26px 10px 20px;
	overflow: hidden;
}

.tabs .content .inner {
	width: 200px;
	float: left;
	margin-right: 24px;
}

.tabs .content img,
.prod-tabs img {
	margin-bottom: 12px;
}

.tabs .content ul li
{
    color: #000000;
}

.tabs .content p,
.prod-tabs p {
	padding: 0px 1px 2px 0px;
	width: 200px;
	overflow: hidden;
}

.prod-tabs {
    background: transparent;
    border: 0px;
    border-collapse: collapse;
    width: 668px;
}

.prod-tabs td {
    width: 200px;
    padding: 0px 10px;
    vertical-align: top;
    text-align: justify;
}

.picture-gallery .ttl {
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}

.picture-gallery .gallery-right-links {
	width: 200px;
	float: right;
	margin: 0px;
}

.picture-gallery .gallery-right-links ul {
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
}

.picture-gallery .gallery-right-links ul li {
	display: inline;
}

.picture-gallery .gallery-right-links ul li a {
	margin-left: 30px;
	font-size: 10px;
	line-height: normal;
}

.picture-gallery .big-img {
	background: #e7e7e7;
	padding: 7px 9px;
	margin-top: 12px;
	width: 444px;
	text-align: center;
}

.picture-gallery .thumbs {
	margin: 10px 0px 0px 0px;
	width: 462px;
	overflow: hidden;
}

.picture-gallery .thumbs a img {
	width: 49px;
	height: 36px;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	opacity: 0.4;
}

.picture-gallery .thumbs a:hover img {
	opacity: 1;
}

.picture-descr {
	background: #ffffff url(/Images/picture-descr-back.png) no-repeat top;
	width: 154px;
	padding: 21px 15px 15px 27px;
	margin-top: 70px;
	float: right;
}

.picture-descr h5 {
	padding-bottom: 12px;
}

.picture-descr p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

/*------------ Business Areas Pages -----------*/

.business-areas-page .col-690 {
	padding-top: 10px;
}

.ba-single {
	width: 208px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 25px;
}

.ba-single a img {
	margin-bottom: 15px;
	display: block;
}

/*----------------- Std Customized Page + Cost Effectiveness Page + About Us Page -------------------*/

.std-customized .col-690,
.cost-effect .col-690,
.about-us .col-690,
.contact .col-690 {
	padding-top: 4px;
}

.std-customized .big-img,
.cost-effect .big-img,
.about-us .big-img {
	margin: 12px 0px 16px;
}

.std-customized p,
.cost-effect p,
.about-us p {
	line-height: 23px;
}

.std-customized p img,
.cost-effect p img,
.about-us p img {
	float: left; 
	margin: 10px 10px 0px 0px;
}

.std-customized h2,
.cost-effect h2,
.about-us h2 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}

.std-customized ul,
.cost-effect ul,
.about-us ul {
	list-style-type: none;
	margin: 3px 0px 20px 0px;
}

.std-customized ul li,
.cost-effect ul li,
.about-us ul li {
	background: url(/Images/list-style-type-disc.png) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 15px;
	line-height: 23px;
}

.std-customized ol,
.cost-effect ol,
.about-us ol {
	margin: 3px 0px 20px 20px;
}

.std-customized ol li,
.cost-effect ol li,
.about-us ol li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 23px;
}

/*-------------- Contact Page ---------------*/

.contact-list {
	margin-bottom: 28px;
}

.contact-list ul {
	list-style-type: none;
	margin-left: 0px;
}

.contact-list ul li {
	margin: 0px 0px 5px 0px;
}

.contact-form {
	background: url(/Images/contact-back.png) no-repeat top;
	width: 402px;
	padding: 25px;
	float: left;
}

.contact-form label {
	margin-bottom: 5px;
	display: block;
}

.contact-form input {
	padding: 8px 2px 7px;
	margin-bottom: 15px;
	width: 318px;
}

.contact-form input.but {
	text-align: left;
	border: 0px;
	color: #007ac2;
	padding: 5px 0px;
	margin: 0px;
	cursor: pointer;
}

.contact-form textarea {
	padding: 5px 2px;
	margin-bottom: 20px;
	height: 126px;
	width: 398px;
	overflow: auto;
}

.country-sel {
	width: 208px;
	float: right;
}

.country-sel ul {
	list-style-type: none;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

.country-sel ul li {
	display: block;
	background: #f2f8fc;
	border-bottom: 1px solid #ebebeb;
	margin: 1px 0px;
}

.country-sel ul li a {
	display: block;
	line-height: 26px;
	font-size: 12px;
	color: #007ac2;
	padding: 0px 10px 1px 10px;
	font-weight: normal;
	width: 188px;
}

.country-sel ul li a:hover,
.country-sel ul li.active a {
	text-decoration: none;
	background: #d9ebf6;
	font-weight: bold;
}

/*----------------------- News Page ---------------------------*/

.news ul {
	margin: 0px;
	list-style-type: none;
}

.news ul li {
	padding: 30px 10px 30px 0px;
	border-bottom: 1px solid #bebebe;
}

.news ul li a img {
	display: block;
	float: left;
}

.news-descr {
	width: 440px;
	float: right;
	line-height: 22px;
}

.news-descr a {
	display: block;
}

.news-descr p {
	padding: 0px;
}

.paging {
	float: left;
}

.paging ul {
	list-style-type: none;
	float: left;
	margin: 0px;
}

.paging ul li {
	display: block;
	float: left;
	padding: 10px 3px;
	border: 0px;
}

.currentPageLink
{
    text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.last,
.tabs .content .last,
.picture-gallery .thumbs a.last img,
.business-areas-page .last 
{
    margin-right: 0px;
    }
    
    
table.prod-tabs td {
  vertical-align: top;
  width: 33%
}

/*------------------------------------------------*/
/*-------------------------------------------------30.03.2010*/
/*------------------------------------------------*/

.col-690 p.txt_bold{
    padding: 10px 0 29px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    color: #000;
}
.contact-form select {
    margin-bottom:15px;
    width:322px;
}

.contact-form input.small{
    float: left;
    width: 186px;
    margin-top: 9px;
    padding: 4px 2px 4px;
    font-size:11px;
    font-weight: normal;
    color: #b4b4b4;
}

.contact-form  img{
    float: right;
}

.picture-descr.contact-address{
    margin-top: 0;
}

.picture-descr.contact-address p{
    font-size: 13px;
    color: #010101;
}
   
.picture-descr.contact-address a{
    font-size: 16px;
    font-weight: bold;
    color: #007ac2;
}

.picture-descr.contact-address p a{
    font-size: 13px;
    font-weight: normal;
    color: #007ac2;
}
