@charset "utf-8";
/* CSS Document */

/* Author: Bjarte Lund Rolland */

/* 
COLORS:
light grey:		f0f0e8
regular grey:	666
light turqiose:	f0f8ff
text:			333
dark blue:		003366

MARGINS:
20px
10px
5px

*/

/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
	width: 800px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#514d41;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:2px purple solid;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:2px solid red;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1,
.butikk_tittel {
	color:#df0024;
	font-family:"Arial Black", Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:-2px;
	font-size:1.8em;
	margin-bottom:10px;
}

	h1 a:link,
	h1 a:link,
	h1 a:link {
	}
	
	h1 a:hover {
	}

h2 {
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.5em;
}	

	h2 a:link,
	h2 a:link,
	h2 a:link {
	}
	
	h2 a:hover {
	}

h2, h3 {
	color:#df0024;
	font-family:"Arial Black", Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:5px;
	line-height:1.3em;
	font-size:1em;
}	

	h3 a:link,
	h3 a:link,
	h3 a:link {
	}
	
	h3 a:hover {
	}
	
h4 {
	font-size: 0.8em;
	font-weight: bold;
	margin:0;
	text-transform:uppercase;
}	

hr {
	border:1px solid white;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: underline;
	color:#df0024;
} 
a:hover {
	text-decoration:none;
}

 
/* FORMS
---------------------------------------- */
/*
form {
	margin: 0px;
}
input {}
input:focus {
	background-color:#CCCCCC;
}
textarea {}*/



/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 800px;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	height:250px;

}

#header img {
	float:left;
}

.slide {
	width:800px;
	height:212px;
	float:left;
	position:absolute;
	z-index:1;
}

.header {
	position:relative;
	top:-84px;
	z-index:2;
	width:800px;
	height:50px;
	margin-bottom:0;
}
/*
.headerNav {
	margin-top:300px;
}*/


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	background:blue;
	width:200px;
	float:left;
	clear:both;
}


#search {
	float:left;
}

/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:770px;
	float:left;
	background:#f6e8c6;
	padding:15px;
	margin-top:-40px;
}

/*.tips, 
.details {
	margin-top:10px;
	padding:5px;
	background:aqua;
}*/

#breadcrumbsWrapper {
	background:aqua;
	width:100%;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:10px;
	height:20px;
}

	#breadcrumbs {
		float:left;
		width:60%;
	}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-bottom:-12px;
	}

.box {
	border:white solid 2px;
	padding:5px;
	margin:10px 0;
	float:left;
}

	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:565px;
		float:left;
	}
	
		#front img {
			float:left;
			border-bottom:5px solid #cec3a6;
		}
	
		.frontBar {
			background:url(../gfx/frontBlock.jpg) no-repeat;
			float:left;
			padding:15px;
			height:117px;
			width:391px;
			margin-bottom:15px;
		}
	
	#right {
		width:195px;
		float:right;
	}
	
	.right {
		width:265px;
		float:right;
	}
	
		.right img{
			width:265px;
		}
		
	.form p{
		margin:0;
		padding:5px 0 0 0;
	}
	
	/* MENY (Styles for itools-content on menu-pages only)
	------------------------------------------------------------------ */
	
	.meny {
		background:white;
		width:147px;
		height:147px;
		padding:15px;
		float:left;
		margin:0 15px 15px 0;
	}

	.meny img{
		width:143px;
		border:2px solid #CEC3A6
	}
	
	.meny p {
		margin:5px 0 0 0;
	}
	
	.meny h3 {
		margin:0 0 0 0;
		text-align:right;
	}

/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#itoolsBrand {
	width: 280px;
	margin:8px auto;
	font-size:0.9em;
	padding: 5px;
	font-size:8px;
	color:#999;
}

	#itoolsBrand img {
		margin-bottom: -3px;
		padding: 0px;
		border:none;
	}


/* Misc
------------------------------------------------------------------ */
.absmiddle {
	vertical-align: middle;}
	
#main, .meny{
	border-radius: 15px;
}
