/* CSS Document 
Gator industrial Cases Home Page CSS Styles
Created by: James Menendez
Created: 2/29/08
Copyright: Mercury New Media
Last Revised: 2/29/08
*/
#mainWrapper #FlashWrapper {
		width:100%;
		height:250px;
		background-color:#FFF;
	}
	
	#mainWrapper #HomeContentWrapper {
		width:100%;
		min-height:400px;
		background-color:#FFF;
	}
	#mainWrapper #HomeContentWrapper #ContentInnerWrapper {
		width:972px;
		min-height:429px;
		background-color:#7f8184;
		margin-left:5px;
		margin-right:5px;
		background-image:url(../Images/Common/content_back.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
/* For Mozilla */
#HomeLeftColumn {
	float:left;
	width:579px;
	margin-left:15px;
}
	#HomeLeftColumn #ContentMain {
		margin-top:5px;
	}
		#HomeLeftColumn #ContentMain p {
			margin-top:5px;
			color:#fff;
			font-size:13px;
		}
	#HomeLeftColumn #HomePod {
		float:left;
		width:268px;
		height:329px !important;
		padding-left:20px;
		padding-top:20px;
		margin-top:12px;
		background-image:url(../Images/Home/HomePod.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#HomeLeftColumn #HomePod p {
		margin-right:45px;
		margin-top:5px;
		color:#fff;
		font-size:10pt;
	}
	#HomeLeftColumn #HomePod #FloatImage {
		float:right;
		background-image:url(../Images/Home/shadow.png);
		background-position:bottom right;
		background-repeat:no-repeat;
	}
#HomeRightColumn {
	float:left;
	position:relative;
	width:378px;
	min-height:447px;
}
	#HomeRightColumn #topBar {
		width:378px;
		height:28px;
		background-image:url(../Images/Home/topBar.png);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#HomeRightColumn #centerFrame {
		width:378px;
		min-height:397px;
		background-image:url(../Images/Home/centerFrame.png);
		background-position:top left;
		background-repeat:repeat-y;
	}
		#HomeRightColumn #centerFrame p{
			margin-left:30px;
			margin-right:45px;
			margin-top:5px;
			color:#fff;
			font-size:10pt;
		}
		#HomeRightColumn #centerFrame img {
			margin-left:30px;
			margin-top:5px;
		}
	#HomeRightColumn #bottomBar {
		width:378px;
		height:32px;
		background-image:url(../Images/Home/bottomBar.png);
		background-position:top left;
		background-repeat:no-repeat;
	}

/*8End for mozilla*/
	
