/***********************
TND Creative Main Style Sheet 
Developer: Tery Dallimer - TND Creative
URL: http://www.tndcreative.co.uk/
Created:
***********************/

@charset "utf-8";
#html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;

	margin: 0px;
	padding: 0px;
}

/*divs**********/

#footer-container {
	height: 110px;
	width: 920px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: repeat;
	line-height: 30px;
	margin-bottom: 60px;
	background-color: #000000;
	border: 2px none #333;
}
#footer-left {
	float: left;
	height: 40px;
	width: 900px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-align: center;
}
#footer-right {
	float: right;
	height: 40px;
	padding-top: 30px;
	color: #FFF;
	padding-right: 6px;
}


/*classes**********/


/*headings**********/


/*links**********/

#footer-left a:link {
	color: #FFF;
	text-decoration: underline;
}
#footer-left a:visited {
	text-decoration: underline;
	color: #FFF;
}
#footer-left a:hover {
	text-decoration: none;
	color: #C00;
}
#footer-left a:active {
	text-decoration: underline;
	color: #FFF;
}
