/* style sheet */

/* CoolerFresh */

/* used colors */
/* 0072BC dark blue */
/* 172980 xtra dark blue
/* 00BAF1 light blue */
/* F7931D orange */
/* A8A8A8 gray */
/* F2F2F2 body back gray */



HTML { text-align: center;}

body { font: 10pt/12pt verdana;
       color: #000;
       margin: 0px;
       text-align: center;
       background: #fff
      }

a       { color: #F7931D; }
a:hover { color: #00BAF1; text-decoration: none; }

.backdiv { }

.container {
                margin-right:auto;
                margin-left:auto;
                margin-top:0px;
                padding:0px;
                text-align:left;
                background: #fff;
                border: 0px solid #CCC;
              }


.footer       { color: #ccc;
                font-size: 7pt;
                letter-spacing: 0px;
                height: 10px;
                border-top: 1px dashed #F2F2F2;
                margin-top: 0px;
                margin-right:auto;
                margin-left:auto;
                text-align: center;
                clear: both;
                background: transparent;
                padding: 5px;
              }

.footer a     { color: #ccc; text-decoration: none; }

 .topimg   { height: 150px; background: #fff url(images/topimg_03.gif) no-repeat left top; }
 .logoimg  { float: right; margin: 10px; margin-top: 100px; }
 .spray    { width: 185px; height: 450px; float: left; background: #fff url(images/spray.gif) no-repeat center top; }
 .titlebar { background: #F7931D url(images/bck_titlebar.gif) repeat-x center center;
             height: 75px;
             clear: right;
             border: 1px solid white;
             color: #fff;
           }
 .submenu  { width:195px;
             float: left;
             background: #00BAF1 url(images/sub_bck_02.gif) no-repeat center bottom;
             color: #000;
             border: 1px solid white;
             padding-bottom: 25px;
           }

 .submenu ul    { margin: 0.5em; padding: 0; list-style-type: none; color: #000; }
 .submenu li    { border-bottom: 0px solid #172980; margin: 1px; padding: 0.25em; list-style-type: none; }
 .submenu li li { border-bottom: 0px solid #00BAF1; }

 .submenu a        { color: #fff; width: auto; }
 .submenu a:hover  { color: #fff; background: #0072BC;  width: auto;}

 .vertdivider { margin-left: 185px; }

 .main     {
             height: 300px;
             clear: right;
             padding: 10px;
             background: #0072BC url(images/bck_01.gif) repeat-x center bottom;
             color: #fff;
             border: 1px solid white;
           }
 .main a        { color: #00BAF1; }
 .main a:hover  { color: #00BAF1; text-decoration: none; }
 .contact { margin-left: 135px;}
 
 .bigbutton { width: 90px;
              height: 90px;
              margin: 5px;
              display: block;
              float: left;
            }
 .bigbutton img { border: 0; }


 .topbutton { width: 70px;
              height: 70px;
              margin: 2px;
              margin-left: 10px;
              display: block;
              float: left;
            }
 .topbutton img { border: 0px solid white; }

 .bigbutton_old { width: 90px;
              height: 90px;
              margin: 5px;
              background: #F7931D;
              border: 1px solid white;
              color: #fff;
              display: block;
              float: left;
            }


 input    { font: 8pt courier; color: #004684; background: #EFEFEF; padding: 0.05em; margin: 0.25em; border: 1px solid #CCC; }
 textarea { font: 8pt courier; color: #004684; background: #EFEFEF; padding: 0.05em; margin: 0.25em; border: 1px solid #CCC; SCROLLBAR-BASE-COLOR: #EFEFEF; }
 fieldset { border: 0px;
 			 }
 			
 label { 
         margin: 0;
         display: inline;
         width: 12em;
         text-align: right;
         float: left;
         
       }
 fieldset div { width: 500px; clear: left; float: left;}



 div { border: 0px dotted #F7931D; margin: 0px;}

 h1  { font: bold 12pt/12pt verdana; color: #00BAF1; margin: 0; padding: 5px; background: #172980; }
 h2  { font: bold 12pt/12pt verdana; color: #fff; margin: 0; }
 
 
 div.imgunique {
 	z-index: 1000;
	position: absolute;
	top: 240px;
	left: 890px;
 }

/* end */


