/* --------------------------------------------------
file: standard.css
website: ilvignardo.com
version: 1.0
created: 29/05/08
last update: 
author: Andrea Cima Serniotti
contact: http://www.visrez.com
---------------------------------------------------*/

/* ----------------------- COMMON CLASSES --------------------------- */

.navigation, .alt {position:absolute;top:-6000px;left:-6000px}
.hidden, hr{display:none}
p,ul,li,form,fieldset,table,td,th,h1,h2,h3,h4,h5{margin:0;padding:0}
ul{list-style-type:none}
a {color:#A0A0A0;}
	a:hover {text-decoration:none}


/* ----------------------- STRUCTURE --------------------------- */

html {
background: url(/Images/IlVignardo/pattern.jpg) 0 0 repeat;
font-size:62.5%
}
body {
background: url(/Images/IlVignardo/body.jpg) 0 0 repeat-x;
margin:0;padding:18px 0 60px 0;
text-align:center;
font-family:Arial, Verdana, sans-serif;
font-size:1.1em
}

#wrapper {
width:792px;
margin:0 auto;
text-align:left;
position:relative;
background:#fff
}

#header {
background:#fff url(/Images/IlVignardo/header.jpg) 0 0 no-repeat;
position:relative;
width:792px;height:486px
}

#logo{
width:395px;height:90px;
position:absolute;top:33px;left:190px;
background:#fff url(/Images/IlVignardo/header.jpg) 48% 37% no-repeat;
}

#banner {position:absolute;top:177px}
	
#mainMenu{
padding-top:155px;
text-align:center;
font-family:Georgia, Arial, Times, serif
}
	#mainMenu li{display:inline}
	#mainMenu a{
    padding:0 10px 0 8px;margin:0;
    text-decoration:none;color:#efece9;font-size:1.1em;
	font-weight:bold;
	border-right:3px solid #b8a08f
	}
	#mainMenu li.active a,#mainMenu li a:hover{color:#474645}
	#mainMenu .lastitem a{border:0}

	
#content{
width:732px;
background:#fff url(/Images/IlVignardo/content.jpg) bottom right no-repeat;
padding:0 30px 1px 30px;
color:#515151;
font-size:1.2em;
line-height:140%;
float:left;
}
	#content h2{
	font-family:Georgia, Arial, Times, serif;
	font-size:1.9em;
	font-weight:normal;
	color:#474645;
	border-bottom:1px solid #efe7e1;
	padding-bottom:5px;
	width:350px;
	position:relative;top:-25px}
	#content h3{
	font-family:Georgia, Arial, Times, serif;
	font-size:1.4em;
	margin-bottom:20px;
	font-weight:normal;
	color:#474645;
	}
	#content h4{margin-bottom:10px; font-size:16px}
	#content p{margin-bottom:20px}
	#content img{float:right;margin:10px;padding:2px;border:1px solid #9F846F}
	#content ul{margin:10px 0}
	#content li{background:transparent url(/Images/IlVignardo/tick.jpg) 0 0 no-repeat;padding:0 0 10px 30px}

#serviceMenu{position:absolute;top:5px;right:10px}
	#serviceMenu li{display:inline}
	#serviceMenu li a{color:#a0a0a0;text-decoration:none;border-right:1px solid #a0a0a0;padding:0 5px}
	#serviceMenu li a:hover{text-decoration:underline}
	#serviceMenu .lastitem a{border:0}

#footer{
color:#5f5b5b;
clear:both;
text-align:center;
}
	#footer p
	{
	width:792px;
	padding:20px 0 0 0;margin:0;
	background:transparent url(/Images/IlVignardo/footer.gif) top left no-repeat;
	position:absolute;
	left:0;
	}
	
    #footer a{color:#5f5b5b}

#gallery {}	
.photoBox {width: 165px; margin:8px; float: left;display:inline}

#map 
{width: 730px; 
 height: 350px;
 margin-bottom:15px
}