/*
GLOBALS
*/
* { margin: 0; padding: 0; }
* ul { padding: 10px 20px; }
body {
	background-color: #fff;
	background-image:url('../img/theme/background.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;;
	padding: 0 00px;
	color: #46494d;
	font-size: 12px;
	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 {
	width: 944px;
	margin: 30px auto;
	background: transparent url("../img/theme/header-gradient2.png") no-repeat;
	padding: 119px 0px 0px 0px;
	/*border: 12px solid #2e2e2e;*/
	position:relative;
}

/* Lateral shadow */
.bcontentwrap {
	width: 944px;
	background: transparent url('../img/theme/shadow_l.png') repeat-y;
	margin: 0px auto;
	font: 0.9em  Helvetica, Lucida Grande, Arial, sans-serif;
}

.rbcontent { 
	width: 944px;
	background: transparent url('../img/theme/shadow_r.png') repeat-y right; }
}


#main_nav {
	list-style: none;
	padding-right: 2px;
	width: 926px;
	right: 14px;
	top: 119px;
	background: transparent;
	display: block;
	overflow: hidden;
	font-weight: bold;
	height:33px;
	text-transform:capitalize;
	font-family: Helvetica, Lucida Grande, Arial, sans-serif;
}

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

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

#main_nav ul li.selected {
	border:none;
	background: url("../img/theme/nav_bar_o.jpg") repeat-x bottom center;
}

#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 {
	border:none;
	background: url("../img/theme/nav_bar_o.jpg") repeat-x bottom center;
}


#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;
  width: 750px;
  height: 123px;
  margin-left: 25px;
  border:none;
}


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

/* FOOTER */
.foot {
	padding: 15px;
	background: transparent url("../img/theme/footer2.png") no-repeat;
	color: white;
	text-align: center;
	margin: 0 0 0 0;
	font-size: 10pt;
	font-family: Helvetica, Lucida Grande, Arial, sans-serif;
}

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

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

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

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

