/* CSS Document */
img{ 
    display:block; 
}

td img {

	display: block;
}

/*********************************************************************************** Header **********************************************************************************/
div#head
{
	position:absolute;
	top:0px;
	left:170px;
	line-height:20px;
	width:370px;
	z-index:6;
	text-align:center;
}

/*********************************************************************************** Home **********************************************************************************/

div#speech
{
	position:absolute;
	top:195px;
	left:530px;
	height:120px;
	width:300px;
	z-index:3;
	text-align:right;
	
}

/*********************************************************************************** Nav **********************************************************************************/

#nav {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:absolute;
	margin:0px;
	left:150px;
	top:108px;
	width:600px;
	height:30px;
	text-align:left;
	z-index:5;
}

#navcontainer {
/* This ID is related to the master menu div for menu MMMenuContainer0201160858_0 and contains the important positioning information for the menu as a whole */
	position:relative;
	left:0px;
	top:-50px;
	visibility:hidden;
	z-index:5;
}

#flashnav {
/* This class defines things about menu MMMenu0201160858_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	
	z-index:5;
}

/*********************************************************************************** Body **********************************************************************************/

div#body_background
{
	position:relative;
	display:block;
	top:0px;
	height:720px;
	width:950px;
	z-index:1;
	text-align:left;
	
}


div#body_foreground
{
	position:absolute;
	display:block;
	top:137px;
	left:125px;
	height:500px;
	width:650px;
	z-index:2;
	text-align:left;
}



/***********************************************************************************Prod & Search page Content Layout **********************************************************************************/

div#prodtitle
{
	position:relative;
	top:30px;
	left:30px;
	
	width:350;
	text-align:left;
}

div#first3prod
{
	position:relative;
	top:50px;
	width:650;
	text-align:left;
}

div#second3prod
{
	position:relative;
	top:50px;
	width:650;
	
	text-align:left;
}

div#pagelinks
{
	position:absolute;
	top:460px;
	left:0px;
	width: 650px;
	
	text-align:center;
}
