body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#999966;
}
#sections
{
	
}

div#MastheadFull
{
	height:300px; 
}
div#MastheadPos
{
	height:300px; 
	background-image:url(../images/format-1/bg-header2.jpg);
	background-repeat:no-repeat;
	border-right:2px solid #851013;
}
.SiteNameText
{
	font-size: 24px;
	font-weight:normal;
	color: #000000;
	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;
}
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:0px;
*/
}
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
{

}
div#NoCatalogSiteMenuPos
{
	
	
}
div#SiteMenuFormat
{

	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left:22px;
	margin-right:5px;
	
	padding-top:5px;
	padding-bottom:3px;
	border-right:2px solid #851013;
}
.TopPageMenuGroup
{
	padding-bottom:3px;
	margin-top:8px;
}
.TopPageMenuText
{
	font-size: 11px;
	color: #69000E;
	
}
.TopPageMenuText div#current
{
	font-weight:bold;
	color: Black;
	
}
.TopPageMenuText a
{
	text-decoration:none;
	color: #69000E;
}
.TopPageMenuText a:hover
{
	text-decoration:underline;
	color: #69000E;
	
}
.TopPageMenuText a:visited
{
	color: #69000E;
}
.SubPageMenuText
{
	font-size: 11px;
	color: #851013;
	background-color:White;
	margin-left:13px;
}
.SubPageMenuText div#current
{
	font-weight:bold;
	color: Black;
	background-color:White;
}
.SubPageMenuText a
{
	text-decoration:none;
}
.SubPageMenuText a:hover
{
	text-decoration:underline;
	color: #851013;
	
}
.SubPageMenuText a:visited
{
}
div#CatalogMenuPos
{
	background-image:url(../../../../projects/oldtown/images/format-1/bg-catalog.gif);
	background-repeat:repeat;
}
div#NoCatalogCatalogMenuPos
{
	background-image:url(../../../../projects/oldtown/images/format-1/bg-catalog.gif);
	background-repeat:repeat;
}
div#CatalogMenuFormat
{
	font-size: 12px;
	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: Black;
	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-color:#666666;
	background-image:url(../images/format-1/bg-body.jpg);
*/
}
/***
 * BodyPos spans across only 760px horizontally.
 */
div#BodyPos
{
/*	
	background-color:#ffffff;
	background-image:url(../images/format-1/bg-body.jpg);
*/
	padding-top:15px;
	padding-bottom:15px;
	background-color:#e8e6d9;
	border-bottom:2px solid #851013;
	border-right:2px solid #851013;

	
}
div#PageContentPos
{
	
}

div#PageContentPos a
{
	color: #69000E;
	font-weight:bold;
	text-decoration:underline;
}
div#PageContentPos a:hover 
{
	color: #69000E;
	font-weight:bold;
	text-decoration:none;
}

div#PageContentPos a:visited 
{
	color: #69000E;
	font-weight:bold;
	
}

.SiteText 
{
	font-size: 12px;
	color: #000000;
}
div#BottomSpacer
{
/*	
	height:0px;
*/
}
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/format-1/bg-footer.jpg);
*/
}
div#FooterPos
{


/*
	background-color:#666666;
*/
}
.FooterText
{
	font-size: 9px;
	padding-top:0px;
	margin-left:0px;
}

.FooterText a
{
	color: #69000E;
	text-decoration:underline;
}
.FooterText a:hover 
{
	color: #69000E;
	text-decoration:none;
}

.FooterText a:visited 
{
	color: #69000E;
	
}





.Headline 
{
	color: #69000E;
	font-weight: bold;
}
.Quote 
{
	color: #69000E;
	font-weight:bold;
}

