/* Logo and Background for Hub */

body {background: #2c011c url('bg-portal-dark.jpg') repeat-x 50% 0;
}

h1 a {background: url('logo-portal.jpg') no-repeat 0 0;
}

/* resize header for peoplebank site to fit width of content area */
#header {width:760px;}

/* PROMOTION BACKGROUND IMAGES */
/* don't replace the 'page_' part */

body#page_prepare-to-marvel {background-image: url('WineBg.jpg')
}
body#page_prepare-to-marvel h1 a {background: url('wine-logo.jpg') no-repeat 0 0;
} 


/* .welcomeArea top margin in ie6 stylesheet to correct bug */
/*
#mainBox {
	color: #979797; 
}
*/
h3.homepage {
	background: url('dotted-rule.gif') repeat-x 0 100%;
	color: #979797; 
	font-size: 95%;
	margin:0 7px 1em 7px;
	padding: 0 0 .50em 0;
	text-transform: uppercase;	
	width:460px;
}

.welcomeArea { 
	background: url('homepage-bg.gif') no-repeat 0 0;
	margin-top:-2px;
	padding: 0 7px;
}

.welcomeArea h2 {
	color: white;
	font-size:150%;
	font-weight:bold;
	padding:12px 0 6px 0;
	margin:0;
	text-transform:uppercase;
}

/* temp while there is no heading as in the concept */
.welcomeArea p {
	padding:12px 0 6px 0;
	margin:0;
}

#hotelSelector {
	height: 1%; 
	overflow:hidden;
}

ul.hotelList {
	float:left;
	list-style-type: none;
	margin: 0 0 0 7px;
	padding: 2px 0px 0px 7px;
	width: 146px;
}

#first {margin-left:0px;}
#middle { width:147px;}

ul.hotelList li {
	background: url('arrow-small.gif') no-repeat 0 5px;
	list-style-type: none;
	padding-left: 8px;
}

ul.hotelList a {color: #7c7b7c;}
ul.hotelList a.active,
ul.hotelList a:hover {color: #fff;}
