/* start display of div elements styles set */


/* left side top callout */

.callout {
	display: block;
	position:absolute; 
	width:180px; 
	height:315px; 
	z-index:41; 
	left: 10px; 
	top: 270px
}


/* main content container */ 

.maincontent {
	display: block;
	position:absolute; 
	width:575px; 
	z-index:50; 
	left: 200px; 
	top: 275px;
}


.slideshow {
	background-image: url(../images/loading.gif);
  	background-repeat: no-repeat;
    background-position: 50% 50%;
	width:500px; 
	height:350px; 
}


.productgrid {
	background-image: url(../images/loading.gif);
  	background-repeat: no-repeat;
    background-position: 50% 50%;
	width:500px; 
	height:350px; 
}


.formholder {
	display: block;
	position:absolute; 
	width:575px; 
	z-index:50; 
	left: 200px; 
	top: 275px;
}


div.wrapper {
	position:fixed;
	width:200px; 
	z-index:50; 
	left: 450px; 
	top: 275px;
}

	
#flashholder {
	position:absolute
	left:0;
	top:0px;
	z-index:1;
	border:0;
	visibility:visible;
	}
	
	
img.feedback {
	position: absolute;
	left:802px;
	top:0px;
	z-index:999;
	border:0;
	visibility:visible;
	}
	
	
/*		
	
img.feedback2 {
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:999;
	border:0;
	visibility:visible;
	}
	
*/
	
	
	
	
