@charset "UTF-8";
/* CSS Document */
@import "common.css";
@import "layout.css";
@import "secondary.css";

#timing {}

#timing h2 {
	background:url(../images/timing/headline.gif) no-repeat;
}

#timing #stage {
	margin-top:20px;
	margin-left:12px;
}

#timing #stage #row1 {
	margin-bottom:25px;
}

#timing #stage li {
	float:left;
	width:291px;
}

#timing #stage li.odd {
	margin-right:24px;
}

#timing #stage li p {
	line-height:1.5;
}

#timing h3 {
	width:291px;
	height:91px;
	text-indent:-9999px;
	margin-bottom:6px;
}

#timing h3#hl_stage1 {
	background:url(../images/timing/hl_stage1.gif) no-repeat;
}

#timing h3#hl_stage2 {
	background:url(../images/timing/hl_stage2.gif) no-repeat;
}

#timing h3#hl_stage3 {
	background:url(../images/timing/hl_stage3.gif) no-repeat;
}

#timing h3#hl_stage4 {
	background:url(../images/timing/hl_stage4.gif) no-repeat;
}

