body{
	margin: 0;
	padding: 0;
	background: url(./images/background.jpg) repeat-x;
	overflow: hidden;
	font-family: georgia, helvetica, times;
}

#nav-buttons{
	position: absolute;
	z-index: 99;
	margin: 0; 
	padding: 0;
	top: 118px;
	left: 35px;
	height: 22px;
}

.nav-butts{
	position: relative;
	top: 118px;
	left: 35px;
	width: 150px;
	height: 22px;
	padding: 0;
	background: url(./images/nav-buttons-bkg.png) no-repeat 9px 4px;
}

.scroll-butts{
	position: relative;
	top: 105px;
	left: 1180px;
	width: 150px;
	height: 22px;
	padding: 0;
	cursor: pointer;
}

#nav-buttons ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-buttons ul li{
	float: left;
	width: 31px;
	height: 19px;
	text-align: center;
}
#nav-buttons ul li img{
	margin: 0; 
	padding: 0;
	margin-top: -2px;
}

#viewer{
	margin: auto;
	text-align: center;
	overflow: hidden;
}

#slider{
	width: 7200px;
	margin: 0;
	height: 600px;
	overflow: hidden;
}

#slide1{
	float: left;
	width: 1440px;
	height: 600px;
	background: url(./images/slide-1.png) no-repeat 25px 0;
}

#slide2{
	float: left;
	width: 1440px;
	height: 600px;
	background: url(./images/slide-2.png) no-repeat 25px 0;
}

#slide3{
	float: left;
	width: 1440px;
	margin: auto;
	height: 600px;
	background: url(./images/slide-3.png) no-repeat 25px 0;
}

#slide4{
	float: left;
	width: 1440px;
	margin: auto;
	height: 600px;
	background: url(./images/slide-4.png) no-repeat 25px 0;
}

#slide5{
	float: left;
	width: 1440px;
	margin: auto;
	height: 600px;
	background: url(./images/slide-5.png) no-repeat 25px 0;
}

#text-container{
	height: 400px;
	margin-top: 140px;
	text-align: left;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	width: 7200px;
}

#text-container h1{
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-weight: 300;
}

#text-container h3{
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
	font-weight: 300;
}
#text-container img{
	vertical-align: middle;
}
#text-container ul{
	list-style-type: none;
	float: left;
	margin-right: 15px;
}
#text-container li{
	font-size: 14px;
	color: #fff;
	line-height: 13px;
	height: 25px;
}
#tc1{
	float: left;
	width: 1440px;
}

#tc2{
	float: left;
	width: 1440px;
}
