/*
=============================================
 Development By: Infinity Arts Interactive, LLC - www.InfinityArts.com, © Copyright 2008 - All rights reserved.
 Description: Layout CSS Styles
 Date: 6/12/2008
=============================================
*/

	#DIVbody {
		/* border: 1px #fff solid; */
		padding-top: 15px;
	}

	#DIVnavMenu {
		/* border: 1px #fff solid; */
		padding: 42px 0 0 213px;
	}

/* =================================== HOME PAGE DEFINITIONS =================================== */
	
	#DIVhomePage {
		/* border: 1px #fff solid; */
		background:url('../images/splash_home.jpg') no-repeat;
		width: 800px;
		height: 600px;
		text-align: left;
	}
	
	#DIVflashPromo {
		margin: 101px 0 0 465px;
		width: 300px;
		height: 250px;
	}

	
/* =================================== PRODUCT PAGE DEFINITIONS =================================== */
	
	#DIVproductsPage {
		/* border: 1px #fff solid; */
		background:url('../images/splash_products.jpg') no-repeat;
		width: 800px;
		height: 600px;
		text-align: left;
	}
	
	#DIVproducts {
		/* border:1px #000 solid; */
		margin: 82px 0 0 215px;
		padding: 20px 12px 20px 12px;
		width: 563px;
		height: 407px;
	}
	
/* =================================== DISTRIBUTORS PAGE DEFINITIONS =================================== */
	
	#DIVdistributorsPage {
		/* border: 1px #fff solid; */
		background:url('../images/splash_distributors.jpg') no-repeat;
		width: 800px;
		height: 600px;
		text-align: left;
	}
	
	#DIVdistributors {
		/* border:1px #000 solid; */
		margin: 82px 0 0 219px;
		width: 561px;
		height: 408px;
	}
	
/* =================================== RETAILERS PAGE DEFINITIONS =================================== */
	
	#DIVretailersPage {
		/* border: 1px #fff solid; */
		background:url('../images/splash_retailers.jpg') no-repeat;
		width: 800px;
		height: 600px;
		text-align: left;
	}
	
	#DIVretailers {
		/* border:1px #000 solid; */
		margin: 82px 0 0 219px;
		width: 561px;
		height: 408px;
	}
	
/* =================================== CONTACT PAGE DEFINITIONS =================================== */
	
	#DIVcontactPage {
		/* border: 1px #fff solid; */
		background:url('../images/splash_contact.jpg') no-repeat;
		width: 800px;
		height: 600px;
		text-align: left;
	}
	
	#DIVcontact {
		/* border:1px #000 solid; */
		margin: 82px 0 0 219px;
		padding: 20px;
		width: 561px;
		height: 408px;
	}
	
	#DIVcontactForm {
		padding: 10px 0 0 150px;
	}
	
	.formField {
		border: 1px #000 solid;
		width: 250px;
		padding: 3px;
		font-size: 12.5px;
	}