
body {
	background-color:#91815b;
 	font-size: 11px;
 	font-family: Verdana, Arial, Helvetica, sans-serif, "Harlow Solid Italic", "Arial Black";
}

#Container {
	margin:auto;
	width:750px;
	height:auto;
	background-color:#3a2919; 
}
#bodyContainer {
	width:750px;
	background-color:#3a2919;


}
#header {
	height:120px;
}
#logo {
	width:200px;
	float:left;
	position:relative;
}
#banner {
	width:550px;
	float:right;
	position:relative;
}

#leftContainer {
	float:left;
	position:relative;
	width:100%;
	
}
#rightContainer {
/*	float:right;*/
	width:530px;
	padding-top:10px;
	background-color:#d8d8ad;
	height:100%;
}
.navContainer {
/*	background-color:#644D3E;
*/	width:182px;
	margin-bottom:10px;
	margin-top:10px;
	
}
.navLevel2 {
	background-color:#FFFFFF;
	padding-left:10px;
	
}
.regionContainer {
	width:500px;
	border:1px #000000 solid;
	margin:20px;
	margin-top:10px;
	background-color:#ffffff;
}
.catContainer {
	width:480px;
	
	padding-left:20px;
	margin-top:10px;

	/*border:1px #000000 solid;


	background-color:#ffffff;*/
	

	
}


.Swatch {
	height:80px;
	width:80px;
	border: 2px solid #000000;
}

.CatlImages {
	height:120px;
	width:200px;
	/*border: 2px solid #000000;*/
}
















#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #3a2919;
visibility: hidden;
z-index: 10;
cursor: auto;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 8px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

.c-discontinued {
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #CC0000;
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: normal;
	background-color: #FFFFFF;

}
.imageContainer img {
	border: 2px solid #000000;
}

.displayTitle {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
}