@charset "utf-8";
html, body{
	margin: 0;
	padding: 0;
}

body {
	font-family:verdana;
	font-size:12px;
	background:#fcfcfc;
}
.custom-box {
        padding: 10px; 
        background-color: rgb(239, 225, 228);
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;
}

.no-vertical {
	-moz-transform: none !important;
	-moz-transform: rotate(0deg);
}
img{
	border: 0px;
}

img.alignright {
        float: right;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.thumb{
        width: 250px !important;
        height: 183px !important;
}

img.thumb-small{
        width: 150px !important;
        height: 83px !important;
}

.clearBoth {
	clear: both;
	height: 0px;
	font-size: 0px;
}

p.over-image{
        display: block;
        position: absolute;
        top: 140px;
        margin-left: 30px !important;
        width: 400px;
        font-size: 12px;
        color: #393939;
}

.boxContent {
        position: relative !important;
}

#mainContainer{
	font: normal 12px Verdana;
	font-size:12px;
	font-family:arial;
	background-color: #fff;
	width:960px;
	margin:0 auto;
	border-left:1px solid #EFE1E4;
	border-right:1px solid #EFE1E4;
}

#mainContainer p {
	padding: 10px 0 0 0;
	margin: 0;	
}

#header{
	/*
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-y;
	*/
	background:#fcfefc;
	height: 75px;
	width: 100%;
	font-size:11px;
}
#logo{
	float:left;
	width: 170px;
}
#slogan{
	float:left;
	padding-top:6px;
	margin-left:20px;
}
#menuLanguages, #menuLanguagesInside {
	float:right;
	padding-right:8px;
	padding-top:7px;
}
#menuLanguages ul, #menuLanguagesInside ul {
	padding: 0;
	margin: 0;
}
#menuLanguages ul li, #menuLanguagesInside ul li {
	float:left;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial;
}
#menuLanguages a, #menuLanguagesInside a{
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#blogLink{
	float:right;
	padding-left:200px;
	padding-top:7px;
	padding-right:8px;
	text-align:right;
	width:300px;
}
#blogLink2 {
	float:left;
	padding-left:200px;
	padding-top:7px;
	margin-left:240px;
}
#blogLink a{
	color: #333;
	font-weight: bold;
	text-decoration:none;
}
#topContent {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	font-size:11px;
}
#menuLevel1 {
	float: left;
	width:746px;
}

#menuLevel1  ul{
	margin: 0;
	padding-left:0px;
}

#menuLevel1  ul li{
	float:left;
	list-style-type: none;	
}
#menuLevel1  a{
	font: bold 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 25px;	
	/*padding: 6px 13px;*/
	padding: 6px 7px;
}
#menuLevel1  a:hover{
	background-color: #666666;	
	text-decoration: underline;	
}
#menuLevel2 {	
	background-color: #FFFFFF;
	border-bottom: solid 1px #EFE1E4;
	height: 21px;
	margin-right:0;
}

#menuLevel2 img{
	float:left;	
}
#menuLevel2 ul{
	float:left;
	margin: 0;
	padding-left:0;
}

#menuLevel2  ul li{
	float:left;
	list-style-type: none;	
}
#menuLevel2  a{
	font: bold 10px Tahoma;
	color: #730019;
	text-decoration: none;	
	line-height: 20px;	
	padding: 5px 6px;
}
#menuLevel2  a:hover{
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: underline;	
}

#menuLevel3Container {
	/*background:#f8f8f9;*/
	background:#FFFFFF url(../images/bg_menu_left.png) repeat-x; 	
	float:left;
	height:370px;
	padding-top:8px;
}
#menuLevel3 {
	width:149px;
	padding: 5px 13px 5px 8px;
	text-align:right;
}

#menuLevel3 ul{
	margin:0;
	padding:0;
}

#menuLevel3  ul li{
	list-style-type: none;
	padding-top: 10px;	
}
#menuLevel3 a{
	font: bold 10px Arial; 
	color: #730019; 
	text-decoration: none;	
	line-height: 15px;
	font-size:12px;
}
#menuLevel3  a:hover{
	color: #343434; 
	text-decoration: underline;
}

#contentContainer {
	float: left;
}


