@charset "utf-8";
body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
p, ul, ol, div, form, table, tr, td{
	line-height: 1.5em;
}

body{
	background: url(../images/splash_body_bg.gif) repeat-x #002774;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
h1{
	color: #002877;
	font-size: 2em;
	font-weight: normal;
}
p {
  margin-bottom: 1.5em;
}
a{
	color: #00369A;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

.main{
	width: 929px;
	height: 533px;
	background: url(../images/splash_main.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
}

.main ul{
	list-style: none;
}

.eshop-star{
	display: block;
	width: 160px;
	height: 140px;
	position: absolute;
	top: 115px;
	left: 685px;
}
.web{
	display: block;
	width: 241px;
	height: 64px;
	position: absolute;
	top: 391px;
	left: 109px;
}
.eshop{
	display: block;
	width: 241px;
	height: 64px;
	position: absolute;
	top: 391px;
	left: 377px;
}
.si{
	display: block;
	width: 180px;
	height: 34px;
	position: absolute;
	top: 421px;
	left: 647px;
}

.no-display{
	display: none;
}