#welcome {}
	
	#welcome ul.categories {}
		
		#welcome ul.categories {
			margin: 0;
			padding: 0;
			height: 285px;
			border-top: 1px dotted #ccc;
			border-left: 1px dotted #ccc;
			list-style: none;
		}
		
		#welcome ul.categories li {
			float: left;
			margin: 0;
			padding: 0;
			width: 232px;
			border-bottom: 1px dotted #ccc;
			border-right: 1px dotted #ccc;
		}
		
		#welcome ul.categories a {
			display: block;
			height: 285px;
			line-height: 285px;
		}
		
		#welcome ul.categories span { display: none; }
		
		#welcome ul.categories #handbags a 		{ background: url( '../images/design/welcome.handbags.background.gif' ) top left no-repeat; }
		#welcome ul.categories #jewelry a 		{ background: url( '../images/design/welcome.jewelry.background.gif' ) top left no-repeat; }
		#welcome ul.categories #accessories a	{ background: url( '../images/design/welcome.accessories.background.gif' ) top left no-repeat; }
	
	#welcome div.footer {}
		
		#welcome div.footer {
			margin: 10px 0 0 0;
			padding: 0;
			height: 72px;
		}
		
		#welcome div.footer #hotTips {
			float: left;
			padding: 10px 0 10px 130px;
			width: 213px;
			height: 49px;
			background: url( '../images/design/hot_tips.background.gif' ) top left no-repeat;
			border: 1px dotted #ccc;
		}
			
			#welcome div.footer #hotTips ul {
				float: left;
				margin: 0;
				padding: 0;
				width: 104px;
				height: 49px;
				border-left: 1px solid #ccc;
				list-style: none;
			}
			
			#welcome div.footer #hotTips li {
				margin: 0;
				padding: 0 0 0 5px;
				text-align: left;
				line-height: 10px;
			}
			
			#welcome div.footer #hotTips a {
				font-size: 10px;
				text-decoration: none;
				color: #666;
			}
			
			#welcome div.footer #hotTips a:hover {
				color: #000;
			}
		
		#welcome div.footer #greatGifts {
			float: right;
			width: 343px;
			border: 1px dotted #ccc;
		}
			
			#welcome div.footer #greatGifts a {
				display: block;
				height: 69px;
				line-height: 70px;
				background: url( '../images/design/great_gifts.background.gif' ) top left no-repeat;
			}
			
			#welcome div.footer #greatGifts span { display: none; }