* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #2FA682;
	color: #008471;
	border-width: 0;
	font-family: Verdana, Helvetica, Ariel, sans-serif;
	height: 100%;
}

p {
	margin-bottom: 10px;
}

a {
	color: #5a913a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3269A6;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #009f88;
}

h2 {
	font-size: 1.3em;
	margin: 16px auto 4px;
	color: #009f88;
}

#outerWrapper {
	width: 980px;
	margin: auto;
	background-color: white;
	border-left: 3px solid #B8FF92;
	border-right: 3px solid #B8FF92;
	/* this and the next 4 properties control the footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;	/* must be the same height as the footer */
}

#header {
	background-image: url(img/optimal_innovations.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 207px;
}

#body {
	width: 100%;
}

#nav {
	float: left;
	width: 100%;
	background: #2FA682 url(img/nav_gradient.png) repeat-x top left;;
	margin-bottom: 20px;
}

#nav ul {
	padding: 0 0 0 8%;
	letter-spacing: 2px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav ul li a {
	border-right: 1px solid #000;
	float: left;
	padding: 0.2em 26px;
	color: #D8FFC3;
}

#nav ul li a.leftLink {
	border-left: 1px solid #000;
}

#nav ul li a:hover, #nav a.current {
	background: #59A62F url(img/hover_gradient.png) repeat-x top left;
	text-decoration: none;
}

#content {
	margin: auto;
	width: 84%;
}
#content ul.points {
	font-weight: bold;
	margin-left: 30px;
}

#content ul.points li {
	padding: 4px;
}

#footer, #push {
	height: 20px;
	text-align: center;
	font-size: .8em;
}


/* solutions.html */
#contentTable {
	margin: auto;
	width: 98%;
	font-size: .9em;
}

#contentTable table {
	border-collapse: collapse;
	border-spacing:0;
	border: 1px solid #BA9;
	width: 100%;
}

#contentTable li {
	margin-left: 16px;
	padding: 0;
}

	
#contentTable td, #contentTable th {
	border: 1px solid #abbb99;
	padding: .3em;
	font-size: 1em;
}

#contentTable thead th {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #59a62f url(img/thead_gradient.png) repeat-x top left;
	color: #D8FFC3;
}

#contentTable tbody th, #contentTable thead th, #contentTable tbody td {
	vertical-align: top;
	text-align: left;
}

#contentTable tr {
	background: white url(img/tr_gradient.png) repeat-x top left;
}

#contentTable col.bizques {
	width: 240px;
}

#contentTable col.solution {
	width: 120px;
}

#contentTable col.scope {
	width: 150px;
}

#contentTable col.value {
	width: 160px;
}