/******************************************************
  BASE STYLES
*******************************************************/
html { 
	font-size: 100%; 
} 

body { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, FreeSans, sans-serif; 
	font-size: 80%; 
} 
 
h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em 0; 
	padding: 0;
	line-height: 1.2; 
	font-weight: bold; 
	font-style: normal; 
}
 
h1 { 
	font-size: 2em; 
} 

h2 { 
	font-size: 1.7em; 
} 

h3 { 
	font-size: 1.25em; 
} 

h4 { 
	font-size: 1em; 
} 
 
ul, ol { 
	margin: .75em 0 .75em 20px; 
	padding: 0; 
} 
 
p { 
	margin: .75em 0;
} 

address { 
	margin: .75em 0; 
	font-style: normal; 
} 
 
a { 
	text-decoration: underline; 
} 

a:active, a:focus { 
	outline: none; 
} 

a img { 
	border: none; 
} 
 
em { 
	font-style: italic; 
}
 
strong { 
	font-weight: bold; 
} 
 
form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select { 
	vertical-align: middle;
}

abbr[title] { 
	border-bottom: 1px dotted; 
	cursor: help; 
} 
 
blockquote { 
	margin: .75em 0 .75em 20px; 
	padding: 0 0 0 10px; 
	border-left: solid 2px #ddd; 
}
 
q, cite { 
	font-style: italic; 
}
 
q cite, q q { 
	font-style: normal 
} 
 
q { 
	quotes: none; 
} 

q:before, q:after { 
	content: "";
} 
 
blockquote p, li p { 
	margin: .5em 0; 
} 
 
dl { 
	margin: .75em 0; 
} 

dt { 
	margin: .75em 0 0 0; 
	font-weight: bold; 
} 

dd { 
	margin: .25em 0 .25em 32px; 
} 
 
table.contenttable { 
	margin: 0; 
	border: 1px solid gray; 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

table.contenttable td, table.contenttable th { 
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
} 
 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
	display: block; 
}

/******************************************************
  CLEAR
*******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

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

/******************************************************
  TYPO3 SPECIFIC STYLES
*******************************************************/
.csc-firstHeader {
  margin: 0 0 .5em 0;
}

.align-left,
.filelink0 {
	text-align: left;
}

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

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

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

.csc-textpic-caption {
	padding:2px 0;
	color:#626262;
	font-weight:bold;
}

/******************************************************
  LAYOUT
*******************************************************/
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;	
	background: url(../layout/globalWrapperBg.png) repeat-y left top;
	z-index:10;
}


#headerWrapper {
  position: relative;
  z-index:50;
}

#globalWrapper {
  position: relative;
  z-index:60;
}

#footerWrapper {
	position:absolute;
	width:1000px;
	height:50px;
	bottom:-50px;
	left:0;
	background: url(../layout/footerWrapperBg.png) no-repeat left top; 
	z-index:400;
}


#container img.backgroundImage {
	display:block;
	position:absolute;
	right:30px;
	bottom:-15px;
	z-index:40;
}

#container img.backgroundImage2 {
	display:block;
	position:absolute;
	right:175px;
	top:280px;
	z-index:40;
}

#container img.backgroundImage3 {
	display:block;
	position:absolute;
	left:60px;
	bottom:5px;
	z-index:40;
}

#container img.backgroundImage4 {
	display:block;
	position:absolute;
	right:175px;
	top:180px;
	z-index:40;
}

/******************************************************
  HEADER
*******************************************************/
#header {
  position: relative;
  z-index: 500;
}

#header h1 span {
  display: none;
}

#header img.headerImage {
  position: absolute;
  top: -5px;
  right: 0px;
}


/******************************************************
  ECOBLOG
*******************************************************/
#ecoblog {
  position: absolute;
  top: 0px;
  right: 200px;
  width: 200px;
  z-index:1000;
}

#ecoblog ul {
  margin: 0;
  list-style-type: none;
}

#ecoblog p {
  margin: 0 auto;
}

#ecoblog p a {
  display: block;
  width: 198px;
  height: 32px;
  background: url(../layout/ecoBlog/ecoblog.png) no-repeat left top;
}
#ecoblog p a:link, #ecoblog p a:visited {
	background-position:0 0;
	text-decoration:none;
}
#ecoblog p a:hover, #ecoblog p a:active {
	background-position:0 -32px;
	text-decoration:none;
}
#ecoblog p.act a:link, #ecoblog p.act a:visited, #ecoblog p.act a:hover, #ecoblog p.act a:active {
	background-position:0 -32px;
	text-decoration:none;
}

