@font-face {
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular-webfont.ttf');
}
@font-face {
    font-family: "OpenSans-Light";
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: "OpenSans-Bold";
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: "OpenSans-Semibold";
    src: url('../fonts/OpenSans-Semibold.ttf');
}

html{color:#000;background:#FFF; width: 1024px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0;vertical-align: baseline;}
fieldset,img{border:0}
body { font-family: "OpenSans-Regular"; position: relative;}
button { border: 0; background: transparent; }
textarea { width: 100%; }
hr {
  clear:      both;
  margin:     0;
  display:    block;
}
h1,h2,h3 {
  /*color: #4b5485;*/
}
h1 { 
  padding: 50pt 0 0 0;
  margin-bottom: 6pt;
  font-family: "OpenSans-Light"; 
  font-size: 20pt;
  line-height: 20pt;
}
h2 {
  padding: 18pt 0 0 0;
  margin-bottom: 12pt;
  font-family: "OpenSans-Light"; 
  font-size: 18pt;
  line-height: 18pt;
}
h3 {
  padding: 18pt 0 0 0;
  margin-bottom: 12pt;
  font-family: "OpenSans-Light"; 
  font-size: 14pt;
  line-height: 12pt;
  text-align: left;
}
h4 {
  margin-bottom: 2pt;
  font-family: "OpenSans-Semibold"; 
  font-size: 10pt;
  text-align: left;
}

p {
  text-align: left;
  font-family: "OpenSans-Regular";
  font-size: 8pt;
  line-height: 12pt;  
}

label {
  text-align: left;
  font-family: "OpenSans-Regular";
  font-size: 8pt;
  line-height: 12pt;  
}

.outer-center {
  float: right;
  right: 50%;
  position: relative;
}
.inner-center {
  float: right;
  right: -50%;
  position: relative;
  text-align: left;
}
.twocolumn-width {
	padding-right: 20pt;
  width: 240px;
}
.clear {
    clear: both;
}

/* 3col layout - column container */
.column-container {
	margin:0 auto;
	width:640px;
	text-align: left;
	/*padding-bottom: 18pt;*/
  position: relative;
}

.twocol .col1,
.twocol .col2,
.twocolB .col1,
.twocolB .col2 {
	float: left;
  width: 320px;
}
.twocol .col1 {
  padding-right: 10pt;
  width: 310px;
}
.twocol .col2 {
  padding-left: 30pt;
  width: 270px;
}
.twocolB .col1 {
  width: 125px;
}
.twocolB .col2 {
  padding-left: 10pt;
  width: 475px;
}

.threecol .col1,
.threecol .col2,
.threecol .col3 {
	float: left;
  width: 33%;
}
/* *** */

/* float menu*/
#menu-float {
  position:fixed;
  background-image: url('../img/float-bg.png');
  background-repeat: repeat-x;
  padding: 4px 0 0 0;
  font-family: "OpenSans-Semibold";
  font-size: 7pt;
  line-height: 30px;
  text-align: center;   
  width:1024px;
  height: 55px;
  z-index:100;
  color: #fff;
  display: none;
}
#menu-float a { color: #fefefe; text-decoration: none;}
#menu-float a:hover { color: #fefefe; text-decoration: underline;}

#menu-float span.logo-menu {
    background: url('../img/float-logo.png');
    background-repeat: no-repeat;
    width: 63px;
    display: inline-block;
    padding-right: 10pt;
}
#menu-float span.services-menu a {
    background: url('../img/bt-services.png');
}
#menu-float span.services-menu a:hover {
    background: url('../img/bt-services-a.png');
}
#menu-float span.partners-menu a {
    background: url('../img/bt-partners.png');
}
#menu-float span.partners-menu a:hover {
    background: url('../img/bt-partners-a.png');
}
#menu-float span.download-menu a {
    background: url('../img/bt-download.png');
}
#menu-float span.download-menu a:hover {
    background: url('../img/bt-download-a.png');
}
#menu-float span.contacts-menu a {
    background: url('../img/bt-contacts.png');
}
#menu-float span.contacts-menu a:hover {
    background: url('../img/bt-contacts-a.png');
}
#menu-float span.services-menu,
#menu-float span.partners-menu,
#menu-float span.download-menu,
#menu-float span.contacts-menu {
    padding-left: 10pt;
}
#menu-float span.about-menu {
    padding-right: 35pt;
}
#menu-float span.services-menu a,
#menu-float span.partners-menu a,
#menu-float span.download-menu a,
#menu-float span.contacts-menu a {
    background-repeat: no-repeat;
    padding: 0;
    padding-left: 25pt;
    display: inline-block;
}
#menu-float span.services-menu a:hover,
#menu-float span.partners-menu a:hover,
#menu-float span.download-menu a:hover,
#menu-float span.contacts-menu a:hover {
    background-repeat: no-repeat;
}
/* end float menu */

