@charset "utf-8";
@import url("supermarket/stylesheet.css");


@font-face {
    font-family: 'supermarketregular';
    src: url('supermarket-webfont.eot');
    src: url('supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('supermarket-webfont.woff2') format('woff2'),
         url('supermarket-webfont.woff') format('woff'),
         url('supermarket-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
#allBody {
	font-family: Tahoma;
	font-size: 14px;
	width: 1024px;
	margin:auto;
}
#header {
	font-family: Tahoma;
	height: 95px;
	width: 1024px;
}

#logo {
	height: 66px;
	width: 181px;
	position: absolute;
	margin-top: 13px;
	margin-left: 80px;
}
#headerMenu {
	height: 40px;
	width: 660px;
	margin-top: 24px;
	margin-left: 325px;
	position: absolute;
}
.menuContent {
	font-family: supermarket;
	font-size: 16px;
	float: left;
	height: 32px;
	width: 100px;
	text-align: center;
	padding-top: 8px;
	margin-left: 2px;
	color: #51588d;
	background-color: #EEEEEE;
	border-radius: 7px;
	cursor: pointer;
}
.headerTXT{
	font-size:18px;
	color:#FFF;
	text-align:center;
}
.selectBox{
	font-size:14px;
	font-family: supermarket;
	width:120px;
	height:20px;
}

#bodyContent {
	font-family: supermarket;
	font-size: 14px;
	height: 220px;
	width: 1024px;
}
#laptop {
	height: 295px;
	width: 530px;
	position: absolute;
	margin-left: 35px;
	margin-top: 20px;
}
#subHeading {
	font-family: supermarket;
	color: #000;
	text-shadow: 2px 2px 2px #FFFFFF;
	font-size: 33px;
	height: 200px;
	width: 450px;
	position: absolute;
	margin-left: 75px;
	margin-top: 120px;
}
#subHeading2 {
	font-family: supermarket;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	font-size: 16px;
	height: 200px;
	width: 450px;
	position: absolute;
	margin-left: 75px;
	margin-top: 170px;
	line-height: 24px;
}
#tradeMenu {
	font-family: supermarket;
	background-color: #51588d;
	height: 275px;
	width: 370px;
	position: absolute;
	margin-top: 20px;
	margin-left: 550px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;
}
#videoContent{
	z-index:-1;
	position:absolute;
	margin-left:0px;
	height:250px;
	width:1024px;
	opacity:0.5;
	overflow:hidden;
}
#exchangeRateDiv {
	font-family: supermarket;
	font-size: 18px;
	height: 470px;
	width: 1024px;
}
#exchangeRateTXT {
	font-family: supermarket;
	font-size: 20px;
	width: 500px;
	margin-top: 78px;
	margin-left: 86px;
	position: absolute;
	color: #51588D;
	font-weight: 500;
}
#divExchangeRate {
	font-family: supermarket;
	font-size: 14px;
	width: 840px;
	margin-top: 110px;
	margin-left: 70px;
	position: absolute;
}
.currencyBox {
	font-family: supermarket;
	font-size: 15px;
	float: left;
	height: 130px;
	width: 140px;
	text-align:center;
}
#footer {
	font-family: Tahoma;
	font-size: 12px;
	height:100px;
	width: 1024px;
	margin-top: 10px;
	text-align:center;
}
#loginMenu {
	font-family: supermarket;
	font-size: 2px;
	width: 350px;
	margin-top: 20px;
	margin-left: 10px;
}
.loginChoice {
	font-family: supermarket;
	text-align: center;
	float: left;
	width: 165px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 18px;
	font-weight: 400;
	color: #51588D;
	background-color: #FFFFFF;
	border-radius: 5px;
}
#registerArea {
	font-family: Tahoma;
	font-size: 12px;
	color:#FFF;
	width: 350px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.RegisTextbox{
	height:13px;
}

#blackAlpha{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity: 0.5;
	z-index: 998;
	background-color: #000;
	display: none;
}
#dialog{
	font-family: supermarket;
	font-size: 15px;
	position: absolute;
	width:500px;
	height:500px;
	z-index: 999;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px #222222;
	box-shadow: 0px 0px 20px #222222;
	opacity: 0;
	display: none;
	color: #51588D;
}
.menuHidden{
	font-family: supermarket;
	border-radius: 7px;
	width:170px;
	height: auto;
	position:absolute;
	background-color: #EEE;
	box-shadow: 2px 2px 10px #888888;
	z-index:99;
}