/*
GLOBALS
*/
* { margin: 0; padding: 0; }
* ul { padding: 10px 20px; }
body {
    min-width: 600px;
    background: url("../img/site_container.jpg") no-repeat top left #fff;
    padding: 0 00px;
    color: #46494d;
    font-size: 14px;
    font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}

img.download {vertical-align:middle;}
img.foto {text-align:center; vertical-align:middle;}

/*
DIVS
*/
#head_container {
    height: 200px;
    background: url("../img/site_menubar.jpg") repeat-x top left transparent;
}

#main_nav {
    position: absolute;
    top: 123px;
    right: 30px;
    width: 1000px;
    background: transparent;
}

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

#main_nav ul li {
    display: block;
    float: right;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}

#main_nav ul li.selected {
    background: url("../img/site_menu_item_active.png") no-repeat bottom center;
    border:none;
}

#main_nav ul li a {
    display: block;
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border:none;
}

#main_nav ul li a:hover {
    background: url("../img/site_menu_item_hover.png") no-repeat bottom center;
    border:none;
}

#logo {
  z-index: 1;
	position: absolute;
  top: 0px;
  left: 0px;
	width: 350px;
}

#logo h1#chakratitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#logo h1#chakratitle a {
  display: block;
  background: transparent url("../img/site_header.png") top left no-repeat;
  width: 750px;
  height: 123px;
  margin-left: 25px;
  border:none;
}

#ads {
  z-index: 999999;
  position: absolute;
  top: 30px;
  right: 40px;
}

.foot {
	clear: both;
  padding: 2em 0;
	text-align: center;
	font-size: 0.75em;
  line-height: 1.5em;
}

.foot a:link {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

.foot a:visited {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

.foot a:hover{
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

.foot a:active {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}