@charset "UTF-8";
/* CSS Document */

.home a { text-decoration: none; }
.home a:hover { text-decoration: underline; }

#home-intro {
	width:480px;
	float: left;
	margin: 30px 0px 0px 24px;
}
#home-intro h1 {
	background: url(home-ttl.gif);
	width: 480px;
	height: 35px;
}


#home-startcareer { 
	width:383px;
	float: right;
}
#home-startcareer a {
	text-align: right;
	display: block;
	background: url(home-cr-.gif) no-repeat;
	width: 373px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 10px 0px 0px;
}
#home-startcareer h2 a {
	background: url(home-cr-.jpg) no-repeat;
	width: 383px;
	height: 153px;
	display: block;
	padding: 0px;
}

.home #categories {
	margin-top: 30px;
}

.home .dept { height: 300px; float: left; }
#corporate-home, #stores-home { width: 270px; }
#nydesign-home, #distribution-home { width:185px; }

.image {
	display: block;
	height: 263px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
.title {
	height: 37px;
	text-align: right;
	padding-right: 10px;
}
.title h3 a {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.title h3 a:hover { text-decoration: none!important; }
.title h3 { margin-bottom:-6px; }
.title span, .title span a {
	color: #FFFFFF;
	font-size: 11px;
}

#corporate-home .image, #corporate-home .title, #stores-home .image, #stores-home .title { width: 260px; }
#nydesign-home .image, #nydesign-home .title, #distribution-home .image, #distribution-home .title { width: 175px; }

#corporate-home .image { background: url(home-cor.jpg); }
#corporate-home .title { background: url(home-cor.gif); }

#nydesign-home .image { background: url(home-nyd.jpg); }
#nydesign-home .title { background: url(home-nyd.gif); }

#stores-home .image { background: url(home-sto.jpg); }
#stores-home .title { background: url(home-sto.gif); }

#distribution-home .image { background: url(home-dis.jpg); }
#distribution-home .title { background: url(home-dis.gif); }

.deptdiv { float: left; width: 10px; }