﻿
body {
	background-color: white;
}

#wrapper {
	width: 760px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/**************** header *****************/
#header {
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/navTicks.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

#header #logo {}

#header #phoneNumber {
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 7px;
	background-image: url("../images/headerShadowCorner.gif");
	background-position: top right;
	background-repeat: no-repeat;
}

#header #arrowProducts {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 328px;
}

*html #header #arrowProducts {
	padding-right: 328px;
}

#header #arrowResources {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 315px;
}

*html #header #arrowResources {
	padding-right: 320px;
}

#header #arrowSupport {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 208px;
}

*html #header #arrowSupport {
	padding-right: 213px;
}

#header #arrowAbout {
	padding: 0px;
	margin: 0px;
	text-align: right;
	padding-right: 79px;
}

*html #header #arrowAbout {
	padding-right: 84px;
}

/* tagline image */
#tagline {
	text-align: left;
	vertical-align: top;
	margin: 40px 0px 12px 26px;
}

/**************** nav *****************/
#navDiv {
	/*width: 500px;*/
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	z-index: 20;
	border: 0px;
}

#nav {
	float: right;
	/*width: 36em;*/
	list-style: none;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#nav sup {
	font-size: 8px;
}

#nav ul {
	float: left;
	/*width: 36em;*/
	list-style: none;
	line-height: 1;
	background-image: url("../images/navTrans.png");
	padding: 0px 0px;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #dddddd;
	margin: 0px;
}

*html #nav ul {
	background-image: url("../images/navWhite.gif");
	background-color: white;
}

#nav a {
	display: block;
	width: 10em; 
	w\idth: 6em;
	color: #333333;
	text-decoration: none;
	padding:5px 10px;
}

#nav li {
	float: left;
	padding: 0px;
	width: 120px; /*was 90px NRN */
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 23.4em; 
/*	w\idth: 11.9em;*/
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 5em;
	width: 12em
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
}

#nav li li li { 
    padding-right: 1em; 
    width: 23em;
    font-family: Arial, Helvetica, sans-serif !important; 
    font-size: 12px !important; 
} 

#nav li ul a {
	width: 23em;
}

#nav li ul ul {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	margin: -1.75em 0 0 10em;
	padding-bottom: 10px;
	width: 23em; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {}

#nav a,
#nav a:link,
#nav a:visited,
#nav a:active {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: red;
	text-decoration: none;
}

/**************** main content *****************/
#mainContent {
	margin: 0px 0px 0px 26px;
	text-align: left;
	vertical-align: top;
	z-index: 5;
	padding-right: 26px;
}

/* links */
#mainContent a,
#mainContent a:link {
	color: red;
}

#mainContent a:visited {
	color: #777777;
}

#mainContent a:active,
#mainContent a:hover {
	color: red;
}

#mainContent #homeImage {
	width: 220px;
	text-align: left;
	vertical-align: top;
}

#mainContent #featuredContent {
	text-align: justify;
	vertical-align: top;
	padding: 20px 30px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

/* kills borders and background images for selected tables yet allows tables added later to retain proper formatting and background images by default */
#mainContent .noImage {
	background-image: none;
}

#mainContent .noBorder {
	border: none;
}

/**************** news *****************/
#news {
	width: 355px;
	background-image: url(../images/newsShadowTop.gif);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
}

#news .tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
	padding: 10px 16px 0px;
}

#newsContent {
	width: 355px;
	background-image: url(../images/newsShadowBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding: 4px 17px 12px;
	vertical-align: top;
}

.calloutLink {

}

.calloutLink a,
.calloutLink a:link,
.calloutLink a:visited,
.calloutLink a:active {
	color: red;
	text-decoration: none;
}

.calloutLink a:hover {
	text-decoration: underline;
}

/**************** new products *****************/
#newProducts {
	width: 355px;
	background-image: url(../images/newProdShadowTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}

#newProducts .tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
	padding: 10px 16px 0px;
}

#newProductContent {
	width: 355px;
	background-image: url(../images/newProdShadowBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding: 4px 17px 12px;
	vertical-align: top;
}

/**************** utility pages *****************/

#utilityContent {
	text-align: left;
	vertical-align: top;
	padding: 0px 30px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	z-index: 5;
}

