
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

li
{
	list-style-type: square;
	list-style-image: url(Images/bullet_square_5x5.gif);
	display: block;
}

h2
{
	font-size: 14px;
	color: #003366;
}

.oneColLiqCtrHdr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	border-bottom:2px solid #003366;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
}

.oneColLiqCtrHdr #mainContent a
{
	color: Blue;
	text-decoration: underline;
}


.oneColLiqCtrHdr #mainContent a:visited
{
	color: Blue;
	text-decoration: underline;
}


.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#003366;
	color: White;
} 
.oneColLiqCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.oneColLiqCtrHdr #logo {
	padding: 0 0 0 25px;
	left: 15px;
	top: 15px;
	float: left;

}

.oneColLiqCtrHdr #menu1 { /* styles for top menu */
	
	top: 10px;
	right: 10px;
	float: right;
	padding: 0 25px 0 0px;

}
.oneColLiqCtrHdr #menu1 ul { list-style: none; padding: 0px; margin: 0px; }
.oneColLiqCtrHdr #menu1 li { padding: 0px; margin: 0px; display: inline; border-left: solid 1px #000; }
.oneColLiqCtrHdr #menu1 li.first { border-left: none; }
.oneColLiqCtrHdr #menu1 li a:link, #menu1 li a:visited { 
		padding: 0px 2px 0px 5px; 
		color: #000; 
		text-decoration: none; 
	}
.oneColLiqCtrHdr #menu1 li a:active, #menu1 li a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	
#leftcontent 
	{
		
		position: absolute;
		top:120px;
		left:10px;
		width:180px;
		background:#fff;
			z-index:100;

		}
		
#centercontent 
	{
		margin-top:20px;
		background:#fff;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 200px;
   		margin-right:205px;
   			z-index:100;

		}
	
	
.nortechBox {
	border: 1px solid #1e3873;
	width: 300px;
	/*background-image: url(images/bg_table_header.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;*/
}


.tngBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.navTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #00267f;
	text-decoration: none;
	padding: 0 0 0 10px;
}

.colhdr
{
	color: #1e3873;
	background-image: url(images/bg_table_header.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
.colhdrsub
{
    color: #1e3873;
	background-image: url(images/bg_vert_fade.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-weight: bold;
}

.coreboxbody
{
    background-image:url(images/core_box_bg.gif);
    width:140px;
    padding-left:20px;
    padding-right:20px;
}
.coreboxtop
{
   background-image:url(images/core_box_top.gif);
   height:22px;
   width:180px;

}
.coreboxbottom
{
    width:180px;
    background-image:url(images/core_box_bottom.gif);
    height:22px;

}
.coreboxheader
{
    width:180px;
    background-image:url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top:5px;
    padding-bottom:10px;
    text-align:center;
}

.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:20px;
}


.productsection
{
	padding:10px;
	border-top:1px dashed #cccccc;
}

.productbox
{
     height:300px;
     width:220px;
     border:1px solid #c5c5c5;
     margin:5px;

}

.productsummarydisplaywrapper
{
     width:200px;
     padding-top:20px;
}
.productsummaryimageholder
{
    height:135px;
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:20px;
    height:55px;
}
 
.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;
	padding-top: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 20px;
}
.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;
}

	



