#header_block {
	width: 1000px; 
	height: 170px;
	background-image: url(images/inside_top_image.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#main_block {
	position: relative;
	background: url(images/teal_background.gif) no-repeat 0 70px;
}

	#content_header {
		position: relative;
		left: 15px;
		width: 970px;
		height: 70px;
		background-color: #b35639;
	}
		
		.content_title {
			color: #ffffff;
			padding: 35px 0 0 35px;
		}
		
	#content_block {
		position: relative;
		left: 15px;
		width: 970px;
		z-index: 1500;
		background: #ffffff url(images/content_bottom_corner.gif) no-repeat bottom right;
		display: block;
	}
	
#main_bottom2 {
	position: relative;
	top: -30px;
	background-image: url(images/bottomImage.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 69px;
}

#main_bottom2 p {
	font-size: 11px;
	font-weight: lighter;
	text-align: right;
	vertical-align: bottom;
	padding-top: 37px;
	padding-right: 32px;
}

#main_bottom2 a {
	color: #cac6bc;
	text-decoration: none;
}

#main_bottom2 a:hover {
	text-decoration: underline;
}

#merch_header {
	width: 950px;
	height: 323px;
	margin: 85px 0 56px 5px;
	background: #ffffff url(images/merch_header.jpg) no-repeat;
}

#merch_content {
	margin: 0 15px 0 33px;
	padding: 0 0 10px 0;
	font-size: 11px;
}

	.prod_row {
		position: relative;
		height: 300px;
		margin-bottom: 10px;
	}
		
	.prod_col0 {
		position: absolute;
	}
	
	.prod_col1 {
		position: absolute;
		left: 311px;
	}
	
	.prod_col2 {
		position: absolute;
		left: 622px;
	}
	
	.prod_detail {
		position: relative;
		width: 300px;
		height: 300px;
		border: solid 1px #877e6a;
	}
	
		.prod_detail img {
			position: absolute;
			left: 10px;
			top: 10px;
		}
		
		.prod_size {
			position: absolute;
			left: 10px;
			top: 264px;
		}
		.prod_add {
			position: absolute;
			left: 210px;
			top: 264px;
		}
#cart_tbl {

}
	#cart_tbl tr {
		border-bottom: solid 1px #877e6a;
	}
	#cart_tbl th {
		padding: 4px;
		font-weight: bold;
	}
	#cart_tbl td {
		padding: 4px;
	}
	.cart_center {
		text-align: center;
	}
	.cart_right {
		text-align: right;
	}
	.cart_quan {
		width: 20px;
		text-align: center;
	}
#cart_foot {
	margin: 20px 0 20px 0;
}
#ship_tbl td {
	padding: 4px;
}
.shp_label {
	text-align: right;
}
#ord_state {
	width: 20px;
	margin: 0 4px 0 4px;
}
#ord_zip {
	width: 50px;
}

.error_msg {
	color: red;
	margin-bottom: 7px;
}