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

body {
	background-color: #9EA1A6;
	text-align: center;
	min-width: 760px;
	background-image: url(../img/bck_grad.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	}
	
/* centred page container */

#wrapper {
	width: 976px;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	position: relative;
	text-align:left;
}

/* Item Layers */
#logo {
	position:absolute;
	left:10px;
	top:-6px;
	width:519px;
	height:121px;
	z-index:16;
	overflow: hidden;
}
#navbar {
	position:absolute;
	left:265px;
	top:257px;
	width:708px;
	height:40px;
	z-index:5;
	background-image: url(../img/nav-bar.png);
	background-repeat: no-repeat;
}
#ind_nav {
	position:absolute;
	left:9px;
	top:257px;
	width:262px;
	height:40px;
	z-index:8;
	background-image: url(../img/index-nav-bar.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#current img {
	margin-bottom: 12px;
}
#qwiklink img {
	margin-bottom: 5px;
}
#prods {
	border-spacing: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 18px;
	float: left;
	margin: 0px;
}
hr {
	color: #CC6600;
	line-height: 2px;
	margin: 0px;
	padding: 0px;
}
#prodtext img {
	margin-bottom: 10px;
	}
#cast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-align: center;
}
