@charset "UTF-8";
body  {
  background: #FFF;
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 20px 0 0 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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
}
P {
  text-align: left;
  widows: 4;
} 

H1 {

font-size: 1.5em;
}
/*img, div, a, input { behavior: url(../iepngfix.htc) }*/

.stripViewer .panelContainer .panel ul {
      text-align: left;
      margin: 0 15px 0 30px;
    }
    
    .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
      margin: 0;
      position: relative;
      width: 100%;
    }

    /* These 2 lines specify style applied while slider is loading */
    .csw {width: 100%; height: 275px; background: url(../images/media_bck.jpg) repeat-x; overflow: scroll;}
    .csw .loading {margin: 125px 0 125px 0; text-align: center}

    .stripViewer { /* This is the viewing window */
      position: relative;
      overflow: hidden;
      margin: auto;
      width: 1024px; /* Also specified in  .stripViewer .panelContainer .panel  below */
      height: 250px;
      clear: both;
    }
    
    .stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
      position: relative;
      left: 0; top: 0;
      width: 100%;
      list-style-type: none;
      /* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
    }
    
    .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
      float:left;
      height: 100%;
      position: relative;
      width: 1024px; /* Also specified in  .stripViewer  above */
    }
    
    .stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
      padding: 0;
    }
    
    .stripNav { /* This is the div to hold your nav (the UL generated at run time) */
      background-color:#FFF;
    }
    
    .stripNav ul { /* The auto-generated set of links */
      list-style: none;
      background-color:#FFF;
      width: 100%;
      margin:0;
      padding:0;
    }
    
    .stripNav ul li {
      border-top: 3px solid #990000;
      width: 170px;
      float: left;
      height: 10px;
      border-right: 1px solid #CCC;
    }
    
    .stripNav a { /* The nav links */
      font-size: 10px;
      font-weight: bold;
      text-align: center;
      line-height: 23px;
      background: #c6e3ff;
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 0 15px;
    }
    
    .stripNav li.tab1 a { background:url(../images/prod_nav_up.jpg) repeat-x; }
    .stripNav li.tab2 a { background:url(../images/prod_nav_up.jpg) repeat-x;}
    .stripNav li.tab3 a { background:url(../images/prod_nav_up.jpg) repeat-x;}
    .stripNav li.tab4 a { background:url(../images/prod_nav_up.jpg) repeat-x;}
    .stripNav li.tab5 a { background:url(../images/prod_nav_up.jpg) repeat-x;}
    .stripNav li.tab6 a { background:url(../images/prod_nav_up.jpg) repeat-x;}

    
    .stripNav li a:hover {
      background: #333;
    }
    
    .stripNav li a.current {
      background:url(../images/prod_nav_active.jpg) repeat-x;
      color: #fff;
    }
    
    .stripNavL, .stripNavR { /* The left and right arrows */
      position: absolute;
      top: 230px;
      text-indent: -9000em;
    }
    
    .stripNavL a, .stripNavR a {
      display: block;
      height: 40px;
      width: 40px;
    }
    
    .stripNavL {
      left: 0;
    }
    
    .stripNavR {
      right: 0;
    }
    
    .stripNavL {
      background: url("images/arrow-left.gif") no-repeat center;
    }
    
    .stripNavR {
      background: url("images/arrow-right.gif") no-repeat center;
    }

.jcarousel-control {
    margin-bottom: 10px;
    text-align: left;
  height: 25px;
  background-color:#000000;
}

.jcarousel-control a {
    font-size: 1em;
    text-decoration: none;
    padding: 0 10px;
    color: #eee;
    font-weight: bold;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: left;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

/**************** drop menu *****************/

#dropmenudiv{
position: absolute;
/*border: 1px solid #FFFFFF;*/
margin-top: 3px;
text-decoration: none;
z-index:1000;
}

#dropmenudiv a{
width:175px;
background-color: #333;
  display: block;
  border-bottom: 1px solid #999999;
  text-indent: 10px;
  padding: 0px 0 3px 5px;
  font: bold 11px Arial, Helvetica, sans-serif;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
  color: #CCCCCC;
}

/********************* end **********************/

.contentpaneopen {
width: 100%;
}

.thrColFixHdr #container { 
  width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: url(../images/main_con_bck.jpg) no-repeat;
  background-position: 0 365px; 
  margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  text-align: left; /* this overrides the text-align: center on the body element. */
  overflow: hidden;
}
.thrColFixHdr #header { 
  padding: 0 10px 0px 10px;  /* 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. */
  text-align: right;
}

ul#subnav,ul#subnav li{list-style-type:none;margin:0;padding:0; font-weight:bold;}
ul#subnav{}
ul#subnav li{float:right;margin-right: 0px;text-align: center;}
ul#subnav a{padding: 12px 0 0 0;text-decoration:none;color: #FFF; height:15px;; border-right: 1px solid #999999;}
ul#subnav a:hover{color: #CCC}
ul#subnav li.home a,ul#subnav li.activelink a:hover{border: none;}

