#welcome2 {
	width: 460px;
}

#welcomeWrapper {
	position: relative;
	height: 307px;
}

#welcomeNav {
	position: relative;
	z-index: 10;
	/*top: 284px;
	left: 392px;*/
	/*top: 284px;
	left: 372px;*/
	top: 283px;
	left: 352px;
}

#welcomeNav a {
	font-size: 11px;
	display: block;
	width: 20px;
	height: 15px;
	float: left;
	color: #fff;
	text-align: center;
}

#welcome h1, #welcome h2 {
	font-weight: normal;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
}

#welcome h1 {
	font-size: 29px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
	
}

#welcome h2 {
	font-size: 21px;
	text-align: left;
	margin-top: 5px;
	color: #31B2E1;
}

#welcome .hidden {
	display: none;
}

#welcome .category {
	width: 232px;
	float: left;
	margin-top: 20px;
}

#welcome .category img, #welcome .category h2 {
	margin-left: 10px;
	margin-right: 10px;
}

#welcome .category h2 {
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	background: #11566F;
}

#welcome .category h2 a {
	color: #fff;
}

#welcome .more {
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
}

#welcome .more a {
	cursor: pointer;
}




#secondaryNav {
	display: none;
}


/* Special Offers */

#specialoffers {
	float: left;
	width: 438px;
}

#specialoffers li {
	width: 200px;
	float: left;
}

#specialoffers li.col1 {
	float: left;
	clear: left;
}

#specialoffers li.col2 {
	float: right;	
}

#specialoffers li.col2first {
	border: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#newproducts {
	float: right;
}


/* Page */

#page p img {
	margin-top: 10px;
	margin-bottom: 10px;
}

