/* the default text style that all other styles derive from */
body
{
	font-size:0.8em;
	background-color:#CCCCCC;
	background-attachment:scroll;
	background-position:50px 400px;
	background-image:url(../images/logo_sidebar.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;	/* used because the CSS spec recommends a default of 8px, which some browsers (Opera 7 for one) adhere to */
	font-family:verdana,arial,sans-serif;
}

/* used to set the position for includes/navigation.inc */
div#mainNavBar
{
	position:absolute;
	left:87px;
	top:73px;
	z-Index:10;
}

/* used to set the position for includes/subnavigation.inc */
div#subNavBar
{
	position:absolute;
	left:309px;
	top:125px;
	z-Index:10;
}

/* used to set the position for includes/language.inc */
div#languageSwitch
{
	position:absolute;
	left:753px;
	top:80px;
	z-Index:10;
}

/* used for the triennes link in the banner */
#triennesLink
{
	position: absolute;
	left: 288px;
	top: 0px;
	width: 512px;
	height: 73px;
	z-index: 100;
}
#triennesLinkInner
{
	position: absolute;
	right: 2px;
	bottom: -1px;
}

#triennesLink a
{
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}
#triennesLink a:hover
{
	text-decoration: underline;
}

/* used in each page to set the main text area */
div#bodyText
{
	position:absolute;
	left:278px;
	top:123px;
	width:522px;
	background-color:#FFFFFF;
	background-attachment:scroll;
	background-position:85px 110px;
	background-image:url(../images/logo_body.gif);
	background-repeat:no-repeat;
	padding:10px 32px 40px 32px;
	min-height: 325px;
}

div#bodyText td
{
	font-size:0.8em;
	font-family:verdana,arial,sans-serif;
}

/* used in each page to set the left image area */
div#captionImage
{
	position: absolute;
	left: 58px;
	top: 230px;
	width: 150px;
}

div#captionImageInnerImage
{
	position: relative;
	left: 0px;
	top: 0px;
}

div#captionImageInnerText
{
	position: relative;
	left: 58px;
	top: 39px;
	width: 150px;
}

/* used in each page to set the minimum height of the main text area */
div#bodyTextBackground
{
	position:absolute;
	left:278px;
	top:123px;
	height:300px;
	width:522px;
	background-color:#FFFFFF;
	padding:10px 32px 40px 32px;
}

/* these styles are for the Wine section */
.wineIndexSection
{
	padding-bottom:7px;
}
.wineIndex
{
	padding-top:1px;
	padding-bottom:2px;
	font-size:1.2em;
}
.wineSection
{
	padding-bottom:13px;
}
.wineHeading
{
	color:#000000;
	background-color:#CCCCCC;
	font-weight: bold;
	font-size:1.2em;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:1px;
	margin-bottom:0px;
}
.wineSubhead
{
	font-weight: bold;
}
.wineText
{
	margin-top:7px;
}
.wineText p {
	margin:2px 0px 7px 0px;
}
.wineBackToTop
{
	text-align:right;
	clear:both;
}
.wineFloatingImage
{
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

/* this is used to force a consistent table style across pages that have them */
table#displayTable
{
	margin-top:15px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #999999 solid;
}
table#displayTable td
{
	font-size:0.8em;
	font-family:verdana,arial,sans-serif;
	padding-top:3px;
}
table#displayTable th
{
	color:#000000;
	background-color:#CCCCCC;
	font-weight: bold;
	font-size:0.8em;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
}

/* used in the importers.asp page */
.impRegion
{
	position:relative;
}
.impCountry
{
	position:relative;
	width:455px;
	top:0px;
	left:0px;
	background-color:#CCCCCC;
	color:#000000;
	font-weight: bold;
	font-size:1.2em;
	padding-top:2px;
	padding-left:10px;
	padding-bottom:1px;
	margin-bottom:0px;
}
.impCompany
{
	position:relative;
	width:400px;
	top:0px;
	left:28px;
	padding-top:5px;
	padding-bottom:8px;
	margin-bottom:5px;
	border-bottom:1px #999999 solid;
}
.impContact
{
	position:absolute;
	width:130px;
	top:0.4em;
	left:270px;
	text-align:right;
	vertical-align:bottom;
}
.impBackToTop
{
	top:-1.3em;
	text-align:right;
	position:relative;
	width:450px;
	z-Index:50;
	margin-top:20px;
	clear:both;
}
.impTelephone
{
}

.impAddress, .impFax, .impWWW, .impEmail
{
}

/* used in the contactus.asp page */
.contactFormInput
{
	font-size:1.0em;
	width:150px;
	clear:both;
}
.contactFormRow
{
	color:#000000;
	font-weight: bold;
	font-size:1.0em;
	padding-top:0.4em;
	padding-bottom:0.4em;
	vertical-align:top;
}
.contactDetails p
{
	margin-top:0px;
	margin-bottom:7px;
}
.contactFormCaption
{
	font-size:0.7em;
	top:20px;
	position:relative;
	clear:both;
	padding-bottom:0.5em;
}
.contactFormSubmit
{
	position:relative;
	left:245px;
	width:109px;
	height:28px;
	text-align:center;
	clear:both;
	background-color:#8A3B43;
}
.contactCaption
{
	position:absolute;
	top:2.7em;
	left:320px;
	float:right;
	width:200px;
}
.contactCaptionTitle
{
	font-weight: bold;
	padding-top:6px;
}
.contactCaptionMap
{
	padding-top:6px;
}

/* used in the news.asp page */
.newsTitle
{
	color:#000000;
	background-color:#CCCCCC;
	font-weight: bold;
	font-size:1.2em;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:1px;
	margin-top:0.8em;
}
.newsDate
{
	color:#000000;
	font-size:0.8em;
	font-style:italics;
	padding-bottom:1.0em;
}
.newsParagraph
{
	padding-top:0.8em;
	padding-bottom:0.2em;
}
.newsCaption
{
	position:relative;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
