﻿/*  Home Page Layout */

#picpanel
{
    width:200px;
    position:absolute;
    left:0px;
}


#squares
{ 
    position:absolute;
    width:25px;
    left:205px;  
    text-align:center;
    z-index:500;
}

#squares img
{
    border:1px solid #ffffff;
    margin-bottom:6px;
}

#square .nav
{
    margin-bottom:6px;
}


#squares .thumbnail{
position: relative;
z-index: 1000;
}

#squares .thumbnail:hover{
background-color: transparent;
z-index: 1000;
}

#squares .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
text-decoration: none;
}

#squares .thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #ffffff;
}

#squares .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
z-index: 1000;
left: 25px; /*position where enlarged image should offset horizontally */
}

#bodycopy
{
    position:absolute;  
    width:565px;
    left:235px;
    padding:0px;
}

#bodyLeft
{
    float:left;
    width:400px;     
    padding-right:6px;  
}



#bodyRight
{width:157px;float:left;}

#amazon .box
{
    background-color:#420F0B; 
    border:1px solid #5C5C5C;
    padding: 0px;   
    margin-bottom:5px;
}

#amazon .box .title
{
    border-bottom:1px solid #5C5C5C;
    padding: 2px 2px 2px 5px;
    font-weight:bold;
}

#amazon .box .title A
{
color: #DCDEE0;
background-color: #A42821;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding:1px 4px 1px 4px;
font-size:11px;
font-weight:normal;
}

#amazon .box .title A:hover, #amazon .box .title A:active { background: #BBBBBB; color:#000000;}

#amazon .box .title A.active:link, #amazon .box .title A.active:visited
{background: #BBBBBB;color:#fff;}


#amazon .box .copy
{padding:5px 4px 3px 4px;}


