﻿html, body, p, table, tr, td, a, img, form
{
  margin: 0;
  padding: 0;
  border: 0;
}

body 
{
  font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 12px;
  padding: 20px 0px 20px 0px;
  border-top: 8px solid #666666;
  background: url(./images/stripes.jpg);
  text-align: center;
}

/* Layout Blocks */

#container
{
  width: 800px;
  margin: auto;
  text-align: left;
}

#header
{
  width: 800px;
  height: 153px;
  background: transparent url(./images/header.png) no-repeat top;
}

#menu
{
  width: 800px;
  height: 26px;
  background: transparent url(./images/menubar.png) no-repeat top;
  padding-top: 7px;
  text-align: center;
}

#main
{
 width: 800px;
 min-height: 500px;
 height:auto !important;
 height:500px;
 background: white url(./images/shadow_side.png) repeat-y;
 padding-top: 20px;
}

#footer
{
  width: 800px;
  height: 25px;
  background: transparent url(./images/shadow_bot.png) no-repeat top;
}

#copyright
{
  width: 800px;
  padding-top: 8px;
  text-align: center;
  font-size: 10px;
  color: #666666;
}

/* Sub Layout Blocks */

#sidebar
{
  font-size: 11px;
  color: #666666;
  padding: 10px 10px 10px 10px;
}

#content
{
  font-size: 11px;
  color: #666666; 
  padding: 0px 5px 0px 20px;
}

#content2
{
  font-size: 11px;
  color: #666666; 
  padding: 0px 0px 0px 10px;
}

/* Menu Link Stlye */
#menu a {
padding: 0 6px 0 6px;
text-decoration: none;}
#menu a:link       {color: #FFFFFF;}
#menu a:visited {color: #FFFFFF;}
#menu a:active   {color: #66CD00;}
#menu a:hover     {color: #66CD00;}

