@charset "utf-8";
/* This css has all the styles specific to the footer of the page

/***********************/
/* FOOTER SPECIFIC CSS */
/***********************/
#footer
{
	position:absolute;
	bottom:0px; /* stick to bottom */
	right:0px;
	width:760px;
	height:36px;
	background-color:#ffffff;
	font-size:11px;
}

#footer a
{
	color:#777777;
	font-size:11px;
}

#footer a:hover
{
	color:#c51100;
}

#footer .topdivider
{
	float:left;
	font-size:0px;
	width:744px;
	border-top:2px solid #000000;
	margin-left:8px;
	display:inline;
}

#footer .copyright
{
	float:left;
	margin:10px 0px 0px 10px;
	display:inline;
}

#footer .copyright .copyrighttext
{
	float:left;
	padding-top:1px;
}

#footer .copyright #footermenu
{
	float:left;
	margin-left:0px;
	position:relative;
	top:-1px;
	width:378px;	
}

#footer .copyright #footermenu table td a
{
	margin-left:10px;
}

#footer .createstudios
{
	float:left;
	margin:11px 0px 0px 10px;
}

#footer .createstudios A, #footer .createstudios A:hover
{
	text-decoration:none;
	border:0px;
	color:#777777;
}