#ecoblog p a span {
  display: none;
}

#ecoblog ul {
  width: 190px;
  margin: -12px auto 0 auto;
}

#ecoblog ul li {
  display: inline;
}

#ecoblog li span {
  display: none;
}

#ecoblog li a {
  display: block;
  float: left;
  margin: 0 1px;
  width: 36px;
  height: 47px; 
}
#ecoblog li a:link, #ecoblog li a:visited {
	border:none;
}
#ecoblog li a:hover, #ecoblog li a:active {
	border-bottom:2px solid;
}

#ecoblog li a.item1 {
  background: url(../layout/ecoBlog/ecopharma.png) no-repeat left top;
  border-color:#89BD55;
}
#ecoblog li.act a.item1:link, #ecoblog li.act a.item1:visited, #ecoblog li.act a.item1:hover, #ecoblog li.act a.item1:active {
	border-bottom:2px solid #89BD55;
}

#ecoblog li a.item2 {
  background: url(../layout/ecoBlog/centremedical.png) no-repeat left top;  
  border-color:#6791C1;
}
#ecoblog li.act a.item2:link, #ecoblog li.act a.item2:visited, #ecoblog li.act a.item2:hover, #ecoblog li.act a.item2:active {
	border-bottom:2px solid #6791C1;
}

#ecoblog li a.item3 {
  background: url(../layout/ecoBlog/ecopassion.png) no-repeat left top;  
  border-color:#ECD240;
}   
#ecoblog li.act a.item3:link, #ecoblog li.act a.item3:visited, #ecoblog li.act a.item3:hover, #ecoblog li.act a.item3:active {
	border-bottom:2px solid #ECD240;
}

#ecoblog li a.item4 {
  background: url(../layout/ecoBlog/pharmacile.png) no-repeat left top;  
  border-color:#F6AB6B;
} 
#ecoblog li.act a.item4:link, #ecoblog li.act a.item4:visited, #ecoblog li.act a.item4:hover, #ecoblog li.act a.item4:active {
	border-bottom:2px solid #F6AB6B;
}

#ecoblog li a.item5 {
  background: url(../layout/ecoBlog/ecosentier.png) no-repeat left top;  
  border-color:#916A41;
} 
#ecoblog li.act a.item5:link, #ecoblog li.act a.item5:visited, #ecoblog li.act a.item5:hover, #ecoblog li.act a.item5:active {
	border-bottom:2px solid #916A41;
}


/******************************************************
  GLOBAL
*******************************************************/
#global {
	position:relative;
  width: 980px;
  margin-left: 5px;
  z-index:100;
}

/******************************************************
  GRIDS-2COLS
*******************************************************/
.grid-2cols, .grid-3cols {
  width: 620px;
  margin: .75em 0;
}

.grid-2cols .col-left30 {
  width: 200px;
  float: left;
}

.grid-2cols .col-right70 {
  width: 400px;
  float: right;
}


.grid-2cols .col-left70 {
  width: 400px;
  float: left;
}

.grid-2cols .col-right30 {
  width: 200px;
  float: right;
}

.grid-2cols .col-left50 {
  width: 300px;
  float: left;
}

.grid-2cols .col-right50 {
  width: 300px;
  float: right;
}

.grid-2cols .col-left60 {
  width: 340px;
  float: left;
}

.grid-2cols .col-right40 {
  width: 260px;
  float: right;
}

.grid-3cols .col-left {
  width: 193px;
  float: left;
  margin-right: 20px;
}

.grid-3cols .col-middle {
  width: 193px;
  float: left;
  margin-right: 20px;  
}

.grid-3cols .col-right {
  width: 193px;
  float: right;
}



/******************************************************
  MENU
*******************************************************/
#menu {
  width: 150px;
  float: left;  
  margin-right: 30px;
  position: relative;
  z-index: 1000;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu ul li {
  display: inline;
}

#menu ul li.spacer {
  margin: 10px 0;
  display: block;
}
#menu ul li.spacer img {
	visibility:hidden;
}

#menu ul#level1 a {
  display: block;
  height: 21px;
  margin: 0 0 1px 0;
}


#menu ul#level2 a {
  display: block;
  margin: 0;
}


