body
{
	background-color: #ee0099;
	font-family: Helvetica, Verdana, Arial;	
	font-size: 12px;
}

#container
{	
	margin: 0px auto; 	
	width: 960px;
	position: relative;
	overflow: auto;
	background: white;
}

header
{
	width: 100%;
	position: relative;
}

nav
{
	width: 100%;
	position: relative;
	background: none;
}

nav ul
{
	padding-left: 92px;
}
nav ul li
{
	display: inline-block;
	margin-left: 25px;
	background: url('../images/navigation.png') no-repeat;
	background-size: cover;
	height: 55px;
	width: 135px;
	font-size: 2em;
	
}

nav ul li:first-child
{
	margin-left: 0px;
}

nav ul li a
{	
	display: block;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
}

#slideshow_backup
{
	width: 100%;
	position: relative;

}

#slideshow{
	width: 100%;
	height:400px;
	position:relative;
 	
	-moz-box-shadow:0 0 22px #111;
	-webkit-box-shadow:0 0 22px #111;
	box-shadow:0 0 22px #111;
}

#slideshow ul{
	height:320px;
	list-style:none outside none;
	overflow:hidden;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}
	
#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}
#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}


#promo
{
	width: 100%;
	position: relative;
	min-height: 250px;
}

.box_class
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 20px;
	
}

#box1
{
	left: 0px;
}

#box2
{
	left: 330px;	
}

#box3
{
	left: 660px;
}
#testing
{
	width: 100%;
	position: relative;
	min-height: 100px;
}

.footer_class ul li a
{	
	display: block;
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 5px;
}


.footer_class
{
	width: 180px;
	height: 100px;
	position: absolute;
	
}

#footer_box1
{
	left: 5px;
	
}

#footer_box2
{
	left: 195px;
}

#footer_box3
{
	left: 385px;
}

#footer_box4
{
	left: 575px;
	background: fuchsia;
}

#footer_box5
{
	left: 765px;
	background: lime;
}
