body, #sidemenu a, #body, #body td  {
  font-family: verdana, sans-serif;
  font-size: 11px;
}

#branding {
	position: absolute;
	top: 24px;
	left: 79px;
}

#language {
	position: absolute;
	top: 24px;
	left: 860px;
}

#language a {
	display: block;
	float: left;
  width: 37px;
  height: 17px;
}
#language a#langpl {
	background: url(../img/lang-pl-off.gif) top left;
}
#language a#langpl:hover {
	background: url(../img/lang-pl-on.gif) top left;
}
#language a#langpl.sellang {
	background: url(../img/lang-pl-sel.gif) top left;
}
#language a#langeng {
	background: url(../img/lang-eng-off.gif) top left;
}
#language a#langeng:hover {
	background: url(../img/lang-eng-on.gif) top left;
}
#language a#langeng.sellang {
	background: url(../img/lang-eng-sel.gif) top left;
}

#mainmenu {
	position: absolute;
	top: 95px;
	left: 500px;
}

#mainmenu a {
	display: block;
	float: left;
  /*width: 100px;*/
  height: 14px;
}

#mainmenu a#aboutus {
	width: 95px;}
#mainmenu a#activities {
	width: 95px;}
#mainmenu a#portfolio {
	width: 87px;}
#mainmenu a#investors {
	width: 95px;}
#mainmenu a#media {
	width: 80px;}	
#mainmenu a#contact {
	width: 90px;}	

#mainmenu a#aboutus {
	background: url(../img/mm-aboutus-off.gif) top left;
}
#mainmenu a#aboutus:hover {
	background: url(../img/mm-aboutus-on.gif) top left;
}
#mainmenu a#aboutus.selmain {
	background: url(../img/mm-aboutus-on.gif) top left;
}
#mainmenu a#activities {
	background: url(../img/mm-activities-off.gif) top left;
}
#mainmenu a#activities:hover {
	background: url(../img/mm-activities-on.gif) top left;
}
#mainmenu a#activities.selmain {
	background: url(../img/mm-activities-on.gif) top left;
}
#mainmenu a#portfolio {
	background: url(../img/mm-portfolio-off.gif) top left;
}
#mainmenu a#portfolio:hover {
	background: url(../img/mm-portfolio-on.gif) top left;
}
#mainmenu a#portfolio.selmain {
	background: url(../img/mm-portfolio-on.gif) top left;
}
#mainmenu a#investors {
	background: url(../img/mm-investors-off.gif) top left;
}
#mainmenu a#investors:hover {
	background: url(../img/mm-investors-on.gif) top left;
}
#mainmenu a#investors.selmain {
	background: url(../img/mm-investors-on.gif) top left;
}
#mainmenu a#media {
	background: url(../img/mm-media-off.gif) top left;
}
#mainmenu a#media:hover {
	background: url(../img/mm-media-on.gif) top left;
}
#mainmenu a#media.selmain {
	background: url(../img/mm-media-on.gif) top left;
}
#mainmenu a#contact {
	background: url(../img/mm-contact-off.gif) top left;
}
#mainmenu a#contact:hover {
	background: url(../img/mm-contact-on.gif) top left;
}
#mainmenu a#contact.selmain {
	background: url(../img/mm-contact-on.gif) top left;
}
#sidetitle {
	position: absolute;
	top: 124px;
	left: 81px;
}

#flashcontent {
	position: absolute;
	top: 124px;
	left: 325px;
}

#sidenews {
	position: absolute;
	top: 194px;
	left: 81px;
	width: 214px;
}

#sidenews p {
	color: #999;
}

#sidenews p.emph:first-line {
	padding-left: 20px;
	background: url(../img/sidemenu-leaf-off.gif) top left no-repeat;
}

#sidenews p.emph a {
	color: #999;
}

#allrights {
	position: absolute;
	top: 124px;
	left: 967px;
}

/* - - - - - - - - - - - b o d y   s t y l e s - - - - - - - - - - - */

#body {
	position: absolute;
	top: 279px;
	left: 225px;
	width: 727px;
}

#body h3 {
	color: #AFB917;
	font-size: 120%;
}

#body a {
	color: #737A37;
	background: white;
}

#body a:hover {
	color: white;
	background: #737A37;
}

#body p, #body ul, #body ol, #body td {
	color: #666;
}

#body b {
	color: #666;
}

#body ul {
	list-style-type: square;
}

#body ul ul {
	list-style-image: url(../img/bullet-dash.gif);
	margin-left: -15px;
}

