html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
	
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	
}


img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ol, li {
	margin: 0px;
	padding: 0px;
}

a {

}

a:visited {

}

a:hover {

}

a:focus {
	outline-style: none;
}

/************ wrapper **************/

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	position: relative;

}



/************** header **************/

#header {
	background-color: #FFFFFF;
	height: 150px;
	position: relative;
}

#header h1 {
	width: 285px;
	height: 16px;
	position: absolute;
	top: 36px;
	left: 357px;
	background-image: url(img/peresteso_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header h1 a {
	width: 285px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}



/*************** menu ***************/

#menu {
	width: 450px;
	height: 25px;
	position: absolute;
	top: 100px;
	left: 275px;
	list-style-type:none;

	
}

#menu li {
	float:left;
	position: relative;
	width: 150px;
}



#menu li a.advertising {
	height: 25px;
	background-image: url(img/menu_advertising.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
}


#menu li a.contacts {
	width: 150px;
	height: 25px;
	background-image: url(img/menu_contacts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
}

#menu li a.areariservata {
	width: 150px;
	height: 25px;
	background-image: url(img/menu_arearis.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
}



#menu li a:hover {
	background-position: 0px -25px;

}

/*************** sottomenu ***************/

#sottomenu-adv {
	width: 200px;
	position: absolute;
	top: 130px;
	left: 320px;
	list-style-type:none;

	
}

#sottomenu-adv li {
	float:left;
	position: relative;
	width: 90px;
}


#sottomenu-adv li a.ss10 {
	width: 90px;
	height: 20px;
	background-image: url(img/sottomenu-adv_ss10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
}

#sottomenu-adv li a.fw1011 {
	width: 90px;
	height: 20px;
	background-image: url(img/sottomenu-adv_fw1011.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display:block;
}



#sottomenu-adv li a:hover {
	background-position: 0px -20px;

}
/************* content **************/


#content p a {
	color: #666666;
	text-decoration: none;
}

#content p a:hover {
	color: #666666;
	text-decoration: underline;
}

/************* home *************/

body.home #content {
	height: 580px;
	width: 768px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	list-style-type: none;
	position: relative;
	text-align: center;
}


/************* contacts *************/


body.contacts #menu li a.contacts {
	background-position: 0px -25px;
}


body.contacts #content {
	height: 300px;
	width: 555px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align:center;
	border-bottom: 1px solid #666666;

}

body.contacts #content p {
	padding-right: 25px;
	padding-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
	color: #666666;

}

body.contacts #content p strong {
	color: #000000;
	font-size: 14px;

}




/************* advertising  *************/


body.advertising #menu li a.advertising {
	background-position: 0px -25px;
}

body.advertising #content {
	height: 460px;
	width: 820px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
}

body.advertising #content #flash{
	height: 460px;
	width: 623px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	position: relative;
}

body.advertising #content.ss10 {
	background-image:url(img/adv_bg_ss10.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	text-align: center;
}

body.advertising #content.fw1011 {
	background-image:url(img/adv_bg_fw1011.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	text-align: center;
}
/********** costruzione ************/

#costruzione {

}