#searchBox  {
	float: right;
	padding-left:5px;
	padding-right:5px;
}
#searchBox  .inputSearch {
	float: left;
	margin-top: 3px;
}
#searchBox .inputSearch input, #searchBox input[type="text"] {
	font: normal 11px Arial;
	width: 170px;
	border:1px solid #73011a;
	padding:2px 0 3px;
}
#searchBox .imageSearch {
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}
#searchBox  .imageSearch  input {
	height: 18px;
	border: 0;
	width: 55px;
}
#mainContent {
	/*
	padding-left: 7px;
	padding-top: 1px;
	*/
	width: 960px;
	background-color: #EFE1E4;
}
#mainContentInside{
	padding-top: 0px;
	width: 953px;
	/*
	border-left: solid 7px #EFE1E4;	
	*/
	background-color: #FFFFFF;
	height: 100%;
}
#contentItemInside {
	border-right: solid 1px #EFE1E4;
	width: 744px;
	float: left;
}
#rightContent {
	float:left;
	width: 204px;
	background-color: #FFFFFF;
	height: 100%;	
}
#selectLanguages{
	width: 192px;
	padding: 2px 2px 3px 10px;
	height: 13px;
	font: bold 11px Tahoma;
	color:#2B2B2B;
	background-image: url(../images/bg_language.gif);
}
.sloganText {
	font-family:verdana;
	padding:3px 8px;
	font-size:150%;
}
.sloganTextBold {
	font-size: 14pt;
	font-family: Times New Roman;
	font-weight: bold;
}
.spacer-gif, .spacer-gif img{
	display: none;
}
.teaser {	
	margin: 10px 9px;
	position: relative;
}
.teaserContent {
	/*
	background-color: #EFE1E4;
	*/
	padding: 3px;	
}

.teaserContent-random {
	/*
	background-color: #EFE1E4;
	*/
	padding: 3px;
	position:absolute;
        text-align:center;
        top:15px;
        left: 79px;
}

.teaserContent-random  a{
	color:#730019;
	text-decoration:none;
	font: normal 9px Arial;
}
.teaserContent-random a:hover{
	color:#313131;
	text-decoration:underline;
}

.teaserContent  a{
	color:#730019;
	text-decoration:none;
	font: normal 10px Verdana;
}
.teaserContent  a:hover{
	color:#313131;
	text-decoration:underline;
}

.teaserTitle {
	font: bold 12px Tahoma;
	color: #720019;
	padding: 2px 10px 2px;
	
}

.contentPage {
	padding: 10px;
	float:left;
	/*width:552px;*/
}
.contentTitle {
	font: bold 12px Tahoma;
	color: #2B2B2B;
	padding:2px 2px 3px 10px;
}
.noBackground {
	background-color: #FFFFFF;
}
.noBackground .borderImage{
	display: none;
}
.withBackground {
	background-color: #EFE1E4;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#leftContent {
	border-top: solid 1px #EFE1E4;
	width: 744px;
}



#topImages {
	width: 100%;
	height: 176px;
	
}
#topImages  ul {
	margin: 0;
	padding: 0;
}
#topImages  ul li {
	float:left;
	list-style-type: none;
}
#footerMenu ul{
	margin: 0;
	padding: 0;
	padding-left: 21px;
	float:right;
	padding-right:10px;
}
#footerMenu ul li {
	float:left;
	list-style-type: none;
	color: #730019
}
#footerMenu a{
	font: normal 10px Tahoma;
	color: #730019;
	font-size:11px;
	text-decoration: none;	
}
#footerMenu  a:hover{
	color: #666666;	
	text-decoration: underline;	
}
#copyright {
	font: bold 10px Tahoma;
	color: #333333;
	padding: 4px 4px 10px 21px;	
}
table td {
	font: normal 12px Arial;
}
a {
	color: #730019;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
	color: #730019;
}
.teaserItem{
	padding-top: 10px;
}
.backgroundWhite {
	background-color: #FFFFFF;
	padding: 15px 17px 1px 17px;
}
.boxItem {
	float:left;
	margin: 4px;
	background-color: #EFE1E4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 0;
}
.headBox {
	float:left;
	color: #720019;
	font: bold 12px Tahoma;
	padding-left: 13px;
	padding-top: 6px;
}
.headBoxText{
	float:left;
	font: bold 12px Tahoma;
	padding-top: 6px;
}
.boxContent {
	padding: 0 10px 10px 10px;
}
.contentSmall{
	width: 552px;
}
.contentBig{
	padding: 10px;
	width: 700px;
}
.boxItemTeaser {
	/*
	background-color: #EFE1E4;
	*/
}
.boxContentTeaser {
	
}

