/*

			CSS STYLES FOR CANTINA DI NIZZA
			snikt.it

*/


* {
	margin:0; padding:0;
}

/*			HTML ELEMENTS (Except DIVs and ULs)			*/

body {
	background: #fff;
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #b4b4b4;
}  

img {
	border: none;
}

/*			DIVS		*/

#container {
	width: 930px;
	margin: auto;
	margin-top: 140px;
}

#header {
	width: 898px;
	height: 29px;
	display: block;
	background-image: url(../img/header.jpg);
}

#page {
	width: 898px;
	height: 338px;
	display: block;
	background-position: bottom;
}

#thumbnails {
	padding-top: 133px;
	margin-left: 260px;
	width: 190px;
	height: 60px;
}

#textcontent {
	margin-right: 15px;
	margin-top: 55px;
	float: right;
}

#page > #textcontent {
	margin-right: 65px;
}

#textcontainer {
	position: relative;
	width: 315px;
	height: 205px;
	overflow:hidden;
}

	#textcontainer a:link, #textcontainer a:visited {
		text-decoration: none;
		color: #666;
	}
	
	#textcontainer a:hover {
		color: #88342e;
	}

#scroll {
	text-align: right;
	padding-top: 190px;
}

#content p {
	text-align: justify;
	margin-bottom: 6px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: +1;
	width: 898px;
	height: 100px;
	display: block;
	margin-top: 10px;
	padding-left: 18px;
}

#credits {
	margin-top: -15px;
	margin-right: 25px;
	float: right;
}

#credits a {
	color: #b4b4b4;
	text-decoration: none;
}


#backhome {
	display: block;
	width: 46px;
	height: 22px;
	margin-left: 25px;
}

#contacts {
	width: 120px;
	margin-top: 10px;
	margin-right: 0px;
	text-align: right;
	float: right;
}

#link {
	width: 195px;
	margin-top: 70px;
	margin-right: 25px;
}

#link a:link, #link a:visited {
	text-decoration: none;
	color: #fff;
}

#link a:hover {
	font-weight: bold;
	color: #88342e;
}

	a.mainmenu {
		text-decoration: none;
		color: #88342e;
	}
	
ul.pulldownmenu {
	list-style: none;
	text-align: left;
	line-height: 15px;
}
	
.pulldownmenu a:link, .pulldownmenu a:visited {
	text-decoration: none;
	color: #88342e;
}

.pulldownmenu a:hover {
	color: #C67969;
}

#home_itinerari {
	position: relative; 
	top: -50px; 
	left: -131px;
	display: block; 
	width: 170px; 
	height: 120px; 
}

#home_agenda {
	position: relative; 
	top: 27px; 
	left: 55px;
	display: block; 
	width: 190px; 
	height: 127px; 
}

#home_itinerari a, #home_agenda a {
	display: block;
	width: 171px;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-top: 8px;
	margin-bottom: 4px;
	border-bottom: 1px dotted white;
	padding-bottom: 4px;
}
#home_itinerari a:hover, #home_agenda a:hover {
	color: #000;
}
#home_agenda a {
	width: 191px;
	padding-top: 8px;
	padding-bottom: 7px;
}