/* CSS Document */

/* CSS Document */


body {
    height:100%; 
    margin:0; 
    padding:0;
    font-size:82%;
    background-color:#bbbbbb;
	font-family:Arial, sans-serif;
	color:#333333;
	text-align:justify;
}

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

a:link{
	border:none;
	color:#000000;
	text-decoration:none;


}

a:hover{
	border:none;
	color:#333333;
	
	text-decoration:none;

}

a:visited{
	border:none;
	color:#000000;
	
	text-decoration:none;

}

img{
	border:none;
}

button{
	border:none;
}


html {
    height:100%;
}

#bg {
    position:fixed; 
    top:50%;
    margin-top:-267px; 
    left:50%;
    margin-left:-400px; 
    width:100%; 
    height:100%;
    
}

#bg img{
    }

#content {
    position:relative; 
    z-index:1;
}

#menuarea{
    position:fixed; 
   	text-align: left;
    top:50%;
    margin-top:-200px; 
    left:50%;
    margin-left:-350px; 

    float: left;
    width:227px; 
    height:400px;
    background-color:white; 
	
	border-color:#000000;
	border-width:2px;
	border-style:solid;
}

#menuarea ul{
    list-style: none;
	margin-top:15px;
    margin-left: 0;
    padding-left: 18px;
    text-indent: -1em;

}

#menuarea li{
    cursor:pointer;

}

#menuareaContent{
	margin:5px;
	width:215px;
	height:390px;
	
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	
}


#displayarea{
    display:inline;
    position:fixed; 
    text-align: left;
    top:50%;
    margin-top:-200px; 
    left:50%;
    margin-left:-127px; 
    float: left;
    width:0px; 
    height:0px;
    background-color:white;
	
	
	border-top-color:#000000;
	border-top-width:0px;
	border-top-style:solid;
	
	border-bottom-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	
	border-right-color:#000000;
	border-right-width:0px;
	border-right-style:solid;
	
}

#displayareaContentWrap{
	border-top-color:#000000;
	border-top-width:0px;
	border-top-style:solid;
	
	border-bottom-color:#000000;
	border-bottom-width:0px;
	border-bottom-style:solid;
	
	border-right-color:#000000;
	border-right-width:0px;
	border-right-style:solid;
	
	margin:5px 5px 3px 0;
	width:0px;
	height:0px;

}

#displayareaContent{
	margin:5px 5px 2px 20px;
	padding: 0 2px 0px 3px;
	overflow:auto;
	height:0px;
    width:0px; 
}
  
.displayitems{
   margin:0 20px 0 2px; 
   overflow-x: hidden; 
}


.pageHeader{

	font-weight:bold;
	font-size:110%;
	margin:7px 0 0 0;
	color:#666666;
	text-transform:uppercase;
}

.Item{
	width:100%;
}

.ItemHeader{
	width:100%;
	font-weight:bold;
	font-size:110%;
	margin:1em 0 0 0;
	color:#333333;
	
}

.itemSubHeader{
	width:100%;
	font-size:85%;
	text-transform:uppercase;
}


.ItemDate{
	width:100%;
	font-size:85%;
	text-transform:uppercase;
}

.ItemImg{
	width:100%;
	margin: 3px 0 0 0;
}

.ItemBody{
	width:100%;
	margin: 0.5em 0 0 0;
}  

.price{
	width:100%;
	font-size:110%;
}

.buy{
	width:100%;
}

.viewCart{
float:right;
margin: 0.2em 0 0.2em 0;
}

#carouselPhotos{


}

#carouselPhotos ul{

}

#carouselPhotos li{
	margin: 0 1px 0px 1px;
}

.music{
	margin: 5px 0 0 0;
}

#player{
	float:right;
}

.mp3player {
    position:fixed; 
    top:50%;
    margin-top:-282px; 
    left:50%;
    margin-left:200px; 
    width:200px; 
    height:15px;
}

.carouselPhotos{
}

.carouselPhotos ul{
	float:left;
}

.shoplink{
	margin-top:0.5em;
}