/******************************************************
  MAIN
*******************************************************/
#main {
  float: left;
  width: 620px;
  position: relative;
  z-index: 1000;
}

#main p,
#main ul {
  font-weight: bold;
  color: #626262;
}

#main ul#breadcrumps {
  margin: 0;
}

#main ul#breadcrumps li {
  display: inline;
  padding: 0 3px;
  font-size: .8em; 
  font-weight: bold;
  color: #626262;
  background: 0;
}

#main ul#breadcrumps li a {
  color: #626262;  
}


/******************************************************
  MAILFORMPLUS
*******************************************************/
.tx-thmailformplus-pi1 legend {
  display: none;
}

.tx-thmailformplus-pi1 dt, .tx-thmailformplus-pi1 dd {
  margin: 0;
  float: left;
}

.tx-thmailformplus-pi1 dt {
  clear: both;
  font-weight: bold;
  padding: 5px 20px 5px 0;
  text-align: right;
  width: 100px;
}

.tx-thmailformplus-pi1 dd {
  padding: 5px 0;
  width: 500px;
}

.tx-thmailformplus-pi1 input, .tx-thmailformplus-pi1 textarea {
  border: 1px solid #CBD0D4;
  background: #fff;
}

.tx-thmailformplus-pi1 input.submit {
  background: #59AC26;
  border: 1px solid #59AC26;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 10px;  
}

#main .tx-thmailformplus-pi1 p.error {
  font-size: .8em;
  color: #ee0000;
  margin: 0;
}

.tx-thmailformplus-pi1 span {
  color: #ee0000;
}


/******************************************************
  DIRECTMAIL_SUBSCRIPTION
*******************************************************/
#main .dmailsubscription legend {
  display: none;
}

#main .dmailsubscription dt, #main .dmailsubscription dd {
  margin: 0;
  float: left;
}

#main .dmailsubscription dt {
  clear: both;
  font-weight: bold;
  padding: 5px 20px 5px 0;
  text-align: right;
  width: 100px;
}

#main .dmailsubscription dd {
  padding: 5px 0;
  width: 500px;
}

#main .dmailsubscription input {
  border: 1px solid #CBD0D4;
  background: #fff;
}

#main .dmailsubscription input.submit {
  background: #59AC26;
  border: 1px solid #59AC26;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 10px;  
}

#main .dmailsubscription p.error {
  font-size: .8em;
  color: #ee0000;
  margin: 0;
}







.tx-cegallery-pi1 {
	
}
.tx-cegallery-pi1-pagebrowser {
	
}
.tx-cegallery-pi1-album_header {
	display:none;
}
.tx-cegallery-pi1-album_backlink {
	display:none;
}
.tx-cegallery-pi1-album_entry {
	width:100px;
	height:100px;
	border:1px solid #E8E8E8;
	background:#FCFCFC;
	margin:5px;
	padding:5px;
	float:left;
}
.tx-cegallery-pi1-album_entry div {
	width:76px;
	height:76px;
	padding:12px;
	background:#F5F5F5;
}
.tx-cegallery-pi1-album_entry div a {
	display:block;
	width:76px;
	height:76px;
}
.tx-cegallery-pi1-album_entry div span {
	display:none;
}

/******************************************************
  SIDEBAR
*******************************************************/
#sidebar {
  width: 150px;
  float: right;
  position: relative;
  z-index: 1000;
}

.tx-macinasearchbox-pi1 {
  margin: 0 0 1em 0;
}

.tx-macinasearchbox-pi1 input {
  border: 1px solid #c7c1be;
  background: #fff;
  width: 110px;
}

.tx-macinasearchbox-pi1 input.submit {
  width: 30px;
  border: 1px solid #a0c203;
  background: #a0c203;
  color: #ffffff;
  cursor: pointer;
}

#sidebar .dmailsubscription legend {
  display: none;
}

#sidebar .dmailsubscription h3 {
  margin: 0;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 1.10em;
  font-weight: normal;
  padding-left: 5px;
  background: url(../layout/sidebarBlocH3.jpg) no-repeat left top;
}

#sidebar .dmailsubscription dl {
  margin: 1px 0 0 0;
  padding: 5px 0 10px 0;
  background: url(../layout/sidebarBloc.jpg) repeat-y left top; 
}

#sidebar .dmailsubscription dl dt {
  margin: 0;
  padding: 0;
}