#header { 
  background:#FFF;
  background-image: url('../img/header.jpg');
  text-align: center; 
  width: 1024px; 
  height: 428px; 
  color: #4b5485;
}
#header .section-info {
  font-family: "OpenSans-Regular";
  font-size: 7pt;
  line-height: 12pt;
  padding-bottom: 10pt;
}
#header .about-button {
  background: url('../img/btn-about.png');
  background-repeat: no-repeat;
  font-family: "OpenSans-Semibold";
  font-size: 6pt;
  width: 76px;
  height: 24px;
  margin-bottom: 5pt;
  color: #fefefe;
  cursor:pointer;
}
#header .about-button:hover {
  background: url('../img/btn-about-a.png');
  background-repeat: no-repeat;
  width: 76px;
  height: 24px;
  color: #fefefe;
}
#header span.services-menu a {
  background: url('../img/bt-servicesBig.png');
  width: 88px; 
  height: 88px; 
}
#header span.services-menu a:hover {
  background: url('../img/bt-servicesBig-a.png');
  width: 88px; 
  height: 88px;
}
#header span.partners-menu a {
  background: url('../img/bt-partnersBig.png');
  width: 88px; 
  height: 88px;
}
#header span.partners-menu a:hover {
  background: url('../img/bt-partnersBig-a.png');
  width: 88px; 
  height: 88px;
}
#header span.download-menu a {
  background: url('../img/bt-downloadBig.png');
  width: 88px; 
  height: 88px;
}
#header span.download-menu a:hover {
  background: url('../img/bt-downloadBig-a.png');
  width: 88px; 
  height: 88px;
}
#header span.contacts-menu a {
  background: url('../img/bt-contactsBig.png');
  width: 88px; 
  height: 88px;
}
#header span.contacts-menu a:hover {
  background: url('../img/bt-contactsBig-a.png');
  width: 88px; 
  height: 88px;
}
#header span.services-menu,
#header span.partners-menu,
#header span.download-menu,
#header span.contacts-menu {
    padding: 0pt;
}
#header span.services-menu a,
#header span.partners-menu a,
#header span.download-menu a,
#header span.contacts-menu a {
    background-repeat: no-repeat;
    padding: 0;
    display: inline-block;
}
#header span.services-menu a:hover,
#header span.partners-menu a:hover,
#header span.download-menu a:hover,
#header span.contacts-menu a:hover {
    background-repeat: no-repeat;
}
/* about */
#about {
  background:#fff;
  text-align: center;
  color: #4b5485; position: relative;
}
#about div.header {
  background-image: url('../img/about-header.png');
  background-repeat: no-repeat;
  height: 110px; 
}
#about h2 span {
  background-image: url('../img/icon-about.png');
  background-repeat: no-repeat;
  padding-left: 45px;
  width: 27px; 
  height: 27px; 
}
#about div.content {
  background-image: url('../img/about-bg.png');
  background-repeat: repeat-y; 
}
#about div.content p {
  color: #4c4d4f;
  padding-bottom: 10pt;
}
#about div.content p a {
  color: #5294af;
  text-decoration: underline;
}
/* services */
#services {
  background:#4b5485;
  text-align: center;
  color: #ffffff;
}
#services div.header {
  background-image: url('../img/services-header.png');
  background-repeat: no-repeat;
  height: 110px; 
}
#services h2 span {
  background-image: url('../img/icon-services.png');
  background-repeat: no-repeat;
  padding-left: 45px;
  width: 27px; 
  height: 27px; 
}
#services div.content {
  background-image: url('../img/services-bg.png');
  background-repeat: repeat-y;
}
#services div.content p {
  color: #9daccb;
}
#services div.content p a {
  color: #fff;
  text-decoration: underline;
}
#services div.content #services-rdg {
  background:#9cabca;
  background-image: url('../img/rdg-bg.jpg');
  background-repeat: no-repeat;
  height: 260px;
  display: none;
}
#services div.content #services-lab {
  background:#9cabca;
  background-image: url('../img/laboratore-bg.jpg');
  background-repeat: no-repeat;
  height: 260px; 
  display: none;
}
#services div.content #services-cen {
  background:#9cabca;
  background-image: url('../img/centralninakup-bg.jpg');
  background-repeat: no-repeat;
  height: 260px; 
  display: none;
}
#services div.content #services-kur {
  background:#9cabca;
  background-image: url('../img/ekuryr-bg.jpg');
  background-repeat: no-repeat;
  height: 438px; 
  display: none;
}

