﻿/* 
	project:   Teksonix.Info
	author:   Mark Way
*/

#header-container-fullwidth {
	background-position: center;
	height: 115px;
	background-color: #DE1E31;
	background-image: url('../images/ntl-banner.jpg');
	background-repeat: no-repeat;
}
#header-top {
	height: 110px;
	padding-top: 8px;
}
#header-holder {
	height: 115px;
	width: 1409px;
	background-image: url('../images/ntl-banner.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
}
#header-logo {
	width: 410px;
	float: left;
	height: 100px;
	background-image: none;
	background-repeat: no-repeat;
	color: #333333;
	margin-left: 25px;
}
#header-logo h1 {
	margin: 0;
	padding-left: 80px;
	padding-top: 25px;
	font-size: 22px;
}
#header-logo p {
	padding-left: 130px;
	font-size: 18px;
}
.HeaderLogoHeading {
	font: normal 20px Georgia, "Times New Roman", Arial;
	color: #444;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.HeaderLogoText {
	padding-left: 130px;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
}
#header-right-side {
	width: 530px;
	float: right;
	height: 60px;
	font-size: 12px;
	color: #710B00;
	margin-top: 30px;
}
#header-right-side a {
	color: #333333;
	text-decoration: none;
}
#header-right-side span {
	color: #333333;
}
#header-right-side span a:hover {
	color: #800000;
	text-decoration: underline;
}
#header-text-box {
	font-size: 12px;
	float: left;
}
#header-text-button {
	float: right;
	margin-top: 5px;
	margin-right: 50px;
}