.borderImage {
	border: 0;
	width: 3px;
	height: 3px;
}
.leftAlign {
	float: left;
	width: inherit;
}
.rightAlign {
	float: right;
}
.newsBox {
	width: 300px;
}
.productsBox {
	width: 300px;
}
.blogBox {
	width: 608px;
}

.newsletterBox {
	width: 300px;
}
.footer {
	margin: 0;
	padding:  1px 0;
}
.footer2 {
	margin:-5px -7px 0 0;
	padding:0;
}
hr.footerLine {	
	background-color:#730019;
	border:0;
	color:#730019;
	height:1px;
	width:100%;
}
.topImage{
	position: relative;
	width: 745px;
	height: 81px;
	/*background-image: url(../images/bg_products.jpg);*/
}
.levelPage1 {
	position: absolute;
	top: 2px;
	left: 7px;
	font: normal 18px Tahoma;
	color: #730019;
}
.levelPage1 h1{
	font: normal 18px Tahoma;
	color: #730019;
	margin: 0;
	padding: 0;
}
.level23{
	position: absolute;
	top: 24px;
	left: 37px;
}
.levelPage2, .levelPage2  h2{	
	font: normal 30px Tahoma;
	color: #333333;
	margin: 0;
	padding: 0;
	display: inline;
}
.levelPage3, .levelPage3 h3 {	
	font: normal 20px Tahoma;
	color: #666666;	
	margin: 0;
	padding: 0;
	display: inline;
}
.titleNews {
	font-weight: bold;
	padding: 5px 0;
}

.form-label {
	float:left;
	width:90px;
}

.newsletter_go {
	border:1px solid #bbb;
	background:#e0e0e0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:4px;
	cursor:pointer;
}

.newsletter_go:hover {
	border:1px solid #999;
}

#download_menu {
	margin-left:20px;
}

table tr {
	border-bottom:1px solid #EFE1E4;
}

.pdf_icon {
	background:url(../images/pdf.gif) no-repeat right center;
	padding-right:18px;
}

.jpg_icon {
	background:url(../images/jpg.png) no-repeat right center;
	padding-right:18px;
}

.huge-content {
	width:725px;
}

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

.collapse-handler {
	background:#fafafa url(../images/collapse-up.png) no-repeat right center;
	border:1px solid #f6f6f6;
	cursor:pointer;
	font-size:120%;
	margin-bottom:5px;
	padding:7px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:98%;
}

.collapse-handler.closed {
	background-image:url(../images/collapse-down.png);
}

.collapse-handler:hover {
	background-color:#f3f3f3;
	border-color:#f0f0f0;
}

.collapse-content {
	background:#EFE1E4;
}

.collapse-content td {
	background:#f8f1f2;
	padding-left:7px;
	border-bottom:5px solid #EFE1E4;
	border-top:5px solid #EFE1E4;
}

.collapse-content tr {
        padding-bottom: 10px;
}

.collapse-content ul {
	padding:4px 10px
}

.collapse-controls {
	text-align:right;
	padding:5px;
}

.collapse-controls a {
	margin-left:10px;
	text-decoration:none;
}

#ropardo_map {
	height:300px;
	width:330px;
	position:absolute;
        top:272px;
        left: 539px;
}

.ha_box {
	border-right:1px solid #EFE1E4;
	border-bottom:1px solid #EFE1E4;
	display:block;
	float:left;
	margin:5px;
	padding:5px;
	width:338px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height: 350px;
}

.ha_box ul {
	margin:5px 5px 5px 25px;
	padding:0;
}

.ha_box ul li {
	margin:6px 0;
	list-style-image:url(../images/bullet_arrow.png);
}

.ha_box p {
	font-size:110%;
	font-style:italic;
}

.contentPage li {
	list-style-image:url(../images/bullet_arrow.png);
	margin-bottom:5px;
}

.withBackground .imgtext-table {
	margin:10px;
}

.boxContent th {
	-moz-transform:rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	
}

.boxContent ul {
	padding-left:20px;
}

#servicii-home {
	width: 550px;
	display: block;	
	font-family: Arial, Helvetica, sans-serif;
}
#servicii-home .arrow-box{
	background: url(../images/arrow.gif) no-repeat;
	height: 58px;
	width: 150px;
	float: left;
	margin-right: 33px;
}

