@import url('tabs.css');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus { outline: 0; }

ol, ul { list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

.clearfix:after, 
#product-details:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img.left { margin: 0 10px 10px 0;}

input {
  border: 0;
  outline: none;
  vertical-align: middle;
}


/*------ GENERAL STYLES ---------------*/
body {
  background: #f3f3f3;
  font-family:  'Helvetica Neue LT', Arial, sans-serif;
  color: #646464;
 }

a {
  text-decoration: none;
  color: #ff2d00;
}

a:hover {
  text-decoration: underline;
}

/* ----- GENERAL TYPOGRAPHY RULES -----*/
a.view-more {
  font-size: 13px;
  font-weight: bold;
  color:#46b4ea;
}

#right-col h4{
  font-size: 14px;
  font-weight: normal;
  color: #686868;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.content h2 a {
  color: #ff2d00;
  font-size: 14px;
  font-weight: bold;
  width: 320px;
  float: left;
}

.content span.date {
  font-size: 10px;
  color: #bfbfbf;
  float: right;
  overflow: hidden;
  width: 150px;
  text-align: right;
  margin-top: 2px;
  white-space: nowrap;
}
h2 {
  color: #ff2d00;
}
h2#left-contact {
  padding-top: 10px;
  float: left;
  color: #ff2d00;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
  padding: 10px 0px;
}

/* ----- SPRITE THINGS UP ------------ */
#featured-content-module ul#actions li a,
#header h1#identity a,
ul#nav li a,
#mycarousel-prev,
#mycarousel-next,
.newsletter-top,
.input-text,
input#signup-btn,
ul#lang li,
input#reset,
input#submit  
{
  background: url(../images/sprite.png) no-repeat;
}

/* ----- GENERAL STRUCTURE -----*/
#homepage { background:#f3f3f3 url(../images/home.jpg) no-repeat fixed 100% 20px;}
#productspage {background: #f3f3f3 url(../images/products.jpg) no-repeat fixed 100% 20%;}
#servicespage {background: #f3f3f3 url(../images/services.jpg) no-repeat fixed 100% 0;}
#infopage {background: #f3f3f3 url(../images/info.jpg) no-repeat fixed 100% 0%;}
#companypage {background: #f3f3f3 url(../images/company.jpg) no-repeat fixed 100% 0%;}
#academypage {background: #f3f3f3 url(../images/academy.jpg) no-repeat fixed 100% 20%;}
#contactpage { background:#f3f3f3 url(../images/contact.jpg) no-repeat fixed 100% 20px;}
#loginpage { background:#f3f3f3 url(../images/login.jpg) no-repeat fixed 100% 20px;}

#outter {
  width: 998px;
  margin:0 auto;
}

#homepage #site, #productspage #site, #servicespage #site {
  padding-top: 10px;
}

#site {
  width: 984px;
  min-height: 200px;
  padding: 0px 10px 10px 14px;
  background: url(../images/site-bg.png) repeat-y;
}

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

#left-col {
  /* modified 06 08 09 */
  width: 660px;
  min-height: 200px;
  float: left;
  padding:0;
  margin-top:0;
  margin-bottom: 10px;
}
#right-col {
  width: 310px;
  padding-left: 10px;
  padding-bottom: 10px;
  min-height: 200px;
  float: left;
  padding-top: 10px;
}

/* ----- HEADER -----------*/
#header {
  height: 150px;
  margin-top: 30px;
}

  #header h1#identity a {
    display: block;
    width: 210px;
    height: 83px;
    background-position: 0 0;
    margin-left: 12px;
    text-indent: -9999px;
  }

ul#nav {
  height: 40px;
  float: left;
  margin-bottom: -2px; /* ie6 sucks */
  margin-top: 27px;
}
  ul#nav li {
    float: left;
    margin-left: 10px;
  }
  ul#nav li a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 42px;
    background-position: -215px -43px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  ul#nav li a:hover,
  ul#nav li a.selected {
    background-position: -215px -1px;
    text-decoration: none;
  }

