﻿/* DEFAULTS
----------------------------------------------------------*/
* 
{
    background-color: transparent;    
    font-family: "Helvetica Neue", "Lucida Sans Unicode", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, meiryo,  hiragino kaku gothic pro, "URW Gothic L", "Nimbus Sans L",sans-serif;

}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    color: #696969;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 400px;
    text-align:center;  
}

a {  background-color: transparent; }
a, a:link, a:visited {    color: #000080; font-weight:bold;    text-decoration: none; }
a:active, a:focus, a:hover {     text-decoration: underline; }
a:hover {     color: #1d60ff; }
a:active {     color: #034af3; }
a:link, a:visited {     color: #000080; }

p {     margin-bottom: 6px;     line-height: 1.2em; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {   -webkit-appearance: button;   cursor: pointer; }


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 6px;
}
/*
h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
*/
/* this rule styles <h1> and <h2> tags that are the first child of the left and right table columns */
/*
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}
*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    max-width: 970px;  
    background-color: White;
    margin: 0px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: transparent;
    width: 100%;
    max-width: 970px;          
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    background-color: transparent;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-top: 3px;
    margin-right: 3px;
    min-height: 220px;
}
/*
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
*/
/*
.FooterBlockLeft
{
    color: #333333;
    background-color: transparent;
    font-size:small;
    line-height: 1.2em;
    margin-left: auto;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 3px;       
    float: left;
    padding:  3px 30px  3px  30px;
    border-color:transparent;
    border-style: solid;
    border-width: 1px;
    text-align: left;    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
*/
.FullPageWidthBlock
{
    width: 100%;
    max-width: 940px;  
    
    color: #333333;
    background-color: #FFFFCC; 
    
    text-align: left;    
    float: left;
    
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 6px;        
       
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
        
    border-color: #ffd700; 
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;      
}


.HalfPageWidthBlock, .HalfPageWidthBlock_Left, .HalfPageWidthBlock_Right
{
    width: 440px;

    color: #333333;
    background-color: #FFFFCC; 
    
    text-align: left;    
    float: left;
       
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
        
    padding-left: 18px;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 18px;

    border-color: #ffd700;  
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;      
}


.HalfPageWidthBlock_Right
{
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
        
    padding-left: 18px;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 18px;  
}

.HalfPageWidthSpacer
{
    width: 10px;
   
    background-color: #ffd700;
    
    text-align: left;    
    float: left;
       
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
        
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

    border-color: #ffd700; 
    border-style: none;
    border-width: 1px;
    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;      
}

.HalfPageWidthImage
{
    width: 475px;
  
    color: #333333;
    background-color: #FFFFCC; 
    
    text-align: left;    
    float: left;
    overflow: hidden;
     
    margin-left: 0px;
    margin-top: 6px;
    margin-right: 0px;
    margin-bottom: 6px;
        
    padding: 0px;

    border-color: #ffd700;  
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;      
}

.BlockTitle 
{
    font-size: large; font-weight: bold; color: Black; margin: 18px,0px,0px,0px;   
}

.PromoImage
{
       
    float: right; 
    text-align: left;       
    line-height: 1.2em;
    font-size:small;
    overflow: hidden;
   
    color: White;
    background-color: #3899ec; 
   
    width: 520px;
    height: 325px;
    
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 6px;
    margin-bottom: 12px;
    
    padding: 0px;
   
    border-color: #ffd700;  
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.PromoBlockImage
{
    float: left; 
    text-align: left;       
    line-height: 1.2em;
    font-size:small;
    overflow: hidden;
   
    color: #333333;
    background-color: #ffd700; 
   
    width: 400px;
    margin-left: auto;
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 6px;
    padding: 0px;
   
    border-color: #ffd700;  
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.PromoBlock
{
    float: left; 
    text-align: left;       
    line-height: 1.2em;
    font-size:small;
    overflow: hidden;
   
    color: #333333;
    background-color: #ffd700; 
   
    width: 400px;
    margin-left: auto;
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 6px;
    padding: 0px;
   
    border-color: #ffd700; 
    border-style: none;
    border-width: 1px;
    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;      
}

.PromoBlockQuote
{
    float: right; 
    text-align: left;       
    line-height: 1.2em;
    font-size:small;
    overflow: hidden;
   
    color: #333333;
    background-color: #ffd700; 
   
    width: 400px;
    margin-left: 12px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
   
    padding-left: 18px;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 12px;
   
    border-color: #ffd700; 
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.PromoBlockFull
{
    width: 100%;
    max-width: 970px;  
    min-width: 390px;
    color: #333333;
    background-color: #FFFFCC; 
    font-size:small;
   
    margin-left: auto;
    margin-top: 6px;
    margin-right: auto;
    margin-bottom: 6px;
        
    padding: 12px 30px  26px  30px;
    border-color:transparent;
    border-style: solid;
    border-width: 1px;
    text-align: left;    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


.InspirationalQuotes
{
    width: 100%;
    max-width: 970px;  

    min-width: 48%;
    min-height: 32px;
             
    color: #333333;
    background-color:  #FFFFCC; 
    
    font-size: larger; 
    font-weight: bold; 
    color: Black; 
    line-height: 1em; 
   
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 6px;       
    
    padding: 6px;
    
    border-color:#FFFFCC; 
   
    text-align: center; 
    
    border-color: #ffd700; 
    border-style: solid;
    border-width: 1px;
   
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
}

.InspirationalQuote
{
    width: 100%;
    max-width: 960px;  
        
    color: #333333;
    background-color:  #FFFFCC; 
    font-size: larger; 
    font-weight: bold;     
    text-align: center;    
      
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 6px;        
       
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
        
    border-color: #ffd700; 
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;      
}

.PromoBlockLeft
{
   float: left; 
   text-align: left;       
   line-height: 1.2em;
   font-size:small;
   
   color: #333333;
   background-color: #FFFFCC; 
   
   width: 400px;
   margin-left: auto;
   margin-top: 6px;
   margin-right: auto;
   margin-bottom: 6px;
   padding: 12px 30px  26px  30px;
   
   border-color:transparent;
   border-style: solid;
   border-width: 1px;
    
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.LearnMoreButton
{
    width: 150px;
    color: black;
    font-size:large;
    background-color:  #ffd700; 
    padding: 10px;
    border-color:transparent;
    border-style: solid;
    border-width: 1px;
    text-align: center;    
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.products tr td
{
    padding:6px;
    border-width: 1px;
    border-color:#FFFFCC; 
    border-style:Solid;   
    background-color: white;
}

/* TAB MENU   
----------------------------------------------------------*/


div.menu
{
    color: #ffd700; 
    margin-left: auto;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 6px;
 
    background-color: #ffd700; 
    width: 100%;
    max-width: 970px;  
    vertical-align: top;
    text-align:left;
     
    border-color: #ffd700;  
    border-style: solid;
    border-width: 1px;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    }

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    text-align:center;
}

div.menu ul li a, div.menu ul li a:visited
{   
    border: 0px #4e667d solid;
    color: Black;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    color: #465c71;
    text-decoration: none;
    color:Red;
}

div.menu ul li a:active
{
    background-color: #333333;
    color: Red;
    text-decoration: none;
}

