body {
	background: #0f0f0f;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}


/* ========================= Global Structure START ============================== */

#main-bg-top {
	background: url(main-bg-top1.jpg) repeat-x 50% 0%;
}
	
	#page1 #main-bg-top {
		background: url(main-bg-top.jpg) repeat-x 50% 0%;
	}

#main-bg-bot {
	background: url(main-bg-bot.jpg) repeat-x 50% 100%;
	width: 100%;
}

#main {
	font-size: 0.75em;
}

header {
	position: relative;
	height: 113px;
}

aside {
	height: 461px;
	padding: 0 0 48px 0;
}

section#content {
	font-weight: 400;
}

footer {
	background: url(footer.gif) no-repeat 50% 0%;
	height: 49px;
	overflow: hidden;
}

/* ========================= Global Structure END ================================ */






/* ============================= Carousel START ===================================== */

a, strong, ul {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}


#loopedCarousel {
	position: relative;
	width: 990px;
	height: 418px;
}



.container {
	position:relative;
	width: 990px;
	height: 418px;
	overflow: hidden;
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
}

.slides div {
	background: url(box.png) no-repeat 0% 0%;
	width: 285px;
	height: 389px;
	padding: 29px 30px 0 20px;
	position: absolute;
	top: 0;
}

	.slides div span {
		background: url(title-bg.gif) repeat-x 0% 100%;
		display: block;
		width: 200px;
		height: 51px;
		margin: 0 auto 18px;
		line-height: 1.2em;
		font-size: 2.5em;
		font-weight: 700;
		text-align: center;
		color: #fff;
	}
	
	.slides div ul {
		width: 100%;
		padding: 0 0 22px 0;
		overflow: hidden;
	}
	
		.slides div ul li {
			width: 100%;
			overflow: hidden;
			vertical-align: top;
			line-height: 30px;
			font-size: 1.167em;
			font-weight: 400;
			color: #fff;
		}
		
			.slides div ul li a {
				text-decoration: none;
				color: #fff;
			}
			
			.slides div ul li small {
				float: right;
				font-size: 1em;
			}
			
	.slides div strong {
		background: url(line-hor.gif) repeat-x 50% 0%;
		display: block;
		width: 100%;
		padding: 21px 0 0 0;
		overflow: hidden;
		font-weight: 400;
	}
	
		.slides div strong b {
			float: right;
			width: 76px;
			font-weight: 400;
		}
		
			.slides div strong b a {
				background: url(button-bg.png) no-repeat 0% 0%;
				float: right;
				width: 76px;
				height: 37px;
				overflow: hidden;
				line-height: 36px;
				font-size: 1.5em;
				font-weight: 700;
				text-align: center;
				text-decoration: none;
				color: #1a1a1a;
			}
			
				.slides div strong b a:hover {
					color: #a71206;
				}
				
		.slides div strong em {
			float: left;
			line-height: 36px;
			font-size: 2em;
			font-weight: 700;
			font-style: normal;
		}

/* ============================== Carousel END ====================================== */