body {
	background: #fff url('../img/body_bg.gif') repeat left top;
	font: 75% "Lucida Grande", Verdana, Helvetica, sans-serif;
	color: #222;
}

a {
	color: #B40B1A;
}

a:hover {
	text-decoration: none;
}

h2, h3 {
	color: #B40B1A;
	font-size: 1.1em;
}

h4 {
	color: #B40B1A;
	font-size: 0.9em;
	margin-bottom: 0;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#wrapper #languages {
	float: right;
	margin-right: 32px;
}

#wrapper #languages img {
	margin-left: 3px;
}

#wrapper #search {
	float: left;
	margin-left: 42px;
}

#top {
	background: transparent url('../img/top.png') no-repeat left top;
	width: 970px;
	height: 293px;
	z-index: 1;
}

#content-container {
	width: 970px;
	height: 0px;
	position: relative;
}

#content-container #innerwrap {
	background: transparent url('../img/content_bg.png') no-repeat left top;
	width: 100%;
	height: 0px;
}

#content-container #content {
	position: absolute;
	left: 225px;
	top: -185px;
	width: 670px;
}

#content-container #menu {
	position: absolute;
	left: 0px;
	top: -140px;
}

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

#menu ul li {
	padding: 0;
	margin-bottom: 7px;
}

#menu ul li a {
	font-weight: bold;
	display: block;
	width: 106px;
	padding: 5px 20px 5px 60px;
	color: #000;
	border: 1px solid #C2C2C1;
	text-decoration: none;
	background: #fff url(../img/menu_main.gif) no-repeat 13px 55%;
	-moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=85);
}

#menu ul li a:hover {
	-moz-opacity: .99;
	opacity: .99;
	filter: alpha(opacity=99);
}

#menu ul li#current a {
	-moz-opacity: .99;
	opacity: .99;
	filter: alpha(opacity=99);
}

#menu ul li ul {
	display: none;
}

#menu ul li#current ul {
	display: block !important;
}

#menu ul li ul li {
	margin-bottom: 3px !important;
}

#menu ul li ul li a {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	background: transparent url(../img/menu_sub.gif) no-repeat 13px 55% !important;
	border: 0 !important;
}

#bottom {
	background: transparent url('../img/bottom.png') no-repeat left top;
	width: 970px;
	height: 312px;
	z-index: 1;
}

.track-details-button {
	border-top: 1px solid #eee;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #eee;
	background: #ddd;
	cursor: pointer;
}
