<!--
html, body {
	background-image: url(/images/bricks.jpg);
	background-repeat: repeat-y;
	background-color: #f0e1aa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font: 85% Verdana, Arial, Helvetica, sans-serif;

	
}
.oneColElsCtr #container2 {
	width: 1150px;
	min-height: 100%;
     	height: auto !important;
    	height: 100%;
	background: transparent;
	margin: 0 0 -385px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}
.oneColElsCtr #mainContent {
	padding: 0 20px; 
}

.oneColElsCtr #frontPageContent {
	padding-top: 175px;
	padding-left: 218px;
	text-align: left;
	width: 530px;
	min-height: 230px;
	border: 0px solid #FFFFFF;
	margin: 0;
}

.oneColElsCtr #sign {
	position: absolute;
	width:126px;
	height: 480px;
	top: 27px;
	padding-left: 17px;
	z-index: 999;
}

.oneColElsCtr #topMenu {
	position: absolute;
	width: 600px;
	height: 35px;
	top: 58px;
	padding-left: 242px;
	background-color: transparent;
}

.oneColElsCtr #bottomMenu {
	position: absolute;
	bottom: 0px;
	margin-bottom: 32px;
	margin-left: 54px;
	width: 600px;
	height: 35px;
	font-size: 16px;
	font-weight: normal;
	background-color: transparent;
}

.oneColElsCtr #onlineShop {
	position: absolute;
	width: 132px;
	height: auto;
	top: 521px; /* 521 px with coffee logo */
	padding-left: 123px;
	background-color: transparent;
	z-index: 800;
}

.oneColElsCtr #scrollBar {
	position: absolute;
	width: 35px;
	height: auto;
	top: 170px;
	padding-left: 732px;
	background-color: transparent;
	z-index: 2;
}

.oneColElsCtr #sideWindow {
	position: absolute;
	width: 185px;
	height: auto;
	top: 148px;
	margin-left: 732px;
	background-color: transparent;
	z-index: 3;
	border: 0px solid #333333;
}
.oneColElsCtr #bottomImage {
	/* position: absolute;
	bottom: 126px; */
	position: relative;
	width: 773px;
	height: 277px;
	padding-left: 215px;
	padding-bottom: 75px;
	background-color: transparent;
	
}


/* for hotel section only */
.oneColElsCtr #hotelLamp {
	position: absolute;
	padding-left: 910px;
	top: 110px;
}

.frontDropdown, .frontDropdown a:link, .frontDropdown a:active { color: #f5eac5; text-decoration: none;}
.frontDropdown a:visited { color: #CCCCCC; text-decoration: none; }
.frontDropdown a:hover { text-decoration: underline; }

.sideWindow, .sideWindow a:link, .sideWindow a:active { color: #000000; font-weight: bold; text-decoration: none;}
.sideWindow a:visited { color: #000000; text-decoration: none; }
.sideWindow a:hover { color: #990000; text-decoration: underline; }

#h1 {
	position: absolute;
	margin-top: 126px;
	margin-left: 220px;
	width: 500px;
	border: 0px solid #333333;
}
h1 {
	margin: 0;
	padding: 0;	
}

h2 {
	font-size: 15px;
	border-bottom: 1px solid #000000;
	width: auto;
	margin: 2px;
	padding: 0;
}


/* NEW 10-6-08 */
.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -126px;
 }
.push {
     height: 126px;
     width: 900px;
     
}

.footer {
	height: 385px;
	width: 1097px;
	margin: 0;
        margin-left: 25px; 
	background-image: url(/images/footerBG.jpg);
     	background-position: bottom right;
    	background-repeat: no-repeat;
    	border: 0px solid #000000;
}

.footerText {
	font-size: 9px;
}
	
/* .oneColElsCtr #footer {
     position: absolute;
     width: 900px;
     bottom: 25px;
     height: 350px;
     background-image: url(http://www.shopfitgers.com/images/footerBG.jpg);
     background-position: bottom left;
     background-repeat: no-repeat;
     border: 2px solid #000000;
     margin: 0;
     margin-left: -20px;
     padding-left: 101px;
     font-size: 10px;

}
*/
 /*.oneColElsCtr #footer {
	position: absolute;
	text-align: center;
	font-size: 10px;
	
	height: auto;
	width: 900px;
} */



-->