/* CSS Document for Industria */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


/* style for header */
#header img {
	margin-top: 2%;
	margin-left: 24px;
	border-bottom: solid;
	border-bottom-width: 3px;
	border-bottom-color: #65759F;
}

.logo {
	margin-left: 14px;
}


/* style for side navigation */
#navigation {
	width: 190px;
	height: 354px;
	background-image: url(images/navigation/nav.jpg);
	margin-bottom: 35px;
	margin-left: 2%;
	padding: 0;
	position: relative;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

#navigation li, #navigation a {
	height: 39px; 
	display: block;
}

#panel1b {top: 58px; width: 190px; height: 39px;}
#panel2b {top: 97px; width: 190px; height: 39x;}
#panel3b {top: 136px; width: 190px; height: 39px;}
#panel4b {top: 175px; width: 190px; height: 39px;}
#panel5b {top: 214px; width: 190px; height: 39px;}

#panel1b a:hover {background: transparent url(images/navigation/nav.jpg) -191px -58px no-repeat;}
#panel2b a:hover {background: transparent url(images/navigation/nav.jpg) -191px -97px no-repeat;}
#panel3b a:hover {background: transparent url(images/navigation/nav.jpg) -191px -136px no-repeat;}
#panel4b a:hover {background: transparent url(images/navigation/nav.jpg) -191px -175px no-repeat;}
#panel5b a:hover {background: transparent url(images/navigation/nav.jpg) -191px -214px no-repeat;}


/* style for main content */
#home_logo {
	position: relative;
	top: 35px;
	left: 90px;
	z-index: 1;
}

#home {
	margin: 0;
	padding: 0;
	top: 35px;
	left: 160px;
	position: relative;
	z-index: 2;
	text-align: left;
	color: #65759F;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	word-spacing: 0;
	line-height: 35px;
}

#main {
	margin: 35px 10px 35px 36px;
	padding: 0;
	font-size: .9em;
}

#contact {margin-left: 20px;}

h1, h2, h3 {
	color: #3a4872;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {font-size: 1.8em;}

h2 {
	margin-bottom: 5px;
	padding: 3px;
	font-size: 1.3em;
	font-style: italic; 
	background-color: #b3bad2;
	font-weight: bold;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.6em;
}

p {
	margin-right: 50px;
	margin-bottom: 30px;
}

a:link, a:visited {
	color: #00275D;
	text-decoration: underline;
	font-weight: normal;
}


.special {
	font-style: italic;
	font-weight: bold;
}

.notop {margin-top: 0px;}

#closetop p {margin-top: 10px;
margin-bottom: 0px;}


/* style for footer */
#footer {
	margin-left: 250px;
	font-size: 0.8em;
	}

.copyright {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

a.pagelink:link, a.pagelink:visited {
	color: #00275D;
	text-decoration: underline;
	font-weight: bold;
}

