* {
	margin: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 0px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}



#container {
	margin: 10;
	width: 1024px;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('images/header_background.jpg') repeat-x 0px 0px;
}

#page_header {
	width: 1024px;
	height: 187px;
	overflow: hidden;
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 20px;
	width: 750px;
	height: 175px;
	float: left;
	background: url('images/company_logo.jpg') no-repeat 20px 0px;
	text-align: left;
}

#header_company h1 {
	background: url('images/company_name.gif') no-repeat 160px 0px;
	width: 585px;
	height: 35px;
}

/* Left Sidebar */

#left_sidebar {
	width: 200px;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}


/* Left Sidebar : Latest News */

#news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}

#news h2 {
	width: 76px;
	height: 19px;
	
}

#news h4 {
	padding-top: 6px;
	font-size: 10px;	
	font-weight: bold;
}

#news p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}


/* Main Content */

#maincontent_container {
	float: left;
	text-align: left;
}

#maincontent {
	margin: 0px 0px 0px 16px;
	width: 500px;
}

#maincontent_top {
	margin-bottom: 11px;
	width: 745px;
}


/* How We Started */

#started_container {
	width: 745px;
	float: left;
}

#started {
	padding-top: 2px;
	width: 600px;
}

#started h2 {
	width: 745px;
	height: 14px;
	
}


/* Featured Products */

#featured_container {
	border: 1px solid #fff;
	background-color: #537caf;
	float: left;
}

#featured {
	width: 745px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 2px;
}

#featured h2 {
	width: auto;
	height: 20px;

}

#featured_products ul {
	padding-bottom: 2px;
	width: 498px;
}

#featured_products li {
	margin: 6px 21px 10px 1px;
	float: left;
}

#featured_products li.end {
	margin-right: 0px;
}

#featured_products li a {
	display: block;
	width: 107px;
	height: 84px;
	background-color: #fff;
	overflow: hidden;
}

#featured_products li a img {
	margin: 1px;
}

#featured_products li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.featured_nav {
	padding-left: 3px;
	padding-right: 9px;
	float: left;
	font-weight: bold;
}

.featured_nav a {
	text-decoration: none;
}

#featured .link-more {
	padding-right: 3px;
	font-weight: bold;
	float: right;
}


/* Page Footer */

#page_footer {
	margin: 5px;
	width: 1024px;
	float: right;
	text-align: center;
	font-size: 11px;
}

/*meny*/

#menu
{ 
padding-top: 20px; 
padding-right: 30px;
float: right;
margin: 0;  
} 
body { 
margin: 20px; 
font-size: 10px; 
} 
ul { 
list-style: none; 
width: 130px; 
} 

ul a { 
color: #FFF; 
text-decoration: none; 
display: block; 
padding: 5px 5px 5px 10px; 
width: 130px; 
background: #3d6290; 
} 

ul a:hover { 
color: #FFF; 
text-decoration: none; 
background: #2e4a6c; 
} 
ul li { 
border: 1px solid #FFF; 
float: left; 
position: relative; 
} 

ul li ul { 
list-style: none; 
position: absolute; 
left: 145px; 
top: 0; 
display: none; 
width: 145px; 
border: 1px solid #FFF; 
} 

ul li:hover ul { display: block; } 

ul li:hover ul li ul { display: none; } 

ul li ul li:hover ul { display: block; } 
