﻿
body 
{
    background-image: url(/images/bg.gif);
    background-repeat:repeat;
   
    
}

a:link
{
     text-decoration: none;       
     color: #0097ff;    
    }
    
a:visited
{
     text-decoration: none;       
     color: #0097ff;  
    
    }

a:hover
{
     text-decoration: underline;       
     color: #0097ff;  
    
    }
    
a:active
{
     text-decoration: none;       
     color: #0097ff;  
    
    }

h1 
{
   font-size:14px;
   font-weight:bold;
   color: #000000;    
    }
h2 
{
   font-size:12px;
   font-weight:bold;
   color: #000000;    
    }    
    
.warning 
{
   color:#FF0000;     
    
    }
    
.success 
{
   color:#0097FF;     
    
    }

.field200px 
{
   width:200px;
    }
    
    
.field200pxwh 
{
    width:200px;
    height:200px;   
    
    }

.fieldname 
{
    font-family: Verdana;
    font-size:11px;
    color:#000000;   
    
    }

#mainTable 
{
    width: 750px;
    border: 0px;
    margin-left:auto; /*normally this is all we would need for table centering*/
	margin-right:auto; /*normally this is all we would need for table centering*/
	text-align:center; /*required for IE table centering*/
	background-color: #ffffff;
    
    }
    
#mainTable .leftBorder 
{
    background-image: url(/images/borderleft.gif);
    background-repeat:repeat-y;
    width: 6px;
    }
#mainTable .rightBorder 
{
    background-image: url(/images/borderright.gif);
    background-repeat:repeat-y;
    width: 6px;

    }
#mainTable .topBorder 
{
    background-image: url(/images/bordertop.gif);
    background-repeat:repeat-x;
    height: 6px;
    line-height: 6px;

    }
#mainTable .bottomBorder 
{
    background-image: url(/images/borderbottom.gif);
    background-repeat:repeat-x;
    height: 6px;
    line-height: 6px;
    
    }

#mainTable .content {
    text-align:left;
    width:738px;
    font-family: Verdana;
    font-size:11px;
    color: #7b7b7b 
    
    
    }
    
#mainTable .corner {
    height: 6px;
    line-height: 6px;  
    
    }


#contentTable 
{
    width: 738px;
    }
    
    
#contentTable .content 
{
    text-align:left;
    
    
    }    
    
#contentTable .mainContent 
{
    padding-top:10px;
    font-family:Verdana;
    
    
    }
    
#logoTable 
{
   width: 738px;
    
    
    }



#logoTable .address 
{
    color: #7b7b7b;
    font-family: Verdana;
    font-size: 11px;
    text-align:right;
    padding-right: 10px;
    }
    
#logoTable .logo 
{
    padding-top: 15px;
    padding-left: 10px;

    }

#footerTable 
{
   width: 738px;
   margin-bottom: 25px;
   margin-top: 25px; 
    
    }
    
#footerTable .content
{
   width: 728px;
   background-color: #009fff;
   font-family: Arial;
   font-size: 11px;
   color: #ffffff;
   text-align:center;
   
    
    
    }

#footerTable .topBorder {
   background-image: url(../images/horzdottedline.gif);
   background-repeat:repeat-x;
   line-height:1px;   
   padding-bottom: 20px;
   padding-top: 20px;    
    }
#footerTable .finePrint {
   font-family: Arial;
   font-size: 9px;
   color: #7f7f7f;
   text-align: center;
   padding-top: 10px;   
    }
    

#footerTable .finePrint a:link
{
     text-decoration: none;       
     color: #7f7f7f;    
    }
    
#footerTable .finePrint a:visited
{
     text-decoration: none;       
     color: #7f7f7f;  
    
    }

#footerTable .finePrint a:hover
{
     text-decoration: underline;       
     color: #7f7f7f;  
    
    }
    
#footerTable .finePrint a:active
{
     text-decoration: none;       
     color: #7f7f7f;  
    
    }

    
#footerTable a:link
{
     text-decoration: none;       
     color: #ffffff;    
    }
    
#footerTable a:visited
{
     text-decoration: none;       
     color: #ffffff;  
    
    }

#footerTable a:hover
{
     text-decoration: underline;       
     color: #ffffff;  
    
    }
    
#footerTable a:active
{
     text-decoration: none;       
     color: #ffffff;  
    
    }
    
#menuTable 
{
   width: 738px;
   margin-top: 5px; 
    
    }

