/* ==================================================================
 *  classic.css
 * ==================================================================
 *
 * -------------------------------
 *  Essential HTML elements
 * -------------------------------
 */
 
BODY {
	font-family			: verdana, sans-serif;
	font-size			: small;
	color				: black;
}

TD, INPUT, TEXTAREA {
	font-family			: verdana, sans-serif;
	font-size			: small;
}

A {
	color				: #1A507E;
	font-weight			: normal;
	text-decoration		: none;
}

A:hover {
	text-decoration		: underline;
}

IMG {
	border				: 0;
}

 
 

/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
}

#divPage {
	position			: relative;
	margin				: auto;
	width				: 950px;
	padding				: 15px;
	min-height			: 100%;
	height				: auto !important;
	height				: 100%;
	overflow			: visible;
	text-align			: left;
	background-color	: white;
}




/* -------------------------------
 *  Top region
 * -------------------------------
 */

/* region container */

#divRegionTop {
	position			: relative;
	height				: 163px;
	overflow			: visible;
}


/* subsections */

#divSectionLogo {
	display				: block;
	width				: 310px;
	height				: 128px;
	overflow			: hidden;
	border-top			: 1px solid white;
	border-left			: 1px solid white;
	border-bottom		: 1px solid white;
	position			: absolute;
	top					: 0;
	left				: 0;
}

#divSectionHeader {
	display				: block;
	width				: 638px;
	height				: 128px;
	overflow			: hidden;
	text-align			: right;
	border-top			: 1px solid white;
	border-right		: 1px solid white;
	border-bottom		: 1px solid white;
	position			: absolute;
	top					: 0;
	right				: 0;
}

/* prevent the 'flash' effect if we're overlaying the header photo */
#divSectionHeader.photoWidgetImg {
	background-image	: none;
}


#divSectionTopNav {
	display				: block;
	width				: 100%;
	height				: 27px;
	overflow			: hidden;
	border-bottom		: 3px solid #869E00;
	position			: absolute;
	top					: 133px;
	left				: 0;	
}

#divSectionTopSecondaryNav {
	display				: block;
	width				: 500px;
	height				: 20px;
	position			: absolute;
	top					: -14px;
	right				: 0;
}

#divSectionTextTitle {
	display				: none;
}



/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	position			: relative;
	margin-top			: 3px;
	min-height			: 300px;
	background-repeat	: repeat-y;
	overflow			: hidden;
	width				: 100%;		/* for container stretching in IE */
}


/* main column */

#divColumn99 {
	color				: #555555;
}


/* left nav column */

#divColumn1 {
	color				: white;
	text-align			: left;
}


/* right nav column */

#divColumn2 {
	color				: white;
	text-align			: left;
}



/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	position			: relative;
	margin-top			: 4px;
	padding-bottom		: 5px;
	color				: #555555;
	overflow			: hidden;
	clear				: both;
}

/* subsections */

#divSectionBottomContent {
	display				: block;
	margin-top			: 10px;
	margin-bottom		: 0;
}

#divSectionCopyright {
	display				: block;
	margin				: 2px auto 5px;
}



/* -------------------------------
 *  Images
 * -------------------------------
 */

#divSectionLogo IMG {
	width				: 310px;
	height				: 128px;
}

#divSectionHeader IMG {
	width				: 638px;
	height				: 128px;
}

#divColumn2 DIV.featurePhotoWidget IMG {
	border-bottom		: 5px solid white;
	width				: 152px;
}


/* -------------------------------
 *  Menus
 * -------------------------------
 */

/* Top Nav Menu */

#divSectionTopNav {
	text-align			: left;
	background-color	: #1A507E;
}

#divSectionTopNav A {
	font-weight			: normal;
	color				: #F0F0FF;
}

#divSectionTopNav UL {
	margin				: auto;
	display				: inline;
	padding				: 0;
	line-height			: 27px;
	white-space			: nowrap;
}

#divSectionTopNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 11px;
	letter-spacing		: 1px;
	text-transform		: uppercase;
	padding				: 0 15px 0 17px;
	border-left			: 1px solid #F0F0FF;
}

#divSectionTopNav UL LI:first-child,
#divSectionTopNav UL LI.navFirstItem
{
	border-left			: 0;
}

