/*header*/

div#header {
	background: #222222;
	height: 110px;
	/* border-bottom: 8px solid #55cc00; */
}

div#logo {
	background: #55cc00;
	-moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px; -moz-border-radius-topright:8px;
	margin-top:10px;
	height: 100px;
}

.baseline {
	font-size: 200%;
	font-weight: bold;
	line-height: 4.5;
}

div#header-inside, div#footer-inside {
	width: 1000px;
	margin: 0 auto;
}

p#ariacom a {
	float: right;
	height: 30px;
	width: 70px;
	background: url(../images/ariacom.gif) no-repeat;
}

ul#menu {
	clear: both;
	float: left	;
	list-style: none;
	position: relative;
	top: 3px;
	width: 1000px;
}

ul#menu li {
	float: left;
	margin-left: 0px;
	line-height: 1.4em;
}

ul#menu li a {
	color: #fff;
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 15px;
	padding: 5px 40px 0px 0px;
	display: block;
}

ul#menu li a:hover, ul#menu li a:active {
	color: #595965;
}

ul#menu li a.selected {
	/* background-position: bottom left; */
}

/*footer*/

#footer {
	/*background: #1d1d20;*/
	background: #222222;
	margin-top: 40px;
	font-size: 9px;
	color: #595965;
	padding: 15px 0;
	height: 1%; /*crazy ie7...*/
	text-align: center;
}

#footer #doorway  ul li {
	display: inline;
	font-size: 9px;
	color: #595965;
}

#footer a.copy {
	display: block;
	background: url(../images/ariacom.gif) no-repeat bottom right;
	height: 30px;
	width: 70px;
	margin: 0 auto;
}

#footer a.copy:hover {
	background-position: top right;
}