#services-kur div.col1 p {
  padding-bottom: 15px;
}
#services-kur div.col2 p {
  color: #2aa3da;
  margin-top: 180pt;
}
#services .service-button {
  background: url('../img/btn.png');
  background-repeat: no-repeat;
  font-family: "OpenSans-Semibold";
  font-size: 6pt;
  width: 60px;
  height: 21px;
  margin-bottom: 15px;
  color: #505b87;
  cursor:pointer;
}
#services .service-button:hover {
  background: url('../img/btn-a.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 21px;
  color: #fefefe;
}
#services .close-button {
  background: url('../img/btn-close.png');
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  cursor:pointer;
  position: absolute; top: 15px; right: 15px
}
#bEkuryrClose.close-button {
  position: absolute; top: 15px; right: -25px
}

/* partners */
#partners {
  background:#FFF;
  text-align: center;
  color: #5098cf;
}
#partners div.header {
  background-image: url('../img/partners-header.png');
  background-repeat: no-repeat;
  height: 110px; 
}
#partners h2 span {
  background-image: url('../img/icon-partners.png');
  background-repeat: no-repeat;
  padding-left: 45px;
  width: 32px; 
  height: 27px; 
}
#partners div.content {
  background-image: url('../img/partners-bg.png');
  background-repeat: repeat-y;
}
#partners table {
  width: 640px;
}
#partners table td {
  vertical-align: top;
  text-align: center;
  height: 80px;
}
#partners table td span.partner-compek a {
  background-image: url('../img/compek.png');
}
#partners table td span.partner-bbraun a {
  background-image: url('../img/bbraun.png');
}
#partners table td span.partner-hartmann a {
  background-image: url('../img/hartmann.png');
}
#partners table td span.partner-lohmann a {
  background-image: url('../img/lohmann.png');
}
#partners table td span.partner-batist a {
  background-image: url('../img/batist.png');
}
#partners table td span.partner-pharmos a {
  background-image: url('../img/pharmos.png');
}

#partners table td span.partner-compek a,
#partners table td span.partner-bbraun a,
#partners table td span.partner-hartmann a,
#partners table td span.partner-lohmann a,
#partners table td span.partner-batist a,
#partners table td span.partner-pharmos a {
  background-repeat: no-repeat;
  height: 40px;
  width: 115px;
  display: inline-block;
  cursor: pointer;
}
#partners table td span.partner-compek a:hover,
#partners table td span.partner-bbraun a:hover,
#partners table td span.partner-hartmann a:hover,
#partners table td span.partner-lohmann a:hover,
#partners table td span.partner-batist a:hover,
#partners table td span.partner-pharmos a:hover {
  background-position: 0 -40px;
}
#partners table {;
}

