﻿body {
background-color: #f7f6f4;
}

h1

{
    float:left;
    font-family:Arial;
    font-size: 1.1em;
  
}


p, ul

{
   font-family:Arial;
    font-size: .8em; 
    line-height:1.5;
    width: 889px;
}

p.footer

{
    float:right;
 color:#ffffff;
  font-size: .7em;
 padding-top:27px;
 padding-right:18px;
   
}

ul
{
    font-size:.7em;  
	float:left;
}

li {
list-style-type: none;
font-size: 1.1em;
padding-right:20px;
}

a

{
  text-decoration:none;
  font-weight: bold;
  color: #ffffff;
  
}

#products img {

float:left;
margin-right:5px;

}

#delivery {
float:left;
margin-top:10px;
*margin-top:20px;
width:800px;
}


#description

{
 float:left;
 width:800px;
 margin-top:10px;
 margin-left:80px;
 *margin-left:40px;
 margin-bottom:30px;
    
}

#products
{
 float:left;
 width:850px;
 margin-left:80px;
 *margin-left:40px;
 margin-bottom:50px;
}

#container  
{    
    width:1024px;
    height: 1500px;
	margin: 0 auto;
    background-image:url('../images/bg.gif');
    background-repeat:repeat-y;
    
    }
    
#content_container  
{
    width:auto;
    height:auto;
    margin:50px 36px;
    
    }
    
    #topborder
{
    width:1024px;
    height:48px;
    background-image:url(../images/top_border_rep.gif);
    background-repeat:repeat-x;
    
    }
    
    
    #logo  
{
float:left;
    width:460px;
    height:73px;
    background-image:url(../images/logo.gif);
    background-repeat:no-repeat;
    margin-left:20px;
    
    }
    
    #albumlogo
    
{
float:left;
   width:233px;
   height:138px;
   background-image:url(../images/album_logo.gif);
   background-repeat:no-repeat;
   margin-top: -73px;
   margin-left:221px;
    
}
    
    #content_bg_top 
{
float:left;
    width:961px;
    height:31px;
    background-image:url(../images/content_bg_top.gif);
    background-repeat:no-repeat;
    margin-top:10px;
    
    }
    
    #content 
{
    float:left;
    width:961px;
    height:auto;
    background-image:url(../images/content_bg_rep.gif);
    background-repeat:repeat-y;
    
    }
    
    
    #content_bg_btm
{
    width:961px;
    height:31px;
	float:left;
    background-image:url(../images/content_bg_btm.gif);
    background-repeat:no-repeat;
    
    }
    
    
    #bottomborder
{
    float:left;
    width:1024px;
    height:60px;
	margin-top:40px;
    background-image:url(../images/btm_border_rep.gif);
    background-repeat:repeat-x;
    
    }
	

	

#details h3 {
text-align:center;
line-height:2;
}

#details p {
line-height:2;
}

    
