body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #292929;
	font-family:  "Trebuchet MS", Verdana;
	font-size: 10pt;
	background-color: #151515;
}
.nts_layout #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/site/bg/topleft_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
		border: 1px solid #D5D5D5;
	text-align: left;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

} 
.nts_layout #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	width: 950px;
	
	
} 
.nts_layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.nts_layout #header_left {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	float: left;
	height: 125px;
	padding-top: 5px;
	width: 200px;
	background-image: url(../images/site/logo/nts_130x130.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 150px;
	font-size: 8pt;
}

.nts_layout #header_right {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	height: 130px;
	width: 600px;
	
	text-align: left;
	}
	
	
	
.nts_layout #navhorz {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	height: 30px;
	width: 950px;
	padding-left: 0px;
	background-color: #000000;

	}	
	
	
	
	
a {
	color: #996600;
	text-decoration: none;
	
}


a:visited {
	color: #996600;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}




.nts_layout #navhorz  a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	}
	
.nts_layout #navhorz  a:active {
	color: #ffffff;
	text-decoration: none;	
	font-weight: bold;
	
	}
	
.nts_layout #navhorz  a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
.nts_layout #navhorz ul {
	margin: 0;
	padding: 0px;
	
	}
	
		.nts_layout #navhorz li {
	display: inline;
	list-style-type: none;
	float:left;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 23px;
	background-color: #000000;
	
	}
	
		.nts_layout #navhorz  li:hover {
	background-color: #666666;
	}












.nts_layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #ffffff;
	background-image: url(../images/site/bg/sidebartop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.nts_layout #mainContent {
	float: left;
	width: 600px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


.nts_layout #mainContentfinn {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 2000px;
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}




.nts_layout #slideshow {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 400px;
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	float: left;
		margin-top: 0px;
		margin-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.nts_layout #indexbox_cont {
	width: 290px;
	height: 435px;
	margin-bottom: 20px;
}

.indexbox {
	padding: 4px;
	height: 131px;
	width: 131px;
	border: 1px solid #818181;
	float: left;
	margin: 2px;
}


.nts_layout #prod_cont {
	width: 600px;
	height: 435px;
	margin-bottom: 20px;
	float:left;
}

.prodbox {
	padding: 20px;
	width: 558px;
	border: 1px solid #C0C0C0;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.prodbox ul {
list-style-type:square;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 180px;
}

.prodimg {
	padding: 5px;
	border: 1px solid #C0C0C0;
	float: left;
	margin-right: 20px;
	
}

h1 {
	font-size: large;
	text-transform: uppercase;
}


h2 {
	font-size: medium;
}


.nts_layout #footer {
	width: 990px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 76%;
	margin-left: auto;
	text-align:left;
	color: #ABABAB;
	padding-bottom:20px;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 
.nts_layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
