﻿body 
{
    background-color:#d6dae6;  /*light blue color of body*/
    font-family: Courier New, Courier, Tahoma;
    margin:0px;
    padding:0px;
    color:#0a3557;

}
a
{
    
}

a:hover
{
    
}


#mainDiv td
{
    text-align:left;
    vertical-align:top;
    padding:3px;
}

.menuItemStyle
{
   COLOR:White;
}

.divFullScreen
{
   position:relative;
    width:100%;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center; /* centering div for IE*/
}
.clearBoth
{
    clear:both;
}

#wrapper
{
    position:relative;
    
    
}

/*************** HEADER SECTION *************/
#headerWrapper
{
    background-color:#0a3557; /*deep blue */
    border-bottom:solid 5px red;
    margin-top:20px;
}
#divHeader
{
    margin-left:auto; /* centering div for FF */
    margin-right:auto; /* centering div for FF*/
    height:80px;
    width:940px;
   
   
}
#divLogo
{
    float:left;
    width:350px;
    margin-top:5px;
    margin-left:-45px;
}
#divSearch
{
    height:80px;
    float:right;
    width:530px;
    background-image:url(../Images/site/grid.gif);
    background-repeat:no-repeat;
    background-position:75% 100%;
    
    color: #5387B7; /* Text-color: sky blue*/
    
   
}
.divMenuLinks a
{
   color: #5387B7; /* Text-color: sky blue*/
   font-size:15px;
   text-decoration:none;
}

.divMenuLinks a:hover
{
    color:#ffffff;
}

/************ END Header Section ********************/

/*************Top Menu Section***************/

#topMenuWrapper
{
    background-color:#d6dae6;  /*light blue color of menu*/ 
    border-bottom:solid 5px #81b0b1; /*turquise bottom line of menu*/
    height:29px;
    margin-bottom:0px;
}
#divTopMenu
{
    margin-left:auto; /* centering div for FF*/
    margin-right:auto; /* centering div for FF*/
    width:860px;
    vertical-align:middle;
    margin-top:5px;
    text-align:left;
   color: #2963AC; /* Text-color: type of blue*/
   
}

#divTopMenu a
{
   color: #2963AC; /* Text-color: type of blue*/
   font-size:16px;
   font-weight:bold;
   text-decoration:none;
}

#divTopMenu a:hover
{
    color:red;
}

.menuSelected
{
     color:red !important;
}
.menu_bottomSelected
{
    color:#fff !important;
}

/***************End Top Menu Section***********************/

#flashWrapper
{     
    background-image: url(../Images/site/threeColors.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#0a3557;
}
#divFlash
{
    margin-left:auto; /* centering div for FF*/
    margin-right:auto; /* centering div for FF*/
    padding-right:10px;
    height:137px;
    width:930px;
   
}

/******** main HomePage Section************/

#mainWrapper
{
        
    background-image: url(../Images/site/grayGradient.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#ffffff;
  
    
    
   
    
}
#divMainContent
{
  
    margin-left:auto; /* centering div for FF*/
    margin-right:auto; /* centering div for FF*/
    font-family:Trebuchet MS, Arial;
    width:860px;
   /* margin-bottom:20px;*/
    text-align:left;
    background-color:#ffffff;
    height:400px;
    height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */

}

  


#divMainContent div
{
    font-family:Trebuchet MS, Verdana;
    color:#0a3557;
    font-size:13px;
}

.title1
{
   color:#2963AC;
  font-size:15px;
  font-weight:bold;
}

/*3 next divs are only in home page*/
#divMainLeft
{
    float:left;
    width:290px;
    margin:20px 0px 20px 10px;
    text-align:left;
    
}


#divMainCenter
{
    float:left;
    width:220px;
    height:290px;
    margin:15px auto 15px auto;
    background-image:url(../Images/site/SavionHPDevice02.gif);
    background-position:center;
    background-repeat:no-repeat;
    
    
}

#divMainRight
{
    float:left;
    width:300px;
      margin:20px 0px 20px 0px;
    text-align:left;
   
}
#divMainRight ul
{
    list-style-image:url(../Images/icons/vi_ul.gif);
    line-height:20px;
   
    
}
#divMainRight li
{
    padding-left:8px;
    
}

/***************End main HomePage Section********************/


/***************Footer section********************/
#footerWrapper
{
    background-color:#0a3557; /*deep blue */
    border-bottom:solid 2px #ed1f24;  /*red bottom line*/
    border-top:solid 4px #fdd214; /*Yellow border*/
   
   
}

#divFooter
{
    margin-left:auto; /* centering div for FF*/
    margin-right:auto; /* centering div for FF*/
    margin-top:2px;
    height:20px;
    width:860px;
     color:#5387B7;
}





/**************End Footer section*************************/




#contentDiv A
{
   color:#ed1f24;
    text-decoration:none;
}
#contentDiv A:hover
{
    color:#2963AC;
}

/********************MENU CLASSES**************************/

.divInnerMenu
{

     margin-left:10px;
     margin-top:-1px;
   
}

.menuOver
{
    background-color:Red;
}
.menuNormal
{
    background-color:#5288B7;
}
.divInnerMenu div
{
    margin-right:2px;
    padding:1px 12px 1px 12px;
    float:left;
}

.divInnerMenu a
{
    color:#ffffff;
    text-decoration:none;
    font-size:13px;
}
.divInnerMenu a:hover
{
    color:#ffffff;
}
#divCaption
{
    margin-left:10px;
}

/*Login page*/
#divLogin
{
    padding:50px auto 50px auto;
    text-align:center;
}

.login
{
    margin:40px auto 40px auto;
}

/*Distributors form*/
#divForm
{
    margin-left:20px;
}

.divTextFromDb
{
    height:90px;
}

table td

{
    text-align:left;
    vertical-align:top;
}

.tblAccessories ul

{
    padding:0px 0px 0px 11px;
}
