* {
	padding:0;
	margin:0;
}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	/*background: url(../images/nortech_homepage_01.jpg) no-repeat top center;*/
	
	text-align: center;
	color: #000000;
}

#outer-container { 
	width: 1080px;
	/*background: #CCC url(../images/main-bg.jpg) repeat-x top left;*/
	background: url(../images/body-bg.jpg) repeat-y top center;
	margin: 0 auto;
	text-align: left;
}

#container { 
	width: 1080px;
	/*background: #CCC url(../images/main-bg.jpg) repeat-x top left;*/
	background: url(../images/outer-bg-v2.jpg) no-repeat top left;
	/*margin: 0 auto;*/
	text-align: left;
} 
#header { 
	background: url(../images/banner-bg.jpg) no-repeat top center; 
	width:966px;
	height: 162px;
	margin-left:57px;
	position:relative;
} 
#header img {
	margin:13px 0 0 40px;
	border:0;
}

#topRight {
	position:absolute;
	top:13px;
	right:25px;
	font-size:10px;
	text-transform:uppercase;
	width:520px;
}

#topRight p {
	text-transform:none;
}

#topRight a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#topRight a:hover {
	text-decoration:underline;
	
}

#topRight form {
	border:#c7c7c7 solid 1px;
	background:#FFF;
	padding:5px;
	float:left;
}

#topRight form .text {
	border:#c7c7c7 solid 1px;
	background:#FFF;
	width:100px;
	height:18px;
}

#topRight form .button {
	padding:0;
	margin:0;
	vertical-align:bottom;
}

#topRight p {
	margin-top:8px;
	float:right;
}

#login {
	margin-top:70px;
	text-align:right;
	text-transform:none;
}

#nav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	margin:10px 0 0 57px;
}

* html #nav { /* IE6 is the only browser to notice html tag */
	margin:10px 0 0 6px;
}

.pageheading {
	margin:0 57px 0 247px;
	padding: 5px 20px;
	color:#FFFFFF;
	text-transform:uppercase;
}

.heading {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
}

.subheading {
	font-size:13px;
	margin-top:1px;
}

.p_heading {
	background-color:#3b435a;
}

.p_subheading {
	background-color:#516590;
}

.t_heading {
	background-color:#f1b209;
}

.t_subheading {
	background-color:#F1D409;
}

#mainContent { 
	margin: 25px 97px 10px 247px;
	border-bottom:#777878 solid 1px;
}

#mainContent.secondary {
	margin-top:10px;
	border-bottom:none;
	min-height:500px;
} 

#mainContent h1 { 
	color: #4c4c4c; 
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:20px;
}
#mainContent h3 { 
	color: #4c4c4c; 
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:10px;
}

#mainContent h4 { 
	font-size:11px;
	padding-bottom:10px;
	padding-left:10px;
}

#mainContent.secondary h1 {
	padding-top:15px;
} 

#mainContent p { 
	padding-bottom:20px;
}

#mainContent p.docIndent {
	padding-left:25px;
}

#mainContent hr { 
	margin-bottom:20px;
}

#leftContent {
	width:363px;
	float:left;
	margin-left:10px; /* changed from 202px after nav pushed it out */
	/*margin-bottom:15px;*/
	background:#e6e7e7 url(../images/home-content-line-bg.gif) no-repeat bottom center;
	padding-bottom:30px;
	min-height:527px;
}

#rightContent {
	width:363px;
	float:right;
	margin-right:97px; /* right float and right margin trigger double margin float bug in IE 6 */
	/*margin-bottom:15px;*/
	background:#e6e7e7 url(../images/home-content-line-bg.gif) no-repeat bottom center;
	padding-bottom:30px;
	min-height:527px;
}

#rightContent p, #leftContent p {
	padding-left:30px;
	padding-right:30px;
}

#rightContent img, #leftContent img {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#rightContent img.spacer, #leftContent img.spacer {
	padding-bottom:23px;
}

#leftContent h1 {
	width:363px;
	height:48px;
	background:url(../images/home-h1-image-traffic.jpg) no-repeat top left;
	text-indent:-9999px;
	/*padding-bottom:23px;*/
	cursor:pointer;
}

#rightContent h1 {
	width:363px;
	height:48px;
	background:url(../images/home-h1-image-parking.jpg) no-repeat top left;
	text-indent:-9999px;
	/*padding-bottom:23px;*/
	cursor:pointer;
}

#footer { 
	padding: 15px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#e6e6e6 url(../images/footer-bg.gif) repeat-x top left; 
	margin:0 45px;
} 
#footer p {
	margin: 0; 
	padding: 5px 0;
	color:#737373;
	text-align:center;
	font-size:11px;
}

#footer a {
	color:#737373;
	text-decoration:none;
}
.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;
}

.imgleft {
	float:left;
	padding:0 10px 10px 0;
}

.cleartop {
	clear:both;
	margin-top:20px;
}
.clearbottom {
	clear:both;
	padding-bottom:15px;
}

/* ---- PRODUCTS ---- */
#category {
	width:100%;
	margin: 8px 30px 0 0;
	border-bottom:#666 solid 1px;
	text-align:left;
}

#category img {
	float:left;
	padding-bottom:8px;
}

#category p {
	margin-left:418px;
	padding-bottom:10px;
}

#product {
	width:100%;
	margin-top:8px;
	padding: 8px;
	text-align:left;
	background-color:#e8e9e9;
}

#product img {
	float:left;
}

#product p {
	margin-left:165px;
	margin-right:107px;
	padding-bottom:10px;
}

#top {
	float:right;
	margin:0;
	padding:0;
}

#top img {
	margin:0;
	padding:0;
}

.docs img {
	padding:0 10px 0 0;
}

#downloads {
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:#4c4c4c solid 1px;
}

#downloads p {
	padding:0;
	margin:0;
	padding-bottom:10px;
}

#downloads img {
	float:left;
}


/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	float:right;
	width:730px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9D9D9D;
	text-decoration: none; 
	color: #6A6A6A;
	background: #C9C9CA;
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #9D9D9D;
	color: #828282;
	background: #FFF;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9D9D9D;
 	font-weight: bold;
	background: #FFF;
	color: #828282;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #aaa;
	color: #aaa;
}

.sitemap {
	padding-left:20px;
}

.sitemap UL {
	padding-left:25px;
}
