﻿
/* +++[ styles.css ]+++++++++++++++++ */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li { margin: 0; padding: 0; }

body {
	background: #fff url(../img/icopal_noxite_backdrop2.jpg) center top no-repeat;
	color: #a0a0a0;
	font: 12px Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	width: 767px;
	margin: 0 auto;
	padding-left: 170px;
}

#mainwindow {
	height: 630px;
	margin-top: 40px;
}

#contentwrap {	
	color: #061e4c;
	width: 752px;
	height: 527px;
	margin-top: 16px;
	/*margin-top: -30px;*/
}

#content {
	background: #fff;
	border: 4px solid #fff;
	border-width: 4px 4px 4px 0;
	height: 519px;
	margin-left: 13px;
	padding-left: 31px;
	overflow-y: scroll;	
}

#flashcontent {
	width: 740px;
	height: 527px;
	margin-left: 13px;
}

#header {
	height: 30px;
}

#article {
	width: 322px;
	float: left;
	padding-top: 22px;
}

#graphics {
	width: 320px;
	float: right;
	margin-right: 22px;
}

#graphics img {
	display: block;
	margin: 0 0 12px;
}

#footer {
	height: 42px;
	line-height: 42px;
	margin-top: 15px;
	margin-left: 62px;
}

#footer div {
	display: inline;
}

#footer span.org,
#footer span.street-address,
#footer span.tel,
#footer span.fax,
#footer .links a {
	padding: 0 11px;
}

#footer .links a,
#footer .links a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}

a#designedby {
	color: #a0a0a0;
	float: right;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
}

h1, h2 {
	color: #98b832;
}

#header h2 {
	color: #4d4d4d;
	font-size: 1.2em;
	font-weight: normal;
	margin-left: 14px;
	line-height: 30px;
	float: left;
	width: 40%;
}

#header h2 strong {
	font-weight: bold;
	color: #000;
}

#header #topnav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 40%;
	line-height: 30px;
	text-align: right;
}

#header #topnav li {
	display: inline;
	margin-left: 16px;
}

#header #topnav a,
#header #topnav a:hover {
	color: #a0a0a0;
	text-decoration: underline;
}


p {
	font-weight: normal;
}

.contain:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* +++[ navigation.css ]+++++++++++++++++ */
/* Based on Suckerfish Dropdowns, http://htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	font-size: 1.4em;
	background: transparent;
	margin-left: 14px;
}

#nav a {
	display: block;
	margin-right: 18px; /* Changed */
	background: transparent;
	color: #000;

	height: 42px;
	line-height: 42px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap; /* Added */
}

#nav li {
	float: left;
}

#nav li:hover,
#nav li.selected {
	background-image: url(../img/bg_tab.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#nav li:hover a,
#nav li.selected a {
	color: #98b832;
}

/* Reset for dropdowns */
#nav li:hover li a {
	color: #fff;
}

#nav li:hover li {
	background-image: none;
}

#nav li ul {
	position: absolute;
	width: 218px;
	left: -999em;
	background: #145778;
	background: rgba(0, 70, 104, 0.85);
}

#nav ul li {
	width: 218px;
}

#nav li ul li a {
	background-image: none;
	color: #fff;
	border-bottom: 1px solid #80a3b4;
	padding-left: 14px;
	padding-right: 14px;
	margin-right: 0;
}

#nav li ul li:last-of-type a {
	border-bottom: none;
	margin-right: 0;
}

#nav li ul li a:hover {
	color: #98b832;
}

#nav li:hover ul {
	left: auto;
}


/* Specific widths on nav items:
+++++++++++++++++++++++++++++++++++++*/
/*#nav-why>a { width: 94px; }
#nav-about>a { width: 106px; }
#nav-calc>a { width: 240px; }
#nav-prod>a { width: 70px; }
#nav-down>a { width: 88px; }*/
li#nav-down { margin-right: 0; }


