/*Nav Menu*/

#fancymenu {
	position: absolute;
	left: 0px;
	top: 0px;
}

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

/* never apply padding to the li, as offsetWidth will differ in IE!,
if you need padding add it to a child element */
#fancymenu ul li{
	float: left;
}

#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 22px;
	position: relative;
	overflow: hidden; /* this is sort of a trick to prevent firefox from extending the dotted shape when you click a link */
}

#menu_blog a {
	width: 55px;
	background: url('/images/navbar_blog.png') no-repeat center !important;	
	background: url('/images/navbar_blog.gif') no-repeat center;
}

#menu_bio a {
	width: 42px;
	background: url('/images/navbar_bio.png') no-repeat center !important;	
	background: url('/images/navbar_bio.gif') no-repeat center;
}

#menu_discos a {
	width: 69px;
	background: url('/images/navbar_discos.png') no-repeat center !important;	
	background: url('/images/navbar_discos.gif') no-repeat center;
}

#menu_contato a {
	width: 86px;
	background: url('/images/navbar_contato.png') no-repeat center !important;
	background: url('/images/navbar_contato.gif') no-repeat center;
}

#menu_agenda a {
	width: 77px;
	background: url('/images/navbar_agenda.png') no-repeat center !important;	
	background: url('/images/navbar_agenda.gif') no-repeat center;
}

#menu_contratar a {
	width: 103px;
	background: url('/images/navbar_contratar.png') no-repeat center !important;	
	background: url('/images/navbar_contratar.gif') no-repeat center;
}

#menu_circular a {
	width: 86px;
	background: url('/images/navbar_circular.png') no-repeat center !important;	
	background: url('/images/navbar_circular.gif') no-repeat center;
}

#menu_faq a {
	width: 52px;
	background: url('/images/navbar_faq.png') no-repeat center !important;
	background: url('/images/navbar_faq.gif') no-repeat center;
}

#fancymenu li.background {
	background: url('/images/bg_menu_right.png') no-repeat top right !important;
	background: url('/images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	top: 0px; 
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('/images/bg_menu.png') no-repeat top left !important;
	background: url('/images/bg_menu.gif') no-repeat top left;
	height: 22px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}


/*Accordion*/

.toggler {
	cursor: pointer;
	color: #ccc;
	margin: 0px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	z-index: 3000 ;
	background: url('/images/menu_toggler_bg.png') no-repeat !important;
	background: url('/images/menu_toggler_bg.gif') no-repeat;
	
	height: 19px;
	text-indent: 10px;
}
.togglerHover {
	cursor: pointer;
	color: #fff;
	margin: 0px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	z-index: 3000 ;
	background: url('/images/menu_toggler_bg_hilite.png') no-repeat !important;
	background: url('/images/menu_toggler_bg_hilite.gif') no-repeat;
	height: 19px;
	text-indent: 10px;
}

.menutoggler {
	cursor: pointer;
	color: #ccc;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	z-index: 3000 ;
	background: url('/images/longmenutoggler_bg.png') no-repeat !important;
	background: url('/images/longmenutoggler_bg.gif') no-repeat;
	height: 19px;
	text-indent: 10px;
}
.menutogglerHover {
	cursor: pointer;
	color: #fff;
	margin: 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	z-index: 3000 ;
	background: url('/images/longmenutoggler_bg_hilite.png') no-repeat !important;
	background: url('/images/longmenutoggler_bg_hilite.gif') no-repeat;
	height: 19px;
	text-indent: 10px;
}
 
.element {
	background: transparent;
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
/*Tooltip*/

.toolTipElement {
	cursor: help;
}

.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tool-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999966;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url('/images/bubble.png') top left !important;
	background: url('/images/bubble.gif') top left;
}

.tool-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 4px 8px 8px;
	background: url('/images/bubble.png') bottom right !important;
	background: url('/images/bubble.gif') bottom right;
}

/*Slimbox*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 14000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #282F38;
	z-index: 14000;
}

.lbLoading {
	background:  #282F38 url('/images/loading.gif') no-repeat center;
	z-index: 14000;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #282F38;
	background-repeat: no-repeat;
	z-index: 14000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/images/prev.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/images/next.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #282F38;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url('/images/close.gif') no-repeat center;
	margin: 5px 0;
	overflow: hidden;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*navSideMenuLista*/

.SideMenuLista {
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.SideMenuLista dt {
	display: block;
	margin: 0;
	padding: 0px;
	width: 214px;
	color: #CCC;
	font-weight: bold;
	text-indent: 6px;
	border: 1px solid #222;

}

 
.SideMenuLista dd {
	display: block;
	margin: 0;
	padding: 2px;
	width: 210px;
	background: #222 url('/images/bullet_star.png') no-repeat top left !important;
	background: #222 url('/images/bullet_star.gif') no-repeat top left;
	color: #888;
	text-indent: 15px;
	margin: 1px 0;
}

/* countdown */

#countdown {
font-size: 10px;
color: #CCC;
padding:  10px 0px 10px 0px;
}

/* Fx.Slide */

#mailpostform {
	padding: 0;
}
