/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

/* @import url(global.css); */

/*global defaults*/

	* {   
		 padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
		 margin: 0;
		 border: 1; 
	}
	
	body {
	     background-color: transparent; 
	}

	:link, :visited {   
	}
	
	ul, ol {
		 list-style: none;    /*Removes bullets from lists*/
	}
	
	a img, :link img, :visited img {
		 border: none;    /*Removes border images*/
	}
	
	option {
		 min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
	}

/* end global defaults */


body {
		 background-image: url(../images/background_yellow.gif);
		 background-repeat: repeat-x;
		 margin: 0 auto;
     font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
     top: 10px; 
}

#header {
     background-image: url(../images/header_main.gif);
     width: 750px;
     height: 283px; 
}

#navbar {
     display: inline;
     float: right;
     position: relative;
     top: +19px;
     width: 100%;
     left: -145px;
     z-index: 1; 
}



#navbar a {
     color: #ffffff;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: .75em;
	 font-weight:bolder;
}

#navbar a:hover {
     color: #650B14;
}

#home {
     position: relative;
     width: 75px;
     left: 225px;
     top: -2px; 
}



#servizi {
     position: relative;
     left: 330px;
     top: 54px;
     width: 75px; 
}



#prezzi {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}



#raggiungerci {
     position: relative;
     top: 128px;
     width: 75px;
     left: 620px; 
}



#contatti {
     position: relative;
     left: 780px;
     top:128px;
     width: 75px; 
}



#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
     right: 35px;
     font-size: 2.5em;
     top: -85px;
     }



#slogan {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
     font-size: 1em;
     position: relative;
     right: 40px;
     top: -90px; 
}



#wrapper {
     background-image: url(../images/bg.gif);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
}

#contentmain {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     padding-top: 50px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitlemain {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     font-size: 1em;
     padding-bottom: 5px; 
}

.entrytitlemain a:link{
     color: #5d761b;
	 text-decoration:none;
}
.entrytitlemain a:visited{
     color: #5d761b;
	 text-decoration:none;
}
.entrytitlemain a:hover{
     color: #650b14;
	 text-decoration: underline overline;
}
.entrytitlemain a:active{
     color: #5d761b;
	 text-decoration:none;
}


.entrymain {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     font-size: .7em;
     padding-bottom: 5px; 
	 	 font-weight:lighter;

}

.entrymain a {
     color: #650b14;
	 text-decoration:none;
}

.entrymain a:visited {
     color: #650b14;
	 text-decoration:none;
}

.entrymain a:hover {
     color: #5d761b;
	 text-decoration: underline overline;
}
.entrymain a:active{
     color: #650b14;
	 text-decoration:none;
}



#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 100%;
     top: -20px;
     z-index: 5;

}
	 
#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #ae7e0f;
     font-size: .75em;
     text-decoration: underline overline;
     text-align: center;
     padding-bottom: 10px; 
}

ul a {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #ae7e0f;
     font-size: .7em;
     text-align: left;
	 font-weight:bold;
     display: block;
     padding-bottom: 5px; 
	 padding-left: 30px;
	 padding-right: 30px;
	 text-decoration:underline overline;
}

ul a:hover {
     color: #5d761b;
}

.menuactive {     text-decoration: underline overline;
}

li {}

.links {text-align: center;
color: #5d761b;
     font-size: .7em;
}
.links a:link {text-align: center;
color: #ae7e0f;
}
.links a:hover {text-align: center;
color: #5d761b;
}
.links a:visited {text-align: center;
color: #ae7e0f;
}
.links a:active {text-align: center;
color: #ae7e0f;
}



a {}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(../images/footer.gif);
     clear: both; 
}

.copyright {
     color: #E0EBBA;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .45em;
     position: relative;
     top: 110px;
     left: 25px; 
}
.copyright a:link {
	color:  #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #650b14;
}
.copyright a:active {
	text-decoration: none;
	color: #ffffff;
}
a:link {}

a:visited {}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #news {
     top: 59px;   /*ie hack*/
}

* html #links {
     top: 102px;   /*ie hack*/
}

* html #about {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}







.titleAdmin {
     font-family: Georgia, "Times New Roman", Times, serif;
     color: #5d761b;
     text-align: center;
     font-size: 12px;
     padding-bottom: 20px;
	 line-height: 1.5em;
}
.titleAdmin a {
     color: #ae7e0f;
}
.titleAdmin a:hover {
     color: #650b14;
}
