/*CSS Reset*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


@font-face {
    font-family:neuropol;
    src: url(../fonts/NEUROPOL.ttf);
    font-weight: normal;
    font-style: normal;

}
h1{
	font-family:neuropol;
	font-size: 3.9em;
	color: #838384;
	
}

h2{
	font-family: neuropol;
	font-size:1.5em;
}
h3{
	font-family: neuropol;
	font-size:.8em;
}
body{
/*	background:url(../images/background.jpg)repeat center ;*/}


#content{
	height:auto;
	width:1100px;
	margin:30px auto;
}
header{
	margin:15px auto;
	height:auto;
	width:1100px;
	text-align:center;
	
}
#circuit-left{
	height:400px;
	width:442px;
	background:url(../images/circuit-left.png) no-repeat 175px;
	float:left;
}
#circuit-right{
	height:400px;
	width:442px;
	background:url(../images/circuit-right.png) no-repeat 30px;
	float:left;
}
#brain{
	background:url(../images/brain.png) no-repeat 0 85px;
	height:400px;
	width:216px;
	float:left;

		
}
nav{
	width:100%;
	height:120px;
	overflow:visible;
	margin:35px auto;
	
}
nav ul{
	width:auto;
	display:inline-block;
	list-style:none;
}
nav ul li{
	position:relative;
	height:120px;
	width:100px;
	display:inline-block;
	margin:0 0 10px 85px;
	overflow:visible;
}
nav ul li:first-of-type{
	margin:0 0 10px 0;
}
nav ul li:nth-child(7){
	margin:0 0 0 0;
}
nav ul li a{
	position:absolute;
	top:0;
	width:100px;
	padding:105px 0 0 0;
	text-decoration: none;
	text-align:center;
	font-size:.8em;
	color:black;
	font-family: neuropol, helvetica;
}
nav ul li:nth-child(3n+1) a{
	background:url(../images/button-orange.png) no-repeat;
}
nav ul li:nth-child(3n+2) a{
	background:url(../images/button-red.png) no-repeat;
}
nav ul li:nth-child(3n+3) a{
	background:url(../images/button-green.png) no-repeat;
}
nav img{
	z-index: -2;
	position:absolute;
	top:-9px;
	left:-9px;
	opacity:0;
}
footer{
	height:200px;
	width:100%;
}
