/* -----------------------------------------------------------------------------
Page Layout

RobotRenegade.com | Obsidian | 2009-06-17
----------------------------------------------------------------------------- */


*		{ margin: 0; padding: 0; }
html, body	{ height: 100%; }



.hide		{ display: none; }
.invisible	{ visibility: hidden }





#container { height: 100%; background-color :#eee; }

body > #container {height: auto; min-height: 100%;}

#firefox {
	width: 960px;
	height: 32px;
	margin: 0 auto 0 auto;
	padding: 4px;
	color: gray;
	background-color: #333;
	font: 8pt/normal helvetica-neue, arial, sans-serif;
	line-height: 16px;
}

#firefox img { border: 0; float: left; margin-right: 8px; }


#superheader {
	height: 128px;
}

#header {
	height: 160px;
	background: url("../_images/interface/header_bg.png") repeat-x;
}

#header-body {
	width: 960px;
	margin: 0 auto 0 auto;
}

#title {
	width: 512px;
	height: 160px;
	margin: 0 auto 0 auto;
	background: #eee url("../_images/interface/header_robot.png") no-repeat;
	float: left;
}

#nav {
	position: relative;
	top: 96px;
}

#nav ul 		{ padding: 0; list-style: none; line-height: 32px; text-align: center; color: #eee; }
#nav ul li		{ width: 80px; display: block; float: left; background-color: #b00; text-indent: 4px; }
#nav ul li ul		{ display: none; position: relative; }
#nav ul li ul li	{ float: none; }
#nav ul li ul li a	{ display: block; color: #eee; text-decoration: none; }

#nav ul li:hover	{ background-color: white; color: #b00; }
#nav ul li:hover ul	{ display: block; }
#nav ul li ul li:hover	{ background-color: white; }
#nav ul li ul li:hover a{ color: #b00; }




#content	{ padding-bottom: 160px; }


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
/* End hide from IE-mac */


/* Footer */
#footer {
	position: relative;
	margin-top: -140px;
	height: 140px;
	font: normal 8pt/normal helvetica-neue, arial, sans-serif;
	color: gray;
	clear:both;
}

#footer a		{ color: gray; }
#footer a:visited	{ color: gray; }
#footer a:hover		{ color: gray; text-decoration: underline; }
#footer a:active	{ color: gray; text-decoration: underline; }

#footer h3		{ margin: 0 0 0.5em 0; font-size: 10pt; }
#footer img		{ margin: 0 0.5em 0 0; border: 0; vertical-align: middle; }
#footer p		{ margin: 0; }

#footer-body {
	width: 960px;
	margin: 0 auto 0 auto;
}

#footer-index {
	height: 108px;
	margin-top: 16px;
	list-style: none;
	float: left;
}

#footer-index li {
	width: 112px;
	float: left;
}

#footer-index ul {
	padding: 0;
	list-style: none;
}

#footer-contact, #footer-subscribe {
	margin: 16px 0 0 16px;
	width: 128px;
	float: right;
}

#footer-copyright	{ line-height: 16px; clear: left; text-align: center; }