@charset "UTF-8";
/* CSS Document */

html, body {
/* establish page height and background color, position */
/* to cut off the pagewrapper at the bottom of the footer, remove the html tag above */
	height: 100%;
	background-color: #3c291c;
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/bkg_pg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 60px;
}

#pageWrapper {
/* put in the background vertical graphic */
/* allow height to flex more than 100 percent */
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	height: auto; /* for FF/Moz/Safari */
	_height: 100%; /* for IE */
	background-image: url(../images/bkg_blueLine.gif);
	background-repeat: repeat-y;
}
.HeaderContainer {
	height: 92px;
	background-image:url(../images/bkg_header.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color: #fbf5e5;
	white-space:nowrap;
}

#navigationWrapper {
	padding: 25px 100px 20px 100px;
	float:right;
}
#navigationLeftTopper {
	float:left;
	width:160px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
}


#leftNavWrapper {
	margin: 0;
	width: 990px;
}
#leftNavBox {
/* one px short to line up with the photo */
	float:left;
	width: 192px;
	margin-top: 11px;
	height: 300px;
	/*border-bottom: 1px solid #6f99ba;*/
}
#homeLeftNavBox {
	float:left;
	width: 192px;
	margin-top: 12px;
	height: 310px;
}

#contentWrapper {
/* restrict content size */
	margin: 0;
	width: 990px;
	min-height: 300px;
}
#homeContentWrapper {
	margin: 0;
	width: 990px;
	min-height: 300px;
}

#subNavBox {
	float: left;
	width: 192px;
}
#subNavContent {
	margin: 47px 20px;
}

#mainImage {
	float:left;
	width: 612px; /*!!!!!!!!!!!!*/
	height: 312px;
	/*border-bottom: 1px solid #6f99ba;*/
}
#mainImageInventory {
	float:left;
	width: 798px;
	height: 311px;
	border-bottom: 1px solid #6f99ba;
}
#mainContentBox {
	float:left; 
	width: 798px;
}
#mainContent {
	padding: 3px 10px 0px 10px; 
	width: 600px;
}

#galleryNav {
	 margin: 296px 0 0 0px; 
	 background-color:#f9f5e6; 
	 width: 79px;
	 height: 16px;
	 font-size: 11px;
}

#footerWrapper {
/* restrict content size */
	margin: 0;
	height: 20px;
	width: 990px;
}
#footerLogo {
	float:left;
	padding-top: 1px; 
	width: 191px;
}
#footerText {
	float:left; 
	width: 798px; 
	border-left: 1px solid #6f99ba; 
	border-top: 1px solid #6f99ba;
}
