@charset "utf-8";
/* CSS Document */

/* navigation */
#nav {
	height:160px;
	width:935px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bgtmbpromo.gif);
	padding-top: 60px;
	background-repeat: no-repeat;
	margin: 0px;
	background-position: 20px;
}
body {
	margin: 0px;
	padding: 0px;
}

#nav ul {
	width:900px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}

#nav li {
	float:left;
	padding-left:0px;
	width:141px;
	list-style-type:none;
	text-align:center;
}

#nav a {
	color:#333333;
	display:block;
	position:relative;
	word-spacing:-2px;
	font-size:11px;
	height:152px;
	text-decoration:none;
	background-image: url(images/bgtab.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	

#nav a.current {
	background-image: url(images/bgtab2.gif);
	background-repeat: repeat-x;
}

#nav img {
	display:block;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav strong {
	display:block;		
	font-size:13px;
}

/* panes */
#panes {
	width:880px;
	height:420px;
	margin-bottom:0px;
	padding-bottom:0px;
	/* must be relative so the individual panes can be absolutely positioned */
	position:relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	position:absolute;
	top:20px;
	left:20px;
	font-size:14px;
	color:#444;
	width:880px;
	display: none;
}

#panes img {
	float:left;

}

#panes div img {
	margin-left:25px;
	margin-top:45px;

}

#panes p.more {
	color:#FFF;
	font-weight:bold;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:22px;
	font-weight:normal;
}



