/*
Title:      	EDAC2DAY
Author:     	Sandy Campbell Design (SCDNY.COM)
03.05.08:    	A Quick Rebuilding of the Home Page

/*
BODY
--------------------------------------------------------------------- */

body
{
	font-family: Georgia, serif;
	font-size: small;
	line-height: 1.4em;
	color: #000;
	background-color: #000;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
}

#wrap
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	height: 323px;
	margin-top: -162px;
	width: 600px;
	margin-left: -300px;
	background: url(home/edac2day.gif) no-repeat left top;
}

#content
{
	position: absolute;
	top: 123px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 200px;
	background-color: none;
}

/*
IMAGE MENU
--------------------------------------------------------------------- */

#imagemenu
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 153px;
}

#imagemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#imagemenu li
{
	float: left;
	display: inline;
	padding: 0;
	list-style-type: none;
	width: 200px;
}

#imagemenu a
{
	display: inline;
	width: 200px;
	float: left;
	padding-top: 153px;
	text-decoration: none;
	color: #000;
}

/*
TYPE MENU
--------------------------------------------------------------------- */

#typemenu
{
	position: absolute;
	top: 153px;
	left: 0;
	margin: 0;
	padding: 0;
	height: 47px;
}

#typemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#typemenu li
{
	float: left;
	display: inline;
	padding: 0;
	list-style-type: none;
	width: 200px;
}

#typemenu a
{
	display: inline;
	width: 200px;
	float: left;
	padding-top: 47px;
	text-decoration: none;
	color: #000;
}

/*
ROLLOVERS
--------------------------------------------------------------------- */

li.menu01 { background: #000 url(home/01.jpg) no-repeat; }
li.menu02 { background: #000 url(home/02.jpg) no-repeat; }
li.menu03 { background: #000 url(home/03.gif) no-repeat; }
li.menu04 { background: #000 url(home/04.gif) no-repeat; }
li.menu05 { background: #000 url(home/05.gif) no-repeat; }
li.menu06 { background: #000 url(home/06.gif) no-repeat; }

a#link01 { background: url(home/01-over.jpg) -200px -153px no-repeat; }
a#link02 { background: url(home/02-over.jpg) -200px -153px no-repeat; }
a#link03 { background: url(home/03-over.gif) -200px -153px no-repeat; }
a#link04 { background: url(home/04-over.gif) -200px -47px no-repeat; }
a#link05 { background: url(home/05-over.gif) -200px -47px no-repeat; }
a#link06 { background: url(home/06-over.gif) -200px -47px no-repeat; }

a#link01:hover,
a#link02:hover,
a#link03:hover,
a#link04:hover,
a#link05:hover,
a#link06:hover
{
	background-position: top right;
	z-index: 50;
	color: #000;
	text-decoration: none;
}