/**
 * Style Sheet for DrawPRO.com
 *
 * Contains styling information specific to the DrawPRO.com footer section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by DrawPRO, All Rights Reserved
 * @version    1.0
 */

/* Footer Layout and Appearance */
#footer {
	padding: 0;
	height: 32px;
	width: 960px;
	
	font-size: 12px;
	color: #fff;
	background: #f68427 url('images-layout/footer-bg.gif') repeat-y;
	border-top: 3px solid #000;
}
#footerWrapper {
	position: relative;
	width: 960px;
}

	#footerLinks {
		margin:0 auto;
		height:32px;
		width:600px;
	}
		#footerLinks ul {
			margin:0 auto;
			padding:8px 0 0 0;
			text-align:center;
		}
			#footerLinks ul li {
				display: block;
				padding:0 21px;
				float: left;
				font-size:14px;
				text-align: center;
			}
				#footerLinks a:link, #footerLinks a:visited {
					color:#fff;
				}
				#footerLinks a:hover, #footerLinks a:active {
				}
				
	#footerCopyRight {
		position:absolute;
		top:38px;
		padding-bottom:20px;
		width:960px;
		color:#282828;	
		text-align:center;
	}

	#verisign {
		position:absolute;
		top:4.5em;
		left:300px;
		text-align:center;
	}
		#verisign a:link, #verisign a:visited, #verisign a:hover, #verisign a:active {
			color:#000;
		}
	
	#ssl {
		position:absolute;
		top:4.5em;
		right:320px;
		padding-top:24px;
	}

	