/* download */
#download {
  background:#edf8fa;
  text-align: center; 
  color: #77b4cb;
}
#download div.header {
  background-image: url('../img/download-header.png');
  background-repeat: no-repeat;
  height: 110px; 
}
#download h2 span {
  background-image: url('../img/icon-download.png');
  background-repeat: no-repeat;
  padding-left: 45px;
  width: 27px; 
  height: 27px; 
}
#download h4 {
  margin-top: 10pt;
}
#download div.content p {
  color: #4c4d4f;
}
#download .download-button {
  background: url('../img/btn-download.png');
  background-repeat: no-repeat;
  font-family: "OpenSans-Semibold";
  font-size: 6pt;
  width: 65px;
  height: 24px;
  padding: 0 0 1pt 10pt;
  margin-bottom: 5pt;
  color: #77b4cb;
  cursor:pointer;
}
#download .download-button:hover {
  background: url('../img/btn-download-a.png');
  background-repeat: no-repeat;
  width: 65px;
  height: 24px;
  color: #fefefe;
}
#download hr {
  border: 1px solid #cae8f1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: none;
}
/* contacts */
#contacts {
  background:#FFF;
  text-align: center; 
  color: #8e77ad;
}
#contacts div.header {
  background-image: url('../img/contacts-header.png');
  background-repeat: no-repeat;
  height: 70px; 
}
#contacts h2 span {
  background-image: url('../img/icon-contacts.png');
  background-repeat: no-repeat;
  padding-left: 45px;
  width: 27px; 
  height: 27px; 
}
#contacts div.content {
  background-image: url('../img/contacts-bg.png');
  background-repeat: repeat-y;
}
#contacts div.content p {
  color: #4c4d4f;
}
#contacts div.content p a {
  color: #8e77ad;
  text-decoration: underline;
}
#contacts table {
  width: 640px;
}
#contacts table td {
  height: 20px;
}
#contacts table td.col1 {
  width: 205px;
  padding: 0;
  margin: 0;
}
#contacts table td.col2 {
  width: 435px;
  padding: 0;
  margin: 0;
}
#contacts label {
  font-size: 8pt;
  color: #4c4d4f;
}
#contacts .input, #contacts textarea { 
  color: #8e77ad;
  text-align: left;
  font-family: "OpenSans-Regular";
  font-size: 8pt;
  line-height: 12pt;  
  padding: 2pt 4pt 2pt 4pt;
  border: 1pt solid #cacaca
}
#contacts .input { 
  margin: 0;
  width: 170px;
}
#contacts textarea { 
  margin: 0;
  width: 420px;
  height: 60px;
}
#contacts .input:focus, #contacts textarea:focus { 
  outline: 1pt solid #8e77ad;
}
#contacts .contact-button {
  background: url('../img/btn-contact.png');
  background-repeat: no-repeat;
  font-family: "OpenSans-Semibold";
  font-size: 7pt;
  width: 60px;
  height: 21px;
  padding-bottom: 2pt;
  margin-bottom: 15px;
  color: #fefefe;
  cursor:pointer;
}
#contacts .contact-button:hover {
  background: url('../img/btn.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 21px;
  color: #8e77ad;
}
#contacts .sendFormButtonContainer {
  margin-top: 15pt;  
}
#contacts .sendFormButtonContainer span {
  margin-left: 10pt;
  font-size: 8pt;
  line-height: 12pt;  
  color: #4c4d4f;
}
/* footer */
#footer {
  background:#FFF;/*
  background-image: url('../img/footer.png');*/
  font-family: "OpenSans-Regular";
  padding: 20pt 0 5pt 0;
  font-size: 5.8pt;
  line-height: 12pt;
  text-align: center; 
  width: 1024px;
  color: #4c4d4f;
}
#footer a {
  color: #4b5485;
  text-decoration: underline;
  padding-right: 5pt;
}

#map {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 415px;
}

table.contactForm td {
  vertical-align: baseline;
}
.section-info {
  font-family: "OpenSans-Regular";
  font-size: 7pt;
  line-height: 12pt;
}

/* tooltip */
.tip {
	background: #606b92;
	border: none;
	padding: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 200px;
	text-align: left;
  font-family: "OpenSans-Regular";
  font-size: 8pt;
  line-height: 12pt;
  color: #fefefe;
  margin-top: 10px;
}
/* arrows - :before and :after */
.tip:before {
	position: absolute;
	top: -9px;
	left: 98px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #606b92;
	border-left: 9px solid transparent;
	/*border-bottom-color: rgba(0, 0, 0, 0.2);*/
	content: '';
}

.tip:after {
	position: absolute;
	top: -8px;
	left: 99px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #606b92;
	border-left: 8px solid transparent;
	content: '';
}

.tip a {
  text-decoration: underline;
  color: #fefefe;
}

.tip h4 {
  font-family: "OpenSans-Regular";
  font-size: 8pt;
  text-decoration: underline;
  padding-bottom: 3pt;
}

.nodisplay {
  display: none;
}
