@charset "utf-8";
/* CSS Document */


/* BODY (General styles)
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 35px auto;
	padding:0px;
	width: 948px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#4e3328;
	line-height:1.2em;
}

img {border:none}

.imgStyle {
	border:2px purple solid;
	margin:0 8px 4px 0;
	float:left;
}

.imgStyle:hover {
	border:2px solid red;
}

ul {
	margin-left:15px;

}
/* COMMON STYLES
---------------------------------------- */
p {
	margin:0 0 10px 0;
}

h1 {
	color: #4e3328;
	font-size: 1.0em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1em;
}

	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 {
	}



hr {
	border:1px solid grey;
	margin:5px 0;
}



/* LINKS 
---------------------------------------- */
a,
a:link,
a:visited,
a:active {
	color:#4e3328;
	text-decoration:none;
} 
a:hover {
	text-decoration:underline;
	color:#a99a96;
}



/* CONTAINER (This is the main wrapper)
------------------------------------------------------------------ */
#container {
	width:948px;
	background:white;
	border-top:#4e3328 solid 2px;
	border-left:#4e3328 solid 2px;
	border-right:#4e3328 solid 2px;
	overflow:hidden;
}


/* HEADER (Includes header with logo, slideshow and horizontal top navigation)
------------------------------------------------------------------ */
#header {
	background:url(../gfx/top_img.jpg);
	width:948px;
	height:186px;
	
}

#header img {
	float:left;
}

#homeLink {
	width:940px;
	heigth:150px;
	}

/* LEFT (Includes (product) menu on the left, search and addtional content)
------------------------------------------------------------------ */
#left {
	background:url(../gfx/bgmenu.gif) no-repeat top left;
	width:910px;
	float:left;
	padding:10px 0 0 40px;
}


/* MAIN content (Includes all articles)
------------------------------------------------------------------ */

#main {
	background:url(../gfx/vertical_line.gif) no-repeat left top;
	width:630px;
	min-height:415px;
	float:left;
	padding:10px 25px 10px 25px;
}

#print {
	float:right;
	width: 30%;
	text-align:right;
	height:20px;
}

	#print img/*,
	.backAndPrint img */{
		margin-bottom:-12px;
	}


	/* FRONTPAGE (Styles for frontpage only)
	------------------------------------------------------------------ */
	#front {
		width:570px;
		float:left;
		background:pink;
	}
	
	.frontpageTab {
		width:250px;
		float:left;
		margin:0 10px 10px 0;
		padding:10px;
		border:1px solid #f0f0e8;
		height:170px;
		min-height:170px;!important
	}
	
		.frontpage_tab img {
			float:left;
			margin: 0 10px 5px 0;
		}
	
	.frontpageList {
		width:500px;
		float:left;
		margin-bottom:10px;
		padding:10px;
		border:1px solid #f0f0e8;
	}

		.frontpageList img {
			float:left;
			margin: 0 10px 5px 0;
		}
	


/* Bottom (Includes adresses, copyright declarations, i-tools branding, and more)
------------------------------------------------------------------ */

#bottomImage{
	width:940px;
	padding-top:30px;
}


#footer {
	width:940px;
	color:#FFFFFF;
	background:#4e3328;
	text-align:center;
	font-size: 1.1em;
	padding:5px;
}
	
#itoolsBrand {
	background:#FFFFFF;
	float:left;
	width:280px;
	margin:8px auto;
	font-size:0.6em;
	color:#ccc;
}

	.itoolsBrandLinkstyle a,
	.itoolsBrandLinkstyle a:link
	.itoolsBrandLinkstyle a:visited
	.itoolsBrandLinkstyle a:active {
		text-decoration:none;
		color:#cccccc;
	} 
	.itoolsBrandLinkstyle a:hover {
		color:#cccccc;
	}