body {
	background:#fbc211 url(/images/int_background.jpg) top no-repeat;
}

#int {
	width:988px;
	padding-top:90px;
	position:relative;
}
	#int_imagery {
		position:absolute;
		top:-11px;
		right:-10px;
	}
	#int_header {
		height:65px;
		padding:15px 0px 0px 20px;
		background:url(/images/product_header_bg.png) top no-repeat;
	}
		#int_title {
			width:266px;
		}
			#int_download {
				margin-top:3px;
				background:url(/images/download_arrow.gif) left no-repeat;
				padding-left:15px;
				font-size:10pt;
				font-weight:bold;
				font-style:italic;
				text-transform:uppercase;
			}
				#int_download a {
					color:#FFF;
					text-decoration:none;
				}
				#int_download a:hover {
					color:#FFF;
					text-decoration:underline;
				}
		
		#int_spacer {
			width:988px;
			background:url(/images/int_content_bg.gif) top repeat-y;
			height:65px;
		}
		
	.product_body {
		background:url(/images/products_bg.gif) top;
		width:988px;
	}
		.product_body tr {
		}
		
		.product_01, .product_02, .product_03, .product_04 {
			overflow:hidden;
			text-align:center;
			width:246px;
		}
			.product_01 {
				background:url(/images/product_01_bg.gif) left no-repeat;
			}
			.product_02 {
				background:url(/images/product_02_bg.gif) left no-repeat;
			}
			.product_03 {
				background:url(/images/product_03_bg.gif) left no-repeat;
			}
			.product_04 {
				background:url(/images/product_04_bg.gif) left no-repeat;
			}
				
			.product_title {
				overflow:visible;
				margin:20px 20px 20px 20px;
				width:207px;
				height:45px;
				color:#00a2e5;
				font-size:14pt;
				font-weight:bold;
				font-style:italic;
			}
			.product_image {
				overflow:hidden;
				margin:10px 20px 20px 20px;
				width:207px;
				height:245px;
			}
				.product_image img { max-width:207px; max-height:245px; }
				
			.product_details {
				overflow:hidden;
				padding:30px 20px 20px 20px;
			}
				.product_details_content {
					height:150px;
					overflow:hidden;
					padding-bottom:20px;
					text-align:left;
				}
				.product_order {
					overflow:hidden;
					margin-top:10px;
					height:50px;
				}
				
				
				
	
	#product_body_bottom {
		height:5px;
		background:url(/images/product_body_bottom.gif) top no-repeat;
		margin-bottom:10px;
	}
	



