body
{
    font-family: arial;
    font-size:12px;
    margin:0;
    padding:0;
    background-image:url('images/carbon.gif');
}
	
#main
{
    width:770px;
    margin:0 auto;
    position:relative;
    background-color:white;
    border:1px solid black;
}

a:active, a:link, a:visited
{
    color:#000000;
}

a:hover
{
    color:Red;
    text-decoration:underline;
}

div.center
{
    text-align:center;
}
    
div.clb
{
    height:1%;
    clear:both;
}

.red
    {
        color:Red;
        font-weight:bold;
    }
    
h4
    {
        font-weight:bold;
        border-bottom:1px solid #cccccc;
        margin-bottom:0;
        padding-bottom:0;
    }
    
p.nopad
    {
        padding:0;
        margin:0;
    }

img
    {
        border:0;
    }
	
    #header 
    {
        position:relative;
        background-image:url('images/header.gif');
        background-repeat:no-repeat;
        height:98px;
    }
    
        #header #cart
        {
            position:absolute;
            right:0;
            top:0;
            background-image:url('images/cart.gif');
            background-repeat:no-repeat;
            padding-left:20px;
            margin-top:8px;
            margin-right:5px;
            font-weight:bold;
            color:#ffffff;
        }
        
            #header #cart a
            {
                color:#ffffff;
                text-decoration:none;
            }
            
            #header #cart a:hover
            {
                text-decoration:underline;
            }
                    
	        
    #page_container
    {
        text-align:left;
        padding:10px;
    }
    
    #breadcrumbs
    {
        color:#000000;
        border-bottom:1px solid #CCCCCC;
        margin-bottom:10px;
        padding-bottom:5px;
    }
        
        #breadcrumbs a
        {
            text-decoration:none;
        }
        
        #breadcrumbs a:hover
        {
            text-decoration:underline;
        }
    
        #breadcrumbs span
        {
            margin-left:10px;
            margin-right:10px;
            text-align:center;
        }
        
        #breadcrumbs span.products
        {
            margin-left:0;
        }
        
        #breadcrumbs span.enditem
        {
            margin:0;
            text-align:left;
            font-weight:bold;
        }
        
    #footer
    {
        position:relative;
        width:770px;
        height:55px;
        border-top:3px solid black;
        background-color:#808080;
        color:#ffffff;
    }
    
        #footer #copyright
        {
            position:absolute;
            bottom:0;
            left:0;
            margin-left:5px;
        }
        
        #footer #family
        {
            position:absolute;
            bottom:0;
            right:0;
            margin-right:5px;
        }
        
        #footer ul.menu 
        {
            text-align:center;
            margin:5px;
        }
            
        #footer a
        {
            text-decoration:none;
        }
            
        #footer a:hover
        {
            text-decoration:underline;
        }
            
            #footer ul.menu li
            {
                list-style:none;
                display:inline;
            }
                
                #footer ul.menu li span
                {
                    text-align:center;
                    margin-left:10px;
                    margin-right:10px;
                }
                    
        #footer a, #footer a:link, #footer a:active, #footer a:visited
        {
            color:#ffffff;
        }
        
        #products
        {
            margin:0 auto;
            text-align:center;
            position:relative;
        }
        
            #products td
            {
                vertical-align:top;
                padding-bottom:30px;
                padding-left:20px;
                padding-right:20px;
            }
            
                #products td a
                {
                    text-decoration:none;
                    font-weight:bold;
                    color:black;
                }
                
                #products td a:hover
                {
                    _text-decoration:underline;
                    color:Red;
                }
                
                #products td a:hover span
                {
                    text-decoration:underline;
                    color:Red;
                }
                
                #products a:hover img
                {
                    border:1px dashed black;
                }
            
                #products td img
                {
                    border:1px solid black;
                }
                
    div.product
    {
        padding:5px;
    }
    
        div.product div.info
        {
            position:relative;
            margin-left:158px;
        }
    
        div.product div.pics
        {
            float:left;
            width:158px;
            text-align:left;
        }
        
            div.product div.pics a img, div.product div.pics img
            {
                border:1px solid black;
                margin-right:2px;
                margin-bottom:2px;
                margin-top:0;
                padding-top:0;
            }
            
            div.product div.pics a:hover img
            {
                border:1px dashed black;
            }
            
        div.product div.info h1
        {
            color:Red;
            font-size:18px;
            margin:0;
            padding:0;
        }
        
        div.product div.info h2
        {
            text-transform:uppercase;
            color:Blue;
            font-size:14px;
            margin:0;
            padding:0;
        }
        
        div.product div.info table
        {
            width:150px;
            padding:0;
            margin:0;
            border-collapse: collapse; border-spacing: 0;
        }
        
        div.product div.info table td.field
        {
            text-align:left;
        }
        
        div.product div.info table td.value
        {
            text-align:right;
        }
        
        div.product div.hr
        {
            border-bottom:1px solid #cccccc;
            margin-bottom:5px;
        }
        
            div.product div.hr h3 
            {
                text-transform:uppercase;
                font-weight:bold;
                font-size:12px;
                padding:0;
                margin:0;
                margin-top:10px;
            }
            
        div.product p
        {
            margin:0;
            padding:0;
            margin-bottom:5px;
        }
        
        div.product div.info table.productOptions
        {
            text-align:right;
            width:250px;
        }
        
        div.addtocart
        {
            margin-top:10px;
        }
        
        div.addtocart input, div.addtocart input.solid
        {
            border:1px solid black;
        }
        
        div.addtocart input.dashed
        {
            border:1px dashed black;
        }
