@charset "utf-8";
<style type="text/css" media="all">

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(img/bg.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #82b0d4;
}
/* Commonly used to style page titles. */

/* Commonly used to style section titles. */
h1 {
	color: #006;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AEBFED;
	padding-bottom: 8px;
}
h2 {
	color: #006;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	font-style: italic;
}
h3 {
	padding:0px;
	margin:0px;
	font-style: normal;
	color: #5C75C7;
}
h3 a:link {
	padding:0px;
	margin:0px;
	font-style: normal;
	color: #5C75C7;
}
h3 a:visited {
	padding:0px;
	margin:0px;
	color: #5C75C7;
	font-style:italic;
}
h3 a:hover {
	text-decoration:underline;
}

a,  a:link {
	color: #03F;
	font-weight: normal;
	text-decoration: none;
}
#outerWrapper #footer p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
p {

	padding:0px;
	margin-top: 0px;
	white-space: normal;
}



a:visited {
	color: #003;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}

#outerWrapper {

  margin: 10px auto 0 auto; 
  text-align: left; 
  width: 750px;
}
#outerWrapper #header {
	background-color:transparent;
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:170px;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 0px 10px;
}
#outerWrapper #contentWrapper {
	position:relative;
	top:-50px;
	/*bottom:0px;*/
	background-color:#FFF;
}
	  

#outerWrapper #contentWrapper #content {
	position:relative;
	top:0px;
	min-height:400px;
	height:auto;
 /* background-image: url(img/bottles.png);
  background-position: top left;
  background-repeat: no-repeat;*/
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 30px 10px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#leftfloatimg {
	float:left;
}
#outerWrapper #contentWrapper #content .clr {
	clear:both;

}
#outerWrapper #footer {
	position:relative;
	top:-50px;
	background:transparent;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	height:80px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align:center;
}
.ddcolortabs{
padding: 0;
width: 100%;
background:transparent;
voice-family: "\"}\"";
voice-family: inherit;
position:relative;
top:-40px;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;

}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
	
}


.ddcolortabs a{
	float:left;
	color: #036;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	border:1px solid #00F;
	font-weight: bold;

}

.ddcolortabs a span{
float:left;
display:block;
padding: 6px 8px 3px 7px;

}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color:#BDCFFB;

}
.select {
	background-color:#BDCFFB;
}

.ddcolortabs a:hover span{
	background-color:#BDCFFB;

}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #BDCFFB;

}

.ddcolortabsline{
clear: both;
padding: 0;
width: 750px;
height: 8px;
line-height: 8px;
background: #009;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
position:relative;
top:-42px;
z-index:99;

}

.tabcontainer{
	clear: left;
	width:500px; /*width of 2nd level sub menus*/
	height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-color:transparent;
	padding-left:5px;
	line-height: 20px;
	position:relative;
	top:-45px;
	z-index:99;

}

.tabcontent{
display:none;
font-size:12px;
}

</style>
<style type="text/css" media="print">


body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}

</style>
[if lt IE 7]>
<style type="text/css"> 
img, div {
  behavior: url("http://www.isbrewater.no/1ColumnFixedCenteredHeaderandFooter_images/iepngfix.htc");
}
</style>