/***************************************************************
Style Sheet for Intellisys.com

Copyright 2008 by Sebo Marketing, All Rights Reserved
***************************************************************/
/**
 * Style Sheet for Intellisys.com
 *
 * Contains styling information specific to the Intellisys.com footer section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by Intellisys, All Rights Reserved
 */

/* Footer Layout */
#footer {
	position: relative;
	border-top: 1px solid #C1C1C1;
}

#footerWrapper {
	position: relative;
	margin-top: 2px;
	border-top: 1px solid #000;
}

#footerContent {
	position: relative;
	margin: 0 auto;
	padding-top:5px;
	width: 960px;
}
#footerPhone {
	position: absolute;
	top: 15px;
	right: 60px;
	font-size:80%;
}
#footerCopyRight {
	position: absolute;
	top: 15px;
	right: 160px;
	font-size:80%;
}

/* Footer Links */
#footerLinks {
	position: absolute;
	top: 15px;
	left: 50px;
	font-size:90%;
}
#footerLinks ul {
}
#footerLinks ul li {
	display: inline;
	padding: 0 10px;
}
#footerLinks a:link, #footerLinks a:visited {
}
#footerLinks a:hover, #footerLinks a:active {
}