#menuTable .content
{
   width: 728px;
   background-color: #009fff;
   font-family: Arial;
   font-size: 13px;
   color: #ffffff;
   text-align:center;
   font-weight:bold;
  
    
    
    }

#menuTable a:link
{
     text-decoration: none;       
     color: #ffffff;    
    }
    
#menuTable a:visited
{
     text-decoration: none;       
     color: #ffffff;  
    
    }

#menuTable a:hover
{
     text-decoration: underline;       
     color: #ffffff;  
    
    }
    
#menuTable a:active
{
     text-decoration: none;       
     color: #ffffff;  
    
    }
    
#blurbTable 
{
   
    border: 0px;
    width: 100%;   
    
    }
    
#blurbTable .leftBorder 
{
    background-image: url(/images/grayboxborderleft.gif);
    background-repeat:repeat-y;
    width: 5px;
    }
#blurbTable .rightBorder 
{
    background-image: url(/images/grayboxborderright.gif);
    background-repeat:repeat-y;
    width: 5px;

    }
#blurbTable .topBorder 
{
    background-image: url(/images/grayboxbordertop.gif);
    background-repeat:repeat-x;
    height: 5px;
    line-height: 5px;

    }
#blurbTable .bottomBorder 
{
    background-image: url(/images/grayboxborderbottom.gif);
    background-repeat:repeat-x;
    height: 5px;
    line-height: 5px;
    
    }

#blurbTable .content {
    text-align:left;
    background-color: #eeebe3;
    font-family: Verdana;
    font-size:11px;
    color: #7b7b7b;
    
    }
    
#blurbTable .corner {
    height: 5px;
    line-height: 5px;  
    
    }
    
    
#blurbTable a:link, #aboutTable a:link
{
     text-decoration: none;       
     color: #7b7b7b;
     font-weight:bold;   
    }
    
#blurbTable a:visited, #aboutTable a:visited
{
     text-decoration: none;       
     color: #7b7b7b;  
     font-weight:bold;
    }

#blurbTable a:hover, #aboutTable a:hover
{
     text-decoration: underline;       
     color: #7b7b7b;  
     font-weight:bold;
    }
    
#blurbTable a:active, #aboutTable a:active
{
     text-decoration: none;       
     color: #7b7b7b;  
     font-weight:bold;
    }

#homeTable 
{
    margin-top:10px; 
    
    
    }

#homeTable .content {
    text-align:left;
    vertical-align:top;
    padding-left:10px;
    
        
    }
#homeTable .vertDottedLine 
{
    background-image: url(/images/vertdottedline.gif);
    background-repeat:repeat-y;
    width: 1px;
  }
#homeTable .image 
{
    padding-right:10px;
  }
  
#aboutTable 
{
    width:738px;
    font-family:Verdana;
    font-size:12px;     
    
    
    }

#aboutTable .caption 
{
    font-weight:bold;
    
    }
    
    
#aboutTable .imageCol 
{
    vertical-align:top;
    
    }
    
#aboutTable .content 
{
    padding-left:10px;
    color: #7b7b7b
    }
    
#productsTable 
{
    width:100%;
    font-family:Verdana;
    font-size:11px;
    color: #000000;
    margin-top: 10px;     
    
    
    }
#productsTable .thumbnail 
{
    width: 150px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    
    
    }
#productsTable .vertDottedLine 
{
    background-image: url(/images/vertdottedline.gif);
    background-repeat:repeat-y;
    width: 1px;
  }
  
#productsTable .bottomBorder {
   background-image: url(../images/horzdottedline.gif);
   background-repeat:repeat-x;
   line-height:1px;
   padding-bottom:10px;
   padding-top:10px;   
    }

    
#productsTable .spec {
   padding-left: 10px;
   padding-top: 10px;
   vertical-align: top;
    }
#newsTable 
{
    width:100%;
    font-family:Verdana;
    font-size:11px;
    color: #000000;
    margin-top: 10px;     
    
    
    }
#newsTable .thumbnail 
{
    width: 150px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    
    
    }
#newsTable .vertDottedLine 
{
    background-image: url(/images/vertdottedline.gif);
    background-repeat:repeat-y;
    width: 1px;
  }
  
#newsTable .bottomBorder {
   background-image: url(../images/horzdottedline.gif);
   background-repeat:repeat-x;
   line-height:1px;
   padding-bottom:10px;
   padding-top:10px;   
    }

    
#newsTable .article {
   padding-left: 10px;
   padding-top: 10px;
   vertical-align: top;
    }
