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


/* ------------------------All pages---------------------- */
/* Body */
body {
	margin:	0;
	padding: 0;
	background-color: white;
	}

/* ---------------------------Website--------------------- */
/* Lay-out */
#mainFlash {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	}
#flash {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	}
#logo {
	position: absolute;
	width: 600px;
	top: 50px;
	left: 50px;
	padding: 0;
	margin: 0;
	z-index: 1;
	}
#content {
	position: absolute;
	width: 450px;
	top: 170px;
	left: 70px;
	padding: 0;
	margin: 0;
	}
/* ---------------------------Shops--------------------- */
#logo_shops {
	position: absolute;
	background-color: white;
	top: 30px;
	left: 30px;
	padding: 0;
	margin: 0;
	z-index: 1;
	}
#shops {
	position: absolute;
	width: 400px;
	top: 110px;
	left: 70px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
/* Move the hyperlinks out of sight */
#links {
	position: absolute;
	width: 400px;
	top: -1500px;
	left: 0px;
	}


/* Type */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: black;
	line-height: 21px;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: black;
	line-height: 21px;
	}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: black;
	line-height: 21px;
	}
strong {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	color: black;
	line-height: 21px;
	}
a {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
	line-height: 21px;
	}
a:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
	background-color: #FFFF00;
	line-height: 21px;
	}

/*
#robots p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: white;
	line-height: 21px;
	}
#robots a {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	color: black;
	line-height: 21px;
	}
#robots a:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	color: #FF7F00;
	line-height: 21px;
	}
*/

