html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
}
ol, ul {
	list-style: none;
}
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#main {
	width: 960px;
	margin: 0 auto 0 auto;
}
/* ---------- General ---------- */
.clear { clear: both; }
.hide { display: none; }
p { margin: 0.5em 0 1em 0; line-height: 1.6em; }
a {
	color: #9c0;
	text-decoration: none;
}
a:hover {
	color: #ce8;
	text-decoration: none;
}
h1, h2, h3 {
	display: none;
}
h4 {
	font-size: 16px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 1em;
}
/* ---------- Header ---------- */
#top {
	height: 80px;
	background: url('/_inc/img/top.gif') top right no-repeat;
}
#top #logo {
	margin: 8px 0 0 12px;
}
#banner {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('/_inc/img/head-home.jpg');
	height: 128px;
}
body.corporate-directory #banner { background-image: url('/_inc/img/head-corporate-directory2.jpg'); }
body.projects #banner { background-image: url('/_inc/img/head-projects.jpg'); }
body.product #banner { background-image: url('/_inc/img/head-product.jpg'); }
body.about #banner { background-image: url('/_inc/img/head-about.jpg'); }
body.contact #banner { background-image: url('/_inc/img/head-contact.jpg'); }
/* ---------- Menu ---------- */
#menu {
	height: 35px;
	background: url('/_inc/img/menu.gif') 0px 0px repeat-x;
}
#menu ul {
	margin-right: 250px;
	height: 35px;
	display: block;
}
#menu ul li {
	display: block;
	float: left;
	height: 35px;
	padding: 0 1px 0 0;
	background: url('/_inc/img/menudiv.gif') top right no-repeat;
}
#menu ul li a {
	height: 35px;
	display: block;
}
#menu ul li span {
	text-indent: -5000px;
	display: block;
}
#menu li.home a {
	background: url('/_inc/img/menu-home.gif') 0px 0px no-repeat;
	width: 53px;
}
#menu li.about a {
	background: url('/_inc/img/menu-about.gif') 0px 0px no-repeat;
	width: 79px;
}
#menu li.projects a {
	background: url('/_inc/img/menu-projects.gif') 0px 0px no-repeat;
	width: 76px;
}
#menu li.product a {
	background: url('/_inc/img/menu-product.gif') 0px 0px no-repeat;
	width: 74px;
}
#menu li.corporate-directory a {
	background: url('/_inc/img/menu-corporate-directory.gif') 0px 0px no-repeat;
	width: 156px;
}
#menu li.latest-reports a {
	background: url('/_inc/img/menu-latest-reports.png') 0px 0px no-repeat;
	width: 118px;
}
#menu li.links a {
	background: url('/_inc/img/menu-links.gif') 0px 0px no-repeat;
	width: 53px;
}
#menu li.contact a {
	background: url('/_inc/img/menu-contact.gif') 0px 0px no-repeat;
	width: 92px;
}
#menu li a:hover {
	background-position: 0px -35px;
}
#menu li.active a {
	background-position: 0px -70px !important;
}
/* ---------- Content ---------- */
#content {
	padding: 5px 0 10px 0;
}
#body {
	margin-right: 260px;
}
#sidebar {
	width: 250px;
	float: right;
}
#sidebar .box {
	background: #666;
	margin: 10px 0 10px 0;
	color: #fff;
	padding: 10px;
}
.left-photo {
	float: left;
}
.photo-text {
	margin-left: 250px;
	padding-top: 10px;
}
.left-feat-text {
	margin-left: 260px;
}
.photo-text .feat {
	padding: 10px;
	font-weight: bold;
	background: #eff5ce;
}
.photo-text .feat p {
	margin: 0px 0px 0px 0px !important;
}
.photo-text .text {
	padding-left: 10px;
}
.left-feat {
	width: 250px;
	font-weight: bold;
	background: #eff5ce;
	float: left;
}
.left-feat p {
	margin: 0 !important;
	padding: 10px;
}
#content ul {
	list-style: disc;
	margin: 0 10px 1em 0;
}
#content ol {
	margin: 0 10px 1em 0;
}
#content li {
	margin: 0 0 0.2em 30px;
}
.profile {
	padding: 10px;
	min-height: 180px;
}
.profile .indent {
	margin-left: 250px;
}
.profile.alt {
	background: #eff5ce;
}
.profile .profilephoto {
	float: left;
	width: 230px;
	text-align: right;
}
/* ---------- Downloads ---------- */
.downloads .item {
	margin: 0 0 10px 0;
}
.downloads .date {
	font-weight: bold;
	font-size: 14px;
}
.downloads .size {
	font-size: 10px;
}
.downloads .link a {
	color: #9c0;
	/*background: url('/_inc/img/arrow.gif') right 4px no-repeat;
	padding-right: 10px;*/
}
.downloads .link a:hover {
	color: #fff;
	/*background-position: right -96px;*/
}
/* ---------- Footer ---------- */
#footer {
	background: url('/_inc/img/footer.gif') 0px 0px repeat-x;
	height: 34px;
	color: #fff;
	font-size: 11px;
}
#footer span.div {
	color: #aaa;
}
#footer .left {
	float: left;
	padding: 16px 0 0 10px;
	width: 400px;
	text-align: left;
}
#footer .left a {
	color: #fff;
	/*background: url('/_inc/img/arrow.gif') right -96px no-repeat;
	padding-right: 10px;
	height: 20px;*/
}
#footer .left a:hover {
	color: #9c0;
	/*background-position: right 4px;*/
}
#footer .right {
	float: right;
	padding: 16px 10px 0 0;
	width: 400px;
	text-align: right;
}
#searchbox {
	float: right;
	width: 200px;
	background: red;
	position: relative;
}
#searchbox button {
	width: 40px;
	height: 20px;
	border: none;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
	top: 10px;
	right: 4px;
	background: none;
}
#searchbox input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 18px;
	width: 150px;
	border: 1px solid #888;
	background: #fff;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 0px;
}

#stormbox-wrap { width: 960px; margin: 0 auto; }
a#stormbox { background: url(/_inc/img/siteby-stormbox.png) no-repeat 0 0; display: block; width: 96px; height: 15px; font-size: 1px; text-indent: -9999em; overflow: hidden; cursor: pointer; float: right; margin: 8px 0 10px 0; }
a#stormbox:hover { background-position: 0 -20px; }