
/* -----------------------------------

Powerbetter Environmental Processes Limited

Version 1.0.0

Author:

Email:

URL:

----------------------------------- */

* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	margin-bottom:1px;
}

body {
	background-color:#ddd;
	color:#333;
	font:62.5% Arial, Helvetica, clean, sans-serif;
	text-align:center;
}

div#wrapper {
	width:780px;
	margin:0 auto;
	background:#fff url("../images/bg-wrapper.gif") repeat-y;
	text-align:left;
}

div#header {
	width:780px;
	height:100px;
	background:#fff;
}

div#header #logo {
	float:left;
	width:160px;
}

div#header #title {
	float:left;
	width:620px;
	text-align:center;
}

div#column1,
div#column2 {
	float:left;
	width:160px;
}

div#mainbody {
	float:left;
	width:460px;
}

div#mainbody .padding { padding:10px; }

div#footer {
	clear:both;
	width:780px;
	padding:10px 0;
	background-color:#666;
	text-align:center;
}

/* ---------->>> NAVIGATION <<<----------- */

#navlist {
	list-style:none;
	padding-left:0;
	margin-left:0;
	width:160px;
}

#navlist li {
	padding-left:20px;
	font:bold 1.1em/20px Arial, Helvetica, clean, sans-serif;
}

#navlist li a {
	color:#000;
	text-decoration:none;
	outline:none;
}

#navlist li a:hover {
	text-decoration:underline;
}

#active {
	background-image:url("../images/arrow.gif");
	background-repeat:no-repeat;
}

/* ---------->>> FONTS <<<----------- */

div#header span.style1,
div#header span.style2 {
	display:block;
	color:#006;
	text-transform:uppercase;
}

div#header span.style1 { font:bold 1.8em/50px Arial, Helvetica, clean, sans-serif; }

div#header span.style2 { font:bold 1.2em/50px Arial, Helvetica, clean, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:10px;
	color:#006;
}

h1 {
	font:bold 1.8em/120% Arial, Helvetica, clean, sans-serif;
	border-bottom:1px solid #ccf;
}

h2 { font:bold 1.4em/120% Arial, Helvetica, clean, sans-serif; }

h3 { font:bold 1.2em/120% Arial, Helvetica, clean, sans-serif; }

p {
	margin-bottom:10px;
	color:#666;
	font-size:1.1em;
	line-height:120%;
}

hr {
	display:block;
	width:100%;
	height:1px;
	margin:20px 0;
	border:0;
	background-color:#ccf;
	color:#ccf;
}

div#footer span.style1 { color:#fff; }

ing { border:0; }
