/* CSS Document */

/* footer */

#footer-wrapper-1 {	
	clear: both;
	width: 100%;
	background-color:#000000;
	margin: 0 auto 0 auto;	
	overflow: hidden;
}

#footer-wrapper-2 {	
	width: 960px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	
}

#footer-left-1 {
	float: left;
	width: 480px;
	margin: 20px 0 0 0px;
	overflow:hidden;
}

#signature {

	float: right;
	width: 177px;
	height: 57px;
	background: url(../images/exports/signature.gif) top right no-repeat;

}	
	
#footer-right-wrapper {
	float: right;
	width: 440px;
	margin: 52px 0 0 0;
	overflow: hidden;
	text-align: center;
}


#footer-links {
	display: inline;
	margin: 0 auto 0 auto;
	
}

#footer-links li {
	list-style:none;
}

#footer-links a {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	margin: 0 10px 0 10px;
}

#footer-links a:hover {
	color: #cccccc;
	text-decoration: underline;
	font-size: 12px;
}

#footer-phone-email {
	width: 393px;
	margin: 12px auto 0 auto;
	overflow:hidden;
}

.footer-phone {
	float: left;
	height: 20px;
	background: url(../images/exports/phone.gif) top left no-repeat;
	padding: 6px 0 0 20px;
	list-style-type: none;
}

.footer-email {
	float:left;
	height: 20px;
	background: url(../images/exports/email.gif) top left no-repeat;
	margin: 0 0 0 20px;
	padding: 6px 0 0 32px;
	list-style-type: none;

}

#company-details {

	width: 440px;
	margin: 10px auto 0 auto;
	text-align: center;
	overflow:hidden;

}

#think365 {	
	width: 420px;
	margin: 48px 0 0 auto;
	text-align: right;
	font-size: 11px;
}

#think365 a {
	font-size: 11px;
	color: #cccccc;
}

#think365 a:hover { 
	font-size: 11px;	
	text-decoration: underline;
}
