@charset "UTF-8";

/********* TALL PAGE HEADER **********/

#tall_header_shadow {
	position: absolute;
	left: 0px;
	top: 318px;
	display: block;
	width: 100%;
	height: 17px;
	background: url(images/header_shadow.png) left top repeat-x;
}

#tall_header_box {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: url(images/header_tall_bg.png) left top repeat-x;
}

#tall_header_image {
	position: relative;
	display: block;
	width: 980px;
	height: 216px;
	margin: 15px auto;
}

#tall_header_box_shadow {
	position: absolute;
	left: -9px;
	top: -5px;
	display: block;
	width: 998px;
	height: 234px;
	background: url(images/header_tall_box_shadow.png) left top no-repeat;
	_background: none;
}

#tall_header_swirl1b {
	position: absolute;
	left: 50%;
	top: 0px;
}
#tall_header_swirl1 {
	position: absolute;
	left: -650px;
	display: block;
	width: 725px;
	height: 335px;
	background: url(images/header_tall_swirl1.png) left top no-repeat;
}

#tall_header_swirl2b {
	position: absolute;
	left: 50%;
	top: 154px;
}
#tall_header_swirl2 {
	position: absolute;
	left: -70px;
	display: block;
	width: 776px;
	height: 342px;
	background: url(images/header_tall_swirl2.png) left top no-repeat;
}

#tall_header_image img {
	position: absolute;
	left: 0px;
	top: 0px;
}


/********* SHORT PAGE HEADER **********/

#short_header_shadow {
	position: absolute;
	left: 0px;
	top: 201px;
	display: block;
	width: 100%;
	height: 17px;
	background: url(images/header_shadow.png) left top repeat-x;
}

#short_header_box {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 485px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background: url(images/header_short_bg.jpg) left top repeat-x;
}

#short_header_image {
	position: relative;
	display: block;
	width: 980px;
	height: 104px;
	margin: 15px auto 10px auto;
}

#short_header_box_shadow {
	position: absolute;
	left: -9px;
	top: -5px;
	display: block;
	width: 998px;
	height: 122px;
	background: url(images/header_short_box_shadow.png) left top no-repeat;
	_background: none;
}

#short_header_swirl1b {
	position: absolute;
	left: 50%;
	top: 0px;
}
#short_header_swirl1 {
	position: absolute;
	left: -650px;
	display: block;
	width: 725px;
	height: 218px;
	background: url(images/header_short_swirl1.png) left top no-repeat;
}

#short_header_swirl2b {
	position: absolute;
	left: 50%;
	top: 37px;
}
#short_header_swirl2 {
	position: absolute;
	left: -70px;
	display: block;
	width: 776px;
	height: 342px;
	background: url(images/header_short_swirl2.png) left top no-repeat;
}

#short_header_image img {
	position: absolute;
	left: 0px;
	top: 0px;
}