#add-to-cart{
top : 150px;
            	width : 300px;
                height : 100px;
                position : absolute;
                z-index: 100px;
                background-color : white;
z-index : 2002;
padding : 5px;
            }
body,p,ul,li,td {
        	font-family : Arial;
            font-size : 11px;
        }
img {
border : 0px;
}
		body {
        	text-align:center;
            background-color : #262626;
        }
        .container {
            width : 848px;
            text-align:left;
            background-color : #E5E5E5;
margin-left : auto;
margin-right : auto;
        }
        .footer {
        	background-image : url(/media/images/active/footer.gif);
            height : 46px;
            width : 100%;
        }
        .left-nav {
        	float : left;
            width : 173px;
        }
.left-nav a {
color : #4E4E4E;
text-decoration : none;
font-size : 12px;
}
        .left-nav li {
margin-top : 12px;
            height : 18px;
border-bottom : 1px solid #B9B0B1;
width : 120px;
        }
.left-nav h2 {
color : #4A4A4A;
margin-left : 10px;
}

        .body {
        	margin-top : 20px;
            height : 200px;
        }
        .content {
        	width : 651px;
            background-image : url(/media/images/active/content-tile.gif);
            float : left;
            margin : 0px;
            padding:0px;
        }
        .content-text { 
        	margin-left : 15px;
            margin-right : 10px;
		}            
        .menu {
        	width : 100%;
            background-color : #262626;
            height : 48px;
        }
        .menu ul {
        }
        .menu li {
            float : left;
        	margin-top : 17px;
            margin-right : 30px;
            font-size : 15px;
            list-style : none;
        }
        .menu a {
            color : white;
            text-decoration : none;
        }
.footer-text {
padding-top : 15px;
padding-left : 15px;
width : 500px;
}
.footer-text a {
font-size : 12px;
color : #FFFFFF;
text-decoration : none;

}
.footer-text a:hover {
color : #D33B3A;
text-decoration : underline;
}

.links, .links a {
padding-top : 5px;
color : #D33B3A;
text-decoration : none;
}
.links a:hover {

color : #D33B3A;
text-decoration : none;
}

		.product-column {
            width : 155px;
            border-right : 1px solid #B9B0B1;
            float : left;    
            margin-bottom : 15px; 
height : 300px;           
ertical-align: top;
		}
		.product {
        	margin-left:7px;
            font-weight : bold;
            font-size : 12px;            
		}
        .product a {
            color : #D53B3B;
            text-decoration : none;        
        }
/* Products Overlay */
            .overlayContainer {
                width : 100%;
            }
        	#overlay {
top : 100px;
            	width : 616px;
                height : 492px;
                position : absolute;
                z-index: 100px;
                background-color : #E4E4E4;
                background-image : url(/media/images/active/overlay.gif);
background-repeat : no-repeat;

z-index : 2001;
            }
            #curtain {
left : 0px;
            	top : 0px;
            	width : 100%;
                height : 100%;
                background-color : #000000;
			    opacity:0.6;
			    filter:alpha(opacity=60);
                position : absolute;   
z-index : 2000;              
            }
            #overlay .header {
            	width : 577px;
                color : #D43A3A;
                float : left;
                margin : 5px;
                margin-left : 5px;
            }
            #overlay .close {
            	float : left;
                width : 22px;
                height : 22px;                                             
            	cursor:pointer;
                cursor: hand;
            }
            
            .product-image {
            	margin-top : 40px;
                margin-left : 40px;
                width : 273px;
                height : 321px;
                float : left;
            }
            .product-description {
            	margin-top : 40px;
                margin-left : 20px;
                float : left;
            	height : 321px;
                color : #4F4F4F;
width : 250px;
                				            
            }
            .product-price {
				position : relative;
                bottom : 0px;            
           	vertical-align : bottom;
color : #D93E42;
font-size : 22px;
            }