@charset "UTF-8";
/* CSS Document */


/* CLASSES */

* {margin: 0;}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-family: Times;
	color: #FFFFFF;
	margin: 1em 0;
	padding: 0;
		font-weight:normal;

	
}


li, dd, blockquote {
	margin-left: 1em;
}


h1 {
	margin: 0px;
	padding-top: 0px;
	line-height: 35px;
	font-size: 32px;
	font-weight:normal;


	}

h2 {
	margin: 0px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 0.85;

	}
	


p {
font-size: 14px;
line-height: 16px;
	
}

h4 {
font-size: 12px;
line-height: 16px;
	
}



.outer {
	width: 219px;
	height: 234px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.red{
	
color: #C00;	
}

.center{
text-align: center;
	
}

/* PAGES */

body {
	background: #000;
}

#page {
	margin-left: auto ;
    margin-right: auto ;
    margin-top: 40px ;
    margin-bottom: 40px ;
	width:915px;
	height:664px;
}

#header {
	margin: 0px;
	width:915px;
	height:40px;
	background:url(images/don-giuseppes_02.jpg);
}

#logo {
	float: left;
	width:277px;
	height:120px;
	background:url(images/don-giuseppes_04.jpg);

}

#topbar {
	position: relative;
	margin: 0px;
	float: left;
	width:638px;
	height:120px;
		background:url(images/don-giuseppes_05.jpg);

}



#leftborder {
	margin: 0px;
	float: left;
	width:30px;
	height:382px;
	background:url(images/1px.jpg);

}

#left {
	margin: 0px;
	float: left;
	width:247px;
	height:382px;
	background: #000;
	overflow: hidden;

}

#right {
    margin: 0px;
	padding: 20px;
	padding-right: 40px;
	float: left;
	width:578px;
	height:342px;
	background:url(images/don-giuseppes_07.jpg);
	overflow: hidden;

}

#redbar {
	clear:both;
	width:915px;
	height:12px;
	background:url(images/don-giuseppes_08.jpg);

}

#footer {
	width:915px;
	height:71px;

}



#footerborder{
	float: left;
	width:30px;
	height:71px;
	background:url(images/1px.jpg) repeat-y;

}


#footerleft{
	float: left;
	padding: 20px;
	width:258px;
	height:31px;
	overflow: hidden;

}


#footerright{
	float: left;
	width:587px;
	height:71px;
	background-image: url(images/don-giuseppes_10.jpg);
}

#border {
	clear: both;
	width:915px;
	height:38px;
		background:url(images/don-giuseppes_11.jpg);

}



#menudownload {
	margin-top: 40px;

margin-right: auto;
margin-left:auto;
width:225px;
height:180px;
border: thin #FFF solid;
	
}

/* ----------PAGES------------ */


#menudiv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	width:640px;
	height:38px;
	overflow: hidden;
}


.menu{
	margin:0; 
	padding:0; 
	height:30px; 
	width:608px; 
	display:block; 
	}
	
	
.menu li{
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
	}
	
	
.menu li a{
	margin-left: 1px;
	margin-right:1px;
	width: 119px;
	height: 30px;
	float:left; 
	display:block; 
	color: #FFF; 
	text-decoration:none; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 21px;
	cursor:pointer; 
	}
	
.menu li a span{
	line-height:30px; 
	display:block; 
	text-align:center;
	}
	
.menu li a:hover{
	background-position:0px -60px; 
	color: #666;
	}
	
.menu li a:hover span{
	background-position:100% -60px;
	}
	
.menu li a.active, .menu li a.active:hover{
background: url(images/menuactive.jpg) 0px 2px;


}
	
.menu li a.active span, .menu li a.active:hover span{
	}


/* ----------CONTACT FORM------------ */


#contact-area{
	
	margin:0; 
	padding:0; 
	height:300px; 
	width:600px; 
float: left;
}

fieldset{
	
	margin:20px; 
	padding:0; 
	height:200px; 
	width:200px; 
float: left;
border: 0px;

}

