@charset "utf-8";

/* YUI 2: Reset CSS
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 957px;
	margin: 0 auto;
}

/* My reset global styles
-----------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(../images/bgBody.gif);
	background-position:top;
	background-repeat:repeat;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 259px;
}

    /* Header menu
    -------------------------------------------------------------------------*/

.headerMainMenu {
	border: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: 8e8e8e;
}
.headerMainMenu ul {
	background: url(../images/bgMainMenu.gif) top left repeat-x;
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.headerMainMenu li {
	float: left;
}
.headerMainMenu li a {
	color: #666666;
	display: block;
	font-weight: bold;
	line-height: 43px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
.headerMainMenu li a:hover {
	color: #000000;
	text-decoration: none;
}
.headerMainMenu li ul {
	background: #e0e0e0;
	border-left: 2px solid #00854c;
	border-right: 2px solid #00854c;
	border-bottom: 2px solid #00854c;
	display: none;
	height: auto;
	filter: alpha(opacity=95);
	opacity: 0.95;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top: 1em;
	left: 0;*/
}
.headerMainMenu li:hover ul {
	display: block;
}
.headerMainMenu li li {
	display: block;
	float: none;
	width: 225px;
}
.headerMainMenu li ul a {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
.headerMainMenu li ul a:hover {
	background: #949494;
	color: #000000;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.headerMainMenu p {
	clear: left;
}
.headerMainMenu .active {
	background: url(../images/bgMainMenuAct.gif) top left repeat-x;
	color: #ffffff;
}

    /* Header logo & images
    -------------------------------------------------------------------------*/

#headerLogo{
	background-image:url(../images/bgHeader.gif);
	background-repeat:repeat-y;
	height:192px;
}


#logo{
	background-image:url(../images/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:420px;
	height:192px;
	float:left;
	margin:0px 0px 0px 30px;
}

#logo h1{
	margin:0px;
	padding:110px 0px 0px;
	color:#00854c;
	font-size:26px;
	letter-spacing: 3px;
	font-weight:bold;
	text-align:center;
	width:330px;
	line-height: 32px;
}

#headerImages{
	margin:0px;
	padding:0px;
	height:192px;
}

#headerImages img{
	border:4px solid #00854c;
	border-width: 0px 4px 0px 4px;
	margin:0px;
	margin-right: 20px;	
	padding:0px;
}

    /* Bread Crump Menu
    -------------------------------------------------------------------------*/


#breadCrumpMenu{
	background-color:#00854c;
	height:21px;
	padding-top:3px;
	padding-left:10px;
	font-size:13px;
	color:#FFFFFF;
	letter-spacing:1px;
	clear:both;
}

#breadCrumpMenu a{
	color:#FFFFFF;
	text-decoration:none;
}

    /* Functional Menu
    -------------------------------------------------------------------------*/

#funcMenu {
	position:relative;
	right:100px;
	top:2px; 
	z-index:45;
	float:right;
}

#langMenu img{
	border: 0px solid black;
	padding-right: 3px;
}

#langMenu{
	position:relative;
	right:-65px;
	top:2px; 
	z-index:35;
	float:right;
		
}

#funcMenu a.home,#funcMenu a.map,#funcMenu a.mail {display:block; width:15px; height:15px; margin:0 12px 0 0; float:left;}
#funcMenu a.home {background:url(../images/home.gif) no-repeat;}
#funcMenu a.home:hover {background:url(../images/home.gif) 0 -2px no-repeat;}
#funcMenu a.map {background:url(../images/map.gif) no-repeat;}
#funcMenu a.map:hover {background:url(../images/map.gif) 0 -2px no-repeat;}
#funcMenu a.mail {background:url(../images/mail.gif) no-repeat;}
#funcMenu a.mail:hover {background:url(../images/mail.gif) 0 -2px no-repeat;}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-right: 250px solid #99bde1;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	
	/*******/
	background-image:url(../images/bgContent.gif);
	background-repeat:repeat-x;
	background-color:#6b9234;
	min-height:863px;
}


#content{
	margin:20px;
	background-color:#FFFFFF;
	padding:15px 25px;
	color:#000000;
	min-height:813px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	margin-right: -250px;
	width: 250px;
	position: relative;
	background: #99bde1;
}

#contentRight1{
	width:100%;
	height:476px;
	background-color:#f3f4ef;
	background-image:url(../images/bgCalendar.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	/*padding:10px 5px 5px 15px;*/
}

#contentRight2{
	width:100%;
	height:276px;
	background-color:#99bde1;
	background-image:url(../images/bgNews.gif);
	background-repeat:no-repeat;
	background-position:top left;
  /*padding-top:20px;*/	
}

/* Pharma list
-----------------------------------------------------------------------------*/

.pharmalist-single-table{
	padding-top: 15px;		
	font-size: 14px;
}

.pharmalist-single-key{
	padding-top: 10px;			
	font-weight: bold;
	padding-left: 15px;			
	padding-right: 10px;			
}

.pharmalist-single-value{
	padding-top: 10px;				
	font-style:italic;
}

.pharmalist-single-back{
	padding-top: 20px;		
}

.pharmalist-search-form{
	padding: 15px 0px 0px 20px;	
}

.pharmalist-search-sword{
	margin-right: 20px;	
}

.pharmalist-search-submit{
	
}

.pharmalist-list{
	margin-top: 20px;
	border-top: 1px solid green;
	padding-top: 20px;	
}

.pharmalist-list-header{
	padding-top:10px;
}

.pharmalist-list-preview{
	/*padding-top:5px;	*/
}

.pharmalist-pagelister{
	padding-top:20px;
	padding-left:50px;
}

.pharmalist-search-noresult{
	border-top: 1px solid green;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}

.pharmalist-pagelister-link{
	margin-right: 10px;
}

.pharmalist-pagelister-act{
	margin-right: 10px;	
}