@CHARSET "ISO-8859-1";

/**
*
* SECTION ITEMS
*
**/

.section-link { 
	background: url(../images/banner/links/bg.png);
	display:block;
	height:83px;
	top:373px;
	position:relative;
	background-position:	center;
	background-repeat: 		no-repeat;
	
}

.section-link span{
	display:none;
}

#section-link-1{
	background-image: url(../images/banner/links/festive.png);
}


#section-link-2{
	background-image: url(../images/banner/links/smoked.png);
}


#section-link-3{
	background-image: url(../images/banner/links/port.png);
}


#section-link-4{
	background-image: url(../images/banner/links/wines.png);
}


#section-link-5{
	background-image: url(../images/banner/links/occasions.png);
}



/**
*
* CONTENT COLUMNS
*
**/

#content-banner {
	/*background: url(../images/banner/backgrounds/1.jpg) no-repeat;*/
	position:relative;
}

.content-col {
	display:block;
	float:left;
	position:relative;
	min-height: 552px;
	height:auto !important;
	height:552px;
	clear:right;
	display:block;
	overflow: hidden;
	margin-bottom:0px;
	/*margin-left: 1px;*/
	width: 197px;
	
	
}

	#content-col-1 {
		width:196px;
	}
	
	#content-col-2 {
		width:197px;
	}
	
	#content-col-3 {
		width:198px;
	}
	
	#content-col-4 {
		width:197px;
	}
	
	#content-col-5 {
		width:198px;
	}

.col-spacer {
	display:block;
	float:left;
	height: 552px;
	width:3px;
	/** DEBUG **/
	background: #000;
	position:relative;
}

.content-col-content {
	display:block;
	background: transparent url(../images/base/outer/bg.png);
	height: 362px;
	display:none;
}

.content-col-content h2 {
}

.content-col-content h2 span{
	display:none;
}



/* background*/

#content-background {
background:transparent url(../images/banner/backgrounds/1.jpg) no-repeat scroll 0%;
height:552px;
left:0px;

position:absolute;
top:0px;
width:998px;
}


#content-background-white {
height:552px;
left:0px;
position:absolute;
top:0px;
width:998px;
}




