body {
	margin:0px;
	padding:0px;
	background:url(../images/background.jpg) no-repeat center top #291b10;
	text-align:center;
	font-family:Arial, Verdana, Helvetica;
	font-size:11px;
	color:#ffffff;
	line-height: 18px;
}

a {
	outline:none;
}
a img{
    border: 0;
}

/*INTRO*/

/*body.intro {
	margin:0px;
	padding:0px;
	background:#231103;
	text-align:center;
	font-family:Arial,Verdana,Helvetica;
	font-size:11px;
	color:#ffffff;
}*/

#top {
	width:100%;
	height:150px;
	margin:175px 0px 0px 0px;
	background:url(../images/intro_short.jpg) no-repeat center top #452206;
	border-bottom:1px solid #231103;
	cursor:pointer;
}

#bottom {
	width:100%;
	height:150px;
	background:url(../images/intro_footer.jpg) no-repeat center top #452206;
}

#bottom p.title {
	margin:0px;
	padding:18px 0px 0px 0px;
	font-size:18px;
}

#bottom p.text {
	margin:0px;
	padding:15px 0px 0px 0px;
	font-size:11px;
}

#bottom p.text a {
	color:#ffffff;
	text-decoration:none;
}

#bottom p.text a:hover {
	color:#cccccc;
	text-decoration:none;
}

/*FINE INTRO*/

/*RESTO*/

#container {
	margin:0px auto;
	width:950px;
    height: 530px;
    min-height: 530px !important;    
    height: auto;
	text-align:left;
}

#container #left {
	width:243px;
	float:left;
}

#container #left #logo {
	width:243px;
	height:177px;
	background:url(../images/logo.jpg) no-repeat center top;
}

#container #left #menu {
	width:243px;
	height:216px;
}

#container #left #menu .element {
	width:243px;
	height:36px;
}

#container #left #menu .element p {
	margin:0px;
	padding:10px;
	font-size:12px;
	color:#cccccc;
}

#container #left #menu .element p a {
	color:#cccccc;
	text-decoration:none;
}

#container #left #menu .element p a:hover {
	color:#ffffff;
	text-decoration:none;
}

#container #left #menu #menu_1 {
	background:url(../images/menu_1.jpg) no-repeat center top;
}

#container #left #menu #menu_2 {
	background:url(../images/menu_2.jpg) no-repeat center top;
}

#container #left #menu #menu_3 {
	background:url(../images/menu_3.jpg) no-repeat center top;
}
#container #left #menu #menu_3_5 {
	background:url(../images/menu_3_5.jpg) no-repeat center top;
}


#container #left #menu #menu_4 {
	background:url(../images/menu_4.jpg) no-repeat center top;
}

#container #left #menu #menu_5 {
	background:url(../images/menu_5.jpg) no-repeat center top;
}

#container #left #menu #menu_6 {
	background:url(../images/menu_6.jpg) no-repeat center top;
}

#container #left #newsletter {
	width:243px;
	height:95px;
	margin:50px 0px 25px 0px;
	background:url(../images/newsletter.jpg) repeat-y center top;
}

#container #left #newsletter p {
	margin:0px;
	padding:1px 10px 5px 10px;
	font-size:10px;
	color:#cccccc;
}

#container #left #newsletter input.textfield {
	margin:0px 0px 0px 10px;
	border:0px;
	background:#897c74;
	color:#cccccc;
	width:224px;
}
#container #left #newsletter select {
	border:0px;
	background:#897c74;
	color:#FFFFFF;
	width:auto;
    font-size: 12px;
}

#container #left #newsletter p.send {
	text-align:right;
	padding:0px 10px 5px 10px;
}

#container #right {
	width:707px;
	float:left;
}

#container #right #menu {
	width:707px;
	height:57px;
}

#container #right #menu .element {
	width:175px;
	height:57px;
	border-right:1px solid #000000;
	float:left;
}

#container #right #menu .element p {
	margin:0px;
	padding:20px 0px 20px 0px;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

#container #right #menu .element p a {
	color:#ffffff;
	text-decoration:none;
}

#container #right #menu .element p a:hover {
	color:#cccccc;
	text-decoration:none;
}

#container #right #menu #menu_1 {
	background:#494547;
}

#container #right #menu #menu_2 {
	background:#7d6c6c;
}

#container #right #menu #menu_3 {
	background:#b51111;
}

#container #right #menu #menu_4 {
	background:#a84899;
}

#container #right #content {
	width:627px;
	padding:50px 40px 0px 40px;
	text-align:justify;
	margin:0px 0px 60px 0px;
}

#container #right #content img.slide {
	border:1px solid #ffffff;
}

#container #right #content p.title {
	margin:0px;
	padding:50px 0px 0px 0px;
	font-size:14px;
}

#container #right #content p {
	margin:0px;
	padding:24px 0px 0px 0px;
	font-size:11px;
}

#footer {
	clear:both;
	width:100%;
	height:65px;
	background:#25160a;
	margin:0px 0px 20px 0px;
}

#footer #content {
	margin:0px auto;
	width:950px;
	height:65px;
	text-align:left;
}

#footer #content p {
	margin:0px;
	padding:13px 0px 13px 0px;
}

#footer #content p span.large {
	font-size:18px;	
}

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

#footer #content p a:hover {
	color:#cccccc;
	text-decoration:none;
}

/*FINE RESTO*/

/*SLIDER*/

#slider {
	margin:0px 0px 10px 0px;
	overflow:hidden; 
	width:637px; 
	height:243px;
	border:1px solid #ffffff;
}

#slider ul {
	margin:0px;
	padding:0px;
}

#slider li {
	width:637px; 
	height:243px;
}

#slider img {
	border:0px;
}


/*FINE SLIDER*/

/* 
    fotogallery    
*/
.photogallery_box_outer {
	/*background:url(../images/box.gif);
	background-repeat:no-repeat;
	background-position:center top;*/

}
           
.photogallery_img_outer {
	background-repeat:no-repeat;
	background-position:center top;
	width:98px;
    height:94px;
	margin-left:0px;
	margin-top:6px;
	cursor:pointer;
    border: 2px outset #4b4239;	
}
                        
.photogallery a {
	color:#FFFFFF;
	text-decoration:none;
}

.photogallery a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


a{
    color: #FFFFFF;
}
input {
	background-color: #89755f;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #8D6A47;
	border-right-color: #8D6A47;
	border-bottom-color: #8D6A47;
	border-left-color: #8D6A47;
    color: #ffffff;
}
textarea {
	background-color: #89755f;
	color: #ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #8D6A47;
	border-right-color: #8D6A47;
	border-bottom-color: #8D6A47;
	border-left-color: #8D6A47;
}

/*referenze*/
ul#multi, ul#multi li {
	margin: 0;
	padding: 5px;
	list-style: none;
	margin-top: 0px;
    font: normal 11px "Tahoma", Times, Arial;
}
ul#multi {
	width: 100%;
	overflow: hidden;
	line-height: 1.8;
}
ul#multi li {
	float: left;
	width: 46%;
	margin-left: 2%;
	display: inline;
	border-bottom: 1px dotted #cfcbd3
}
ul#multi {
	margin-top: 10px;
}
.pagenav{
    text-align: right;    
    margin-top: 15px;    
    
}
.pagenav a{
    padding: 5px;
    border: 1px solid #cfcbd3;
    background: #FFFFFF;    
    color: #000000;
}
.pagenav #now{
   background: none;   
   color: #FFFFFF;
}
