/*--------------------------------------------------
	Home
--------------------------------------------------*/	
	
	#content.home {
		background-image: none;
		border-bottom: none;
		border-top: none;
	}
	
	/* What's New */
	#whats-new {
		display: block;
		position: relative;
		width: 948px;
		height: 478px;
		margin: -18px 0 18px 0;
		background-color: #bbbbbb;
	}
	#whats-new img {
		display: block;
		position: relative;
		width: 948px;
		height: 478px;
	}
	#whats-new-swf {
		display: block;
		position: relative;
		width: 948px;
		height: 478px;
		background-color: #bbbbbb;
	}
	
	/* Promos */
	#content div.promo {
		display: block;
		position: relative;
		float: left;
		width: 280px;
		height: 76px;
		margin: 0 18px 0 0;
		padding: 12px 12px 12px 12px;
		color: #4d4d4d;
		background-color: #bbbbbb;
	}
	#content div.promo h2 {
		display: block;
		position: relative;
		padding: 0 0 2px 0;
		width: 180px;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		letter-spacing: normal;
		text-transform: uppercase;
	}
	#content div.promo p {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 180px;
		font-size: 11px;
		line-height: 17px;
		font-weight: bold;		
	}
	#content div.promo a {
		display: block;
		position: absolute;
		padding: 0;
		left: 12px;
		bottom: 12px;
		font-size: 10px;
		line-height: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		color: #ffffff;
		/*
		padding: 4px 7px 4px 7px;
		background-color: #394046;
		border: 1px solid #0b2230;
		*/
	}
	#content div.promo a:hover {
		color: #9d6d8c;
	}
	#content div.promo a.img-link {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		top: 1px;
		right: 1px;
		left: auto;
		bottom: auto;
		width: 98px;
		height: 98px;
		border: none;
	}
	/* Item (Right) */
	#content div.item {
		margin: 0 0 0 0;
	}
	
	/* Offer (Left) 
	#content div.offer {
		color: #ae859e;
		background-color: #fbefec;
	}
	#content div.offer a {
		color: #be9bab;
		background-color: #faf1f2;
		border: 1px solid #d7ccd1;
	}
	
	/* News (Center) 
	#content div.news {
		color: #a98c95;
		background-color: #efeceb;
	}
	#content div.news a {
		color: #fdfbfd;
		background-color: #394046;
		border: 1px solid #c6b6b2;
	}
	
	/* Item (Right) 
	#content div.item {
		color: #b592a9;
		background-color: #fbedf8;
		margin: 0 0 0 0;
	}
	#content div.item a {
		color: #be9bab;
		background-color: #faf1f6;
		border: 1px solid #d7ccd1;
	}
	*/