/* General GREEN Link Style */
a.tlink{text-decoration: none;}
a.tlink:link       {color: #66CD00}
a.tlink:visited {color: #66CD00}
a.tlink:active   {color: #66CD00}
a.tlink:hover     {color: #66CD00; text-decoration: underline;}


a.tlink2{text-decoration: none;}
a.tlink2:link       {color: #000000}
a.tlink2:visited {color: #000000}
a.tlink2:active   {color: #000000}
a.tlink2:hover     {color: #000000; text-decoration: underline;}

/* Sidebar Link Style */
a.flink{text-decoration: none;}
a.flink:link       {color: #33A1C9}
a.flink:visited {color: #33A1C9}
a.flink:active   {color: #33A1C9}
a.flink:hover     {color: #33A1C9; text-decoration: underline;}

/* General classes*/

.name  /*description title bar*/
{
  height: 22px;
  font-weight: bold;
  font-size: 13px;
  color: black;
  border-top: 1px solid #66CD00;
  border-bottom: 1px solid #66CD00;
  padding: 5px 0px 0px 0px;
}

.name2  /*description title bar*/
{
  font-weight: bold;
  font-size: 13px;
  color: black;
  border-top: 1px solid #66CD00;
  border-bottom: 1px solid #66CD00;
  padding: 5px 0px 5px 0px;
}

.title /* heading for spec, features, apps */
{
  font-weight: bold;
  color: black;
  padding-bottom: 6px;
}

.tbl_title /* table headings*/ 
{
  color: black;
  font-weight: bold;
}

.category /* sidebar category header */
{
  color: #66CD00;
  font-size: 12px; font-weight: bold;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.linklist /* sidebar link lists w/ square bullet */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left center;
  margin-bottom: 5px;
}

.linklist2 /* sidebar link lists w/out square bullet */
{
  padding: 0px 0px 0px 13px;
  margin-bottom: 5px;
}

.linklist3 /* sidebar link lists for press releases */
{
  padding: 0px 0px 0px 13px;
  background: transparent url(./images/link.png) no-repeat left 5px;
  margin-bottom: 15px;
}

.type_title  /* prodcut type heading*/
{
  color: #66CD00;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  padding: 0px 0px 10px 0px;
  text-align: right;
  font-variant: small-caps; 
}

.list 
{padding-bottom: 3px;} /* feature list line spacing*/

.green  
{color: #66CD00;} /* color green*/  
.black  
{color: #000000;} /* color black*/ 
   
.break 
{padding-bottom: 15px;}  /*defined break distance*/

.break2
{padding-bottom: 10px;}  /*defined break distance*/

.h_center 
{margin: auto;} /* horizontal centering*/
.v_align   
{margin-top: 5px;} /* vertical alignment*/
.lmargin8 
{margin-left: 8px;} 
.lmargin40 
{margin-left: 20px;} 

.justify /* justify paragraph*/					
{
  text-align: justify;
  line-height: 14px;
}

.right			
{
  text-align: right;
}



.img_main
{
  height: 280px;
  border: 1px solid black;
  text-align: center;
}

.img_side
{
  height: 150px;
  border-top: 1px solid white;
  text-align: center;
  background: transparent url(./images/pic_shadow.png) no-repeat top;
}

.img_cat
{
  width: 280px;
  height: 126px;
  border: 1px solid black;
  text-align: center;
  margin: auto;

}

.linkpic
{
  width: 180px;
  height: 120px;
  background: #FAFAFA;
  float: left;
}

.linktext
{
  padding-top: 10px;
  padding-right: 5px;
  margin-left: 185px;
  color: black;
  font-weight: bold;
}

.linktext2
{
  padding-top: 10px;
  padding-right: 5px;
  margin-left: 185px;
  font-size: 10px;
  text-align: justify;
  height: 64px;
}

#open
{
  margin-left: 35px;
  margin-right: 35px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: justify;
  color: red;
  line-height: 15px;
}

a.prod_link 
{
  display: block;
  width: 495px;
  height: 120px;
  text-decoration: none;
  border-top: 1px solid black;
  padding: 0px;

}
a.prod_link:link       {color: #666666;}
a.prod_link:visited {color: #666666;}
a.prod_link:active   {color: #666666;}
a.prod_link:hover     {color: #666666; background: #FAFAFA;}

.prod_link2
{
  display: block;
  width: 495px;
  height: 120px;
  text-decoration: none;
  border-top: 1px solid #66CD00;
  padding: 0px;

}

/* ================== */
a.block_link 
{
  text-decoration: none;
  padding: 0px;
}
a.block_link:link       {color: #666666;}
a.block_link:visited {color: #666666;}
a.block_link:active   {color: #666666;}
a.block_link:hover     {color: #666666;}
/* ================== */


/*
a.prod_link 
{
  display: block;
  width: 495px;
  height: 120px;
  text-decoration: none;
  border-top: 1px solid #66CD00;
  padding: 0px;
}
*/
.category a:link       {color: #66CD00; text-decoration: none;}
.category a:visited {color: #66CD00; text-decoration: none;}
.category a:active   {color: #66CD00; text-decoration: none;}
.category a:hover     {color: #66CD00; text-decoration: none;}

a:link img       {color: #66CD00; text-decoration: none;}
a:visited img {color: #66CD00; text-decoration: none;}
a:active img   {color: #66CD00; text-decoration: none;}
a:hover img     {color: #66CD00; text-decoration: none;}

.news
{
  width: 495px;
  height: 180px;
  border-top: 1px solid #66CD00;
}

.news_title
{
  padding: 5px 0px 3px 0px;
  font-size: 13px;
  font-weight: bold;
  color: black;
}

.news_text
{
  margin-left: 130px;
}

.news_pic
{
  padding-top: 5px;
  float: left;
}
  
.top_line
{

  border-top: 1px solid #66CD00;
  padding: 0px;

}

.justify15 /* justify paragraph*/					
{
  text-align: justify;
  line-height: 15px;
}
.red
{
  color: red;
}

.map_top
{
  position: absolute; top: 373px; /*390px;*/ z-index: 3;
}

.map_bot
{
  position: absolute; top: 373px; /*390px;*/ z-index: 1;
}

.top_link
{
  text-align: right;
  padding-right: 40px;
  padding-top: 35px;
 }
 
 a.top_link 
{
  text-decoration: none;
  padding: 0px;
  font-size: 10px;

}

a.top_link:link       {color: black;}
a.top_link:visited {color: black;}
a.top_link:active   {color: black;}
a.top_link:hover     {color: white;}

.index_bg
{
  width: 244px;
  height: 244px;
  background: transparent url(./images/index_bg.jpg) no-repeat top;
}

.index_txt
{
  padding-top:13px;
  padding-left:13px;
}