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

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

h1 {
font-weight: bold;
font-size: 18px;
}

h2 {
font-weight: bold;
font-size: 16px;
}

a:link {
  color:#0000FF;
  text-decoration:underline;
  }
a:visited {
  color:#0000FF;
  text-decoration:underline;
  }
a:hover {
  color:#0000FF;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
  
table {
width: 900px;
border: 0px;
}

#navigation {
   float:left;
   width:100%;
   background:#FFFFFF;
   overflow:hidden;
   position:relative;
}

#navigation ul
{
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}

#navigation ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#navigation ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#DBE0F5;
   color:#000000;
   text-decoration:none;
   line-height:1.3em;
}

#navigation ul li a:hover {
   background:#6699CC;
   color:#FFFFFF;
}

#navigation ul li a.active,
#navigation ul li a.active:hover {
   color:#FFFFFF;
   background:#6699CC;
   font-weight:bold;
}

#info {
width: 500px;
text-align: left;
margin: 50px;
padding: 15px;
background-image: url(quote.jpg);
background-repeat: no-repeat;
}

#content {
width: 800px;
text-align: left;
margin: 50px;
padding: 15px;
}

#sidebar {
width: 280px;
float: right;
padding-left: 15px;
background-color: #DBE0F5;
}

#hulda {
width: 900px;
background-color: #DBE0F5;
text-align: left;
}
  
.disclaimer {
font-size: 12px;
}  

.products {
font-size: 14px;
background-color: #DBE0F5;
}
