    html {
	height:100%;
	
	}
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
		background-image: url(images/HomeBackgroundLeftColumnWide2.png);
		
		background-position: center; 
		background-repeat: repeat-y;
		background-attachment: fixed;
		background-color: #B00D0E; 
        height: 100%;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		text-align: center;
		font-size:90%;
    }
	#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. */
	
} 

	
	/* 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 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;
		
    }
	
	/* '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 {
	    
		
		
	}
    .leftmenu .colright {
        float:left;
        width:200%;
		height: 100%;
		position:relative;
		left:170px;
        
		text-align: left;
		/*border-left: 1px solid #D4D4D4;*/
		
		
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:125px;
	   
		
		
	}
	.leftmenu .col1 {
        margin:0 55px 0 175px;
	    position:relative;
	    right:100%;
		
	    overflow:hidden;
		text-align: left;
		
	}
    .leftmenu .col2 {
        float:left;
        width:208px;
        position:relative;
        right:169px;
		
    }
	
	




