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

/* Main document */


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666666;
}



/* type */

#frontex {
	position:absolute;
	width:200px;
	height:71px;
	z-index:5;
}





/* layout */

#headerlogo {
	position:absolute;
	left:20px;
	top:0px;
	width:200px;
	height:140px;
	z-index:1;
}

#menu {
	position:absolute;
	left:240px;
	top:115px;
	width:640px;
	height:24px;
	z-index:2;
}
#content {
	position:absolute;
	left:20px;
	top:155px;
	width:860px;
	height:400px;
	z-index:3;
}

#storecontent {
	position:absolute;
	left:20px;
	top:140px;
	width:860px;
	z-index:3;
}

#footer {
	position:absolute;
	left:20px;
	top:575px;
	width:860px;
	height:30px;
	z-index:4;
	text-align: right;
	font-size: 9px;
}

#frontimage {
	position:absolute;
	left:220px;
		width:640px;
	height:400px;
	z-index:5;
}

#newcontainer {
	position:absolute;
	top:80px;
	width:200px;
	height:320px;
	z-index:5;
}

#squareimage {
	position:absolute;
	width:420px;
	height:400px;
	z-index:5;
}
#textcontainer {
	position:absolute;
	left:440px;
	width:420px;
	height:400px;
	z-index:6;
}

#squareimage img {
	padding-bottom: 10px;
}

#footer img {
	padding-bottom: 6px;
}

