@charset "utf-8";
/* Order Productions - Global - CSS Document */

/* General Formatting */

html, body {
	height: 100%;
}

#container {
	background: none; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	border: 0; 
	width: 1000px;
	height: auto !important; 
	overflow: hidden; 
	z-index: 1;
}


/* --------------- Footer --------------- */

#footer {
	background: none;
	position: relative;
	width: 1000px;
	height: 244px;
	margin: 0 0 50px 0;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	overflow: visible;
	z-index: 100;
}

/* Footer Navigation */

#footer_nav {
	background: none;
	position: relative;
	width: 500px;
	height: 25px;
	margin: -45px auto 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 200;
}

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

#footer_nav li {
	float: left;
	margin-right: 5px;
}

#footer_nav li a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer_nav li a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#footer_nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Other Footer Text */

#copyright {
	position: relative; 
	margin-top: -5px;
	z-index: 200;
}

#McG {
	z-index: 200;
}

#McG a {
	color: #CCCCCC;
	text-decoration: none;
}

#McG a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#McG a:hover {
	color: #009900;
	text-decoration: underline;
}



	


	
	



