body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
div#MastheadFull
{
	height:71px; 
}
div#MastheadPos
{
	height:71px; 
	background-image:url(../images/bg-header.gif);
}
.SiteNameText
{
	font-size: 24px;
	font-weight:normal;
	color: #0066cc;
	padding-top:15px;
	padding-left:5px;
	float:left;
}
.TaglineText
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top:25px;
	padding-right:10px;
	float:right;
}

.ViewCartLink
{
	font-size: 10px;
	font-weight:normal;
	color: #0066cc;
	padding-top:28px;
	padding-right:8px;
	float:right;
}


div#ToolbarFull
{
}
div#ToolbarPos
{
	/***
	 * For Netscape/Mozzilla, setting the height here is the easiest way
	 * to get the height of ToolBarFull and ToolbarPos to match up correctly.
	 * Consider this to be the overall height of the toolbar.  This implies
	 * that this number should be increased to accommodate the tallest design
	 * element contained within the toolbar.
	*/
	height:0px; 
}
div#SearchPos
{
	/***
	 * Choose float:left or float:right. One or the other is required.
	 */
	/*
	float:left;
	*/
}
div#ShoppingCartPos
{
	/***
	 * Choose float:left or float:right. One or the other is required.
	 */
	/*
	float:right;
	*/
}
.ToolbarText
{
}
div#TopSpacer
{

	height:2px;
/*	*/
}
div.Spacer
{

	height:0px;

}
div.MenuPos a
{
	/***
	 * OPTIONAL
	 *
	 * Comment out the display:block to make the link area only the link word 
	 * rather than the full width of the menu.  
	 *
	 * Generally use this for links without an a:hover{background-color}.
	
	display:block; */
}
/***
 * Any formatting that applies to the *Pos divs will stretch to the full
 * height of the menu.
 */
div#SiteMenuPos
{
	/*background-image:url(../images/bg-menu.gif);
	background-repeat:repeat;

	background-color:#666666;
*/
}
div#NoCatalogSiteMenuPos
{
	/*background-image:url(../images/bg-menu.gif);
	background-repeat:repeat;

	background-color:#666666;
*/
}
div#SiteMenuFormat
{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-left:0px;
	margin-right:0px;
	padding-left:10px;
	padding-right:15px;
	padding-top:35px;

}
.TopPageMenuGroup
{
	padding-bottom:3px;
	background-image:url(../images/bg-menu.gif);
	background-position:right;
	
	
}
.TopPageMenuText
{
	font-size: 10px;
	color: Black;
	/*background-color:White;*/
}
.TopPageMenuText div#current
{
	font-weight:bold;
	color: #0066cc;
	
}
.TopPageMenuText a
{
	text-decoration:none;
	color: #999999;
}
.TopPageMenuText a:hover
{
	text-decoration:none;
	color: #0066cc;
	
}
.TopPageMenuText a:visited
{
}
.SubPageMenuText
{
	font-size: 10px;
	color: #999999;
	
	margin-left:8px;
}
.SubPageMenuText div#current
{
	font-weight:bold;
	color: #0066cc;
	
}
.SubPageMenuText a
{
	text-decoration:none;
	color:#999999;
}
.SubPageMenuText a:hover
{
	text-decoration:underline;
	color: #0066cc;
	
}
.SubPageMenuText a:visited
{
}
div#CatalogMenuPos
{
	background-image:url(../images/bg-side.gif);
	background-repeat:repeat;
/*
	background-color:#666666;
*/
}
div#NoCatalogMenuPos
{
	background-image:url(../images/bg-side.gif);
	background-repeat:no-repeat;

	/*background-color:#666666;
*/
}
div#CatalogMenuFormat
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
div.CatalogHeaderMenuGroup
{
	padding-bottom:3px;
}
.CatalogHeaderMenuText 
{
	font-size: 12px;
	color: Black;
	background-color:White;
}
.CatalogCategoryMenuText 
{
	font-size: 12px;
	color: Black;
	background-color:White;
	margin-left:13px;
}
.CatalogCategoryMenuText div#current
{
	font-weight:bold;
	color: #0066cc;
	background-color:White;
}
.CatalogCategoryMenuText a
{
	text-decoration:none;
}

.CatalogCategoryMenuText a:hover
{
	text-decoration:underline;
	color: White;
	background-color:Black;
}
.CatalogCategoryMenuText a:visited
{
}
div#BodyFull
{

	background-image:url(../images/bg-body-full.gif);
	background-repeat:repeat-x;
/*
	background-color:#666666;*/
	

}
/***
 * BodyPos spans across only 760px horizontally.
 */
div#BodyPos
{
	border-top:1px solid #A7A3A7;
	border-bottom:1px solid #A7A3A7;
	border-right:1px solid #A7A3A7;
	background-color:#ffffff;
/*		background-image:url(../images/bg-body.jpg);
*/
}
div#PageContentPos
{
 	
}
.SiteText 
{
	font-size: 11px;
	color: #000000;
}
div#BottomSpacer
{

	height:2px;
/*	*/
}
div#FooterFull
{
	/***
	 * If the design requires that "FooterFull" appear, then
	 * ensure that the "height" attribute is set the same as the height
	 * height attribute of the "FooterPos" element.
	 */
/*
	height:24px;
	background-image:url(../images/bg-footer.jpg);
*/
}
div#FooterPos
{
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-x;
/*
	background-color:#666666;
*/
}
.FooterText
{
	font-size: 9px;
	padding-top:10px;
	margin-left:3px;
}
