/****************************************************************************
 * Color references:
 *
 * darkest blue: #0d5d84;
 * dark blue:  #18415c;
 * medium blue: #49a6d4;
 * medium light blue: #399acd;
 * dark grey: #898a8b;
 *
 ***************************************************************************/

 
/****************************************************************************
 *
 *  HTML styles
 *
 ***************************************************************************/
BODY
{
  margin:0;
  padding:0;
  background-color: #a33c3c;
  line-height: 1.5em;
  font: normal 10px/12px verdana, tahoma, sans-serif; 
  color: #3e3e3e;
  text-align: center;
}
HR
{
  background-color: #717171;
  color: #717171;
  height: 1px;
}
A 
{
  color: #5c4118;
  text-decoration: none;
}
A:hover 
{
  text-decoration: underline;
}
A:visited 
{
  color: #5c4118;
}
TD, P 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 15px;
}
H1
{
  font-size: 16px;
  font-weight: bold;
}
UL
{
  font-size: 11px;
  color: #666666;
}
LI
{
  padding: 2px;
}
IMG
{
  border: 0;
}


/****************************************************************************
 *
 *  Main Layout
 *
 ***************************************************************************/
#maincontainer
{
  width: 980px; 
  margin: 0 auto; /* Center container on page */
  border: solid #333;
  border-width: 1px 1px 1px 1px;
  text-align: left;
  background-color: #fff;
}

/****************************************************************************
 * Header
 ***************************************************************************/
#topsection
{
}
/*-------------------------------------------------------------------------*/
#headertop
{
  background-color: #000;
  height: 96px;
  color: #ccc;
}
#headertopad
{
  float: left;
  width: 760px;
}
#headertopright
{
  padding-top: 0px;
  text-align: right;
  background-color: #000;
  color: #fff;
  width: 180px;
  float: left;
}
#headertopright h3
{
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ccc;
  line-height: 16px;
  padding: 5px;
}
#headertopright a, #headertopright a:visited
{
  color: #fff;
}

/*-------------------------------------------------------------------------*/
#hero
{
  clear: left;
  height:102px;
  background-color: #000;
  color: #ccc;
}
#hero img
{
  padding: 0;
  margin: 0;
  border: 0;
}
#heroimage
{
  float: left;
}
#heroad
{
  text-align: right;
  font-family: arial, tahoma, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: normal;
  font-stretch: narrower;
  color: #fff;
  padding-top: 70px;
  padding-right: 20px;
}
#searchhint ul
{
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #999;
  color: #666;
  text-align: left;
  font-size: 0.8em;
  width: 200px;
  margin: 0;
  padding: 3px 3px 2px 5px;
}
#searchhint li
{
  padding: 0;
  margin: 0;
}
/*-------------------------------------------------------------------------*/
#breadcrumb
{
  position: relative;
  bottom: 2px;
  clear: left;
  margin: 0px;
  border-top: 1px solid #333; 
  color: #fff;
  background-color: #5a5a5a;
  padding-top: 3px;
  padding-bottom: 6px;
  width: 100%; 
}
#breadcrumb A 
{
  color: #e2e2e2
}
/*-------------------------------------------------------------------------*/

/****************************************************************************
 * Content
 ***************************************************************************/
#contentwrapper
{
  float: left;
  width: 100%;
  background-color: #fff;
}
#maincontent
{
  position: relative;
  bottom: 2px;
  margin: 0px 225px 0px 225px; /* Margins for content column, should be "0 RightColumnWidth 0 LeftColumnWidth */
  border: solid #1c4960;
  border-width: 0px 1px;
  background: #fff;
}
#maincontenttwocolumnleft
{
  position: relative;
  bottom: 2px;
  margin: 0px 0px 0px 225px; /* Margins for content column, should be "0 RightColumnWidth 0 LeftColumnWidth */
  border: solid #333;
  border-width: 0px 1px;
  background-color: #fff;
}
#contentpad
{
  padding: 5px 10px 5px 10px;
  min-height: 3750px;
}
#leftcolumn
{
  position: relative;
  bottom: 2px;
  float: left;
  width: 225px; 
  margin-left: -980px; /* Set margin to that of -(MainContainerWidth) */
  background: #fff;
}
#rightcolumn
{
  position: relative;
  bottom: 2px;
  float: left;
  width: 225px; 
  margin-left: -225px; /* Set left margin to -(RightColumnWidth) */
  background: #fff;
}

