@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #440000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#container {
	width: 906px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/mainbgrepeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#subcontainer {
	border: 2px solid #000000;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 7px;
}
#header {
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	/*	
	background-image: url(images/insidedarkframe.jpg);
	background-repeat: repeat-y;
	background-position: top;
*/	
	background-image: url(../images/content_background_update.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 5px;
}
#mainLocationsContent {
	width: 657px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	/*	
	background-image: url(images/insidedarkframe.jpg);
	background-repeat: repeat-y;
	background-position: top;
*/	
	background-image: url(../images/content_background_locations2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 5px;
}
#mainLocationsContenthalf {
	width: 390px;
	height: 397px;
	margin-left: 10px;
	border: 2px solid #000000;
	/*	
	background-image: url(images/insidedarkframe.jpg);
	background-repeat: repeat-y;
	background-position: top;
*/	
	background-image: url(../images/content_background_locations2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 5px;
	float: left;
}

#mainLocationsContenthalfImage {
	width: 410px;
	margin-right: 10px;
	border: 2px solid #000000;
	margin-top: 5px;
	float: right;
}

#mainLeftContent {
	width: 405px;
	margin-left: 7px;
	border: 2px solid #000000;
	/*	
	background-image: url(images/insidedarkframe.jpg);
	background-repeat: repeat-y;
	background-position: top;
*/	
	background-image: url(../images/content_background_locations.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 397px;
	background-position: center top;
}
#mainRightContent {
	width: 405px;
	margin-right: 7px;
	border: 2px solid #000000;
	/*	
	background-image: url(images/insidedarkframe.jpg);
	background-repeat: repeat-y;
	background-position: top;
*/	
	background-image: url(../images/content_background_locations.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 397px;
}
#mainLeftContent h3 , #mainRightContent h3 , #mainLocationsContent h3 , #mainLocationsContenthalf h3 {
	font-size: 16px;
	color: #400;
	text-align: center;
	margin-top: 12px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.locationsTable {
	text-align: center;
	width: 100%;
}

.locationsTable td {
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}


#footer {
	padding: 0 10px;
	background-image: url(../../italianharvest/images/mainbgbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}

/*** FROM MAGGIANO's WEB SITE ***/
#topLinkHolder
{
	MARGIN-LEFT: 172px;
	WIDTH: 700px;
	PADDING-TOP: 8px;
	HEIGHT: 20px;
}
#homeLink {
	float: left;
	padding-top: 8px;
	padding-left: 32px;
	display: inline;
	clear: both;
}

.textHighlight
{
    COLOR: #cc9900
}
A:link
{
	COLOR: #7f1306;
	TEXT-DECORATION: underline
}
A:visited
{
	COLOR: #7f1306;
	TEXT-DECORATION: underline
}
#mainContent  h3  {
	padding-bottom: 10px;
	font-size: 16px;
	padding-top: 10px;
	color: #400;
}

A:hover
{
    COLOR: #7f1306;
    TEXT-DECORATION: none
}
A.header
{
	COLOR: #292929;
	TEXT-DECORATION: none;
}
A.header:visited
{
    COLOR: #292929;
    TEXT-DECORATION: none
}
A.header:hover
{
    COLOR: #292929;
    TEXT-DECORATION: none
}
#mainContent #vendemmia {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.copyright {
	font-size: 9px;
}
