﻿/* Main Structural Elements */
#leftMenu
{
	background-color: #FAE2A6;
}
#headerText
{
	display: none;
}
.headerMenuOne
{
	background: url(../../images/leftMenuSixOn.gif) repeat-x;
}
.headerMenuTwo
{
	background: url(../../images/leftMenuLineOff.gif) repeat-x;
}
.headerMenuThree
{
	background: url(../../images/leftMenuLineOff.gif) repeat-x;
}
.headerMenuFour
{
	background: url(../../images/leftMenuLineOff.gif) repeat-x;
}
.headerMenuFive
{
	background: url(../../images/leftMenuLineOff.gif) repeat-x;
}
.headerMenuSix
{
	background: url(../../images/leftMenuLineOff.gif) repeat-x;
}
.headerMenuOne a, .headerMenuOne a:link, .headerMenuOne a:visited, .headerMenuOne a:active
{
	color: #000000;
}

/* Paragraph styles */
.ParagraphHeader
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #019272;
}
.ParagraphText
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 18px;
	width: 620px;
}

/* Sub-Menu styles */
.menuLevel1Sel
{
	background-color: #ff6309;
}
.menuLevel2Sel
{
	background-color: #949494;
}
.menuLevel1 a, .menuLevel1 a:link, .menuLevel1 a:visited, .menuLevel1 a:active
{
	color: #000000;
	text-transform: uppercase;
}
.menuLevel1 a:hover
{
	background-color: #ff6309;
	color: #ffffff;
	text-transform: uppercase;
}
.menuLevel1Sel a, .menuLevel1Sel a:link, .menuLevel1Sel a:visited, .menuLevel1Sel a:active
{
	background-color: #ff6309;
	color: #ffffff;
	text-transform: uppercase;
}
.menuLevel1Sel a:hover
{
	text-transform: uppercase;
}
.menuLevel2 a, .menuLevel2 a:link, .menuLevel2 a:visited, .menuLevel2 a:active
{
	color: #084c8d;
}
.menuLevel2 a:hover
{
	background-color: #949494;
	color: #ffffff;
}
.menuLevel2Sel a, .menuLevel2Sel a:link, .menuLevel2Sel a:visited, .menuLevel2Sel a:active
{
	background-color: #949494;
	color: #ffffff;
}

/* Site Path Styles */	
.SitePathLink, .SitePathLink a, .SitePathLink a:link, .SitePathLink a:active, .SitePathLink a:visited, .SitePathLink a:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #ff6309;
	text-decoration: none;
}
.SitePathCurrent
{
	font-family: Arial;
	font-size: 10pt;
	color: #555555;
}

/* Product List Colors */
.ProductListHeaderTitle
{
	color: #0D3692;
}
.ProductListHeaderText
{
	color: #000000;
}
.ProductListItemTitle a, .ProductListItemTitle a:link, .ProductListItemTitle a:active, .ProductListItemTitle a:visited, .ProductListItemTitle a:hover
{
	/* color: #084c8d; */
	color: #0D3692;
}
.ProductListItemText
{
	color: #000000;
}
.ProductTypeGroupTitle
{
	color: #ff6309;
}
.ProductTypeGroupText
{
	color: #444444;
}
.ProductTypeGroupText a, .ProductTypeGroupText a:link, .ProductTypeGroupText a:active, .ProductTypeGroupText a:visited
{
	color: #084c8d;
}
.ProductTypeGroupText a:hover
{
	color: #084c8d;
}
.ProductTypeSubGroupTitle
{
	color: #444444;
}
.ProductTypeSubGroupTitle a, .ProductTypeSubGroupTitle a:link, .ProductTypeSubGroupTitle a:active, .ProductTypeSubGroupTitle a:visited, .ProductTypeSubGroupTitle a:hover
{
	color: #444444;
}
.ProductTypeSubGroupText
{
	color: #444444;
}
.ProductTypeSubGroupText a, .ProductTypeSubGroupText a:link, .ProductTypeSubGroupText a:active, .ProductTypeSubGroupText a:visited
{
	color: #084c8d;
}
.ProductTypeSubGroupText a:hover
{
	color: #084c8d;
}
.GroupListItemTitle a, .GroupListItemTitle a:link, .GroupListItemTitle a:active, .GroupListItemTitle a:visited, .GroupListItemTitle a:hover
{
	color: #0D3692;
}
.GroupListItemTitle
{
	color: #0D3692;
}
.GroupListItemText
{
	color: #444444;
}
.GroupListItemText a, .GroupListItemText a:link, .GroupListItemText a:active, .GroupListItemText a:visited
{
	color: #084c8d;
}
.GroupListItemText a:hover
{
	color: #084c8d;
}

/* Product Detail Colors */
#divProductCart
{
	 background-color: #C1D2E2; 
}
#divProductDetails
{
	background-color: #DCE6EF; 
}
#divProductAccessories
{
	 background-color: #DCE6EF; 
}
.ProductDetailSectionHeader
{
	 background-color: #0B4499; 
}