.thrColFixHdr #header img { 
  float:left;
}
.thrColFixHdr #header A:link {padding: 0 8px 0 8px;text-decoration: underline; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #header A:visited {padding: 0 8px 0 8px;text-decoration: underline; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #header A:active {text-decoration: none}
.thrColFixHdr #header A:hover {text-decoration: none; color:#666; font-size: 1em; font-weight: bold;}
.thrColFixHdr #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 */
}
.thrColFixHdr #navigation {
clear: left; 
/*background: url(../images/nav.jpg) repeat-x;*/
  height: 37px;
  padding: 0px 0px 0px 0px;  /* 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. */
  /*border-bottom: 3px solid #990000;*/
  border: 0;
  border-radius: 10px;
}
.thrColFixHdr #user { 
  float: right;
  width: 58px;
  height: 58px;
  position: absolute;
  background: url(../images/user_bck.png) no-repeat;
  z-index: 5000;
  margin: 45px 0 0 900px;
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0; font-weight:bold;}
ul#nav{}
ul#nav li{float:left;margin-right: 0px;text-align: center;}
ul#nav a{float:left;width: 100px;padding: 12px 0 0 0;text-decoration:none;color: #FFF; height:25px;; border-left: 1px solid #999999;}
ul#nav a:hover{color: #CCC}
ul#nav li.home a,ul#nav li.activelink a:hover{border: none;}
.thrColFixHdr #media {
background: url(../images/media_bck.jpg) repeat-x; 
  height: 275px;
}
.thrColFixHdr #media-products { 

  width: 700px;
  height: 275px;
  float:left;
}
.thrColFixHdr #media-products img { 
padding-left: 0px;;
}
.thrColFixHdr #media-products-1 { 
  background: url(../images/product_bck.png) repeat-y;
  height: 275px;
  width: 250px;
  float:right;
  padding: 20px 10px 20px 20px;
  margin-right: 25px;
}
.thrColFixHdr #media-products-1 h1 { 
  font-size: 2.8em;
  color:#990000;
}
.thrColFixHdr #media-products-1 A:link {text-decoration: none; color:#990000; font-size: .9em; font-weight: bold;}
.thrColFixHdr #media-products-1 A:visited {text-decoration: none; color:#990000; font-size: .9em; font-weight: bold;}
.thrColFixHdr #media-products-1 A:active {text-decoration: none; font-size: .9em}
.thrColFixHdr #media-products-1 A:hover {text-decoration: none; color:#666; font-size: .9em; font-weight: bold;}


.thrColFixHdr #sidebar1 A:link {text-decoration: none; color:#990000; font-size: 1em; font-weight: normal;}
.thrColFixHdr #sidebar1 A:visited {text-decoration: none; color:#990000; font-size: 1em; font-weight: normal;}
.thrColFixHdr #sidebar1 A:active {text-decoration: none}
.thrColFixHdr #sidebar1 A:hover {text-decoration: none; color:#666; font-size: 1em; font-weight: bold;}
.thrColFixHdr #sidebar1 h1, h2, h3 {
  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 */
  font-weight:normal;
  color:#FFFFFF;
  font-size: 1.5em;
}
.thrColFixHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 300px; /* padding keeps the content of the div away from the edges */
  margin: 0;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.thrColFixHdr #sidebar1 img {
  padding: 0 10px 0 0;
}
.thrColFixHdr #sidebar1-container {
border: #808080 1px solid;
  background: url(../images/purple.jpg) repeat-x;
  padding: 0 25px 10px 20px;
  margin-top: 0;
  margin-bottom: 25px;
  height: 220px;
  background-color: #EDEDED;
}
.thrColFixHdr #sidebar1-container h1, h2, h3 {
  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 */
  font-weight:normal;
  color:#FFFFFF;
  font-size: 1.5em;
}
.thrColFixHdr #sidebar1-newsletter {
border: #808080 1px solid;
  background: url(../images/newsletter.jpg) repeat-x;
  padding: 0 25px 10px 20px;
  margin-top: 0;
  margin-bottom: 15px;
  height: auto;
  background-color: #EDEDED;
}
.thrColFixHdr #sidebar1-newsletter p {
color: #FFFFFF;
}
.thrColFixHdr #sidebar1-newsletter 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 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-weight:bold;
  color:#FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  font-size: 1.2em;
}
.thrColFixHdr #sidebar1-news {
  margin-top: 0;
  margin-bottom: 15px;
  height: 400px;
  background-color: #FFF;
}
.thrColFixHdr #sidebar1-news p {
color: #000;
}
.thrColFixHdr #sidebar1-news 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 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-weight: bold;
  color:#990000;
  border-bottom: solid 1px #666;
  font-size: 1.2em;
}
.thrColFixHdr #sidebar2 img {
  padding: 0 10px 0 0;
}
.thrColFixHdr #sidebar2 A:link {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #sidebar2 A:visited {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #sidebar2 A:active {text-decoration: none}
.thrColFixHdr #sidebar2 A:hover {text-decoration: none; color:#666; font-size: 1em; font-weight: bold;}
.thrColFixHdr #sidebar2 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 */
  font-weight:normal;
  color:#FFFFFF;
  font-size: 1.5em;
}
.thrColFixHdr #sidebar2 {
  width: 300px; /* padding keeps the content of the div away from the edges */
  margin:0;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 20px;
  float: right;
  padding-right: 20px;
}
.thrColFixHdr #sidebar2-container {
border: #808080 1px solid;
  background: url(../images/blue.jpg) repeat-x;
  padding: 0 25px 10px 20px;
  margin-top: 0;
  margin-bottom: 15px;
  height: 220px;
  background-color: #EDEDED;
}
.thrColFixHdr #mainContent 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 */
  font-weight:normal;
  color:#FFFFFF;
  font-size: 1.5em;
}
.thrColFixHdr #mainContent A:link {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #mainContent A:visited {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #mainContent A:active {text-decoration: none}
.thrColFixHdr #mainContent A:hover {text-decoration: none; color:#666; font-size: 1em; font-weight: bold;}
.thrColFixHdr #mainContent {
  margin-top: 0;
  margin-right: 340px;
  margin-bottom: 0;
  margin-left: 340px;
  padding-top: 25px;;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}
