@charset "utf-8";
/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 	padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* MAIN ELEMENTS*/
body, div, a, span, p, input, textarea, select{font-family: Tahoma ,Arial, Helvetica, sans-serif; font-size: 13px; color: #1A330D;}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

body{
	background-color: #E9980C;
}

h1{
	color: #fff;
	padding: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2{
	color: #fff;
	padding: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
}

h3{
	color: #fff;
	padding: 2px 0;
	font-size: 12px;
}


.hint{
	color: #fff;
	font-size: 11px;
}
.h_menu{
	display: none;
}

strong{
	font-weight: normal;
}

/* CUSTOM ELEMENTS */
#mainContainer{
	margin: 0 auto;
	width: 780px;
	height: 606px;
	background: url(images/mainBg.jpg) no-repeat top left;
}

#content{
	height: 585px;
}

#footer p{
	font-size: 10px;
	text-align: right;
	margin-right: 14px;
}

#footer a{font-size: 10px;}

#languageChooser{
	text-align: right;
	padding: 3px 12px 0 0;
}
#languageChooser li{
	display: inline;
}
#menu{
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 230px;
	text-align: right;
}

#menu li{
	text-transform: uppercase;
	margin: 2px;
	padding: 2px;
	
}

#menu li.selected{
	background: #EFAC39;
}

#contentBody{
	width: 520px;
	height: 397px;
	margin-left: 214px;
	margin-top: 120px;
	padding: 15px;
}


.normalParagraph{
	line-height: 16px;
	margin: 0 0 3px 0;
}

.pageText{
	line-height: 18px;
}

.pageText li{
	margin-left: 3px;
}

.pageMainImage{
	float: left; 
	border: 2px solid #D2880B;
}



/* HOME PAGE */
.homeContainer{
	
}

.homeContainer h1{
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}

.homeInnerTop{
	margin-bottom: 13px;
	width: 520px;
	clear: right;
}

.homeInnerBottom{
	width: 520px;
}

.homePar1{
	padding: 0 2px;
	margin: 0 2px 0 260px;
	/*width: 200px;*/
}

.homeContainer p{
	text-align: justify;
	
}

.homePar2{
	width: 250px;
	float:left;
}

.homeSecondImage{
	margin-left: 262px;
	border: 2px solid #D2880B;
	display: block;
}

/* PHOTO PAGE*/
#photoPage{

}

#photoPage #imageContainer{
	height: 390px;
	width: 360px;
	overflow: hidden;
	float: left;
}

#photoPage #imageContainer img{
	border: 2px solid #D2880B;
}

#photoPage #thumbsContainer{
	height: 390px;
	width: 155px;
	margin-left: 365px;
}

#photoPage #thumbsContainer a{
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	border: 2px solid #D2880B;
	margin: 0 3px 4px 0;
	
}
#photoPage #thumbsContainer a img{
opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}
#photoPage #thumbsContainer a:hover img{
	opacity:.100;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}

/* CONTACTS PAGE */

#contactsPage{
	height: 240px;
	overflow: hidden;
}

#contactsPage #contactsForm{
	float: left;
	width: 300px;
	
}

#contactsPage #contactsForm label{
	margin: 4px 0 1px;
	display: block;
}
#contactsPage #contactsForm input{
	border: 1px solid #D2880B;
	width: 200px;
}

#contactsPage #contactsForm textarea{
	height: 80px;
	width: 250px;
	border: 1px solid #D2880B;
}

#contactsPage #contactsDetails{
	margin-left: 300px;
	height: 200px;
}

#contactsPage #contactsDetails strong{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

#contactsPage h2{
	border-bottom: 1px solid #fff;
	margin: 0 15px 0 0;	
}

#errorMessageContainer p{
	color: white;
	font-weight: bold;
	padding: 4px;
	border: 1px dashed red;
}


#contactsFooter img{
	border: 2px solid #D2880B;
}


/* WHERE PAGE */

#wherePage{}

#wherePage #mapContainer{
	border: 2px solid #D2880B;
}

#wherePage #indicazioni{
	height: 170px;
	width: 500px;
	overflow: hidden;
	margin-top: 4px;
	text-align: justify;
	padding: 2px;
	line-height: 14px;
	float: left;
}
#wherePage h1{
	border-bottom: 1px solid #fff;
	margin: 2px 0;	
}

#wherePage h3{
	
}

#wherePage #indicazioni p{
	font-size: 11px;
}
#wherePage #track1 {
	float: left; margin: 5px 0 0 5px; width: 10px; height: 170px; background-color: #D2880B;
}
#wherePage #handle1 {
	width: 10px; cursor: pointer; height: 37px; background-color: #25330D;
}

#wherePage #track2 {
	clear: both; margin-top: 5px; float: left; width: 300px; height: 10px; background-color: #D2880B; display: none;
}
#wherePage #handle2 {
	width: 15px; cursor: move; height: 10px; background-color: #25330D;
}

/* PRICES PAGE*/

#pricesPage #top{
	height: 185px;
}

#pricesPage #top li{
	list-style-type: square;
	margin-left: 15px;
}

#pricesPage #bottom{
	margin-top: 5px;
}

#pricesPage h2, #pricesPage h1{
	border-bottom: 1px solid #fff;
	margin: 2px 0;	
}


/* TOSEE PAGE */
#toSeePage #places{
	height: 385px;
	width: 500px;
	overflow: hidden;
	margin-top: 4px;
	text-align: justify;
	padding: 2px;
	line-height: 14px;
	float: left;
}

#toSeePage #places p{
	margin: 3px 0;
}
#toSeePage #places h2{
	border-bottom: 1px solid #fff;
	margin: 4px 0;
}

#toSeePage #places .place p{
	margin-left: 200px;
}

#toSeePage #places .place .imgContainer{
	width: 200px;
	float: left;
	height: 170px;
}

#toSeePage #places .place .imgContainer img{
	border: 2px solid #D2880B;
}

#toSeePage #track1 {
	float: left; margin: 5px 0 0 5px; width: 10px; height: 385px; background-color: #D2880B;
}
#toSeePage #handle1 {
	width: 10px; cursor: pointer; height: 37px; background-color: #25330D;
}

#toSeePage #track2 {
	clear: both; margin-top: 5px; float: left; width: 300px; height: 10px; background-color: #D2880B; display: none;
}
#toSeePage #handle2 {
	width: 15px; cursor: move; height: 10px; background-color: #25330D;
}
