/* color */#container, #contentContainer, #sidebarContainer, #contentContainer #content, #breadcrumbcontainer  {
	background: #F1EBC4;
	color: #363636;
}

.thumbnail-frame:hover, .movie-thumbnail-frame:hover {
	color: #956f1e;
	text-shadow: 0px 0px 0px #000000;
}

/*<group=Rounded Corners>*/

#navcontainerEdge {
	background: url(../../images/elements/corners/corner_beige_top_right.gif) no-repeat right top;

}

#navcontainer {
	background: url(../../images/elements/corners/corner_beige_top_left.gif) no-repeat left top;
}

#footer {
	background: no-repeat url(../../images/elements/corners/corner_beige_bottom_left.gif) left bottom;
}

#footerEdge {
	background: no-repeat url(../../images/elements/corners/corner_beige_bottom_right.gif) right bottom;
}
	
/*</group>*/

/*<group=toolbar>*/

#navcontainer #current {
	text-shadow: 2px 2px 1px #c8c8c8;
	font-weight: bold;
	color: #000000;

}

/* x */

#navcontainer li {
}

#navcontainer a{

	text-shadow: 2px 2px 1px #676767;
	color: #ffffff;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat right center;
}


#navcontainer a:hover {
	background: transparent url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat right center;
	text-shadow: 2px 2px 1px #c8c8c8;
	color: #000000;
}

#navcontainer a:active {
	text-shadow: 0px 0px 6px #ffcc66;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat right center;
	color: #ffcc66;
}

#navcontainer .currentAncestor {
	text-shadow: 2px 2px 1px #c8c8c8;
	background: url(../../images/elements/corners/toolbar_1separtor.jpg) no-repeat right center;
	font-weight: bold;
	color: #000000;
}

/* I */

#navcontainer ul ul a {
	text-shadow: 0px 0px 0px #ffffff;
	color: #3f3f3f;	
}

#navcontainer ul ul a:hover{
	color: #956f1e;
	text-shadow: 0px 0px 0px #ffffff;
	
}

#navcontainer ul ul #current{
	text-shadow: 0px 0px 0px #ffffff;
	font-weight: bold;
}

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

/* II  --> over */

#navcontainer ul ul ul li a:hover
 {
	color: #000000;
	text-shadow: 0px 0px 0px #000000;
		
}

#navcontainer ul ul ul #current {
	color: #3f3f3f;
	font-weight: bold;
}
	
/*</group>*/

a:link {
	color: #956f1e;
	text-decoration: none;
}

a:visited, a:hover, a:active {
	color: #3e1f00;
	text-decoration: none;
}

/*<group=bread crumb>*/

#breadcrumbcontainer {

}

#breadcrumbcontainer ul {
	color: #666666;
}

#breadcrumbcontainer li {
	color: #666666;
}

#breadcrumbcontainer a {
	text-shadow: 0px 0px 0px #ffffff;
	background: url(../../images/elements/icons/bread_crumb_1.gif) 0px 1px no-repeat;
	color: #956f1e;
}

#breadcrumbcontainer a:hover {
	background: url(../../images/elements/icons/bread_crumb_anim.gif) 0px 1px no-repeat;
	color: #000000;
}
	
/*</group>*/

.form-input-field {
	background: #fff8c5;
}

#footer a:link, #footer a:visited {
	color: #956f1e;
}

#footer a:hover, #footer a:active {
	color: #391c00;
}


