/* color text */
#container, #contentContainer, #contentContainer #content, #breadcrumbcontainer, #sidebarContainer  {
	color: #363636;
		background: url(../../images/elements/pages/page.jpg) repeat-y center top;
}

.thumbnail-frame:hover, .movie-thumbnail-frame:hover {
	color: #00397f;
}

/* @group toolbar */

#navcontainer #current {
	font-weight: bold;
	color: #000000;
}

/* x */

#navcontainer li {
}

#navcontainer a{
	color: #ffffff;
	background-repeat: no-repeat;
}


#navcontainer a:hover {
	color: #ff8517;
}

#navcontainer a:active {
	color: #ff8517;
}

#navcontainer #current{
	color: #ff8517;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	color: #ff8517;
}

/* I */

#navcontainer ul ul a {
	color: #3f3f3f;	
}

#navcontainer ul ul a:hover{
	color: #000000;	
}

#navcontainer ul ul #current{
	color: #000000;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: none;
	font-weight: bold;
}

/* II  --> over */

#navcontainer ul ul ul li a:hover
 {
	color: #000000;		
}

#navcontainer ul ul ul #current {
	color: #3f3f3f;
	font-weight: bold;
}
	
/* @end */

/* @group grafica */

#navcontainer {
	background: url(../../images/elements/pages/toolbar.jpg) no-repeat center top;
}

#footer {
	background: no-repeat url(../../images/elements/pages/footer.jpg) left bottom;
	color: #bebebe;
}
	
/* @end */

a:link {
	color: #1e6abc;
	text-decoration: none;
}

a:visited, a:hover, a:active {
	color: #003b85;
	text-decoration: none;
}

/* @group bread crumb */

#breadcrumbcontainer {
	font-size: 11px;
	padding-left: 41px;
	padding-bottom: 5px;
	height: 11px;
	padding-top: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #666666;;
}

#breadcrumbcontainer li {
	float: left;
	display: inline;
	color: #666666;
}

#breadcrumbcontainer a {
	background: url(../../images/elements/icons/bread_crumb_1.gif) 0px 1px no-repeat;
	padding-left: 19px;
}

#breadcrumbcontainer a:hover {
	background: url(../../images/elements/icons/bread_crumb_anim.gif) 0px 1px no-repeat;
}
	
/* @end */

#footer a:link, #footer a:visited {
	color: #2882e2;
}

#footer a:hover, #footer a:active {
	color: #003b85;
}