ul#lang {
  float: left;
  margin: 10px 0 0 20px;
  overflow: hidden;
}
  ul#lang li {
    padding-left: 20px;
    line-height: 14px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #999;
  }
  ul#lang li a {
    font-size: 11px;
    color: #000;
  }
  ul#lang li a:hover {
    color: #fd2000;
    text-decoration: none;
  }
  ul#lang li#en-ico {background-position: -321px -35px;}
  ul#lang li#de-ico { background-position: -321px -57px;}
  ul#lang li#fr-ico {background-position: -321px -77px;}

/* FOOTER */
#footer {
  background: url(../images/footer-bg.png) no-repeat left top;
  width: 1008px;
  font-size: 11px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
  #footer ul {
    width: 540px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
  }

  #footer ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #646464;
    text-transform: uppercase;
  }
  
  #footer ul li.last {
    border-right: none;
  }
  
  #footer ul li a {
    color: #646464;
  }
  
  #footer ul li a:hover {
    color: #ff2d00;
  }
  
  #footer p {
    float: left;
    text-align: center;
    width: 1008px;
    margin-bottom: 20px;
  }

/* HOMEPAGE VERTICAL SLIDER */
#featured-content-module {
  width: 650px;
  overflow: hidden;
}

#featured-content-module ul#actions {
  width: 128px;
  height: 240px;
  float: left;
}

  #featured-content-module ul#actions li a {
    display: block;
    vertical-align: center;
    width: 98px;
    height: 42px;
    padding: 18px 26px 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-position: -1px -88px;
  }
  #featured-content-module ul#actions li a:hover {background-position: -1px -208px; }
  #featured-content-module ul#actions li a.selected {background-position: -1px -148px;}
  #featured-content-module ul#actions li a.padded { line-height: 28px;}

ul#actions {
  margin-right: -20px;
  position: relative;
  z-index:2;
}

ul.slideshow {
  width: 540px;
  height: 240px;
  padding:0;
  overflow: hidden;
}
ul.slideshow li {
  width: 540px;
  height: 240px;
  /*padding-left: 20px;*/
  float: left;
}


/* PRODUCTS CAROUSEL */
.jcarousel-container {
  position: relative;
  width: 840px;
  margin: 20px auto;
  overflow: hidden;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 840px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;

}

.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

#slider-container {
  background: url(../images/carousel-bg.png) repeat-x;
  width: 980px;
  height: 180px;
  border-bottom: 2px solid #d72509;
  overflow: hidden;
}
#slider-container h2 {
  color: #fff;
  padding: 12px 0 5px 15px;
  text-transform: uppercase;
}
#slider-container ul#mycarousel {
  /*width: 840px;*/
  
  overflow: hidden;

}

#slider-container ul li {
  width: 120px;
  margin-top: 3px!important;
  margin-top: 8px!important!;
  margin-top: 8px;
  
}
#mycarousel-prev {
  background-position: -135px -107px;
  float:left;
  margin-left: 20px;
}
#mycarousel-prev:hover {background-position: -135px -137px;}
#mycarousel-next{ 
 background-position: -166px -107px;
 float:right;
 margin-right: 20px;
}    
#mycarousel-next:hover {background-position: -166px -137px;}  
#mycarousel-prev, #mycarousel-next {
  width: 30px;
  height:29px;
  margin-top: -100px;
}

div#carousel-inner {
  background: url(../images/carousel-inner-bg.png) repeat-x;
  height: 140px;
  margin-top: 0px;
  padding-top: 5px;
  width: 950px;
  margin-left: 15px;
}

/* TABS PANEL CONTENT | for tabs go to tabs.css*/