/*-------------------------------------------------------------------------*/

/****************************************************************************
 * Footer
 ***************************************************************************/
#footer
{
  clear: left;
  color: #333;
  background-color: #cecece;
  border-top: 4px solid #acacac;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
#footerbrandlist
{
  padding: 10px;
  text-align: center;
}
#footerbrandlist h3
{
  padding-top: 5px;
}
/*-------------------------------------------------------------------------*/
#copyright
{
  font-family: sans-serif;
  clear: both;
  color: #fff;
  font-size: 12px;
  padding: 12px;
  background-color: #333;
  border: solid #1c4960;
  border-width: 0px 0;
  text-align: left;
}
#copyright a, #copyright a:visited
{
  color: #fff;
}
/*-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
#status
{
  font-size: 12px;
  width: 100%;
  text-align: left;
  padding-bottom: 7px;
}
#status .error
{
  color: #c00;
  font-weight: bold;
}
#status .ok
{
  color: #009;
  font-weight: bold;
}
#status ul
{
  margin: 0px;
  list-style: none;
  padding: 2px;
  margin: 0px;
}
#status ul li
{
  list-style-type: none;
  text-align: left;
  margin-bottom: 2px;
}
/*-------------------------------------------------------------------------*/


/****************************************************************************
 *
 *  Form Classes
 *
 ***************************************************************************/
.emailformheader
{
  padding: 3px;
  font-size: 14px;
  text-align: center;
}
 .formheader
 {
   background-color: #0095CF;
   color: #fff;
   border-bottom: solid 1px #666666;
   font-size: 12px;
 }
.headerform
{
  padding-top: 0px;
  padding-left: 5px;
  font-size: 11px;
  width: 220px;
  height: 137px;
  min-height: 137px;
  text-align: center;
  color: #fff;
  /* #173C71 #4583dd #174F9F #475D7D #335D99*/
}  
.headerform td
{
  color: #fff;
}
.headerform th
{
  color: #fff;
  font-size: 14px;
}
.headerform form
{
  padding: 0px;
}
.headerform p
{
  clear: both;
}
.headerformtitle
{
  font-size: 12px;
  text-align: left;
}
.headerformitem
{
  clear: both;
  padding-top: 4px;
}
.headerformformlabel
{
  font-size: 10px;
  width: 60px;
  float: left;
  text-align: right;
  padding-right: 8px;
}
.headerformforminput
{
  font-size:  10px;
  width: 150px;
  text-align: left;
  float: left;
 }


/****************************************************************************
 *
 *  Misc Classes (alphabetically)
 *
 ***************************************************************************/
.bold
{
  font-weight: bold;
}
.currentpage
{
  font-size: bigger;
  font-weight: bolder;
  background-color: #ccc;
  color: #900;
  text-align: center;
  padding: 4px;
}
.customerlogo
{
  color: #5a5751;
  padding: 10px 0 10px 0;
}
.customerlogo img
{
  border: 1px solid #453234;
}
.customerquote
{
  font-family: arial, helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #5a5751;
}
.customerquotename
{
  font-family: arial, helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #18415c;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 6px;
}
.customerquotecompany
{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #8a8781;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 6px;
}
.demofaq
{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.demofaq table
{
  padding: 10px;
}
.demofaq td.first
{
  margin: 5px;
  border-left: 1px solid #8a8781;
  font-size: 12px;  
  font-weight: bold;
  line-height: 18px;
}
.demofaq td
{
  margin: 5px;
  border-right: 1px solid #8a8781;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.inlineimage
{
  padding:10px;
}
.innertube
{
  margin: 10px;   /* Margins for inner DIV inside each column (to provide padding) */
  margin-top: 5px;
}
.leftpad
{
  margin-left: 10px;
}
.paginator
{
  padding: 15px 5px 15px 5px;
  text-align: center;
  clear: both;
}
.productdetailbannerad
{
  text-align: center;
  padding: 10px;
}
h1.productbrand
{
  padding-top: 2px;
  margin: 3px 0 3px 0;
  font-size: 18px;
}
h1.productlistingheader
{
  padding-top: 2px;
  margin: 3px 0 3px 0;
  font-size: 18px;
}
h2.productlistingheader
{
  padding-top: 2px;
  margin: 7px 0 7px 0;
  font-size: 14px;
}  
h2.product
{
  font-size: 16px;
  font-weight: normal;
  margin-top: 6px;
  font-style: italic;
}
.productprice
{
  color: #9a2a31;
  font-size: 1.6em;
  font-weight: bold;
  padding: 2px;
}
.productretail
{
  font-style: italic;
  font-size: 1.2em;
  padding: 2px;
}
.productpct
{
  font-weight: bold;
  color: #a0522d;
  font-size: 1.3em;
  padding: 2px;
}
.productfeatures
{
  font-size: 14px;
  line-height: 18px;
}
.productfeatures ul
{
}
.productfeatures li
{
}
.productimage
{
  padding: 15px;
}
.productimages
{
  padding: 15px 0 15px 0;
  text-align: center;
}
.productimages img
{
  padding: 0px;
  margin: 5px;
  border: 1px solid #666;
}
.productlistitem
{
  text-align: center;
  padding: 10px 5px 15px 5px;
  width: 230px;
  min-height: 225px;
  float: left;
}
.productlistitembrand
{
  font-size: 1.4em;
  padding: 2px;
}
.productlistitemproduct
{
  padding: 2px;
}
.productlistitemprice
{
  color: #9a2a31;
  font-size: 1.4em;
  font-weight: bold;
  padding: 2px;
}
.productlistitemretail
{
  font-style: italic;
  padding: 2px;
}
.productlistitempct
{
  font-weight: bold;
  color: #a0522d;
  font-size: 1.3em;
  padding: 2px;
}
.productthumbnailimage
{
  margin: 5px;
}
.relatedproducts
{
  margin-top: 15px;
}
.relatedproducts h3
{
  margin-bottom: 2px;
  padding-bottom: 0px;
}
h3.releasenotes
{
  font-size: 12px;
  font-weight: bold;
  color: #0095CF;
}
h4.releasenotes
{
  font-size: 12px;
  font-weight: bold;
}
.sectiontitle
{
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #18415c;
/*  padding-top: 10px; */
}
.securelink
{
  font-style: italic;
  font-weight: bold;
/*  font-size: 14px; */
  font-family: sans-serif;
}
.securelink2
{
  color:  #399abd;
}
.securelinkdemorequest
{
  font-size: 13px;
  font-weight: bold;
  padding-left: 12px;
}
.sidebarad
{
  text-align: center;
}
.sidebarbutton
{
  background-color: #d8d7d7;
  text-align: center;
  font-size: 13px;
}
.sidebarbutton A:link
{
  color: #5a5751;
}
.sidebardivider
{
  background-color: #903030;
  color: white;
  font-weight: bold;
  font-size: 6px;
  font-family: arial, tahoma, sans-serif;
  letter-spacing: 1px;
  font-stretch: wider;
  border: solid #999;
  border-width: 1px 0 1px 0;
}
.sidebartext
{
  font-family: helvetica,sans-serif,arial;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #5a5751;
  padding: 5px;
}
.sidebartitle
{
  background-color: #903030;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  padding-left: 10px;
  font-family: arial, tahoma, sans-serif;
  letter-spacing: 1px;
  font-stretch: wider;
}
.sidebaritem
{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
.sidebaritembrand
{
  font-size: 1.4em;
  padding: 2px;
}
.sidebaritemproduct
{
  padding: 2px;
}
.sidebaritemprice
{
  color: #9a2a31;
  font-size: 1.4em;
  font-weight: bold;
  padding: 2px;
}
.sidebaritemretail
{
  font-style: italic;
  padding: 2px;
}
.sidebaritempct
{
  font-weight: bold;
  color: #a0522d;
  font-size: 1.3em;
  padding: 2px;
}
.sitemap li ul
{
  list-style-type: disc;
  padding-left: 5px;
  margin-left: 5px;
  list-style-position: inside;  
}
.tablebreak
{
  clear: both;
  padding: 10px;
}
/*-------------------------------------------------------------------------*/

/****************************************************************************
 *
 *  My Navigation Styles 
 *
 ***************************************************************************/
A.headerlink:visited
{padding-right:30px; color: #000; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.headerlink:link
{padding-right:30px; color: #000; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.headerlink:active
{padding-right:30px; color: #000; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.headerlink:hover
{padding-right:30px; color: #000; text-decoration: underline;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
ul.category
{
  list-style-type: none;
  padding: 0 0 10px;
  margin: 0px;
}
.category li
{
  font-weight: bold;
}
ul.subcategory
{
  list-style-type: none;
  padding: 5px 0 0 5px;
  margin: 0px;
}
.subcategory li
{
  font-weight: normal;
}
/*-------------------------------------------------------------------------*/

/****************************************************************************
 *
 *  Shawn's Navigation Styles (deleted ones I am not yet using)
 *
 ***************************************************************************/
A.header:visited
{padding-right:30px; color: #fff; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.header:link
{padding-right:30px; color: #fff; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.header:active
{padding-right:30px; color: #fff; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
A.header:hover
{padding-right:30px; color: #fff; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px; text-align: right;}
/*-------------------------------------------------------------------------*/
A.breadCrumb:visited
{padding-right:0px; color: #e2e2e2; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px;}
A.breadCrumb:link
{padding-right:0px; color: #e2e2e2; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px;}
A.breadCrumb:active
{padding-right:0px; color: #e2e2e2; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px;}
A.breadCrumb:hover
{padding-right:0px; color: #898a8b; text-decoration: none;font-family: arial, helvetica, sans-serif; font-size: 11px;}
/*-------------------------------------------------------------------------*/


/****************************************************************************
 *
 *  Shawn's Misc Styles 
 *
 ***************************************************************************/
.head
{
	font: bold 10px verdana, tahoma, sans-serif;
}
/*-------------------------------------------------------------------------*/

/****************************************************************************
 *
 *  Shawn's Chrome styles (one CSS page loads faster than multiple pages)
 *
 ***************************************************************************/
.chromestyle
{
  width: 100%;
  font-weight: bold;
  clear: both;
  border-bottom: 1px solid #1c4960;
}

/* Add margin between menu and rest of content in Firefox */
.chromestyle:after
{ 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul
{
  border: 0px solid #BBB;
  width: 100%;
  padding: 4px 0;
  margin: 0;
  text-align: left;
  background-color: #898a8b;
}

.chromestyle ul li
{
  display: inline;
}

.chromestyle ul li a
{
  color: #fff;
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
  border-right: 0px solid #dadada;
}

/* Script dynamically adds a class of "selected" to the current active menu item */
.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ 
}

.dropmenudiv
{
  position:absolute;
  top: 0px;
  border: 1px solid #bbb; 
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height:18px;
  z-index:100;
  background-color: #898a8b;
  width: 200px;
  visibility: hidden;
}

.dropmenudiv a
{
  width: auto;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #bbb; 
  padding: 2px 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
}

/* IE only hack */
* html .dropmenudiv a
{
  width: 100%;
}

.dropmenudiv a:hover
{ 
  background-color: #f0f0f0;
  color: #c3c2c2;
}
/*-------------------------------------------------------------------------*/
