/* CSS Document */
/* CSS created by Giovanni Ghersi - www.giovannighersi.com - for if&but Network di Comunicazione. June 2008. */
/* You may not reproduce this css design elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */
body {
	background-color: #164554;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #5d5c5a;
	text-align: center;
}
p {
	margin:5px 20px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #f7730f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0;
	padding: 10px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5d5c5a;
	text-align: left;
}
h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	margin: 0px 10px 0px 0px;
	padding: 10px 5px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5d5c5a;
	text-align: right;
}
ol {
	text-align: left;
}
#wrapper {
	margin: auto;
	text-align: center;
	width: 524px;
}
#header, #page {
	width: 524px;
	height: auto;
	float: left;
}
#header {
	height: 88px;
}
#page {
	background: url(../media/container.jpg) repeat-y 0px 25px #164554;
}
#footer {
	width: 500px;
	height: auto;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
	display: inline;
	background: url(../media/rigapuntata.png) repeat-x top #fff;
}
#footer p {
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}
/* ------------ FASCIA ALTA CON LOGO, MENU' DI NAVIGAZIONE E BANNER ------------ */
#logo {
	width: 234px;
	height: 88px;
	background: url(../media/bokki-camping-logo.jpg) no-repeat center;
	float: left;
	margin-left: 30px;
	display: inline;
}

#bordo-superiore {
	width: 524px;
	height: 25px;
	background: url(../media/bordo-superiore.jpg) no-repeat top;
	float: left;
	margin-top: 0;
}
#bordo-inferiore {
	width: 524px;
	height: 25px;
	background: url(../media/bordo-inferiore.jpg) no-repeat bottom;
	float: left;
}

/* ------------------- MENU' DI NAVIGAZIONE ---------------------------- */
#activelink {
	border-bottom: 6px solid #f90;
}
#main_nav {
	width: 490px;
	float: left;
	display: inline;
}
#main_nav ul {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 900;
	margin-top: 50px;
}
#main_nav li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	margin-right: 10px;
}
#main_nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#main_nav a:hover {
	color: #fff;
	border-bottom: 6px solid #6c3;
	text-decoration: none;
}

