/*
================================================================================
UAT GENERIC STYLESHEET
Commercial Design & Multimedia
Decmber 2004
--------------------------------------------------------------------------------
Perfered Order:

- display
- position
- float
- width
- height
- margin
- padding
- border
- background
- color
- font
  [font-style || font-variant || font-weight font-size/line-height font-family]
   ie: {font: bold 12px/16px Verdana, Arial, "Lucida Grande", sans-serif}

- text-align
- text-decoration
- vertical-align
- clear
- white-space
- others

Sections:

- RULES

- ID'S

- CLASSES

================================================================================
*/


/* RULES */
body 
{
background: white;
font: 12px/15px arial,helvetica,sans-serif;
color: black;
}

span
{
font: 12px/15px arial,helvetica,sans-serif;
color: black;
}

ul,
li
{
margin: 0 !important;
margin: 0 0 -4px 0;
padding: 0;
border-width: 0px;
}

img
{
display: none;
}



/* ID'S */
#tupperware 
{
position: absolute;
top: 0px;
left: 0%;
width: 100%;
}

#nav
{
position: absolute;
right: 0;
}

#nav li
{
list-style-type: square;
}

#companyCopyRight,
#buildAndPowered
{
position: absolute;
bottom: -14px;
left: 0px;
font: 10px/12px arial,helvetica,sans-serif;
text-transform: uppercase;
white-space: nowrap;
}


#buildAndPowered a
{
bottom: 0;
}


/* -------------------------------------------------------------------------- *\
  					 ADD IMPORTS && HACKS AFTER HERE
\* -------------------------------------------------------------------------- */


/* 
for MAC IE 
GOOD FOR THE TIME BUT SERIOUSLY
OUT OF DATE  NOW
*/

/*\*//*/


/**/


