#main_content_selection {
		position: relative;
		width: 700px; /* Full width minus leftnav width minus right padding and left margin (975-250-25-25 = 725) */
		height: 547px;
		margin-right: 25px;
	}
	
		#selection_window {
			position: absolute;
			width: 225px;
			height: 547px;
			top: 0;
			left: 0;
			overflow: hidden;
			background-color: #C2C3B7;
		}
		
			#selection_window ul {
				position: absolute;
				width: 225px;
				top: 0;
				left: 0;
			}
			
				#selection_window ul li {
					width: 225px;
					height: 79px;
					padding: 0 0 0 0;
				}
		
		#edge_left {
			position: absolute;
			width: 8px;
			height: 648px;
			top: 0;
			left: 0;
		}
		
		#edge_right {
			position: absolute;
			width: 8px;
			height: 648px;
			top: 0;
			left: 217px;
		}
		
		a#selection_up {
			position: absolute;
			width: 225px;
			height: 40px;
			top: 0;
			left: 0;
			opacity: .75;
			filter: alpha(opacity = 75);
			background: url(../images/icons/arrow_up.gif) no-repeat 0 0;
			display: none;
		}
		
		a#selection_dn {
			position: absolute;
			width: 225px;
			height: 40px;
			bottom: 0;
			bottom: -1px;
			left: 0;
			opacity: .75;
			filter: alpha(opacity = 75);
			background: url(../images/icons/arrow_dn.gif) no-repeat 0 0;
		}
		
			a#selection_up:hover,
			a#selection_dn:hover {
				opacity: .80;
				filter: alpha(opacity = 80);
			}
			
		#selection_content {
			position: absolute;
			width: 390px;
			top: 40px;
			left: 280px;
		}
		
			#selection_content h2 {
				/*
				width: 350px;
				height: 21px;
				*/
				margin: 0;
				/*
				margin: 20px auto 0 auto;
				*/
				font-family: Georgia;
				font-size: 2.6em;
				color: #f4f4f4;
				font-weight: normal;
				text-align: center;
			}
			
			
			#selection_content p {
				font-family: Georgia;
				font-size: 1.2em;
				color: #ffffff;
				text-align: left;
				line-height: 1.5em;
				padding: 0 1em;
			}
			
				#selection_content h2#bambugranite {
					background: url(../images/temp/bambugranite.gif) no-repeat center center;
				}
			
h1.selectiontitle {
	width: 390px;
	height: 10px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}

	h1.selectiontitle#granite {
		background: url(../images/titles/selectiontitle_granite.gif) no-repeat top center;
	}
	
	h1.selectiontitle#special {
		background: url(../images/titles/selectiontitle_promotions.gif) no-repeat top center;
	}	
	
	h1.selectiontitle#marble {
		background: url(../images/titles/selectiontitle_marble.gif) no-repeat top center;
	}
	
	h1.selectiontitle#limestone {
		background: url(../images/titles/selectiontitle_limestone.gif) no-repeat top center;
	}
	
	h1.selectiontitle#onyx {
		background: url(../images/titles/selectiontitle_onyx.gif) no-repeat top center;
	}
	
	h1.selectiontitle#tile {
		background: url(../images/titles/selectiontitle_tile.gif) no-repeat top center;
	}
	
	#selection_information {
		position: relative;
		width: 390px;
		height: 360px;
		overflow: auto;
		
	}
	
		#selection_information p {
			padding: .5em 1em;
			
		}
	
		#selection_image_container {
			position: relative;
			width: 373px;
			height: 283px;
			margin-top: 15px;
			background: url(../images/backgrounds/selection_image.jpg) no-repeat 0 0;
		}
		
		#selection_image {
			position: absolute;
			width: 364px;
			height: 275px;
			top: 0;
			left: 0;
		}

.tagline1 {
	width: 255px;
	height: 88px;
	background: url(../images/home/tagline1.gif) no-repeat 0 0;
	margin: 0 auto;
	margin-top: 15px;
}
		
.selection_enlarge {
	width: 66px;
	height: 7px;
	background: url(../images/text/viewslab.gif) no-repeat 0 0;
	margin-left: 300px;
}

ul#sub {
	margin-top: 15px;
}