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

/* --------------------------- */
/* ----- Site Definition ----- */
/* --------------------------- */

body {
	background: url('../img/bg.jpg') #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#container {
	height: 7000px;
	width: 7000px;
}

/* --------------------------- */
/* ------ Base Elements ------ */
/* --------------------------- */

#home {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	background: url('../img/bg_home-trans.png');
	z-index: 1;
}
#gallery {
	position: absolute;
	top: 1800px;
	left: 800px;
	width: 800px;
	height: 600px;
}
#products {
	position: absolute;
	top: 350px;
	left: 3900px;
	width: 800px;
	height: 600px;
	background: url('../img/bg_home-trans.png');
}
#fix {
	position: absolute;
	top: 350px;
	left: 5000px;
	width: 800px;
	height: 600px;
}
#salon {
	position: absolute;
	top: 1620px;
	left: 2800px;
	width: 800px;
	height: 600px;
}
#contact {
	position: absolute;
	top: 2820px;
	left: 1300px;
	width: 800px;
	height: 600px;
	background: url('../img/bg_contact-trans.png');
}
.textContent {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #534e48;
}
.textContent p {
	line-height: 16px;
}
.textContent a {
	color: #f00;
	text-decoration: underline;
}
.textContent h1 {
	font-size: 28px;
	font-family: default, Arial, Helvetica, sans-serif;
	color: #534e48;
}
.contentWrapper {
	position: relative;
	width: 800px;
	height: 600px;
}
#musicWrapper {
	position: fixed;
	width: 120px;
	height: 35px;
	top: 20px;
	left: 40px;
}
#menuWrapper {
	position: fixed;
	width: 160px;
	height: 184px;
	top: 360px;
	left: 40px;
	background: url('../img/menu_bg-trans.png') no-repeat;
	z-index: 300;
}
.menuList {
	position: relative;
	width: 120px;
	left: 5px;
	top: 20px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #fff;
	margin-left: -20px;
}
.menuList li {
	position: relative;
	margin: 4px;
	width: 100px;
	text-align: center;
	list-style: none;
	cursor: pointer;
}
.galleryInfo {
	position: absolute;
	width: 600px;
	height: 85px;
	top: 500px;
	padding-left: 170px;
	padding-top: 15px;
	padding-right: 30px;
	background: url('../img/bg_gallery-trans.png') no-repeat;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #534e48;
}

/* --------------------------- */
/* ------ Home Elements ------ */
/* --------------------------- */

#homeText {
	position: absolute;
	top: 270px;
	left: 220px;
	width: 335px;
	height: 205px;
	overflow: auto;
	z-index: 999;
}
#homeLogo {
	position: absolute;
	width: 237px;
	height: 259px;
	top: 145px;
	left: 550px;
	background: url('../img/logo_polaroid-trans.png');
}
#homePromo {
	position: absolute;
	width: 180px;
	height: 197px;
	top: 80px;
	left: 370px;
	cursor: pointer;
}
#homeKids {
	position: absolute;
	width: 356px;
	height: 143px;
	bottom: -25px;
	right: 180px;
}
.productsLogos {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 80px;
	left: 400px;
}
#homeSsalon {
	position: absolute;
	width: 195px;
	height: 207px;
	cursor: pointer;
	top: 80px;
	left: 70px;
	background: url('../img/salon_polaroid-trans.png');
	z-index: 300;
}
.productsSalon {
	position: absolute;
	width: 195px;
	height: 207px;
	top: 80px;
	left: 30px;
	background: url('../img/products_polaroid-trans.png');
}
#gotosalon {
	position: absolute;
	width: 130px;
	height: 53px;
	background: url('../img/knop_salon-trans.png') no-repeat;
	top: 530px;
	left: 650px;
	cursor: pointer;
}

/* --------------------------- */
/* -----  Salon Elements ----- */
/* --------------------------- */

#salonText {
	position: absolute;
	top: 220px;
	left: 220px;
	width: 500px;
	height: 180px;
}

textarea, input, select {
	font-family: Trebuchet MS;
	font-size: 12px;
	border: 1px solid #000;
}
input.submitButton {
	background-color: #ff005c;
	color: #fff;
}

