/* Index */

/* ************* MONKEY! *************** */
#monkey{
	position: absolute;
	z-index:0;
	top: 183px;
	left: 240px;
	width: 167px;
	height: 150px;
	background-image: url('../images/monkey_img.jpg');
}

#monkey:hover{
	cursor: pointer;
}

/* Scrolling Ticker */

#news_ticker{
	width: 790px;
	height: 30px;
	margin: 8px auto 0px auto;
}

#news_ticker h3{
	margin-left: 20px;
	float: left;
}

ul#ticker01{
	margin-top: 1px;
	float: left;
	margin-left: 10px;
	line-height: 14px;
}

ul#ticker01 a{
	color: #EE0000;
}

#quotes{
	width: 768px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -10px;
	height: 165px;
}

#quotes ul.innerfade{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 768px;
	list-style: none;
}

#quotes ul.innerfade li{
	width: 768px;
	position: absolute;
	display: none;
	font-size: 14px;
}

#quotes .logo{
	max-width: 150px;
	margin-right: 10px;
}

#quotes .large{
	font-size: 17px;
	letter-spacing: 2px;
	margin-left: 3px;
	margin-right: 1px;
}

#quotes ul.innerfade li img{
	float: left;
	margin-top: 10px;
}

#quotes ul.innerfade li p{
	display: inline;
	float: left;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	z-index:1;
}

#quotes ul li .testimonials_left{
	float: left;
	width: 170px;
	height: 165px;
}

#quotes ul li .testimonials_left img{
	max-height: 100px;
	max-width: 150px;
	margin-left: 10px;
	margin-top: 10px;
}

#quotes ul li .testimonials_right{
	float: left;
	display: inline;
	padding-top: 10px;
	max-width: 450px;
	height: 165px;
}

#free_star{
	z-index: 9999;
	position: absolute;
	top: 0px;
	left: 260px; 
	width: 155px
	height: 145px;
}
