/**********************************************************
	cssstickyfooter.com
**********************************************************/

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

#wrap
{
	height: 100%;
	padding:0px;
}

body > #wrap
{
	height: auto;
	min-height: 100%;
}
#main
{
	padding-bottom: 41px;   /* must be same height as the footer */
}
#footer
{
	position: relative;
	margin-top: -41px; /* negative value of footer height */
	height: 40px;
	clear:both;
}

/**********************************************************
	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 */



/**********************************************************
	mLogix custom stuff
**********************************************************/


#wrap #content
{
  	position: relative;
	width: 770px;
	left: 50%;
	margin-left: -385px;
}

#footer #insidefooter
{
	position: relative;
	width: 770px;
	left: 50%;
	height: 100%;
	margin-left: -385px;
	border-top: 1px solid #000;
	background: #000033;
	text-align: right;
}

#footer #insidefooter div
{
	font-family: arial, verdana, sans-serif;
	font-size: small;
	font-weight: bold;
	font-size: 0.75em;
	padding-top: 14px;
	color: #fff;
	padding-right: 10px;
}
