/*
	Joseph Richard Hankin
	http://www.sundarijewellery.co.uk/footer.php
	2009 - 2010 &#169; Sundari Ltd.
	
	Colour Palette:
		#9be587
		#
		#
*/


#footer { 
	border-top: 1px solid #ccc;
	width: 950px;
	height: 100px;
	padding-top: 10px;
	margin: 30px 0 15px 0;
	}

#footer-left {
	float: left;
	width: 48%;
	}

#newsletter { 
	float: left;
	width: 160px;
	}
	#newsletter p {
		width: 160px;
		}

#top {
	line-height: 16px;
	color: #00a9fb;
	font-size: 16px;
	margin-bottom: 0;
	}

#bottom {
	line-height: 11px;
	color: #ff9555;
	font-size: 11px;
	margin-bottom: 0;	
	}

#email-form {
	position: relative;
	float: left;
	width: 400px;
	}

#text-box {
	float: left;
	margin-top: 5px;
	border: 1px solid #999; 
	font-style: italic; 
	font-size: 10px; 
	width: 160px;
	color: #5d5b5b;
	}

#send-newsletter {
	position: absolute;
	top: -25px;
	left: 170px;
	}

#copy { 
	clear: both;
	float: left;
	width: 220px;
	font-size: 9px;
	margin-top: 3px;
	}

#footer-right {
	float: left;
	width: 52%;
	}
	
#links { 
	float: left;
	width: 330px;
	text-align: right;
	padding-left: 81px;
	}
	#links a {
		font-size: 9px;
		line-height: 12px;
		color: #555;
		text-decoration: none;		
		}
		#links a:hover {
			text-decoration: underline;
			}
			
#rabbit-logo {
	float: left;
	display: block;
	margin: 8px 0 0 6px;
	}

#joe-logo {
	float: left;
	display: block;
	margin-top: 8px;
	}				
