/***********************
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**********/

#nav {
	height: 60px;
	width: 940px;
	-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: #C00;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	line-height: 24px;
	background-color: #000000;
	border: 2px none #333;
}
#nav-left {
	float: left;
	height: 40px;
	padding-top: 16px;
	padding-right: 10px;
	padding-left: 8px;
	width: 740px;
}
#nav-right {
	float: right;
	height: 40px;
	padding-top: 14px;
	color: #FFF;
	padding-right: 10px;
	width: 170px;
	text-align: right;
}
#btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9 {
	float: left;
	height: 28px;
	width: auto;
	padding-right: 18px;
	padding-left: 18px;	
	margin-top: 2px;
}




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


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


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

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