@import url(styles.css);

html {
	background: url(../images/landing/bg.gif) repeat-x #ffffff;
	height: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
}
#cn {
	margin: 0 auto;
	padding-top: 43px;
	width: 760px;
}
.ie #cn {
	width: 765px;
}
#logo {
	display: block;
	background: url(../images/landing/logo.gif);
	width: 275px;
	height: 91px;
	margin: 0 auto;
	text-indent: -999em;
}
#welcome {
	background: url(../images/landing/welcome.gif);
	width: 275px;
	height: 54px;
	margin: 0 auto 0 auto;
}
#cnLeft {
	float: left;
	clear: none;
	background: url(../images/landing/cn-l.gif);
	width: 76px;
	height: 129px;
	margin-top: 240px;
	margin-bottom: 0;
	z-index:1;
}
.ie #cnLeft {
	margin-top: 240px;
	margin-right: -3px;
	margin-left: -230px;
}
#nav {
	margin-top: 95px;
	width: 684px;
}
.ie #nav {
	margin-left: -145px;
}
.ie7 #nav {
	margin-left: -38px;
}
ul.navList {
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	margin-left: 70px;
}
ul.navList li {
	list-style: none;
	margin: 0;
	height: 100%;
	float: left;
	clear: none;
	text-indent: -999em;
}
ul.navList li a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
#nav li a {
	text-indent: -999em;
	display: block;
}
#nav #baby a {
	background: url(../images/landing/baby.gif);
	width: 114px;
	height: 129px;
}
#nav #kids a {
	background: url(../images/landing/kids.gif);
	width: 122px;
	height: 129px;
}
#nav #cuts a {
	background: url(../images/landing/cuts.gif);
	width: 74px;
	height: 129px;
}
#nav #gifts a {
	background: url(../images/landing/gifts.gif);
	width: 74px;
	height: 129px;
}
#nav #stores a {
	background: url(../images/landing/stores.gif);
	width: 58px;
	height: 129px;
}
#nav #contact a {
	background: url(../images/landing/contact.gif);
	width: 88px;
	height: 129px;
}
#nav #look {
	background: url(../images/landing/look.gif);
	width: 78px;
	height: 129px;
}
#arrow {
	float: right;
	clear: left;
	background: url(../images/landing/arrow.gif);
	width: 78px;
	height: 83px;
	margin-right:35px;
}
#content {
	clear: left;
	float: right;
	margin-top: 40px;
	text-align: left;
	width: 170px;
}
#pageForm #content {
	margin-right:120px;
	margin-top:-40px;
}
#pageForm .dataFormContainer {
	clear: none;
}
#pageForm.dataForm .confirmMessage, #pageForm.dataForm .successMessage, #pageForm.dataForm .errorMessage, #pageForm.dataForm .promptMessage {
	float: left;
}