.ui-tabs-panel ul {
  margin-left: 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 280px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.ui-tabs-panel p a {
  font-weight: bold;
  color:#46b4ea;
  margin-left: 10px;
}

.ui-tabs-panel ul li {
  list-style: disc inside;
  padding: 8px 5px;
}

.ui-tabs-panel ul li a {
  font-size: 13px;
  color: #646464;
}

.ui-tabs-panel ul li a:hover {
  color: #ff2d00;
  text-decoration: underline;
}


/* HOMEPAGE SPECIFICS*/
div.column {
  float: left;
  width: 320px;
  margin-right: 7px;
  margin-top: 20px;
}

div.column .last {
  margin-right:0;
  margin-left:0;
}

div.column h2 {
  font-size: 16px;
  font-weight: bold;
  color: #ff2d00;
  border-bottom: 1px solid #ff2d00;
  padding-bottom: 2px;
  margin-bottom: 16px;
}

div.column p {
  font-size: 13px;
  line-height: 18px;
  color: #646464;
  padding-bottom: 10px;
}

div.column img.left { padding-bottom: 50px;}
div.column ul { margin-bottom: 10px;}
div.column ul li {
  list-style: disc inside;
  padding: 5px;
}

div.column ul li a {
  font-size: 13px;
  color: #646464;
  diplay: block;
}
div.column ul li a:hover {
  color: #ff2d00;
  text-decoration: underline;
}

ul#academy-list li{
  list-style: none;
  display: block;
  width: 313px;
}
ul#academy-list li div.pic-holder {
  width: 70px;
  float: left;
}
ul#academy-list li img.left {padding-bottom:0 !important;}
ul#academy-list li a {
  border: 1px solid #fff;
  display: block;
  padding: 2px 4px 2px 20px;
}
ul#academy-list li a:hover {
  border: 1px solid #c8c8c8;
  color: #fd2000;
  text-decoration: none;
}

ul#academy-list li a p {
  padding-bottom:0;
}


/* PIPE */
div.pipe {
  clear: both;
  background: url(../images/pipe-bg.png) repeat-x;
  height: 50px;
  width: 980px;
}

div.pipe h4 {
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  line-height: 55px;
  text-transform: uppercase;
  margin-left: 15px;
  float: left;
}
  div.pipe h4 span {
    margin-top: -40px;
  }
    div.pipe h4 span a.view-more {
      font-size: 13px;
      text-transform: lowercase;
      font-weight: normal;
    }

div.pipe ul {
  margin-left: 20px;
  float: left;
}

div.pipe ul li {
  float: left;
  padding: 5px 13px;
}


form#search-form {
  margin: 14px 10px 0 0;
}

input {
  vertical-align: middle;
}

form#search-form input#search {
  background: url(../images/sprite.png) no-repeat  -155px -199px;
  width: 135px;
  height: 17px;  
  padding-left: 25px;
  padding-top: 4px;
  margin-top: 2px;
  border: 0;
  outline: none;
  font-size: 11px;
  color: #a0a0a0;
}

form#search-form input#submit-search {
  background: url(../images/sprite.png) no-repeat -173px -169px;
  width: 21px;
  height: 21px;
  border: 0;
  outline: none;
}

#product-details {
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.navigation {
  float: left;
  width: 195px;
  margin-top: 10px;
  border-bottom: 1px solid #c8c8c8;
}
  ul.navigation li a {
    font-size: 14px;

    color: #505050;
    border-top: 1px solid #c8c8c8;
    padding: 12px 0 10px 0;
    /*line-height: 40px;*/
    display: block;
  }
    ul.navigation li a.last {
      border-bottom: 1px solid #c8c8c8;
    }
  ul.navigation li a:hover, ul.navigation li a.selected {
    color: #ff2d00;
    text-decoration: none;
  }

.content {
  width: 450px;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
  .content p {
    color: #686868;
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 18px;
  }
  .content p a {
    color: #ff2d00;
  }

ul.action-buttons {
  margin-top: 5px;
}
ul.action-buttons li {
  margin-bottom: 2px;
}
ul.action-buttons li a {
  background: url(../images/sprite.png) no-repeat -155px -223px;
  display: block;
  width: 194px;
  height: 24px;  
  padding-top: 4px;
  text-align: center;
  color: #fff;
}

/* NEWSLETTER BOX*/
.newsletter-top {
  background-position: -1px -278px;
  width: 305px;
  height: 7px;
  margin-top: 10px;
  overflow: hidden;
}

.newsletter-inner {
  background: #ededed url(../images/newsletter-inner.png) repeat-x;
  width: 273px;
  padding: 15px;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.newsletter-inner h4 {
  color: #686868 !important;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #c2c2c2;
}

.newsletter-inner form label, .login-form label, #home-newsletter label{
  font-size: 13px;
  line-height: 24px;
  color: #505050;
  float: left;
  width: 90px;
}

.input-text {
  background-position: -155px -253px;
  width: 178px;
  height: 21px;
  padding: 4px 0 0 2px;
  margin-bottom: 10px;
}

.newsletter-inner form input#signup-btn, #home-newsletter input#signup-btn {
  background-position: -320px -1px;
  width: 100px;
  height: 28px;
  float: right;
}

