/* TOP BANNER w/ SLIDESHOW STYLES ************************************************ */

object.top_slideshow {
	width:515px;
	height:332px;
}

#banner {
	width:754px;
	/*height:332px;*/
	clear:both;
	line-height:0;
}

.banner_slideShow {
	width:515px;
	height:332px;
	float:left;
	clear:none;
	position: relative;
	z-index: 100;
}

/*#banner_graphics {
	width:239px;
	
	float:left;
	clear:none;
	padding:0;
	margin: 0;
	display:inline;
}*/

#banner_graphics {
	width:239px;
	float:left;
	clear:none;
	padding:0;
	margin: 0;
	display:inline;
}

img#couch {
	width:239px;
	/*height:161px;*/
	clear:both;
	padding:0 0 4px 0;
	margin: 0;
	float:left;
}

img#textureLogo {
	width:239px;
	/*height: 167px;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	clear:both;
	float:left;
}

img#couchLogo {
	width:239px;
	height:267px;
	/*height:161px;*/
	clear:both;
	padding:0 0 0 0;
	margin: 0;
	float:left;
}

img#contact {
	width:239px;
	height:65px;
	/*height: 167px;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	clear:both;
	float:left;
}


/*  MAIN NAVIGATION ************************************************ */

#nav_all {
	width:100%;
	height:20px;
	float:right;
	clear:both;
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
	background-image: url(../graphics/divider_horz.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#nav_all .btn {
	font-weight:bold;
	padding: 0 10px 0 25px;
	margin:0;
	color:#000000;
	float:right;
	clear:none;
	background-image: url(../graphics/divider_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#nav_all .btn a {
	color:#000000;
	text-decoration:none;
}

#nav_all .btn a:link {
	text-decoration:none;
}

#nav_all .btn a:hover {
	color:#990000;
}

