

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
              
        text-align: center;
        
        background: #BFD0E0;
		background-image: url(../images/bg.gif);
		background-repeat:repeat-x;
    }
    div#page {
        width: 950px;
        
        margin:  0 auto;
        padding: 0;
        
        text-align: center;
        
        background: white;
    }
    
    /* HEADER */
        div#header {
            margin: 0 0 0 0;
            padding: 20px 20px;
            
            color: white;
            background: #f4d0d1;
			background-image: url(../images/headerbg.jpg);
            height:110px;
            text-align: left;
        }
        div#branding {
            float: left;
            width: 40%;
            
            margin: 0;
            padding: 10px 0 10px 52px;
            
            text-align: left;
        }
        div#search {
     
            
            margin: 0;
            padding: 10px 10px 0pt 0pt;
            
            text-align: right;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
            
        }
        
        /* MAIN */
            div#main {
                
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
            color: white;
            background-color: #f4d0d1;
			background-image: url(../images/footer_bg.gif);
			height:137px;
        }
        div#footer p {
            margin: 0;
            padding: 15px;
            
            font-size: 0.8em;
        }
		
		div#footerspan {
			display:block;
			margin-left: 200px;
			padding-top: 20px;
		}
		.footer_info,
		.footer_info_last {
			
			text-align: left;
			 font-size: 0.8em;
			display: block;
			width: 160px;
			height: 90px;
			padding:10px;
			color: #788cac;
			float:left;
			border-right: solid 1px #ffffff;
		}
		.footer_info h3,
		.footer_info_last h3 {
			font-family: georgia;
			font-size: 1.2em;
			color: #788cac;
		}
		.footer_info_last {
			border-right:none;
			}
		
		
    /* END FOOTER */
	
	    /* FOOTER2 */
        div#footer2 {
            color: white;
            background-color: black;
			background-image: url(../images/footer2_bg.gif);
			
			
        }
        div#footer2 p {
            margin: 0;
            padding: 15px;
			color: #a08888;
			text-align: right;
			padding-top:30px;
            
            font-size: 0.8em;
        }
    /* END FOOTER2 */
	
/* END LAYOUT */


/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li strong {
        padding: 0 0 0 12px;
        
        background: url("../i/subnav-highlight.gif") left top no-repeat transparent;
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {
        color: white;
        background-color: black;
    }
/* END UL.SUBNAV */



/* topnav*/
#topnav a {
	
color: #441a1a;


}
#shoppingcart {
	display: inline;
	
	background-image: url('../images/cart.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right:25px;
	padding-top:3px;
	
	
	
}
/* end topnav*/

 
 #tollfree {
 display: block;
 color: black;
 float:left;
 margin-left:110px;
 margin-right:5px;
 margin-top:17px;
 font-weight:bold;
 
 	
 }
 
 
 #PPECbutton {
 display: block;
 margin-left:570px;	
	}
