@charset "UTF-8";
/* CSS Document */
html {
	height: 100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

body  {
	font: 100% Helvetica, Arial, Verdana, 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;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FFF;
	background-image: url(../images/bgRight.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 11px;
	color:#616161;
	height: 100%; /* gives layout 100% height */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	z-index: 7;
	width: 50px 26px 0 0px;
}
#menu
{
padding:0;
margin:0;
color:#fff;
font-family: helvetica, arial, sans-serif;
white-space:nowrap;
list-style-type:none;
}
#menu li {display:inline;}
#menu li a
{
	color:#F6F6F6;
	text-decoration:none;
	float:right;
	border:1px none #000;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
#menu li a:hover
{
background:#08c;
color:#fff;
}
#shippingNav {
	width: 1700px;
	height: 18px; 				/* height of image! */
	position: absolute;
	top: 18px;
	Right: 0px;
	background-color: #A9A9A9;
	background-image: url();
	z-index: 9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	overflow: hidden;
}
#menuShipping
{
	padding:0;
	margin:0;
	color:#666;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
}
#menuShipping li {display:inline;}
#menuShipping li a
{
	color:#666;
	text-decoration:none;
	float:right;
	border:1px none #000;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
#menuShipping li a:hover
{
	background:#B9B9B9;
	color:#666;
}

#menuMain
{
	padding:0;
	margin:0;
	color:#666;
	white-space:nowrap;
	list-style-type:none;
	font: 14px Arial, Helvetica, sans-serif;
}

#menuMain li {
	display:inline;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#menuMain li a
{
	color:#666;
	text-decoration:none;
	float:left;
	padding-top: 0.35em;
	padding-right: 1.6em;
	padding-left: 1.6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-bottom: .45em;
}
#menuMain li a:hover
{
	color:#1F9AE4;
}
#center
{
	text-align:center;;
}


#ntabNav1 {
	background-color: ;
	background-image: url(../images/product_tap_tab_wide2.png);
	width:0px
	z-index: 8;
	height: 18px;
	overflow: hidden;
	margin: 0px;
	clear: none;
	float: right;
	padding-top: 5px;
}

#menuNtab
{
	padding:0;
	margin:0;
	color:#666;
	white-space:nowrap;
	list-style-type:none;
	font: 11px Arial, Helvetica, sans-serif;
}

#menuNtab li {
	display:inline;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

#menuNtab li a
{
	color:#666;
	text-decoration:none;
	float:none;
	padding-top: 0.3em;
	padding-right: .6em;
	padding-left: .6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	padding-bottom: 0.45em;
}
#menuNtab li a:hover
{
	color:#1F9AE4;
}


#bgright {
	width: 50%;					/* set half the width */
	height: 190px; 				/* height of image! */
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	z-index: 0;
}


#toNetwork {
	width: 103px;
	height: 48px; 				/* height of image! */
	position: absolute;
	top: 100;
	left: 0;
	background-color: transparent;
	background-image: url(../images/to_network.png);
	z-index: 5;
	margin-top: 126px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}

#toAnalyzer {
	width: 135px;
	height: 48px; 				/* height of image! */
	position: absolute;
	top: 100;
	Right: 0;
	background-color: transparent;
	background-image: url(../images/to_Analyzer.png);
	z-index: 5;
	margin-top: 126px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#topNav {
	width: 1700px;
	height: 18px; 				/* height of image! */
	position: absolute;
	top: 0px;
	Right: 0px;
	background-color: #999;
	z-index: 8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	overflow: hidden;
	
}

#mainNav {
	margin-top: 10px;
}
#mainNav1 {
	background-color: #;
	background-image: url(../images/main_nav_bar.png);
	z-index: 8;
	overflow: hidden;
	width: 820px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 4px;
	height: 27px;
	
}

 #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 5;
	position: relative;
} 

 #centerContainer {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 5;
	background-color: #FFF;
	position: relative;
	
} 

 #header {
	height: 170px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(../images/header.png);
	z-index: 3;
	width: 820px;
} 

 #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 */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 15px;
}
#mainContent h1{
	margin-top: 0;
	margin-right: 450px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

 #mainContent h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #999;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-shadow: #dedede 2px 2px;
} 

 #footer {
	padding-top: 0;
	/*padding-right: 10px;*/
	padding-bottom: 0px;
	/*padding-left: 20px;*/
	background-color: #c1c1c2;
	background-image: url(../images/footer_bg.png);
	background-position: center 0px;
	background-repeat: repeat-x;
	/*position: absolute;*/
	width: 100%;
	float: none;
	height: 500px;
	text-align: center;
} 
 #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 */
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.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;
}
.fltrtAdd { /* 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: 5px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltlftMod { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.fltlftMod5 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 7px;
	margin-left: 8px;
}
.fltlftMod2 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 40px;
	margin-top: 20px;
	text-align: left;
}
.fltlftMod3 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 15px;
	margin-top: 20px;
}
.fltlftMod4 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}
.fltlftAdd { /* this class can be used to float an element left in your page */
	float: left;
	margin-bottom: 2px;
	margin-left: 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;
}

#bottom {
	width: 100%;
	bottom: 0px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-color: #9C9;
	background-position: center;
	position: absolute;
	clear: both;
}
.bpanel A:link {
	text-decoration: none;
	color: #666;
}
.bpanel A:visited {
	text-decoration: none;
	color: #666;
}
.bpanel A:active {
	text-decoration: none;
	color: #666;
}
.bpanel A:hover {
	text-decoration: none;
	color: #333;
}

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
