body
{
	background-color: #ffffff;
	margin: 15px 0 0 10px;
	
}

body, INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 1.2em;
}

td 
{
	line-height:1.2em;
}
p, UL, OL
{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    line-height:1.2em;
}

UL LI
{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
a:link, a:visited
{
text-decoration: none;
color: #D97A2C;
}

a.MenuLinks:link, a.MenuLinks:visited
{
	text-decoration: none;
	color: #000000;
	line-height: 11pt;
}

a:hover
{
color: #666666;
}
.error
{
	color: #cccccc;
}
.flat
{
	background-color:White;
  border: 1px solid #999999;
}
.purpletext
{

color: #65415E;
font-size: 7pt;

}
.heading {
	font-size: 12px;
	font-weight: bold;
}

/* style the outer div to give it width */
.menu {
	width:780px;
	font-size:8pt;
	padding-bottom:0px;
	padding-left: 1px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:90px;
	position:relative;
	z-index: 500;
	margin-top:0px;
	margin-bottom:0px;

}
/* style the links for the top level */
.menu a, .menu a:visited {
text-align: center;
display:block;
font-size:9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration:none; 
color:#000000; 
width:84px; 
height:20px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#eeeeee; 
padding-left:5px; 
line-height:20px;
filter: alpha(opacity=90); /* Used for IE opacity */
-moz-opacity: 0.90; /* used for mozilla opacity */
opacity: 0.9 /* used i think for opera opacity */
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:84px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
color:#000000;
background:#eeeeee;
}
.menu ul ul :hover > a.drop {
background:#eeeeee;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#F6E8DC;
}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
background:#F6F1EE;
}

/* style the third level hover */
.menu ul ul ul a:hover {
color:#000000;
background:#eeeeee;
}
.menu ul ul ul :hover > a {
color:#000000;
background:#eeeeee;
}

/* style the fourth level hover */
.menu ul ul ul ul a:hover {
color:#000000;
background:#eeeeee;
}
.menu ul ul ul ul :hover > a {
color:#000000;
background:#eeeeee;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:150px;

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:21px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* position the first level flyout menu for a left flyout */
.menu ul.left {
left:-60px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;} 

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#F6D6BB; 
color:#000; 
height:auto; 
line-height:1.4em; 

padding:3px 10px 3px; 
width:129px;

/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#eee;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#eee;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#print
{
	position: absolute;
	top: 105px;
	left: 693px;
	font-size: 9px;
	width: 44px;
	margin: 0px;
	z-index: 10;
}


#body {
	position: relative;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

#headerPrint
{
display:none;
}

#menu
{background-color: #fff;
 z-index: 500;
    }

#main
{
width: 721px;
background-color: #fff;
border: 0px solid #cccccc;

}
#footer
{
position: relative;
padding-bottom: 5px;
}


.style3 {font-size: 9px}

.menuleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	font-size: 10px;
}
.menuleft p
{
margin: 0px 0px 8px 0px;
}

.smaller 
{
	font-family:Arial;
	font-size:9px;
}

.ItemStyle, .RowStyle, .HeaderStyle, .AlternatingRowStyle, .PagerStyle,  .RequiredItemStyle
{
	line-height:normal;
}
.ItemStyle, .RowStyle
{
   background-color: #ffffff;
   font-weight:normal;
}
.AlternatingRowStyle
{
    background-color:#eeeeee;
    font-weight:normal;
}
.PagerStyle
{
    height: 8px;
    color: #cccccc;
    }
.RequiredItemStyle
{
	font-weight:bold;
}
.SelectedRowStyle
{
	background-color:#fff0e0;
}
    
.BarGraphBar
{
background-color: #cccccc;    
}

.BarGraphBarSelected
{
background-color: #65415E ;    
}
.override #googlecart-widget-head {
	background: #E1D6B8;
	border-color: #573720;
}
.override #googlecart-widget-title 
{
	font-size: 8.5pt;
}
.override #googlecart-widget-details-column, .override #googlecart-widget-body
{
	font-family: Arial, Sans-serif;
    font-size: 9pt;
}
.override #googlecart-widget-body
{
	border-color: #573720;
}
.googlecart-add, #googlecart-widget-control
{
	color: #D97A2C !important;
	text-decoration:none !important;
	
}
.googlecart-add{ white-space:nowrap;}