#divSectionTopNav UL LI A.selected,
#divSectionTopNav UL LI A.selectedParent
{
	font-weight			: bold;
}

#divSectionTopNav UL.menuLevel1 {
	display				: none;
}



/* Top Secondary Nav Menu */

#divSectionTopSecondaryNav {
	text-align			: right;
}

#divSectionTopSecondaryNav A {
	font-weight			: normal;
}

#divSectionTopSecondaryNav UL {
	margin				: auto;
	display				: inline;
	padding				: 0;
	white-space			: nowrap;
}

#divSectionTopSecondaryNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: verdana, sans-serif;
	font-size			: 7pt;
	padding				: 0 5px 0 7px;
	border-left			: 1px solid #F0F0FF;
}

#divSectionTopSecondaryNav UL LI:first-child,
#divSectionTopSecondaryNav UL LI.navFirstItem
{
	border-left			: 0;
}

#divSectionTopSecondaryNav UL LI A.selected,
#divSectionTopSecondaryNav UL LI A.selectedParent
{
	font-weight			: bold;
}

#divSectionTopSecondaryNav UL.menuLevel1 {
	display				: none;
}


/* Left Nav Menu */

#divLeftSideNav {
	background-color	: white;
	color				: #666666;
}

DIV.sidebarNavWidget {
	margin-bottom		: 10px;
	padding				: 7px 0 12px;
}

DIV.sidebarNavWidget DIV.sidebarNavTitle {
	display				: none;
}

#divLeftSideNav UL {
	padding				: 0;
	margin				: 0;
	margin-right		: 8px;
	margin-left			: 10px;
	text-align			: left;
	list-style-type		: none;
}


#divLeftSideNav UL LI {
	font-family			: verdana, arial, sans-serif;
	font-size			: 10px;
	text-transform		: uppercase;
	margin-top			: 3px;
	padding-left		: 15px;
	background-repeat	: no-repeat;
	background-image	: none;
	background-position	: 0 4px;
	line-height			: 20px;
}

#divLeftSideNav UL A {
	font-weight			: normal;
	color				: #666666;
}

#divLeftSideNav UL LI A.selected,
#divLeftSideNav UL LI A.selectedParent
{
	font-weight			: bold;
}

#divLeftSideNav UL LI.menuLevel0 {
	margin-top			: 0;
	font-size			: 13px;
	text-transform		: capitalize;
	padding-left		: 2px;
	background-image	: none;
}

#divLeftSideNav UL A.menuLevel0 {
	font-weight			: bold;
}

#divLeftSideNav UL.menuLevel1 {
	margin-left			: 0px;
}

#divLeftSideNav DIV.noSubmenu, 
#divLeftSideNav DIV.emptyMenu {
	display				: none;
}

#divLeftSideNav UL.menuLevel2 {
	display				: none;
}



/* Left Categories Menu */

#divLeftShopCategories {
	margin-top			: 20px;
	margin-left			: 3px;
	padding-bottom		: 26px;
}

#divLeftShopCategories DIV.categoryMenuTitle {
	display				: none;
}

#divLeftShopCategories UL {
	padding				: 0;
	margin				: 0;
	margin-right		: 8px;
	margin-left			: 10px;
	text-align			: left;
	list-style-type		: none;
}

#divLeftShopCategories UL LI {
	font-family			: verdana, arial, sans-serif;
	font-size			: 10px;
	text-transform		: uppercase;
	margin-top			: 3px;
	padding-left		: 15px;
	background-repeat	: no-repeat;
	background-image	: none;
	background-position	: 0 4px;
	line-height			: 20px;
}

#divLeftShopCategories UL A {
	font-weight			: normal;
	color				: #F0F0FF;
}

#divLeftShopCategories UL LI A.selected,
#divLeftShopCategories UL LI A.selectedParent
{
	font-weight			: bold;
}

#divLeftShopCategories UL.menuLevel2 {
	display				: none;
}



/* Bottom Legal Nav Menu */

#divSectionBottomLegalNav {
	text-align			: center;
	padding				: 1px;
}

#divRegionBottom #divSectionBottomLegalNav A {
	font-size			: 11px;
	text-decoration		: none;
}

#divRegionBottom #divSectionBottomLegalNav A:hover {
	text-decoration		: underline;
}

