    html {
	height: 100%;
	}
   
	#container { 
	width: 983px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#containerpopup { 
	width: 697px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #D9D9D9;
		background-color: white;
		
    }
	
	/* Header styles */
    #header {
       clear:both;
        float:left;
        width: 981px;
		background-color: white;
		text-align: left;
		height: 97px;
		background:url(images/GoldGradient.png) repeat-x;
		
		
 		margin-right: auto ;
		margin-left: 1px;
		
    }
	#header {
		border-bottom: 1px solid #D9D9D9;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:981px;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
		
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	
	 #storeheader {
        clear:both;
        float:left;
        width: 981px;
		background-color: white;
		text-align: left;
		height: 31px;
		background:url(images/NewStoreNavBarGradient.png) repeat-x;
		
    }
	
	 #onecolumn {
        clear:both;
        float:left;
        width: 981px;
		text-align: left;
    }
	
	 #onecolumnpopup {
        clear:both;
        float:left;
        width: 697px;
		text-align: left;
		
    }
	
	 
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:981px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
		text-align: left;
		
		
	}
	/* 2 column left menu settings */
	.leftmenu {
	  /*  background:#FFFFFF;*/
		
		
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		
		position:relative;
		left:810px;
        
		text-align: left;
		/*border-left: 1px solid #D4D4D4;*/
		/*background: #FCFCFC;*/
		
    }
	 
	/* This moves the html items in the big content area */
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:165px;
	    
		
		
	}
	.leftmenu .col1 {
        margin:0 15px 0 175px;
	    position:relative;
	    right:100%;
		overflow:hidden;
		text-align: left;
		
	}
    .leftmenu .col2 {
        float:left;
        width:170px;
        position:relative;
        right:810px;
		
    }
	
