/* General Styles */
body {
	background: #ddd7c5;
	margin: 0;
	padding: 0; }
	
a { 
	border: 0px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #707070;}

a:hover {
	border: 0px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #e96e00; }
	
h1 {
    font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #4a4a4a;
	text-transform: uppercase;
	background: #eeeeee;
	padding: 1 ;
	padding-left: 5; 
	border-bottom: #c0c0c0 solid 1px; 
	border-right: #c0c0c0 solid 1px; }

/* Layout Styles */
.layout {
	width: 806;
	height: 100%;
	border: 0px; }

.header {
	background-image: url('images/header.gif');
	height: 193px; }

.footer {
 	background-image: url('images/footer.gif');
	height: 81px;

        padding: 5;
	text-align: right;
	vertical-align: bottom;

	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #808080; }

.ls {
	background-image: url('images/ls.gif'); }

.rs {
	background-image: url('images/rs.gif'); }

/* Elements Styles */
.menu {
        line-height: 25px;
	padding: 20px;
	width: 20%;
	background-color: #ffffff;
	vertical-align: top; }
	
.menu a {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #707070;
	padding-left: 5;
	border-left: #ffffff solid 4px;}

.menu a:hover {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #707070;
	padding-left: 5;
	border-left: #e96e00 solid 4px; }

.page {
    vertical-align: top;
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #4a4a4a;
	text-align: justify; }

.content {
    width: 100%;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	color: #4a4a4a; }
	
#prodtable.content td {
    vertical-align: top; 
	padding: 10px }	

.odd {
	background-color: #ffffff; }

.even {
	background-color: #eeeeee; }

.product { 
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 10px; 
	border-top: 0px; }

.norway { 
	border: 10px solid #ffffff }	

#dots {
	font-size: 15px;
	color: #e96e00; }
	
ul { line-height: 25px; }

.more {
	text-align: right; }