/* CSS Document */

body {
	background-color: #BBBF68;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	background-image: url(/images/background-grape-vine.jpg);
	background-repeat: no-repeat;
	
}
.name {
	text-transform: uppercase;
	color: #969D3C;
}

 a:link {
	color: #969D3C;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #2C4831;
	text-decoration: none;
	font-weight: normal;
}
 a:hover {
	color: #000000;
	text-decoration: none;
}
 a:active{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


div.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000000;
	font-weight: bold;
                letter-spacing: 0.2em;
                line-spacing: -0.4em;
}

div#mainwrap {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-image: url(/images/background-nz-wines.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
}
div#header {
	width:735px;
	background-color:#FFFFFF;
	background-image: url(/images/background-nz-wines.jpg);
	background-repeat: repeat-y;
}
div#menu {
	background-color:#FFFFFF;
	height: 15px;
	background-image: url(/images/background-nz-wines.jpg);
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 6px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#contentarea {
	background-color:#FFFFFF;
	background-image: url(/images/background-nz-wines.jpg);
	background-repeat: no-repeat;
}
div#leftimage {float:left;}

div#indexContent, .gogoTemplatePage #content {
	padding-right: 12px;
	padding-left: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D66C;
                text-align: left;
}

div#footer {
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	text-align: center;
	font-size: 11px;
	width: 750px;
}
div.clearfloats {clear:both;}
/*suckerfish menu*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding-right: 3px;
	padding-left: 3px;	
}

#nav li { /* all list items */
	float: left;
	padding-right: 3px;
	padding-left: 3px;	
 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 20px;
	background-image: url(/images/transparent.png);
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.rightimage {
	margin-left: 5px;
	padding-left: 5px;
}

div.title {
	color: #000000;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

div#menu a:link {
	color: #969D3C;
	text-decoration: none;
	font-weight: normal;
}
div#menu a:visited {
	color: #2C4831;
	text-decoration: none;
	font-weight: normal;
}
div#menu a:hover {
	color: #000000;
	text-decoration: none;
}
div#menu a:active{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.justgreen {
	color: #969D3C;
}
.smalltext {
	font-size: smaller;
}
.vineyards {
	font-size: 18px;
	color: #969D3C;
}
