#home-header {
	background:url("/images/public/bg_home_header.jpg") no-repeat;
	height:95px;
}

#footer {
	margin-top:206px;
	background: url("/images/public/bg_footer_gspikes.jpg") no-repeat 0px  0px ;
}

#page-content-blocks {
	padding:0px;
	width:auto;
}

#home-content {
	background:url("/images/public/bg_page_level_2.jpg") repeat-y;
	position:relative;
	height: 385px;
}

#home-content #page-content-blocks {
	position:relative;
}

#page-area-welcome {
	background:url("/images/public/bg_home_welcome.jpg") no-repeat;
	padding:0px 60px 0px 0px;
	height:385px;
	color:#eaffc3;
	position:relative;
}

#page-area-welcome .page-content-block {
	position:absolute;
	top:-20px;
	left:525px;
}

#home-content #page-area-welcome p {
	line-height:1.7em;	
	margin:6px;
	font-size:110%;
	width:420px;
	margin-top:15px;
}

#page-area-about {
	position:absolute;
	top:280px;
	height:311px;
	width:990px;
	background: url("/images/public/bg_home_about.jpg") no-repeat;
}

#page-area-about .page-content-block {
	width:230px;
	padding:240px 20px 20px 75px;
	position:relative;
	font-size:90%;
}

#page-area-about a {
	color:#bbdf11;
	text-decoration:none;
}

#page-area-about a:hover {
	color:#7efa03;
}

#page-area-about .page-content-block .content-images-container {
	position:absolute;
	top:19px;
	left:60px;

}

#whats-new {
	position:absolute;
	z-index:100;
	top:160px;
	left:360px;
	margin-right:20px;
	width:620px;
	height:455px;
}

#page-content-blocks h1, 
#page-content-blocks h2,
#page-content-blocks p {
	margin:0px;
}

#whats_hot_slideshow {
	background: url("/images/public/whats_hot_slideshow.png") no-repeat;
	width: 593px;
	height: 460px;
	z-index: 102;
	position: relative;
	top: -240px;
	left: 366px;
}

.slide {
	position: absolute;
}

.slideshow-container {
	position: relative;
	top: 97px;
	left: 13px;
}

#slide_show_nav {
	position: relative;	
	top: 415px;
	left: 41px;
	width:250px;
	height:20px;
	z-index: 101;
}

#left_arrow {
	background: url("/images/public/slideshow_left_arrow.png");
	height:9px;
	width:11px;
}

#right_arrow {
	background: url("/images/public/slideshow_right_arrow.png");
	height:9px;
	width:11px;
	-webkit-user-select: none;
}

.bullet_point {
	height:9px;
	width:10px;
	background: url("/images/public/slideshow_circle.png");
}

.bullet_point, #left_arrow, #right_arrow {
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	z-index: 100;
}

.bullet_point:hover, #right_arrow:hover, #left_arrow:hover, .current{
	background-position: 0px 9px;	
}

.slide_description {
	position: relative;
	top: -48px;
	left: -50px;
}

.slide_description img {
	float: right;
}