/* links */
#utilityContent a,
#utilityContent a:link {
	color: red;
}

#utilityContent a:visited {
	color: #777777;
}

#utilityContent a:active,
#utilityContent a:hover {
	color: red;
}

/* default table styles */
#utilityContent .utilityTableDiv {
	background-image: url(../images/tableTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	padding: 10px;
}

#utilityContent .utilityTableShadow table  {
	margin-right: 10px;
}

#utilityContent .utilityTableDiv .tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
}

#utilityContent .utilityTableDiv table {}

#utilityContent .utilityTableDiv td {
	padding: 5px;
	border-top: 1px solid #cccccc;
}

#utilityContent td.utilityTableShadow   {
	background-image: url(../images/tableBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	border-top: 0px solid white;
}

#utilityContent .utilityTableDiv td.tableHeadDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border-top: 0px solid white;
}

/**************** product pages *****************/
#productContent {
	margin: 0px 0px 0px 26px;
	text-align: left;
	vertical-align: top;
	z-index: 5;
	padding-right: 26px;
}

/* links */
#productContent a,
#productContent a:link {
	color: red;
}

#productContent a:visited {
	color: #777777;
}

#productContent a:active,
#productContent a:hover {
	color: red;
}

/* tagline image */
#productContent #tagline {
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}

#productContent #productImage {
	width: 200px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

#productContent #productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	float: right;
}

#productContent #productInfo {
	text-align: justify;
	vertical-align: top;
	padding: 4px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#productContent #productLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	line-height: 14px;
}

#productContent #productLinks ul {
	margin-left: 50px;
	list-style-image: url(../images/ulIcon.gif);
	list-style-position: inside;
}

#productContent #productLinks a,
#productContent #productLinks a:link,
#productContent #productLinks a:visited,
#productContent #productLinks a:active {
	color: red;
	text-decoration: none;
}
#productContent #productLinks a:hover {
	color: red;
	text-decoration: underline;
}

/* product features */
#productContent #productFeatures {
	background-image: url(../images/tableTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 40%;
	vertical-align: top;
}

#productContent #productFeatures #productFeaturesDiv  {
	background-image: url(../images/tableBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#productContent #productFeatures #productFeaturesDiv .tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
}

#productContent #productFeatures #productFeaturesDiv ul {
	list-style-image: url(../images/iconSmall.gif);
	list-style-position: outside;
	margin: 0px;
	padding-left: 16px;
}

#productContent #productFeatures #productFeaturesDiv li {
	padding: 5px 0px;
}

/* product specs */
#productContent #productSpecs {
	background-image: url(../images/tableTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 60%;
	vertical-align: top;
}

#productContent #productSpecs #productSpecsDiv  {
	background-image: url(../images/tableBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px 13px;
	margin-right: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

#productContent #productSpecs #productSpecsDiv .tableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	font-weight: bold;
}

#productContent #productSpecs #productSpecsDiv .tableHeadDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding: 5px 0px;
}

#productContent #productSpecs #productSpecsDiv .tableHeadProduct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}

#productContent #productSpecs #productSpecsDiv .tableProdSpec {
	vertical-align: top;
	padding: 5px 0px;
	border-top: 1px solid #cccccc;
}

#productContent #productSpecs #productSpecsDiv .tableProdSpecBullet {
	text-align: center;
	vertical-align: top;
	padding: 7px 0px;
	border-top: 1px solid #cccccc;
}

/* kills borders and background images for selected tables yet allows tables added later to retain proper formatting and background images by default */
#mainContent .noImage {
	background-image: none;
}

#mainContent .noBorder {
	border: none;
}

/**************** footer *****************/
#footer {
	position: relative;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer a,
#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:visited {}

#footer a:active {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #ea0237;
	text-decoration: underline;
}

/**************** dynamic home content *****************/
#dynamicHomeContent {
	text-align: left;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 50px;
	margin-top: 40px;
}

#dynamicHomeContent #dynamicImage {
	height: 280px;
	width: 220px;
}

#dynamicHomeContent #dynamicRight {
 padding-left: 50px;
 padding-top: 70px;
 vertical-align: top;
}

#dynamicHomeContent #dynamicCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 18px;
}

#dynamicHomeContent #dynamicName {
	text-align: right;
	padding-top: 5px;
}