/* CSS Document */
body {
	background-color:#FFFFFF;
}

.mainbackground {
	background-repeat:repeat-y;
	background-image: url(../../images/site_images/main_bg_rev.gif);
}

.contentbackground
{
	background-color: #1F3970;
	background-repeat:repeat-x;
	background-image: url(../../images/site_images/gradient_bg.gif);
}

#noflash
{
	background-repeat:none;
	background-image: url(../../images/site_images/noflash_bg.gif);
}

#lowercontent
{
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image: url(../../images/site_images/lowercontent_bottom.gif);
}
#lowercontent_product
{
	background-color: #ffffff;
}

#navigation ul li {
	background-image: url(../../images/site_images/nav_tab.gif);
	background-repeat: no-repeat;
}

#navigation ul li.finaltab {
	background-image: url(../../images/site_images/nav_finaltab.gif);
	background-repeat: no repeat;
}

#navigation_lower ul li {
	background-image: url(../../images/site_images/nav_lower_off.gif);
	background-repeat: no-repeat;
}

#navigation_lower ul li.finaltab {
	background-image: url(../../images/site_images/nav_lower_wider.gif);
	background-repeat: no repeat;
}

#navigation_lower ul li.selected {
	background-image: url(../../images/site_images/nav_lower_on.gif);
	background-repeat: no repeat;
}

#subnavigation {
	background-image: url(../../images/site_images/subnav_bg.gif);
	background-repeat: no-repeat;
}

#products_subnavigation {
	background-image: url(../../images/site_images/products_subnav_bg.gif);
	background-repeat: no-repeat;
}

#tertiarynav  {
	background-image: url(../../images/site_images/tertiarynav_bg_rev.jpg);
	background-repeat: no-repeat;
}

#searchpanel  {
	background-image: url(../../images/site_images/searchpanel_bg.gif);
	background-repeat: no-repeat;
	background-position:right;
}

.panel  {
	background-image: url(../../images/site_images/panel_bg-trans.png);
	background-repeat: no-repeat;
	background-position:right;
}

.fun  {
	background-image: url(../../images/site_images/fun_panel_bg-trans.png);
	background-repeat: no-repeat;
	background-position:right;
}


.homepage  {
	background-repeat: no-repeat;
}

.subhome_panel  {
	background-image: url(../../images/site_images/subhome_panel_bg-trans.png);
	background-repeat: no-repeat;
}

