﻿body 
{
}


H1 
{
	
	color:Black;
	display:inline;
	font-size:8pt;
	font-weight:normal;
}	
	
	
.buttonStyle
{
	background-color: Maroon;
	border-style: solid;
	border-width: 1;
	border-color: Blue;
	width: 135px;
	font-weight: bold;
	color: white;
}
	
	

.SearchLabel
{
	font-size: 10pt;
	font-family: Sans-Serif;
	font-variant: small-caps;
	font-weight: bold;
}

.SearchBox
{
	width: 120px;
}

.SearchButton
{
	background-color: Maroon;
	border-style: solid;
	border-width: 1;
	border-color: Blue;
	width: 25px;
	font-weight: bold;
	color: white;
	
}

.ContactInfo
{
	font-weight: bold;
	font-size: 11pt;
	color: maroon;
	font-family: Sans-Serif, Arial;
	font-variant: small-caps;
}

.ContactHours
{
	font-size: 9pt;
	color: black;
	font-family: Sans-Serif;
}

.BreadCrumb
{
	font-size: 9pt;
	font-family: Sans-Serif;
}

.SideBarMenu
{
	background-color: #FFFBD6;
	Color:#FF0000;
	font-size:0.8em
}

.MenuSelectedStyle
{
	Background-Color:#FFCC66;
}

.MenuHoverStyle
{
	font-weight:bolder;
}

.MenuLevel1
{
	color:White;
	background-color:Gray;
	font-variant: small-caps;
	font-size: Large;
	font-weight: bold;
	
}

.MenuLevel2
{
	color: Maroon;
	background-color: #FDF5E6;
	font-variant: small-caps;
	font-size: medium;
	font-weight: normal;
}

.HomeCubeTitle
{
	color: Maroon;
	background-color: #FDF5E6;
	font-size: Large;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.HomeCubeText
{
	color: black;
	font-family: Sans-Serif, Serif;
	font-size: 0.9em;
}

.HomeCubeCells
{
	border-right: maroon thin solid;
	border-top: maroon thin solid;
	border-left: maroon thin solid;
	border-bottom: maroon thin solid;
}

.BrandNew
{
	color: Red;
	font-size: Large;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.Highlights
{
	border-right: #ff3399 thin solid;
	border-top: #ff3399 thin solid;
	margin: 2px;
	border-left: #ff3399 thin solid;
	border-bottom: #ff3399 thin solid;
}

.NewProduct
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	margin: 2px;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
}

.NewProductBar
{
	font-weight: bold;
	color: navy;
	font-family: Sans-Serif, Arial;
	font-variant: small-caps;
	background-color: white;
}

.NewProductDetail
{
}

.SpecialDeal
{
	border-right: #ff3399 thin solid;
	border-top: #ff3399 thin solid;
	margin: 2px;
	border-left: #ff3399 thin solid;
	border-bottom: #ff3399 thin solid;
}

.SpecialProductBar
{
	font-weight: bold;
	color: red;
	font-family: Sans-Serif, Arial;
	font-variant: small-caps;
	background-color: white;
}


.SpecialProductDetail
{
}