/* MAIN BODY - HOME & INTERIOR */

div#main_body {
	position: relative;
	margin: 0px auto;
	border-top: 1px solid #F5F5F5;
	width: 706px;
	height: 455px;
	background: transparent url("../images/backgrounds/main_content_background.gif");
	text-align: left;
	overflow: hidden;
}

	div#body_text_container {
		margin: 25px 0px 0px 0px;
		padding: 0px 0px 0px 23px;
		width: 190px;
		height: 140px;
		line-height: 18px;
	}
	
	div#eye_candy {
		margin: 25px 0px 0px 0px;
		padding: 0px 3px 0px 0px;
		float: right;
		width: 460px;
		height: 140px;
		background: transparent url("/images/special_items/gallery_featured_item.jpg");
		background-repeat: no-repeat;
	}
	
		#eye_candy p {
			display: none;
		}

/* custom scrollbar rules */
	
	div#scrollbar {
		position: absolute;
		top: 165px;
		left: 680px;
		z-index: 10;
	}

/* gallery contents */
	/* container to hold gallery */

	div#gallery_container {
		position: relative;
		margin: 0px 0px 0px 25px;
		width: 668px;
		height: 290px;
		clear: both;
		overflow: hidden;
		background: transparent url("/images/scrollbar/scrollbar_trough.gif");
		background-repeat: no-repeat;
		background-position: 646px 0px;
	}

		#gallery_container img {
			border: 4px solid #FFFFFF;
		}
		
		#gallery_container a {
			text-decoration: none;
		}

	
	/* gallery odd and even row specific rules */
		
		.gallery_odd_row {
			background: transparent url("/images/backgrounds/gallery_color_background.jpg");
		}

		.gallery_even_row {
			background: transparent url("/images/backgrounds/gallery_white_background.jpg");
		}		
			
			.gallery_even_row h4 {
				color: #737373;
			}

			.gallery_odd_row h4, .gallery_odd_row p {
				color: #FFFFFF;
			}
			
			.gallery_odd_item {
				background: transparent url("/images/backgrounds/gallery_item_color_backgrou.jpg");
			}
			
			.gallery_even_item {
				background: transparent url("/images/backgrounds/gallery_item_white_backgrou.jpg");
			}			

	/* gallery odd and even row common rules */

		.gallery_odd_row, .gallery_even_row {
			clear: left;
			height: 145px;
			background-repeat: repeat-x;
		}	


			.gallery_odd_row img, .gallery_even_row img {
				margin: 19px 0px 0px 11px;
				float: left;
				width: 140px;
				height: 95px;
			}
			
			.gallery_odd_row h4, .gallery_even_row h4 {
				margin: 29px 10px 0px 175px;
				font-weight: 100;
			}
			
			.gallery_odd_row p, .gallery_even_row p {
				margin: 15px 10px 0px 175px;
				font-size: 10px;
				line-height: 18px;
			}

			.gallery_odd_item, .gallery_even_item {
				position: relative;
				float: left;
				width: 49%;
				height: 145px;
				background-repeat: no-repeat;
				background-position: 2px 0px;
			}

			div.ipix_button {
				position: absolute;
				top: 0px;
				left: 0px;
			}

			* html div.ipix_button {
				position: absolute;
				top: 23px;
				left: 15px;
			}			
			
