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

#header {
	height: 180px;
	width: 940px;
}
#logo-container {
	float: left;
	height: 180px;
	width: 200px;
}
#header-right {
	float: right;
	height: 180px;
	width: 700px;
}
#top-nav {
	float: right;
	height: 20px;
	width: 300px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-right: 10px;
	margin-top: 20px;
}
#nav {
	float: right;
	height: 40px;
	width: 680px;
	margin-top: 74px;
	text-align: right;
}
#btn {
	height: 22px;
	width: auto;
	padding-right: 4px;
	padding-left: 4px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ececec;
}

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


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


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

#top-nav a:link {
	color: #999;
	text-decoration: underline;
}
#top-nav a:visited {
	text-decoration: underline;
	color: #999;
}
#top-nav a:hover {
	text-decoration: none;
	color: #000;
}
#top-nav a:active {
	text-decoration: underline;
	color: #999;
}
#nav a:link {
	color: #999;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #999;
}
#nav a:hover {
	text-decoration: none;
	color: #000;
}
#nav a:active {
	text-decoration: none;
	color: #999;
}