#signup-form form input#signup-btn {
  background-position: -320px -1px;
  width: 100px;
  height: 28px;
  float: right;
  margin-right: 8px;
}

#signup-form {
  padding: 20px 0;
  width: 530px;
}

#signup-form form select {
  width: 402px;
}

#home-newsletter {
  margin-top: 20px;
}
#home-newsletter input#signup-btn {
  margin-right: 28px;
}

#article-listing li {
  margin-bottom: 30px;
}

<<<<<<< .mine
#article-listing li h2 a {
  width: 300px !important;
}
=======
#article-listing li h2 a {
  width: 345px !important;
}
>>>>>>> .r160
#article-listing li p {
  margin-top: 10px;
  padding-bottom:0;
}

a.ebooks-ico {
  background: url(../images/sprite.png) no-repeat -389px -32px;
  width: 115px;
  height: 99px;
  display: block;
  margin: 20px auto;
  overflow: hidden;
}


input#reset {
  background-position: -319px -131px;
  margin-left: 58px;
}

input#submit {
  background-position: -319px -161px;
}

input#submit, input#reset {
  width: 100px;
  height: 28px;
  /*float: right;*/
  margin-right: 8px;
}

.contact-forms-panel {
  width: 320px;
  margin-top: 10px;
}

.contact-forms-panel div.padded {
  padding: 15px 20px 15px 20px;
  min-height: 100px;
  _height: 100px;
}

.forgot-pass {
  width: 320px;
  float: right;
  margin-top: 10px;
}
  .forgot-pass p {
    font-size: 13px;
    line-height: 16px;
    color: #505050;
  }
  .forgot-pass p a {
    color: #46b4ea;
  }
  
.admin-nav {
  list-style: none;
  width: 700px;
}
  .admin-nav li {
    padding: 5px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .admin-nav li small { float: right;}
  .admin-nav li a {color: #ff2d00;}
  

#admin-page p {padding: 10px 4px;}
#admin-page h3 {
  margin-left: 4px;
  font-weight: bold;
  padding-bottom: 4px;
}
#admin-page #outter #header a.right {
  margin: 40px 20px 0 0;
}

#partners-panel, #customers-panel, #reg-users {
  height: 120px;
}

/* ADMIN FORM STYLES */
ul.form-list {
  margin-left: 5px;
}
.form-list li {
  margin-top: 10px;
}
.form-list li input {
  padding: 5px;
}
.form-list li input, .form-list li textarea {
  border: 1px solid #ccc;
}

.form-list li input[type="text"] {
  width: 600px;
}


.form-list li label {
  float: left;
  width: 120px;
}

.image-left {
 margin: 0px 10px 10px 0;
 padding: 5px;
}

.image-right {
 margin: 0px 0 10px 10px;
 padding: 5px;
}

div.wysiwyg {
  margin-left: 120px;
}
textarea.wysiwyg {
  width: 600px;
}

div.inner-text, div.inner-text p {
  color: #686868;
  font-size: 13px !important;
  font-family:  'Helvetica Neue LT', Arial, sans-serif !important;
  padding-bottom: 10px;
  line-height: 18px;
  width: 422px;
}

.excerpt {
  width: 600px;
  height: 200px;
}

/* CONTACT FORM */

