/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
/*html, body, form, fieldset {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font: 100%/120% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

// Neutralize styling: 
   Elements with a vertical margin: 
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

// Apply left margin:
   Only to the few elements that need it: 
li, dd, blockquote {
	margin-left: 1em;
}

// Miscellaneous conveniences: 
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

// Form field text-scaling 
input, select, textarea {
	font-size: 100%;
} */



html, body {
  height: 100%;
}

body {
margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	font: 11px Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#7d9190;
  position: relative;
}
img {
border:none;
}

#container, #navigation {
  min-width: 960px;
  position: relative;
}
#container {
  min-height: 100%; 
  font: normal 1em/1.5em Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
* html #container {
  height: 100%; 
}
#navigation {
  width: 100%;
background-color: #e1e5e3;
	background-image: url(../img/mk_21.gif);
	background-repeat: repeat-x;
  border: 0px;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

* html #navigation {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#navmenu {
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
	color: #7d9190;
	line-height:1.4em;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*#navmenu li {
display: inline;
padding: 0 5px;
background-color: #34769a;
}
#navmenu a {
font: bold 16px/36px baskerville, times, "times new roman", serif;
text-decoration: underline;
text-align: center;
color: #fff;
white-space: nowrap;
}
#navmenu a:focus, #navmenu a:hover, #navmenu a:active {
  color: #a9076a;
}*/

#menu {
	margin: 0px;
	margin-top: 12px;
	width: 100%;
	height: 45px;
	font-size: 120%;
	line-height: 20px;
}
#menu a:link, #menu a:active, #menu a:hover, #menu a:visited {
	height: 27px;
	margin:0px;
	padding:0px;
}
#menu img {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#porta {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #d7d9bc;
	text-align: center;
	height: 68px;
	width: 348px;
	position: absolute;
	left: 585px;
	top: 68px;
	line-height: 17pt;
	letter-spacing: -0.7px;
}
#facebook {
	z-index: 10002;
	clear: none;
	float: right;
	height:1px;
	width:38px;
	margin: 10px 15px 0 0;
	overflow:visible;
	position:relative;
}