#servicii-home .arrow-box span{
	height: 100%;
	width: 135px;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-left: 0;
	/*line-height: 58px;*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
}

#servicii-home table td {
	vertical-align: top;
}

#servicii-home .arrow-box span.custom-line-height{
	line-height: 58px;
	padding-top: 0px;
}

#servicii-home #custom{
	width: 100%;
	border: none;
	clear: left;
}

#servicii-home #custom ul{
	list-style-type: square;
	color: #A65D6F;
	padding: 0;
	padding-left: 15px; 
	width: 150px;
}

* html #servicii-home #custom ul{
	margin-left: 0px;
}

* html #servicii-home #custom ul ul{
	margin-left: 0px;
}

#servicii-home a{
	color: #730019;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#servicii-home a:hover{
	color: #000000;
	text-decoration: underline;
}	

#servicii-home #custom ul ul li a{
	font-size: 11px;
	font-weight: normal;
}

#resarch_forms{
display:block;
font-family:Arial,Helvetica,sans-serif;
width:560px;

}
.arrow_m{
background: url(../images/arrow_mica.jpg) no-repeat;
float:left;
height:42px;
width:130px;
margin-right:11px;

}
.arrow_m2{
background: url(../images/arrow_mica2.jpg) no-repeat;
float:left;
height:42px;
width:130px;
margin-right:6px;

}

#resarch_forms .arrow_m span {
color:#630023;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:100%;
margin:0 auto 0 0;
text-align:center;
width:115px;
}
#resarch_forms .arrow_m2 span {
color:#C0C0C0;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:100%;
margin:0 auto 0 0;
padding-top:1px;
text-align:center;
width:115px;
}
.alin{
padding-top:15px;
}
.alin_r{
padding-top:8px;
}
#resarch_forms  #custom {
border:medium none;
clear:left;
width:100%;
}
#resarch_forms table td {
vertical-align:top;
}
* html #resarch_forms #custom ul{
	margin-left: 0px;
}
#resarch_forms #custom ul {
color:#A65D6F;
list-style-type:square;
padding:0 0 0 8px;
width:127px;
}
#resarch_forms #custom ul li{
color:#730019;
font-size:11px;

}

.image{
background: url(../images/gif_2.gif) no-repeat;
color:#716F6E;
display:block;
float:left;
font-family:Times New Roman;
font-size:25px;
height:48px;
line-height:88px;
padding-bottom:6px;
padding-left:36px;
width:105px;
}
.aliniere{
padding-top:10px;

}

.form{
float:left;
margin-bottom:8px;
width:225px;

}
#mainContainer label{
float:left;
padding-right:10px;
text-align:right;
width:100px;
}
fieldset {
border:0 none;
padding:0;
}
legend {
font-family:Tahoma;
font-size:12px;
font-weight:bold;
margin-bottom:10px;
}
.alin2{
margin-left:105px;
}

fieldset.fieldset-contact{
  width: 350px;
  margin-top: -200px;  
}

img.tx-srfreecap-pi2-image{
  width: 125px;
}

table.case-study img{
  border: 1px solid #000000;
  margin-right: 10px;
}	

a span:hover{
  text-decoration: none;
}

* html #content #mainContent #contentItem .backgroundWhite .leftAlign{
   width: 280px;
   display: block;
}

* html #content #mainContent #contentItem .backgroundWhite .leftAlign .newsBox{
   width: 280px;
}

* hmtl .contentSmall {
   width: 542px;
}

* html #servicii-home{
  width: 525px;   
}

* html #rightContent, * html #rightContent .teaserImage img{
  width: 187px;  
}

* html fieldset.fieldset-contact {
  margin-top: -150px;
}

* html #servicii-home .arrow-box{
  margin-right: 25px;
}

* html #resarch_forms{
  width: 535px;
}  

* html #resarch_forms .arrow_m{
  margin-right: 2px;
}

* html #resarch_forms #custom ul{
  width: 120px;
}

* html .ha_box{
  width: 328px;
}

ul.front-bullet{
  color: #A65D6F;
  list-style-type:square;
  padding: 0;
  margin: 0;
  margin-lefT: 15px;
}

span.innovation-title{
  color:#585858;
  display:block;
  float:left;
  font-size:22px;
  height:62px;
  line-height:97px;
  margin-left:-15px;
  width:230px;
}

.box-over-image{
  display: block;
  left: 20px;
  position: absolute;
  top: 0px;
}

.box-over-image p{
  color: white;
  font-family: Verdana;
  font-size: 18px;
  line-height: 26px !important;
}

#productsBox {
	/*margin-top: -12px;*/
}

#newsletterBox {
	/*margin-top: -14px;*/
}

#newsletterBox p.form-row{
	margin: 0;
}

.boxItem #blogBox {
	position: static !important;
}