/*@charset "UTF-8";
/* CSS Document */
/*************************************/
/*************************************
This file is the page layout css AND NOT 
content css.

DO NOT EDIT THIS FILE 

*************************************/
/*************************************/
html {
/*overflow-y: auto;*/
background-color: transparent;
}

body{
margin: 0;
padding: 0;
border: 0;
height: 100%; 
max-height: 100%; 
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: .9em;
 line-height:1.3em;
background-color:#D8CFB9;

overflow-y: auto;
overflow-x: auto; 
}



#outermostcontainer {
	/* width: 1472px;	does nothing but hold the website */
	
}
/*======================*/
#leftfixed {
	background:url(../_img-layout/leftbg2.png) no-repeat fixed left top #BCB197;
	background-attachment:fixed;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 208px; /*Width of frame div*/
	height: 1200px;
	
	Xbackground-color: #BCB197;
	background-color:#D8CFB9;
	/* scroll bar */
	
}
/*======================*/





#maincontainer{
	position: absolute;
	left:208px;
	height: 100%;
	width: 1056px;
	/*overflow: auto; */
}

#header {
Xbackground:url(../_img-layout/centertop.png) no-repeat left top;
XXbackground:url(../_img-layout/logo2023.png) no-repeat 12px 12px;	
Xbackground:url(../_img-layout/logo2023tr2.png) no-repeat 0px 8px;		
background-size: auto 114px;	
height: 40px;
XXbackground: #857C67;
XXbackground: #BCB197;
XXXbackground: #665C46;
background:#8C7D60;
}

#shopcart {
	position:absolute;
	right: 35px;
	top: 10px;
	color: #FFF;
	width: 390px;
	font-size: .8em;
	text-align:right;
	
}
#shopcart a {color: #FFF;}


#rightbg {
	background-attachment:fixed;
	Xbackground-color:#BCB197;
	background-image:url(../_img-layout/rightbg2.png);
	background-position:1264px 0;
	background-repeat:repeat-y;
	bottom:0;
	height:100%;
	left:1264px;
	overflow:hidden;
	position:absolute;
	top:4px;
	width:208px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontainer{ /*IE6 hack*/
height: 100%; 
}