#sidebar .dmailsubscription dl dt label {
  display: block;
  margin: 0 0 3px 0;
  padding: 0 0 0 5px;
  font-size: .9em;    
  font-weight: normal;
  color: #fff;
}

#sidebar .dmailsubscription dl dd {
  margin: 0;
  padding: 0;
}

#sidebar .dmailsubscription dl dd input {
  border: 1px solid #deebcf;
  background: #fff;
  width: 130px;
  margin-left: 10px;   
}

#sidebar .dmailsubscription dl dd input.submit {
  background: #a0c203;
  border: 0;
  width: auto;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;  
}


#sidebar .sidebarContent {
  padding: 10px 10px 10px 0;
}

/******************************************************
  CANALECO
*******************************************************/
#canalEco {
  margin: 30px 0;
  width: 150px;
  background: #fff;
  position: relative;
  z-index: 100;
}

#canalEco h3 {
  margin: 0;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 1.10em;
  font-weight: normal;
  padding-left: 5px;
  background: #5bac26;
  text-align: center;
}

#canalEco a {
  display: block;
}

#canalEco img {
  border-left: 1px solid #5BAC26;
  border-right: 1px solid #5BAC26;
  border-bottom: 1px solid #5BAC26;
} 

/******************************************************
  SLIDER
*******************************************************/
#txtIntro span.active0 {
  color: #005FA8;
}

#txtIntro span.active1 {
  color: #FF3399;
}

#txtIntro span.active2 {
  color: #5AAB25;
}


#slider {
  position: relative;
  height: 250px;
  z-index: 400;
}

#slider p#handles {
  margin: 0;
  position: absolute;
  bottom: 0px;
  right: 50px;
}

#slider p#handles span {
  display: block;
  float: left;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #4CA82B;
  color: #fff;  
}

#slider p#handles span.active {
  background: #A0C203;  
}

#slider div.sliderMask {
  width: 620px;
  height: 250px;
  overflow: hidden;
  position: relative; 
}

#slider #sliderContent { 
  position: absolute;
}

#slider .slided {
  width: 620px;
  height: 250px;
  float: left;
}

#slider .slidedImg {
  width: 250px;
  float: left;
}

#slider .slidedImg a {
  display: block;
}

#slider .slidedContent {
  width: 350px;
  float: right;  
}

#slider .slidedContent h2 {
  margin: 0 0 .5em 0;
  border: 0;
}


/******************************************************
  INDEXED_SEARCH
*******************************************************/
.tx-indexedsearch legend {
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-search-submit {
  margin: 10px 0;
}

.tx-indexedsearch input {
  border: 1px solid #CBD0D4;
  background: #fff;
}

.tx-indexedsearch input.submit {
  background: #59AC26;
  border: 1px solid #59AC26;
  color: #FFFFFF;
  cursor: pointer; 
}

.tx-indexedsearch .res-tmpl-css {  
  padding-bottom:1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #cccccc; 
}

.tx-indexedsearch .res-tmpl-css h3 {
  font-size: 1em;
  margin: 0;
}

.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css { 
  letter-spacing:0;
  font-weight:normal;
  float:right;
}

.tx-indexedsearch .info-tmpl-css dt,
.tx-indexedsearch dl.info-tmpl-css dd {
  float:left;
  margin: 0;
}

.tx-indexedsearch .searchbox-tmpl-css label { 
  margin-right:1em;
}


.tx-indexedsearch .tx-indexedsearch-browsebox li { 
  display:inline;
  margin-right:5px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button { 
  width:100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword { 
  width:150px; 
}

.tx-indexedsearch .tx-indexedsearch-whatis { 
  margin-top:10px;
  margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
  font-weight:bold;
  font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults { 
  text-align:center;
  font-weight:bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
  font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color:red;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
  margin-top:20px;
  margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 { 
  margin-top:0px;
  margin-bottom:0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
  background:#cccccc;
  vertical-align:middle; 
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
  color:#666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
  background:#cccccc;
  font-size:16px;
  font-weight:bold;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime { 
  float:none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path {
  float:none;
}

/******************************************************
  FOOTER
*******************************************************/
#footer {
  position:absolute;
  top:0;
  left:3px; 
  width:982px;
  height:19px;
  background:url(../layout/footerBg.gif) repeat-x left top;
  z-index:500; 
}

#footer p {
  margin: 0 0 0 20px;
  color: #fff;
}

#footer ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 0px;
  right: 10px;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  display: block;
  float: left;
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}