html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #0066cc;
	border-top: 8px solid white;
	color: #003366;
}

h1 {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: #3300cc;
	font-size: 12pt;
}

h2 {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 12pt;
	margin-bottom: 0;
}

h3 {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	color: #3300cc;
}

#wrapper {
	background: transparent;
	width: 850px;
}

#top {
	height: 79px;
	border-bottom: 7px solid #0066cc;
	background: white url(../images/endcap2.gif) no-repeat scroll top right;
	float: left;
	width: 100%;
}

#logo {
	background: transparent url(../images/inov_new_logo.jpg) no-repeat;
	width: 300px;
	height: 63px;
	float: left;
}

#nav {
	width: 59%;
	float: right;
}

#contact_info {
	color: #0000cc;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	position: relative;
	text-align: center;
	top: 15px;
	width: 100%;
}

ul#top_menu {
	margin: 0;
	padding: 0;
}

ul#top_menu li {
	display: block;
	float: left;
	height: 32px;
	left: -25px;
	width: 120px;
	position: relative;
	top: 34px;
}

ul#top_menu a {
	display: block;
	height: 32px;
	width: 120px;
	overflow: hidden;
}

ul#top_menu #home.selected {
	background: transparent url(../images/Button1_sel.gif) no-repeat 0 0;
}

ul#top_menu #home a {
	background: transparent url(../images/button1.gif) no-repeat 0 0;
}

ul#top_menu #home a:hover {
	background-position: 0 -32px;
}

ul#top_menu #projects.selected {
	background: transparent url(../images/Button2_sel.gif) no-repeat 0 0;
}

ul#top_menu #projects a {
	background: transparent url(../images/button2.gif) no-repeat 0 0;
}

ul#top_menu #projects a:hover {
	background-position: 0 -32px;
}

ul#top_menu #services.selected {
	background: transparent url(../images/Button3_sel.gif) no-repeat 0 0;
}

ul#top_menu #services a {
	background: transparent url(../images/button3.gif) no-repeat 0 0;
}

ul#top_menu #services a:hover {
	background-position: 0 -32px;
}

ul#top_menu #contact.selected {
	background: transparent url(../images/Button4_sel.gif) no-repeat 0 0;
}

ul#top_menu #contact a {
	background: transparent url(../images/button4.gif) no-repeat 0 0;
}

ul#top_menu #contact a:hover {
	background-position: 0 -32px;
}

ul#project_menu {
	display: block;
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 80%;
}

ul#project_menu li {
	float: left;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: small;
	left: 250px !important;
	left: 215px; /* IE6 fix */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-right: 10px;
	position: relative;
}

ul#project_menu li.selected {
	background-color: #e7edf9;
/*	background-color: #afc7f9; */
	font-weight: bold;
	padding: 5px;
}

ul#project_menu a {
	display: block;
	text-decoration: none;
	color: blue;
	padding: 5px;
}

ul#project_menu a:hover {
	background-color: #afc7f9; /* e7edf9 */
}

#main {
	background: white url(../images/corner.gif) no-repeat top left;
	float: left;
	width: 100%;
}

#corner2 {
	background: transparent url(../images/corner2.gif) no-repeat top right;
	float: left;
	width: 100%;
}

#corner3 {
	background: transparent url(../images/corner3.gif) no-repeat bottom left;
	float: left;
	width: 100%;
}

#corner4 {
	background: transparent url(../images/corner4.gif) no-repeat bottom right;
	float: left;
	width: 100%;
}

#left {
	float: left;
	width: 30%;
	margin-top: 35px;
	margin-left: 20px;
	padding-bottom: 40px;
}

#center {
	float: right;
	margin: 20px 40px 40px 0;
	width: 480px;
}

#bottom {
	background: transparent;
	float: right;
	text-align: right;
	width: 67%;
}

ul#bottom_menu {
	font-family: Arial, Helvetica, Sans-serif;
	color: #33ffff;
	margin-top: 20px;
}

ul#bottom_menu li {
	border-left: 1px solid red;
	border-right: 1px solid red;
	display: inline;
	padding: 0 5px;
}

ul#bottom_menu li.left {
	border-left: 0;
}

ul#bottom_menu li.right {
	border-right: 0;
}

ul#bottom_menu li.selected {
	font-weight: bold;
}

ul#bottom_menu a {
	color: #33ffff;
}

ul#bottom_menu a:visited {
	color: #33ffff;
}

#copyright {
	font-size: 8pt;
	margin-right: 20px;
	position: relative;
	top: -20px;
	color: black;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden; 
}
