/* 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;
	}
	
	
	
.feedback	 {
		/* ---- testposition:fixed; ---*/
		position:fixed;
		top:160px;
		right:0; 
		width:40px; 
		height:220px; 
		border-top:#000000 solid 1px;
		border-left:#000000 solid 1px;
		border-bottom:#000000 solid 1px;
		}
	
	
img.feedbackxx {
	position: static;
	right:0px;
	top:160x;
	z-index:999;
	border:0;
	visibility:visible;
	}
	
	
/*		
	
img.feedback2 {
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:999;
	border:0;
	visibility:visible;
	}
	
*/
	
	
	
	
