@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-repeat: repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #000;
}

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

a {
	color: #00F;
}

a:hover {
	text-decoration: none;
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-center {text-align: center; }

img { border: none; }

.img-left {
	float: left;
	margin-right: 20px;
}

.img-right {
	float: right;
	margin-left: 20px;
}

.blank {
	width: 800px;
	height: 11px;
	margin: 0px auto;
}

html, body {
	height: 100%;
}

#header {
	width: 778px;
	height: 145px;
	margin: 0px auto;
	padding: 11px;
	background-color: #000;
}

#header1 {
	width: 756px;
	height: 123px;
	padding: 11px;
	background-color: #bd2810;
}

#header2 {
	width: 734px;
	height: 101px;
	padding: 11px;
	background-color: #FFF;	
}

#logo-left {
	float: left;
	width: 100px;
	height: 101px;
	background-image: url(images/TDS-Logo-Color.png);
	background-repeat: no-repeat;
}

#company-name {
	width: 534px;
	height: 101px;
	margin: 0px 100px;
	text-align: center;
}

#company-name h1 {
	padding-top: 15px;
	font-size: 24px;	
}

#company-name h2 {
	padding-top: 20px;
	font-size: 20px;
	color: #bd2810;	
}

#logo-right {
	float: right;
	width: 100px;
	height: 101px;
	margin-top: -101px;
	background-image: url(images/TDS-Logo-Color.png);
	background-repeat: no-repeat;
}

#nav-container {
	width: 800px;
	height: 38px;
	margin: 0px auto;
}

#nav1 {
	float: left;
	width: 133px;
	height: 38px;
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
}

#nav1 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav1 p {
	text-align: center;
	margin-top: 11px;
}

#nav2 {
	float: left;
	width: 133px;
	height: 38px;
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
}

#nav2 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav2 p {
	text-align: center;
	margin-top: 11px;
}

#nav3 {
	float: left;
	width: 133px;
	height: 38px;
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
}

#nav3 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav3 p {
	text-align: center;
	margin-top: 11px;
}

#nav4 {
	float: left;
	width: 133px;
	height: 38px;
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
}

#nav4 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav4 p {
	text-align: center;
	margin-top: 11px;
}

#nav5 {
	float: left;
	width: 133px;
	height: 38px;
	background-image: url(images/nav1.png);
	background-repeat: no-repeat;
}

#nav5 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav5 p {
	text-align: center;
	margin-top: 11px;
}

#nav6 {
	float: left;
	width: 135px;
	height: 38px;
	background-image: url(images/nav2.png);
	background-repeat: no-repeat;
}

#nav6 a {
	color: #ebdb26;
	text-decoration: none;
}

#nav6 p {
	text-align: center;
	margin-top: 11px;
}

#content {
	width: 778px;
	height: auto;
	margin: 0px auto;
	padding: 11px;
	background-color: #000;
}

#content1 {
	width: 756px;
	height: auto;
	padding: 11px;
	background-color: #bd2810;
}

#content2 {
	width: 734px;
	height: auto;
	padding: 11px;
	background-color: #FFF;
}

#footer {
	width: 778px;
	height: auto;
	margin: 0px auto;
	padding: 11px;
	background-color: #000;
}

#footer1 {
	width: 756px;
	height: auto;
	padding: 11px;
	background-color: #bd2810;
}

#footer2 {
	width: 734px;
	height: auto;
	padding: 11px;
	background-color: #FFF;
	font-size: 10px;
	text-align: center;
}

div.contactform label {
	width:100%;
	display: block;
	padding:10px 0 10px 0;
}

div.contactform label span {
	display: block;
	color:#000;
	font-size:12px;
	float:left;
	width:100px;
	text-align:right;
	padding:5px 20px 0 0;
}

div.contactform .txtfield {
	width:200px;
	color: #000;
}

div.contactform .message{
	padding:7px 7px;
	width:350px;
	height:150px;
	color: #000;
}

div.contactform .button
{
	position: relative;
	width:100px;
	color: #000;
}
