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

body {
	background-color:#ef3c24;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:13px;
}
#container {
	width:962px;
	height:auto;
	margin:0px auto;
}
#header {
	width:962px;
	height:120px;
}
#container_content {
	width:962px;
	height:460px;
	background-image:url(../images/content_round.gif);
	background-repeat:no-repeat;
}
#content {
	width:680px;
	height:345px;
	position:relative;
	left: 110px;
	top: 27px;
	z-index:1;
	overflow:hidden;
	text-align:center;
}
	
#footer {
	width:962px;
	height:20px;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:#FF33CC;
	text-align:center;
	vertical-align:bottom;
	padding:30px 0px 0px 0px;
}
#home {
	width:120px;
	height:70px;
	position:relative;
	left: 25px;
	top: -320px;
	z-index:2;
}

#basket {
	width:140px;
	height:80px;
	position:relative;
	left: 625px;
	top: -140px;
	z-index:3;
}
#shop {
	width:180px;
	height:90px;
	position:relative;
	left: 770px;
	top: -120px;
	z-index:4;
}
.map {
	border:none;
	outline:none;
}
