@charset "UTF-8";
body {
	background: #E3E9EC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#headerContainer {
	float:left;
}
#menu {margin-top:36px; margin-left:160px; }
#menuHeadlines { 
 }
.textWidth {
	width:500px;
} 
img {
	border: 0pt;
}
#frontpageSlideshow {
	width:370px;
	float:right;
}
#drikkeHolder {
	margin-top: 20px;
	width:900px;
}
.drik{
	padding-left: 75px;
	width:120px;
	float:left;
	margin-bottom: 20px;
}
.drikTekst{
	width:95px;
	float:left;
	margin-top:140px;
	padding-left:5px;
	text-align:left;
}
#rightBottles{
	width: 250px;
	float:right;
}
#rightContact{
	width: 283px;
	float: right;
}
#rightOmThisWater{
	width: 283px;
	float: right;
}
#productTextContainer{
	padding-top:0px;
}
#productText{
	padding-top:0px;
	padding-right:40px;
	padding-bottom:20px;
	float:left;
}


#slideshow {list-style:none; color:#fff; }

#slideshow span {display:none}

#wrapper {width:206px; display:none; height:335px;}

#wrapper * {margin:0; padding:0}

#image {width:200px}

#image img {position:absolute; z-index:25; width:auto}

.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}

.linkhover {background:url(images/link.gif) center center no-repeat}

#thumbnails {margin-top:15px}

#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}

#slideleft:hover {background-color:#333}

#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}

#slideright:hover {background-color:#333}
