@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/background.png);
	color:#fff;
	margin:0px;
	padding:0 0 50px 0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

a {
	color:#DFD681;	
	}
	a:hover {
		text-decoration:none
	}

/****************************
	Intro
****************************/
#intro {
	background:url(../images/intro.png) no-repeat;
	width:600px;
	height:405px;
	margin:50px auto 0 auto;
	position:relative;
}
#intro a {
	position:absolute;
	display:block;
	height:70px;
	width:90px;
	top:300px;	
}
#intro a span {
	display:none
}
.yes {
	left:170px;
}
.no {
	left:320px;
}

/****************************
	Structure
****************************/

div#header {
	width:1000px;
	height:164px;
	margin:0 auto;
	position:relative;
}

div#content {
	background:#000 url(../images/contentbackground.jpg) no-repeat;
	overflow:hidden;
	padding:30px 0;
	
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
div#contentWrap {
	width:1000px;
	margin:0 auto;
	position:relative;
}
div#footer {

	height:108px;
	font-size:10px;
	color:#5d5d5d;
	}
	div#footerWrap {
		width:1000px; 
		background:url(../images/footer.png) right no-repeat;
		height:108px;
		margin:0 auto
		}
	div#footer p {margin:0 !important; padding:opx !important}
	

/****************************
	Header
****************************/

h1 {
	display:block;
	background:url(../images/headerlogo.png) no-repeat;
	width:720px;
	height:164px;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:9;
	}
	h1 a {
		display:block;
		width:400px;
		height:164px;
		}
		h1 a span {display:none}


ul {
	list-style-type:none;
	position:absolute;
	top:120px;
	right:0px;
	z-index:10
	}
	ul li {
		float:left;
		margin:0 0 0 25px;
		font-size:11px;
		}
		ul li a {
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			text-transform:uppercase
		}
		ul li a:hover {
			color:#DFD681;	
		}
		.active {
			color:#DFD681
		}

/****************************
	Frontpage
****************************/

.column {
	overflow:hidden;
	float:left;
}
	.cl1 {width:164px; margin:0 0 0 75px; }
	.cl2 {width:280px; margin:0 0 0 40px;}
	.cl3 {width:295px; margin:0 0 0 70px; padding:33px 0 0 0;}
	.cl4 {width:245px; margin:0 0 0 75px; padding:15px 0 0 0; }
	.cl5 {width:390px; margin:0 0 0 109px; padding:50px 0 0 0; }
	.cl6 {width:543px; margin:0 0 0 75px; padding:50px 0 0 0; }
	.cl7 {width:300px; margin:0 0 0 75px; padding:50px 0 0 0; }
	.cl8 {width:300px; margin:0 0 0 75px; padding:40px 0 0 0; }
	.cl9 {width:364px; margin:0 0 30px 75px; padding:40px 0 0 0; }
	.cl10 {width:425px; margin:0 0 0 75px; position:absolute; top:0px; left:500px;}
	.cl11 {width:270px; margin:0 0 0 40px;}
	
.column p {
	line-height:18px;
	margin:0 0 30px 0;
}

.title {
	display:block;
	}
	.title span {
		display:none
	}
.centertitle {
	margin:0 auto 30px auto !important;	
}
.title-frontpage {
	background:url(../images/title_frontpage.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}
.title-thewines {
	background:url(../images/title_wines.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}
.title-thechampagne {
	background:url(../images/title_champagne.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}
.title-lifestyle {
	background:url(../images/title_lifestyle.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}
.title-vinewine {
	background:url(../images/title_vinewine.png) no-repeat;
	width:152px;
	height:42px;
	margin:0 0 30px 0;
}
.title-vinechampagne {
	background:url(../images/title_vinechampagne.png) no-repeat;
	width:152px;
	height:42px;
	margin:0 0 30px 0;
}
.title-stores {
	background:url(../images/title_stores.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}
.title-contact {
	background:url(../images/title_contact.png) no-repeat;
	width:222px;
	height:42px;
	margin:0 0 30px 0;
}

.imgLink {
	display:block;
	}
	.imgLink span {display:none}

#champagne_bottle {
	background:url(../images/champagne_bottle.png) no-repeat;
	width:137px;
	height:413px;
	float:left
}
#wines_bottle {
	background:url(../images/wine_bottle.png) no-repeat;
	width:137px;
	height:413px;
	margin:0 0 0 17px;
	float:left
}
.stores {
	margin:15px 0 0 0;
	}
	.stores td {
		height:19px;
		margin:15px 0 0 0;
	}

