/* BEATROUTE */
/* STYLES BY CARBON MEDIA */
/* http://www.carbonmedia.ca */

/* FILE LAST EDITED: 2006-04-25 BY CHUCK */

/****************************************************************/
/* 1. INITS */
/****************************************************************/

@import "common.css";

/****************************************************************/
/* 2. TAGS */
/****************************************************************/

body {
	background-color: #878787;
	font-family: Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: auto;
	text-align: center;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
p {
	display: inline;
	color: #FFF;	
}

/****************************************************************/
/* 3. DIVS */
/****************************************************************/

/* 3.1. CONTAINERS */ 

#container {
	margin: auto;
	position: relative;
	width: 506px;
}
#footer {
	background: #000;
	border-top: 3px solid #878787;
	clear: both;
	height: 50px;
	padding: 10px 0 0 0;
	position: relative;
	text-align: right;
	width: 100%;
}
#splashImage {
	background-color: #000;
	margin: 0;
	padding: 3px;
	padding-bottom: 0;
}

/* 3.3. MENUS */ 

#footer ul {
	float: right;
	margin: 0;
}
#footer ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
}
#footer ul li a {
	display: block;
	height: 17px;
	overflow: hidden;
	margin-top: 12px;
	padding: 0 6px;
	text-indent: -1337px;
	text-decoration: none;
}
#footer ul li a.copyright {
	background: transparent url( ../images/footer_copyright.gif ) no-repeat top left scroll;
	width: 156px;
}
#footer ul li a.copyright:hover {
	background: transparent url( ../images/footer_copyright_over.gif ) no-repeat top left scroll;
}
#footer ul li a.editor {
	background: transparent url( ../images/footer_editor.gif ) no-repeat top left scroll;
	width: 120px;
}
#footer ul li a.editor:hover {
	background: transparent url( ../images/footer_editor_over.gif ) no-repeat top left scroll;
}
#footer ul li a.carbon_text {
	background: transparent url( ../images/footer_carbon_text.gif ) no-repeat top left scroll;
	width: 120px;
}
#footer ul li a.carbon_text:hover {
	background: transparent url( ../images/footer_carbon_text_over.gif ) no-repeat top left scroll;
}
#footer ul li a.carbon_logo {
	background: transparent url( ../images/logo_carbon.gif ) no-repeat top left scroll;
	height: 38px;
	margin-top: 1px;
	width: 55px;
}

#staticMenuFooter {
	display: block;
	margin: auto;
	width: 100%;
}
#staticMenuFooter ul li {
	float: left;
	list-style-type: none;
}
#staticMenuFooter ul li a {
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: bold;
	margin: 0 4px;
	text-decoration: none;
}
#staticMenuFooter ul li a:hover {
	color: #000;
	display: block;
}