@charset "utf-8";
@import url("/stylesheets/ids.css");

body, html {
	background-color: #000000;
	background-image: url(/images/bg_site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.Home {
	background-image: url(/images/bg_8.jpg);
	background-repeat: no-repeat;
}
.Company {
	background-image: url(/images/bg_4.jpg);
	background-repeat: no-repeat;
}

.Gallery {
	background-image: url(/images/bg_6.jpg);
	background-repeat: no-repeat;
}
.Products {
	background-image: url(/images/bg_1.jpg);
	background-repeat: no-repeat;
}
.Contact {
	background-image: url(/images/bg_5.jpg);
	background-repeat: no-repeat;
}
.Environmental {
	background-image: url(/images/bg_2.jpg);
	background-repeat: no-repeat;
}
.Resources {
	background-image: url(/images/bg_7.jpg);
	background-repeat: no-repeat;
}
.Sub_pages {

}


h1 {
	font-size: 20px;
	font-weight: bold;
}

label {
	color: #551106;
	font-weight: bold;
}

a:link {
	color: #BC4816;
	text-decoration: none;
}

a:visited {
	color: #BC4816;
	text-decoration: none;
}
a:hover {
	color: #BC4816;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;

}