#divSectionBottomLegalNav UL {
	margin				: 0;
	display				: inline;
	white-space			: nowrap;
	padding				: 0;
}

#divSectionBottomLegalNav UL LI {
	display				: inline;
	list-style-type		: none;
	font-family			: arial, sans-serif;
	padding				: 0 8px 0 9px;
	background			: url('bottomnav_separator.gif') left 4px no-repeat;
}

#divSectionBottomLegalNav UL LI:first-child,
#divSectionBottomLegalNav UL LI.navFirstItem {
	background-image	: none;
}

#divSectionBottomLegalNav UL LI A.selected,
#divSectionBottomLegalNav UL LI A.selectedParent
{
	font-weight			: bold;
}

#divSectionBottomLegalNav UL.menuLevel1 {
	display				: none;
}



/* -------------------------------
 *  Text
 * -------------------------------
 */

/* headings */

H1, H2, H3, H4, H5, H6 {
	color 				: #333333;
	margin-top 			: 0.8em;
	margin-bottom 		: 0.5em;
	letter-spacing 		: 0.1em;
}

H1 { font-size: 135%; font-weight: bold; font-style: normal; }
H2 { font-size: 120%; font-weight: bold; font-style: normal; }
H3 { font-size: 110%; font-weight: bold; font-style: normal; }
H4 { font-size: 100%; font-weight: bold; font-style: normal; }
H5 { font-size: 100%; font-weight: bold; font-style: normal; }
H6 { font-size: 100%; font-weight: bold; font-style: normal; }


/* main content */

#divColumn99 {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 11px;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 10px;
}


/* footer */

#divSectionBottomContent {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 6.5pt;
	text-align			: center;
}

#divSectionBottomContent LABEL {
	font-weight			: bold;
	padding-left		: 5px;
}

#divSectionCopyright {
	font-family			: verdana, tahoma, arial, sans-serif;
	font-size			: 6pt;
	text-align			: center;
}


/* -------------------------------
 *  Shopping cart
 * -------------------------------
 */
 
DIV.shoppingCartWidget.cartStyleList {
	display				: none;
}

DIV.shoppingCartWidget.cartStyleCompact {
	display				: block;
}

DIV.shoppingCartWidget {
	margin				: 8px 8px 15px;
	padding				: 4px 2px 4px;
	border				: 1px ridge #999999;
	text-align			: center;
	font-size			: 7pt;
	color				: black;
	background-color	: gray;
}

DIV.shoppingCartWidget A {
	color				: white;
	font-size			: 7pt;
	text-transform		: uppercase;
	letter-spacing		: 0.1em;
	padding-left		: 22px;
	background			: url('icon_cart.gif') no-repeat;
}

DIV.shoppingCartWidget DIV.cartItems {
	margin-top			: 4px;
	margin-bottom		: 2px;
}


/* -------------------------------
 *  Page Tools
 * -------------------------------
 */

DIV.pageToolsWidget.toolsStyleList {
	display				: none;
}

DIV.pageToolsWidget.toolsStyleCompact {
	display				: block
}

DIV.pageToolsWidget {
	margin				: 6px 8px 10px;
	padding				: 3px 2px 5px;
	border				: 1px ridge #CCCCCC;
	text-align			: center;
	font-size			: 7pt;
	background-color	: #8E98A1;
}

DIV.pageToolsWidget LABEL {
	margin				: auto auto 3px;
	display				: block;
	color				: #666666;
	font-family			: verdana, sans-serif;
	letter-spacing		: 0.1em;
	text-transform		: uppercase;
}

DIV.pageToolsWidget.toolsStyleCompact A {
	color				: white;
	font-size			: 7pt;
	text-transform		: uppercase;
}

DIV.pageToolsWidget A.print {
	padding-left		: 18px;
	padding-right		: 5px;
	background			: url('icon_print.gif') no-repeat 1px;
}

DIV.pageToolsWidget A.email {
	padding-left		: 18px;
	padding-right		: 5px;
	background			: url('icon_email.gif') no-repeat 2px;
}


/* -------------------------------
 *  Paragraph styles
 * -------------------------------
 */

.indentItalics {
	margin-left			: 25px;
	margin-right		: 25px;
	font-style			: italic;
}
