@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:0;
	width:950px;
	background:url(../gfx/bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#505050;
	line-height:1.5em;
}

img {border:none}

.imgStyle {
	border:solid 1px #dddddd;
	margin:0 8px 4px 0;
	width:180px;
	float:left;
}

.imgStyle:hover {
	border:solid 1px #dddddd;
}


/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}
 
h1 {
	color:#227e13;
	margin-bottom:10px;
	border-bottom:2px solid #227e13;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:normal;
	line-height:1.3em;
}

	h1 a:link,
	h1 a:link,
	h1 a:link {
	}
	
	h1 a:hover {
	}

h2 {
	color:#227e13;
	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 {
	}

h3 {
	color: #505050;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style:oblique;
	margin-bottom:5px;
	line-height:1.3em;
}	

	h3 a:link,
	h3 a:link,
	h3 a:link {
	}
	
	h3 a:hover {
	}
	
h4 {
	font-size: 1.0em;
	color:#505050;
	margin:0;
}	

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size:1.2em;
	color:#505050;
	margin:0;
}	

h6 {
	color:#227e13;
	margin-bottom:10px;
	border-bottom:2px solid #227e13;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	overflow:hidden;
	font-weight:normal;
	line-height:1.3em;
}

hr {
	border:1px solid #eeeeee;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#227e13;
} 
a:hover {
	text-decoration:none;
}


/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width: 950px;
	background:#fff;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {

}

#header img {
	float:left;
}

#Top {
	width:950px;
	height:60px;
	background:white;	
}

.topRight {
	width:100px;
	float:right;
	margin:10px;
}

.topRight img {
	margin:3px;
	padding:10px 0 0 0;
}

.slide {
	width:950px;
	height:240px;
	float:left;
	background:black;
}


/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	background:white;
	width:200px;
	float:left;
	clear:both;
}

.leftBox {
	background:url(../gfx/adresse_bg.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	margin:15px 0 0 0;
	padding:15px 0 0 26px;
	height:230px;
	width:172px;
}


/* MAIN content (Includes all articles)
------------------------------------------------------------------ */
#main {
	width:710px;
	float:left;
	background:white;
	margin:6px 20px 20px 20px;
	padding:0;
	}


#print {
	float:right;
	margin:5px 0 0 0;
}

#print img {
	margin-top:5px;
	}


/* FRONTPAGE (Styles for frontpage only)
------------------------------------------------------------------ */
#front {
	width:710px;
	float:left;
	padding:0;
}

.frontpageTab {
	width:710px;
	float:left;
	margin:0;
}

.frontpageTab img {
	float:left;
	margin: 0 10px 5px 0;
}

.frontpageIntro {
	width:710px;
	float:left;
	padding: 0 0 10px 0;
}

.frontpagePhone{
		width:225px;
		float:right;
	}


/* FOOTER (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */
#footer {
	width:940px;
	color:#cccccc;
	border-top: 5px solid #237e15;
	background:white;
	text-align:right;
	font-size: 0.7em;
	clear:both;
	padding:5px;
	
}
	.footerLinkstyle a,
	.footerLinkstyle a:link
	.footerLinkstyle a:visited
	.footerLinkstyle a:active {
		text-decoration: none;
		color:#cccccc;
	} 
	.footerLinkstyle a:hover {
		color:#1c449c;
	}

#itoolsBrand {
	border:1px solid #f0f0e8;
	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;
}

