﻿*
{
	margin: 0;
	padding: 0;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;  /*Standard skrift farge*/
}
img
{
	border:none;
}
a
{
	color: #FFFAF0; /*Standard link farge*/
}
.ClearLine
{
	clear:both;
}
/* Overskrifter */
h1
{
	text-align: center;
	font-size: 22px;
}
h2
{
	text-align: left;
	font-size: 18px;
}
h3
{
	text-align: left;
	font-size: 15px;
}


#SiteContainer
{	
	/*Centering SiteContent div for IE*/
	text-align: center;
	width: 760px;	
	height:100%;
	/*Centering SiteContent div for Mozilla*/
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/layout/img_background.gif");
	background-repeat: no-repeat;
	background-color:#F1F0F0; /* Bakgrunnsfarge */
}

/* SITE HEADER */
#SiteContainer #SiteHeader
{
	width:760px;
}


#SiteContainer #SiteHeader #SiteLogo
{
	float:left;
	width:98px;
}
#SiteContainer #SiteHeader #HeaderText
{
	font-weight: bold;		
	text-align:right;
	width:400px;
	float:right;	
}


#SiteContainer #SiteHeader #Menu
{	
	font-weight: bold;	
	float:left;
	width:659px;	
}
/* END SITE HEADER */

/* START MENU */
#Menu
{
	padding-top:38px;
	padding-left: 3px;
	font-size:13px;	
}
#Menu a
{
	text-decoration:none;	
}
#Menu ul
{	
	list-style-type:none;	
	text-align:left;		
}
#Menu li
{
	display:inline;	
}
#Menu li a
{
	padding-left: 48px;
	padding-right:48px;		
	padding-top: 2px;
	padding-bottom:2px;
	background-color:#A9A9A9; /* Standard farge på hoved meny elementer */
}
#Menu li a:hover
{
	background-color:#6495ED; /* Rollover effekt på hovedmeny elementer */
}
#Menu #SubMenuList
{
	font-size:10px;
}
#Menu #SubMenuList
{
	margin-top: 4px;
	padding-top:2px;
	padding-bottom:2px;
	float:left;	
	background-color:#A9A9A9;	/* Standard farge på under meny elementer */
}
#Menu .Inactive
{
	display:none;
}
#Menu #SubMenuList li
{
	background-color:#A9A9A9;	/* Standard farge på under meny elementer */
}
#Menu #SubMenuList li a
{
	padding-left: 5px;
	padding-right:5px;		
	background-color:#A9A9A9;
}
#Menu #SubMenuList li a:hover
{
	text-decoration:underline; /* Rollover effekt på hovedmeny elementer */
}
/* END MENU */


/* START PAGE CONTENT */
#PageContent
{
	
}
#PageContent .PageHeader
{
	padding-top: 25px;	
	width: 80%;
	/*Centering SiteContent div for Mozilla*/
	margin-left: auto;
	margin-right: auto;
}
/* Container style for the menus on frontpage and category pages*/
#PageContent .SubMenu
{
	width: 520px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;	
	display:block;
}
#PageContent .SubMenu a
{
	font-weight:bold;
	text-align:center;		
	text-decoration:none;	
}
/*START FRONT PAGE STYLES*/
#PageContent .SubMenu .FrontPageHorizontal
{
	background-color:#A9A9A9; /*Bakgrunns farge de horisontale kategori boksene på forsiden*/
	float:left;
	height: 128px;
	width: 342px;			
}

#PageContent .SubMenu .FrontPageVertical
{
	background-color:#A9A9A9;	/*Bakgrunns farge de vertikale kategori boksene på forsiden*/
	height: 284px;	
	width: 144px;
	float:right;		
}

#PageContent .SubMenu .FrontPageCustom
{
	background-color:#A9A9A9; /*Bakgrunns farge de customizede kategori boksene på forsiden*/
	float:left;
	height: 100px;
	width: 520px;			
}

#PageContent .SubMenu .Separator
{
	height:28px;
	float:left;
	width:342px;
}
#PageContent .SubMenu img
{
	float:left;
	padding-left: 8px;
	padding-top:8px;	
}

/*END FRONT PAGE STYLES*/

/*START CATEGORY STYLES*/
.SubMenu .CategoryItem
{	
	float:left;
	background-color:#A9A9A9;	/*Bakgrunns farge kategori boksene på undersidene*/
	width: 480px;
	height: 68px;
	margin-left: 15px;		
	font-size: 16px;
}
.SubMenu .CategoryItem img
{
	float:left;
	width:90px;
	height:52px;	
}
.SubMenu .CategorySeparator
{	
	height:10px;
	float:left;
	width:342px;
}
/*END CATEGORY STYLES*/

/*START PRODUCT STYLES */
.ProductList
{
	width: 100%;
	margin-left:100px;
	margin-right:auto;
	margin-top: 30px;	
	display:block;
}
.ProductList .Product
{
	font-size:12px;
	width:100%;
}
.ProductList .Separator
{
	clear:both;
	width:100%;
	display:block;
	padding-top:10px;
}
.ProductList .Product h2
{
	font-size:13px;
}
.ProductList .Product h2 a
{
	text-decoration:none;
}
.ProductList .Product h2 a:hover
{

}
.ProductList .Product img
{
	float:left;

	padding-top: 5px;
	padding-left: 5px;
}
.ProductList .Product p
{
	width: 400px;
	float:right;	
	padding-right: 180px;
	text-align:left;
	margin-left: 20px;
}
.ProductList .Product p a
{
	
}
/*END PRODUCT STYLES */

/*START PROJECT AND COMPANY STYLES*/
.ProjectContent
{
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}
.ProjectContent P
{
	margin-top: 5px;
	text-align:left;	
	font-size: 14px;
}
.ProjectContent .LeftImage
{
	float: left;
	margin-top: 5px;	
	margin-right: 5px;	
	font-size: 12px;
}
.ProjectContent .RightImage
{
	float: right;	
	margin-top: 5px;
	margin-left: 5px;		
	font-size: 12px;
}

/*END PROJECT STYLES */

/* START CONTACT FORM */
.EmailForm
{
	margin-top: 5px;
	width: 600px;
	margin-left:150px;
	margin-right:auto;	
}
.EmailFormHeader
{
	padding-right: 150px;
	padding-top: 25px;
	padding-left: 140px;
}
.EmailForm label
{
	font-size:12px;
	float:left;
	width:80px;
	text-align:left;
}
.EmailForm .TextBox
{
	float:left;
	width:300px;
	margin-bottom:5px;
}
.EmailForm .TextArea
{
	float:left;
	width:300px;
	margin-bottom:5px;
}
.EmailForm .Note
{
	float:left;
	text-align:left;
	padding-left: 4px;
}
.EmailForm .SubmittButton
{
	float:right;
	margin-right: 214px;
}
/* END CONTACT FORM */
/*START SITE FOOTER*/
#SiteContainer #SiteFooter
{
	display:block;		
	font-size: 10px;
	font-weight:bold;
	padding-top:50px;
	margin-bottom: 50px;
}
#SiteContainer #SiteFooter a
{
	color: #696969;
}
#SiteContainer #SiteFooter a:visited 
{
	color: #696969;
}
#SiteContainer #SiteFooter a:hover 
{
	color: #696969;
}
/*END SITE FOOTER*/