﻿#body { padding: 0px ; margin: 0 0 0 0 }
}

/* Page Layouts */

#header     {  width: 100%; height: 30px; float: left; clear: both;
               background-color: black; }
#footer     {  width: 100%;  height: 30px; float: left; clear: both;
               background-color: silver; }
#pageleft   {  width: 145px; 
height: 660px; float: left;
               background-color: black;
               margin: 0px -850px 0px 0px
}
#pageright  {  width: 145px; height: 100%;  
               background-color: black; float:right}
#pagecenter {  width: 855px;float:left; height: 660px;   
              margin: 0px -150px 0px 145px;
               background-color:white; } 
#content { float:left; width: 705px; 
height:100%; margin: 0px -145px 0px 0px;font-family:Arial;
            color: black;font-size: 10pt;
}      
               
/* FONTS average text */
#standard  {   font-family:Arial; color: black ;font-size: 10pt; font-weight:bold ;padding: 0px 10px 0px 10px }

/* Menu Formats */

#menu1 { border: thin solid White;
    background-color: #000080; height:100%; 
    width:100%; visibility: visible;
             font-family:Arial;     color:White;     font-weight:bolder;
             text-align:left; }
#menu1 a { text-align:center; margin-left: 0% ; font-size:12pt; font-weight:bolder }
#menu2 a { margin-left: 10%; font-size 10pt; font-style:normal; }
 
    
    


/* Horizontal Navigation Menu Container */
div.navmenu { 
	width: 100%; /* <-- OVERALL LENGTH OF MENU */
	height: 100%;  /* <-- BUTTON HEIGHT */
	margin: 0 auto; /* optional: centers navigation menu in its container */
	background-color: #000000;
}

/* Navigation Menu Item */
div.menuitem	{
	font-family:@Arial Unicode MS; font-style:italic ; font-weight:bolder; font-size: 10pt;
	background: url( "http://www.savingshippingusa.com/images/menubuttonon.GIF" ) no-repeat; /* <--  ROLLOVER HOVER IMAGE */ 
	width: 143px; /* <-- BUTTON WIDTH */
	height: 31px; /* <-- BUTTON HEIGHT */
	position:relative;	
	float: left;
	margin: 0; 
	padding: 0;
	overflow:hidden;	
}

/* Menu Link */
div.menuitem a 
{   font-weight:bold ;  
	color: white ; /* <-- DEFAULT TEXT COLOR */ 
	display:block;
  text-decoration:none;  /* disables any normal link styles you have set */
	overflow:hidden;
}

/* Menu Text */
div.menuitem span {
	position:absolute ;
	left: 0px;
	top: 3px;
	text-align: center;
	width: 142px;
	cursor: pointer;
    height: 23px;
}

/* Menu Link: Hover */
div.menuitem a:hover {
  color:Lime; /* <-- DEFAULT HOVER TEXT COLOR */
 }

/* Menu Image */
div.menuitem img {
  border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 143px; /* <-- BUTTON WIDTH */
  height: 31px;  /* <-- BUTTON HEIGHT */
}

/* Menu Link: Hover Image */
div.menuitem a:hover img { visibility: hidden ;                    
                  
                           }  /* hides default button image during hover */ 

* html a:hover { visibility: visible; } 

  .titles p{font-family:Arial; font-weight:bold; font-size:x-large; 
               text-align:center; font-style:oblique  }
  .subtitle p{font-family:Arial; font-weight:bold; font-size:10px; 
             font-style:italic ;   } 

#hthirds {  width: 704px; height: 220px; background-color:white; 
           text-align:center; font-style:italic; font-family:Arial; font-size:10pt; font-weight:bolder} 
#hquarters {  width: 704px; height: 165px; background-color:white; 
           text-align:center;font-style:italic ; font-family:Arial;  font-size:10pt; font-weight:bolder}
#hhalves {  width: 704px; height: 330px; background-color:white; 
           text-align:center;font-style:italic ; font-family:Arial;  font-size:10pt; font-weight:bolder}

#vthirds {  width: 235px; height: 660px; background-color:white; 
           text-align:center;font-style:italic ; font-family:Arial;  font-size:10pt; font-weight:bolder}
#vquarters {  width: 176px; height: 660px; background-color:white; 
           text-align:center;font-style:italic ; font-family:Arial;  font-size:10pt; font-weight:bolder}
#vhalves {  width: 352px; height: 660px; background-color:white; 
           text-align:center;font-style:italic ; font-family:Arial;  font-size:10pt; font-weight:bolder}

#bquartered {  width: 50%; height: 50%; background-color:white; 
           text-align:center; font-style:italic ; font-family:Arial; font-size:medium; font-weight:bolder;
           float:left}
#bnine {  width: 32%; height: 32%; background-color:white; 
           text-align:center; font-style:italic ; font-family:Arial; font-size:medium; font-weight:bolder;
           float:left}
#bsixteen {  width: 24%; height: 24%; background-color:white; 
           text-align:center; font-style:italic ; font-family:Arial; font-size:medium; font-weight:bolder;
           float:left}         

#bsixes {  width: 32%; height: 50%; background-color:white; 
           text-align:center; font-style:italic ; font-family:Arial; font-size:medium; font-weight:bolder;
           float:left}         

































































 