@charset "utf-8";
/* Book Radiant - Background Stylesheet - CSS Document */

/* Home Header background */

#bg_01 { /* Home Header bg top */
	background: url(../images/bg/radiant_bg_01.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 101px;
	overflow: hidden;
	z-index: 5
}

#bg_02 { /* Home Header bg bottom */
	background: url(../images/bg/radiant_bg_02.png) no-repeat;
	position: absolute;
	top: 101px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 102px;
	overflow: hidden;
	z-index: 5
}

/* Secondary Header background */

#bg_01_sec { /* Secondary Header bg top */
	background: url(../images/bg/radiant_secondary-bg_01.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 101px;
	overflow: hidden;
	z-index: 5
}

#bg_02_sec { /* Secondary Header bg bottom */
	background: url(../images/bg/radiant_secondary-bg_02.png) no-repeat;
	position: absolute;
	top: 101px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 101px;
	overflow: hidden;
	z-index: 5
}

/* Home Midsection background */

#bg_03 { /* Nav-Photo bg top */
	background: url(../images/bg/radiant_bg_03.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 93px;
	overflow: hidden;
	z-index: 5
}

#bg_04 { /* Nav-Photo bg middle */
	background: url(../images/bg/radiant_bg_04.png) no-repeat;
	position: absolute;
	top: 93px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 103px;
	overflow: hidden;
	z-index: 5
}

#bg_05 { /* Nav-Photo bg bottom */
	background: url(../images/bg/radiant_bg_05.png) no-repeat;
	position: absolute;
	top: 196px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	overflow: hidden;
	z-index: 5
}

/* Content Area background (Home and Secondary pages */

#bg_06 { /* Content_area bg top */
	background: url(../images/bg/radiant_bg_06.png) no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 26px;
	overflow: hidden;
	z-index: 5
}

.bg_07 { /* Content_area bg - expandable */
	background: url(../images/bg/radiant_bg_07_repeat.png) repeat-y;
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 5
}

#bg_08 { /* Footer bg */
	background: url(../images/bg/radiant_bg_08.png) no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 24px;
	overflow: hidden;
	z-index: 5
}