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

body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	font-size:14px;
	color: #000000;
	position: relative;
	margin-left: 18%;
	margin-right: 18%;
}

#container {
	position: relative;
	width:824px;
	border-top-color: #E3007C;
	border-right-color: #E3007C;
	border-bottom-color: #E3007C;
	border-left-color: #E3007C;
	border-style: solid;
	height: 1400px;
}

#pageHeader {
	background-image: url(imma_seniasite/header_senia.jpg);
	width: 824px;
	height: 210px;
}

#intro, #chisiamo, #corsi, #venditakit {
	margin-left: 125px;
}


#intro {
	width:610px;
	margin-top: 45px;
}

#intro h3, #chisiamo h3, #vendItakit h3 {
	background-color: #FFFFFF;
	color: #E1007E;
	font-weight: bold;
	font-size: 18px;
}
#immagini {
	background-image: url(imma_seniasite/flower.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 400px;
	position: absolute;
	top: 485px;
	left: 60px;
}
#immagini2 {
	background-image: url(imma_seniasite/nails.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 260px;
	position: absolute;
	top: 1050px;
	left: 45px;
	font-size: 12px;
	text-align: center;
}


 #chisiamo {
	background-repeat: no-repeat;
	margin-top: 65px;
	position: relative;
 }
#seniastaff {
	background-image: url(imma_seniasite/hairstyle_logo.gif);
	background-repeat: no-repeat;
	width: 109px;
	height: 70px;
	top: 300px;
	position: absolute;
	left: 70px;
	padding-top: 90px;
	text-align: center;
	line-height: normal;
}

#prodotti {
	background-image: url(imma_seniasite/smalto1.gif);
	background-repeat: no-repeat;
	width: 450px;
	height: 200px;
	background-position: center;
	position: absolute;
	top: 1150px;
}

#menu {
	position: absolute;
	top: 209px;
	height: 30px;
	width: 824px;
	background-image: url(imma_seniasite/menu.gif);
}
#immagine3 {
	background-image: url(imma_seniasite/nail_pp.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 750px;
	left: 75px;
	width: 200px;
	height: 250px;
}



#menu ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	text-align: left;
	color: #fff;
	padding-top: 5px;
	margin-left: 235px;
}
#footer {
	background-image: url(imma_seniasite/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 10px;
	margin-top: 10px;
	top: 1400px;
	position: absolute;
	width: 824px;
}
#menu li{display: inline; margin: 0;padding: 0} /*nota display: inline*/
#menu a{
	text-decoration: none;
	font-family: arial,sans-serif;
	font-size: 15px;
	letter-spacing: 4px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #000000;
	margin-left: 7

}
#menu a:hover{
	color: #E6428A;
}

#menu a:activelink{
	color: #000;
	text-decoration: blink;
	background-color: #B20623;
}

