/* CSS Document */

html
{
}

body
{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0px; 
	padding:0px;
	text-align: center;
	
	background-color: #999999;
/* 	background-image0:url(site/2x2greycheckerboard1.gif); */  
	background-image:url("site/bgtile3.gif");
}

td
{
	text-align: left;
	vertical-align: top;
}

/**
a 
{
	color:#1C1C1C;
	font-weight: bold;
	text-decoration: underline;
}

a:hover 
{
	background: #1C1C1C;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
**/

#named a 
{
	/* display: none; */
	display: inline;
	visibility: hidden;
}


img
{ 
	border: none; /*  1px solid #FFFFFF; */
}


p
{
	margin-top: 0px;
}


#root
{
	background-image: url("site/root background.jpg");
	background-repeat: no-repeat;
	border: 1px solid #666666;
	height: 672px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 1000px;
}


#root a
{
	color: #000000;
	text-decoration: none;
}



#root a:hover
{
	text-decoration: underline;
}


#root #home_link a
{
/*	border: 1px solid #999999;  */
	display: block;
	
	height: 340px;
	position: absolute;
	top: 16px;
	left: 26px;
	width: 437px;
	
}



#root #youtube
{
	/* background: url("site/youtube surround.jpg") 0 0 no-repeat; */
	border: none;
	height: 368px;
	position: absolute;
	top: 49px;
	left: 575px;
	width: 460px;
	z-index: 50;
}


#root #youtube #player
{
	/* display: none; */
	
	border: none;
	height: 369px;
	position: absolute;
	top: 12px;
	left: 13px;
	width: 468px;
	z-index: 100;
}


#root #youtube #hide a
{
	background: url("site/hide button.png") 0 0 no-repeat;
	display: block;
	font-size: 0px;

	border: none;
	height: 32px;
	position: absolute;
	top: 14px;
	left: 392px;
	width: 50px;
	
	z-index: 100;
}


#root  #show a
{
	background: url("site/show button.png") 0 0 no-repeat;
	display: block;
	font-size: 0px;

	border: none;
	height: 32px;
	position: absolute;
	top: 50px;
	left: 943px;
	width: 50px;
	
	z-index: 10;
}



#root #zoomer
{
	/* background: url("site/youtube surround.jpg") 0 0 no-repeat; */
	border: none;
	height: 614px;
	position: absolute;
	top: 461px;
	left: 39px;
	width: 922px;
	z-index: 50;
}





#root #blurb
{
	border: none;
	height: 210px;
	overflow: auto;
	position: absolute;
	top: 457px;
	left: 80px;

	padding-right: 10px;
	text-align: justify;	
	width: 854px;

}


#root #sticker
{
	background: url("site/1ptrans.gif") no-repeat;
	position: absolute;
	top: -33px;
	left: 174px;
	height: 252px;
	width: 344px;
}


#root #sticker #quantity
{
	position: absolute;
	top: 135px;
	left: 237px;
}


#root #sticker #quantity input
{
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 26px;
}


#root #sticker #points
{
	border: none;
	height: 134px;
	overflow: auto;
	
	position: absolute;
	top: 50px;
	left: 14px;
	
	width: 195px;

}

#root #sticker #points ul
{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}


#root #sticker #points li
{
	margin: 0px;
	margin-bottom: 4px;
}


#root #sticker #checkout
{
	position: absolute;
	top: 181px;
	left: 179px;
}



#root #sold_out
{
	background: url("site/sold out sticker.png") no-repeat;
	
	position: absolute;
	top: 137px;
	left: 465px;
	
	height: 250px;
	width: 250px;
}



#footer
{
	border: none;
	display: inline;
	position: absolute;
	top: 744px;
	left: 364px;
	width: auto;
	
	/*
	clear: both;
	color: #333333;
	border-top: 1px solid #1C1C1C;
	height: 100%;
	margin-bottom: 45px;
	margin-top: 100px;
	margin-left: 130px;
	padding: 10px;
	width: 780px;
	*/
}


#footer #credit a
{
	display: block;
	height: 11px;
	/* padding-bottom: 11px; */
	text-decoration: none;
	width: 300px;
	
	background: url("site/mindbrix credit.gif") 0 0 no-repeat;
}


#footer #credit a:hover
{
	background-position: -300px 0px;
}

