/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
  margin: 0;
  padding: 0;

}

html {
	height: 100%;
}

body {
	font-family:Arial;
	font-size: 12px;
	background: #f0f0f1; /* #3d7a7c url(images/bg.jpg) center top no-repeat;  */
	z-index:0;
	height:100%;
	width:100%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	outline:none;
	color:#D69B4E;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

img { vertical-align:top; border: 0 none; }


/* MAIN */

.wrapper{
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	/* width:1000px; */
	width:100%;
	/*min-height: 100%;
	height:auto !important;
	min-height:100%;*/
/* 	height: 380px; */
	background:#3d7a7c url(images/bg.jpg) center top no-repeat; 
}
	.wrapInner{
		width:1000px;
		margin: 0 auto;
		padding-bottom:542px;
		height:100px;
	}
.slogan{
	width:440px;
	margin: 0 0 0 255px;
	text-align: center;
	color: #fff;
	font: 24px "EuroStyle";
	padding-top:30px;
	/* text-shadow:#333 1px 1px 1px; */
}
	.slogan span{
		font: 34px "EuroStyleNormal";
		padding-top:4px;
		display:inline-block;
	}


.list{
	position:relative;
	height:484px;
	/* z-index:100; */
	width:1000px;
	margin:0 auto;
}
	.listItem{
		position:absolute
	}
	.listItem a{
		position:relative;
		display:block;
		text-decoration:none;
	}
	
	.bag{
		left:35px;
		bottom:50px;
		width:258px;
		height:400px;
	}
	.envelope{
		left:270px;
		bottom:30px;
		width:416px;
		height:205px;
	}
	.calendar{
		left:620px;
		bottom:86px;
		width:424px;
		height:400px;
	}
.footer{
	width:100%;
	background:url(images/back.png) repeat-x bottom left;
	z-index:0;
	height:542px;
	margin:-542px auto 0;
}

.tooltip{
	position:absolute;
	z-index:999;
	width:195px;
	text-align:center;
	color:#fff;
	background:url(images/tooltip.png) no-repeat top left;
	height:123px;
	padding:30px 8px 0;
	font:22px "EuroStyle";
} 
.calendar .tooltip{
	padding:20px 8px 0;
}
/* #tooltip.viewport-right {
	background:url(images/tooltipRight.png) no-repeat top left;
}
#tooltip.viewport-bottom {
	background:url(images/tooltip.png) no-repeat top left;
} */
