/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	background-color: #797572;
}

p {
	margin: 0px;
	padding: 0px;
}

/* Structure divs */

#mainContainer {
	position: relative;
	width: 996px;
	height: 592px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	background-image: url(../images/bkgs/gen-type-2-global-brown.gif);
	background-repeat: no-repeat;
}

#page-content {
	position:absolute;
	width:960px;
	height:556px;
	z-index:1;
	left: 18px;
	top: 18px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px none #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-align: justify;
}

#left-col-main {
	position:absolute;
	width:193px;
	height:556px;
	z-index:1;
	left: 0px;
	top: 0px;
}

#left-col-sub {
	position:absolute;
	width:100%;
	height:454px;
	z-index:2;
	left: 0px;
	bottom: 0px;
	top: 102px;
	background-image: url(../images/bkgs/bkg-left-col-1.jpg);
	layer-background-image: url(images/bkgs/bkg-left-col-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#middle-content {
	position:absolute;
	width:505px;
	height:556px;
	z-index:5;
	left: 194px;
	top: 0px;
	background-color: #FFFFFF;
}

#topic-sub-menu-domaine {
	position:absolute;
	width:381px;
	height:16px;
	z-index:3;
	left: 113px;
	top: 7px;
	text-align: right;
}

#topic-sub-menu-presse {
	position:absolute;
	width:472px;
	height:16px;
	z-index:3;
	left: 22px;
	top: 7px;
	text-align: right;
}

/* #topic-sub-menu-vins {
	position:absolute;
	width:389px;
	height:16px;
	z-index:3;
	left: 69px;
	top: 10px;
	text-align: right;
} */

#topic-sub-menu-vins-fr, #topic-sub-menu-vins-en {
	position:absolute;
	width:389px;
	height:16px;
	z-index:3;
	left: 69px;
	top: 10px;
	text-align: right;
}

#topic-sub-menu-vins-fr {
	left: 69px;
}

#topic-sub-menu-vins-en {
	left: 11px;
}

#menu-container {
	position:absolute;
	width:110px;
	height:140px;
	z-index:1;
	left: 72px;
	top: 223px;
}

#main-logo {
	position:absolute;
	width:160px;
	height:58px;
	z-index:1;
	left: 17px;
	top: 21px;
}

#right-col-main {
	position:absolute;
	width:262px;
	height:556px;
	z-index:2;
	top: 0px;
	right: 0px;
}

#main-text-no-scroll {
	position:absolute;
	width:351px;
	height:182px;
	z-index:1;
	left: 85px;
	top: 145px;
	visibility: visible;
}

#main-text-no-scroll a:link, #main-text-no-scroll a:visited {
	color: #999999;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
}

#main-text-no-scroll a:hover, #main-text-no-scroll a:active {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #CC3300;
}

#page-content .tools a:link, #page-content .tools a:visited {
	color: #666666;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
}

#page-content .tools a:hover, #page-content .tools a:active {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #CC3300;
}

#footer {
	position:absolute;
	width:960px;
	height:auto;
	z-index:2;
	left: 18px;
	top: 580px;
	color:#C7B299;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #C7B299;
}

#footer a:hover, #footer a:active {
	color: #ECE5DC;
	text-decoration: underline;
}

/* End structure divs */

/* P formatting */

#page-content p {
	margin-bottom: 8px;
}

/* End P formatting */


/* IMG formatting */

#main-text-no-scroll img.right {
	margin-bottom: 8px;
	float: left;
	margin-right: 16px;
	margin-top: 6px;
}


/* End IMG formatting */

/*  SPAN formatting */

.appellation {
	font-weight: bold;
}

.climats {
	color: #6B0E0E;
}

.tools img, img.tools {
	vertical-align: middle;
}
/* Only question re. Bartelme Design is: position: relative is required to position other divs - but implemented in www.simplebits.com, for exemple */