#contact-form {
  width: 358px;
  float: left;
  margin-top: 25px;
  color: #505050;
}
  #contact-form ul {
    margin-top: 20px;
  }
  #contact-form ul li {
    margin-bottom: 10px;
  }
  #contact-form form label, #signup-form form label {
    float: left;
    width: 120px;
    padding-top: 5px;
  }
  
  #contact-form form input.text, #signup-form form input.text {
    height: 20px;
    padding: 5px 0 0 0;
  }
  
  #contact-form form textarea {
    height: 134px;
  }
  
  #contact-form form textarea, #contact-form form input.text {
    width: 224px;
    border: 1px solid #c8c8c8;
    background: url(../images/form-grad.png) repeat-x ;
    color: #505050;
  }
  
  #contact-form input.send {
    background: url(../images/sprite.png) no-repeat -319px -191px;
    width: 100px;
    height: 28px;
    float: right;
    margin-right: 11px;
  }
  
   #signup-form form input.text {
    width: 400px;
    border: 1px solid #c8c8c8;
    background: url(../images/form-grad.png) repeat-x ;
    color: #505050;
    }
  
#contact-info {
  float: left;
  width: 220px;
  margin-top: 25px;
  padding-left: 40px;
}

/* HOMEPAGE SLIDE CONTENT */
#slide-1 a, #slide-2 a, #slide-3 a, #slide-4 a {
  width: 540px;
  height: 240px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

#slide-2 a {background: url(../images/slides/apertix.jpg) no-repeat 0 0px;}

#slide-3 a {background: url(../images/slides/plenary.jpg) no-repeat 0 0px;}

#slide-4 a {background: url(../images/slides/gold_accredited.jpg) no-repeat 0 0px;}

#slide-1 a {background: url(../images/slides/phantom.jpg) no-repeat 0 0px;}
#slide-1 a, #slide-2 a, #slide-3 a, #slide-4 a { cursor: pointer;}   
/* UTIL MESSAGES */
p.notice, p.error {
  background: #fffccf;
  padding: 5px;
  width: 970px;
  font-size: 14px;
  font-weight: bold;
}

p.error { color: #e50808; }
p.notice { color: #2e9700; }
.fieldWithErrors input.text {border: 1px solid #e50808 !important;}
#errorExplanation {
  padding: 10px;
  background-color: #FFBABA;
  border: 1px solid #e50808;
  color: #D8000C;
  margin-bottom: 10px;
}

#errorExplanation h2 { color: #000; margin-bottom: 5px; font-size: 20px; font-weight: bold;}
#errorExplanation ul {list-style: decimal inside; margin-top: 5px;}
#errorExplanation ul li { padding: 2px 0;}


/* LOGIN PAGE SPECIFICS */
.left-login {
  float: left;
  width: 330px;
  padding-top: 10px;
}
.content-login {
  width: 320px;
  float: left;
  padding-left: 10px;
}

input#login-btn {
  background: url(../images/sprite.png) no-repeat -355px -223px;
  width: 100px;
  height: 28px;
  float: right;
}

.forgotten {
  margin-left: 170px;
}

.locked {
  background: url(../images/locked-ico.png) no-repeat 97% 50%;
}

#search-results {
  width: 600px;
}

#search-results li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #999;
}

#search-results li p img {
  float: left;
  margin: 0 10px 10px 0;
}
#search-results li h3 {
  color: #000;
}


#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding: 4px 5px 0 5px;
	color:#333;
	font-size: 18px;

	z-index: 4;
}
#container-1 {
  margin-top: -10px;
}


/* modificari services carousel */

ul.services-carousel li {
  width: 170px !important;
}

ul#nav li a#en {
  background: url(../images/en.png) no-repeat;
}

div#wide {
  width: 620px !important;
}

div#wide ul li {
  width: 620px;
}


.gallery {
  overflow: hidden; 
  visibility: visible;
  position: relative; 
  z-index: 2; 
  left: 0px; 
  border: 1px solid #b4b4b4;
  width: 450px;
  height: 70px;
  padding: 10px 0 0px 0;
}

.gallery ul {
  width: 410px;
}

.gallery ul li {
  float:left;
  height:80px;
  overflow-x:hidden;
  overflow-y:hidden;
  width:112px;
  text-align:center;
}
.carousel {
  width: 450px;
 
}

.images-list img {
  flaot: left;
  margin: 0 5px 5px 0;
}

.prev, .next {
  font-size: 20px;
  color: #8b8b8b;
}

.view-gallery-btn {
  background: url(../images/lupa.png) no-repeat;
  padding-left: 19px;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  display: block;
  margin-bottom: 4px;
}




