#st_storeIntro {
	position: relative;
	background: url('images/store_bg.jpg') no-repeat top left;
	min-height:590px;
	height:auto !important;
	height:590px;
	overflow: hidden;
}
#st_content {
	margin-top: 65px;
	position: absolute;
	display: none;
	text-align: center;
	width: 100%;
	min-height:590px;
	height:auto !important;
	height:590px;
	z-index: 5;
	overflow: hidden;
}
#st_contentBG {
	min-height:590px;
	height:auto !important;
	height:590px;
	width: 960px;
	display: none;
	position: absolute;
	z-index: 1;
	background: url('images/tahoma_bg.jpg') no-repeat top left;
}

/***************************************
**	bottle Images
****************************************/
#st_tahomaBottle {
	display: block;
	position: absolute;
	left: 240px;
	top: 80px;
}
#st_akaliBottle {
	display: block;
	position: absolute;
	left: 400px;
}
#st_seracBottle {
	display: block;
	position: absolute;
	top: 30px;
	left: 563px;
}
#st_loadingBar {
	display: block;
	height: 150px;
	width: 600px;
	position: absolute;
	left: -700px;
	top: 300px;
	z-index: 10;
}
#st_loadingBarContent {
	display: block;
	height: 150px;
	width: 600px;
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	_text-align: right;
	_padding: 20px 20px 0 0;
}
#st_loadingBarContent img {
	float: right;
	margin: 20px;
	margin-right: 50px;
	_margin-left: 500px;
}
#st_textBar {
	display: block;
	height: 150px;
	width: 700px;
	position: absolute;
	left: -700px;
	top: 300px;
	z-index: 10;
}
#st_textBarBG {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 700px;
	background-color: #000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	z-index: 11;
}
#st_textBarContent {
	margin: 10px 10px 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	width: 690px;
	height: 115px;
}
#st_textBarContent img {
	float: left;
	margin-left: 15px;
	_padding-left: 15px;
}
#st_textBarParagraph {
	display: block;
	float: right;
	width: 535px;
	height: 115px;
	color: #fff;
	_position: absolute;
	right: 0px;
	top: 0px;
}
.st_loud {
	font-size: 24px;
}
.st_smaller {
	line-height: 19px;
	font-size: 15px;
}
.st_reg {
	font-size: 10px;
	vertical-align: top;
}
