/*-----------------------------------------------------------------------------------*/
/* Globals */ 

* {
 padding:0px;
 margin:0px;
 }

/*-----------------------------------------------------------------------------------*/
/* container */
.container { 
 width: 800px;
 height:600px;
 position: absolute;
 top: 0px;
 left: 0px;
 border: 0px;
 z-order:1; 
 text-align: left;
 background-color:#21201e;
 }
/*-----------------------------------------------------------------------------------*/
.header {
 float: left;
 width: 800px;
 height: 198px;
 background:url(gfx/headerbg2.jpg) no-repeat;
 }
 
.frame1 {
 float: left;
 width: 800px;
 height: 402px;
 background-color:#fff;
 background:url(gfx/framebg2.jpg) no-repeat;
 }
.showcasecont {
 position: relative;
 top: 127px;
 left: 360px;
 width: 396px;
 height: 62px;
}
.showcase1 {
 float: left;
 width: 215px;
 height: 62px;
 }
 
.showcase2 {
  float: left;
  width: 181px;
  height: 62px;  
 }

.album {
position : relative;
top: 95px;
left: 20px;
width: 350px;
height: 329px;
background:url(gfx/albumdispo.png) no-repeat;
}
.underco {
position: relative;
top: 0px;
left: 410px;
width: 350px;
height: 21px;
}
.ordertitle{
width: 500px;
height: 200px;
background:url(gfx/order.png) no-repeat;
}

#mand {
color: #fff;
width: 640px;
margin-left: auto;
margin-right: auto;
text-align: right;
font-size: 8pt;
font-family: verdana;
text-decoration: none;
}

.orderspan {
color: #fff;
font-size: 12pt;
font-family: verdana;
font-weight: bold;
text-decoration: none;
}
#instructions{
color: #fff;
width: 640px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-size: 9pt;
font-family: verdana;
font-weight: normal;
text-decoration: none;
}