.thrColFixHdr #mainContent-container {
  border: #808080 1px solid;
  width:260px;
  background: url(../images/red.jpg) repeat-x;
  padding: 0 25px 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
  height: 220px;
  background-color: #EDEDED;
}
.thrColFixHdr #list { 
  margin-left: 338px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.thrColFixHdr #list A:link {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #list A:visited {text-decoration: none; color:#990000; font-size: 1em; font-weight: bold;}
.thrColFixHdr #list A:active {text-decoration: none}
.thrColFixHdr #list A:hover {text-decoration: none; color:#666; font-size: 1em; font-weight: bold;}
.thrColFixHdr #list img { 
  padding: 0 20px 30px 0;
}
.thrColFixHdr #footer { 
  border-top: 1px solid #666;
  padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  font-size: .9em;
  text-align: right;
}
ul#foot,ul#foot li{list-style-type:none;margin:0;padding:0;}
ul#foot{}
ul#foot li{float:left;margin-right: 0px;text-align: center;}
ul#foot a{float:left; text-decoration:none; padding-left: 30px; color: #000; height:15px;}
ul#foot a:hover{color: #333}
ul#foot li.home a,ul#foot li.activelink a:hover{border: none;} 
.thrColFixHdr #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: 0 20px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.cssbutton{

    background-repeat: repeat-x;
  border: #333 1px solid;

  height: 25px;
  
  width: 125px;
  
  background-position: center top;
  
  
  background-image: url(../images/button_up.jpg);
     color: #FFF;
  
  text-decoration: none;
  
  font: bold 9pt "Helvetica", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
  
  cursor: pointer;

}



.cssbutton:visited, .cssbutton:hover, .cssbutton:active
{

    background-repeat: repeat-x;
  border: #333 1px solid;

  height: 25px;
  
  width: 125px;
  
  background-position: center middle;
  
  background-image: url(../images/button_over.jpg);
  
     color: #FFF;
  
  text-decoration: none;
  
  font: bold 9pt "Helvetica", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
  
  cursor: pointer;

}

.scrollArea {
width: 275px;
height: 400px;
padding-left: 5px;
padding-right: 20px;
float: left;
overflow: auto;
}
.scrollArea ul, .scrollArea li {
list-style: none;
padding: 0 0 10px 0;
margin: 0;
}
UL#ariext151 LI A
{
	background: transparent;
  	color: #ffffff;
	border: 0px;
}

#ariext151 LI.ux-menu-item-level-0
{
 width: 128px !important;
}


UL#ariext151 > LI, .ux-menu-sub 
{

  /***  CSS Gradient  ***/
  /*  Chrome 1-9 and Safari 4-5.0  */
  background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, rgba(0, 0, 0, 1.000) ),
        color-stop( 1.0, rgba(167, 167, 167, 1.000) ));

  /*  Chrome 10+ Safari 5.1+ Mobile Safari  */
  background-image: -webkit-linear-gradient(top,
        rgba(0, 0, 0, 1.000), 
        rgba(167, 167, 167, 1.000) );

  /*  Firefox 3.6+  */
  background-image: -moz-linear-gradient(top,
        rgba(0, 0, 0, 1.000), 
        rgba(167, 167, 167, 1.000) );

  /*  IE 10+  */
  background-image: -ms-linear-gradient(top,
        rgba(0, 0, 0, 1.000), 
        rgba(167, 167, 167, 1.000) );

  /*  Opera 11.10+  */
  background-image: -o-linear-gradient(top,
        rgba(0, 0, 0, 1.000), 
        rgba(167, 167, 167, 1.000) );

  /*  W3C  */
  background-image: linear-gradient(top,
        rgba(0, 0, 0, 1.000), 
        rgba(167, 167, 167, 1.000) );



}

.ux-menu-arrow {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
