
table.indextable {
	height: 512px;
}
		
table.indexcontain {
	width: 980px;
	height: 350px;
	background: #d91616;
}		

	#indextitle {
		position:absolute;
		top: 0;
		left: 0;
		z-index: 100;
	}
	
	#flashspot {
		position: absolute;
		left: 27px;
		top: 115px;
		z-index: 50;
		width: 579px;
		height: 301px;
		background: #000;
	}
	
	#indexproductimage {
		position:absolute;
		top:0px;
		right: 0px;
		z-index: 25;
		width: 369px;
		height: 290px;
	}
	
	#indexcopyarea {
		position:absolute;
		top:290px;
		right: 23px;
		z-index: 10;
		width: 346px;
		height: 126px;
		background: url(../img/indexcopybg.gif) no-repeat top left;
	}
	
		#indexcopyareaimg {
			float: left;
			width: 149px;
			height: 126px;
		}
		
			#indexcopyareaimg img {
				margin-top: 12px;
				margin-left: 12px;
				border: 1px solid #27292c;
			}
		
		#indexcopyareatext {
			float: right;
			width: 183px;
			height: 114px;
			overflow: hidden;
		}
		
			#indexcopyareatext p {
				margin-top: 12px;
				margin-right: 12px;
				font: 11px Arial, Helvetica, sans-serif;
				color: #000;
			}
			
			#indexcopyareatext a {
				color: #b42316;
				font-weight: bold;
				text-decoration: none;
			}
			
			#indexcopyareatext a:hover {			
				color: #a09581;
				font-weight: bold;
				text-decoration: none;
			}
			
table.indexboxcontain {
	margin-top: 5px;
	height: 158px;
	width: 100%;
	background: url(../img/idxboxbg.gif) repeat-y top left;
}		

	table.indexboxdirt {
		width: 100%;
		height: 149px;
		background: url(../img/idxboxbtm.gif) no-repeat bottom left;
	}
	
		td.indexboxdirttext {
			width: 556px;
			padding: 15px 15px 20px 15px;
			font: 13px Arial, Helvetica, sans-serif;
			color: #717171;
		}
		
		td.indexboxdirttext h1 {
			color: #a81316;
			text-transform: uppercase;
			font: normal 18px Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
		}