#welcome {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #dcdbd7 url(../images/index_welcome.jpg);
	width: 395px;
	height: 395px;
}

#featured_shirts {
	position: absolute;
	background: #dcdbd7 url(../images/index_shirts.jpg);
	left: 395px;
	top: 0px;
	width: 629px;
	height: 395px;
}

#shirt_imagemap {
	position: absolute;
	background: transparent;
	left: 0px;
	top: 48px;
}

#shirt_leftarrow a {
	position: absolute;
	overflow: hidden;
	background: transparent url(../images/featured_shirt_leftarrow.png) top left no-repeat;
	left: 200px;
	top: 187px;
	width: 30px;
	height: 0px !important; 
	height /**/:45px; /* for IE5/Win only */
	padding: 45px 0 0 0;

}

#shirt_rightarrow a {
	position: absolute;
	overflow: hidden;
	background: transparent url(../images/featured_shirt_rightarrow.png) top left no-repeat;
	left: 489px;
	top: 187px;
	width: 31px;
	height: 0px !important; 
	height /**/:45px; /* for IE5/Win only */
	padding: 45px 0 0 0;
}

#shirt_frame {
	position: absolute;
	background: transparent;
	left: 229px;
	top: 38px;
	width: 260px;
	height: 332px;
}

#shirt_overlay {
	position: absolute;

	left: 223px;
	top: 32px;
	width: 272px;
	height: 345px;
	z-index: 100;
}

#info_box {
	background: transparent;
	position: absolute;
	left: 495px;
	top: 270px;
	width: 100px;
	height: 75px;
}

#email_list {
	position: absolute;
	background: #dcdbd7 url(../images/index_emaillist.jpg);
	left: 0px;
	top: 395px;
	width: 341px;
	height: 165px;
}

#call_us {
	position: absolute;
	background: #dcdbd7 url(../images/index_callus.jpg);
	left: 341px;
	top: 395px;
	width: 342px;
	height: 165px;
}

#questions {
	position: absolute;
	background: #dcdbd7 url(../images/index_questions.jpg);
	left: 683px;
	top: 395px;
	width: 341px;
	height: 165px;
}

.ztext {
	height: 18px;
	border: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	color: #3a3a33;
	padding-left: 5px;
	padding-top: 2px;
}

#textbox_firstname {
	position: absolute;
	margin-left: 62px;
	margin-top: 88px;
	width: 110px;
}

#textbox_lastname {
	position: absolute;
	margin-left: 180px;
	margin-top: 88px;
	width: 110px;
}

#textbox_email {
	position: absolute;
	margin-left: 62px;
	margin-top: 111px;
	width: 160px;
}

#email_submit a {
	position: absolute;
	margin-left: 228px;
	margin-top: 111px;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
	width: 62px;
	background: url(../images/button_submit.gif) top left no-repeat;
}

#email_submit a:hover {
	background-position: 0 -19px;
}

#questions_learnmore a {
	position: absolute;
	margin-left: 79px;
	margin-top: 88px;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
	width: 99px;
	background: url(../images/button_learnmore.gif) top left no-repeat;
}

#questions_learnmore a:hover {
	background-position: 0 -19px;
}