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

html {
	font-family: sans-serif;
	font size: 100%;
	color: #353535;
}
body {
	/*background: url(images/Page1.jpg) center top;*/
	height: 1000px;
	margin: 0;
	padding: 0;
	min-width: 1200px;
}



#container {
	width: 100%;
	position: relative;
	z-index: 2;
}
#topleft {
	position: absolute;
	background: url(images/champagne_tl_blend.jpg) no-repeat top left;
	top: 0px;
	left: 0px;
	width: 126px;
	height: 188px;
}
#topright {
	position: absolute;
	background: url(images/champagne_tr_blend.jpg) no-repeat top right;
	top: 0px;
	right: 0px;
	width: 134px;
	height: 188px;
}
#goldbar {
	background: #f2db7a url(images/goldbar_gad.png) center repeat-y;
	height: 46px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 187px;
	z-index: 0;
}
#goldie1 {
	position: relative;
	background: url(images/gold_ribbon_2.png) repeat-x center;
	width: 100%;
	height: 28px;
	margin-top: 9px;
	z-index: 0;
}
	

#header {
	position: relative;
	height: 230px;
	/* background: #cfcfcf; */
	width: 960px;
	margin: 0 auto;
}
#header .logo {
	position: absolute;
	background: url(images/champagne_de_venoge_logo_sml_top.gif) no-repeat top left;
	width: 233px;
	height: 173px;
	top: 0px;
	left: 2px;
}
#header .champagne_gift_nz {
	position: absolute;
	background: url(images/champagne_gift_nz.gif) no-repeat top left;
	width: 688px; 
	height: 76px;
	top: 55px;
	right: 10px;
}
#header .champagne_gift_nz_h1 {
	position: absolute;
	/*background: url(images/champagne_gift_nz.gif) no-repeat top left;*/
	width: 688px; 
	height: 76px;
	top: 55px;
	right: 10px;
}

#header .champagne_gift_nz_h1 h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 60px;
	font-weight: 400;
}
#header .topmenu {
	position: absolute;
	width: 100%;
	top: 200px;
	left: 0px;
	z-index: 1;
	padding: 0px 10px;
}
#header .topmenu ul { list-style-type: none; padding: 0; margin: 0; }
#header .topmenu ul li { display: inline; }
#header .topmenu li { 
	margin-left: 1em; 
	text-transform: uppercase;
	font-size: 16px;	
	font-weight: bold;
	color: #000;
}
#header .topmenu li:first-child { margin-left: 0em; }
#header .topmenu a:link { color: #303030; text-decoration: none;  }
#header .topmenu a:visited { color: #303030; text-decoration: none;  }
#header .topmenu a:hover { color: #000; text-decoration: none;  }
#header .topmenu a:active { color: #303030; text-decoration: none;  }

#content {
	width: 960px;
	margin: 0 auto;
	/*height: 570px;*/
	background: #fff;
	padding: 0px;
	margin-top: -35px;
}

#content .slider_content {
	width: 645px;
	/*background: green;
	padding: 0px 0px 10px 0px;
	border: 1px #000 dashed;*/
	margin: 0px;
	float: right;
	text-align: justify;
	
}
#content .slider_menu {
	width: 240px;
	background: url(images/bg-yellow.jpg) repeat-x bottom ;
	padding: 0px;
	margin: 0px;
	color: #5d4287;
	font-size:: 95%;
	position: relative;
	/*z-index: 6;
	border: 1px #000 dashed;*/
}
#content h2 {
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	font-weight: 400;
}
#content h3 {
	/*font-size: 140%;*/
	text-transform: capitalize;
	font: bold 28px "Century Schoolbook", Georgia, Times, serif;
	letter-spacing: -2px;
	color: #414a5f;
}

#content .left_bar {
	width: 240px;
	padding: 0px;
	color: #5d4287;
	font-size:: 95%;
	margin-bottom: 20px;
}
#content .left_bar .gold_wine_award {
	background: url(images/gold_wine_award.jpg);
	width: 112px;
	height: 305px;
	margin: 50px 0px 30px 90px;
}
#content .left_bar .mr_cork_2 {
	background: url(images/mr_cork_2.png) no-repeat;
	width: 181px;
	height: 132px;
	margin-left: 30px;
}


#footer {
	background: #1c1852;
	position: relative;
	height: 220px;
	width: 100%;
	z-index: 5;
	margin-top: -19px;
}
#footer .botgold {
	background: #f0d55b;
	position: relative;
	height: 10px;
	width: 100%;
	top: 0px;
	left: 0px;
}

#footer .footwrap {
	width: 960px;
	margin: 0 auto;
	height: 165px;
	margin-top:10px;
	position: relative;
	/*background: #1c1852;*/
}

#footer .noblesse_oblige {
	background: url(images/noblesse_oblige_logo.png) no-repeat top left;
	width: 187px;
	height: 163px;
	position: absolute;
	right: 5px;
	top: 10px;
}

#footer .copywright {
	position: absolute;
	left: 5px;
	bottom: 10px;
	width: 700px;
	color: #49438e;
	font-size: 10px;
}
	
