﻿/* -------------------------------------------------------

   Filename: layout-fonts.css

   Description: Font Styles

   Version: v1.0.0 (Novemeber 2009)

   Website: www.hartandcooley.com

   Authoer: Walter S.

-------------------------------------------------------

------------------------------------------------------- */

body *,
body
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body strong, b
{
font-weight:bold;
}

/* Primary Navigation */
ul.dropdown li
{ 		
	font-weight: bold; 
}

	/* First Level Positioning */
	ul.dropdown li a
	{
		 color: #FFFFFF; 
		 text-decoration: none;
	}
	
	ul.dropdown li.hover a
	{
		color: #FFFFFF;
	}
	
	ul.dropdown ul li 
	{
		color: #0; 
		font-weight: normal;
	}

	ul.dropdown ul li a
	{
		color: #000 !Important;
	}
		
.header .search div.search-form span
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


.header .brandSectionTabs ul li a
{
	color: #000000;					
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

	.header .brandSectionTabs ul li a.active
	{		
		color: #FFF;
	}

	.header .brandSectionTabs ul li a:hover
	{
		text-decoration: underline;
	}

		#buttons ul li a
		{
			color:black;
			font-family: Verdana;
			font-weight: bold;
			text-decoration: none;
			text-transform:uppercase;												
		}

	.leftColumn h5
	{
		color:white;
		font-weight:bold;
		font-size:12px;
		text-transform: uppercase;
	}
	
	
	.leftColumn h5.menuTitle
	{
		color:white;
		font-weight:bold;
		font-size:12px;
		text-transform: uppercase;
	}	
	
	.leftColumn .featuredProduct a
	{		
		font-weight: bold;
		text-decoration: none;
	}
	
		.leftColumn .featuredProduct a:hover
		{
			text-decoration: underline;
		}
		
	a.menu_head 
	{
		font-size:11px;
		font-weight:bold;
		text-transform: uppercase;
		text-decoration: none;
		color:#6c6c6c;
	}

	a.menu_head:hover, a.selected
	{
		color: white !important;	
	}
	
	
	.menu_body a 
	{
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	.breadCrumb
	{
		color: #FFFFFF;
		font-weight: bold;
	}

		.breadCrumb a
		{
			color: #FFFFFF;
			font-weight: normal;
			text-decoration: none;
		}

			.breadCrumb a:hover
			{
				text-decoration: underline;
			}	

	.sectionTitle h3
	{
		color: #fff;		
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px 0 0 10px;
	}		

.content .content_button a
{
	color: white;
}

.content .landingPageCopy .landing_btn a
{
	text-decoration: none;
}

	.content .landingPageCopy .landing_btn a:hover
	{
		color: White;
		text-decoration: none;
	}

	.content .landingPageCopy .landing_btn strong
	{
		color: #FFFFFF;
		font-size: 16px !important;							
		font-weight: bold;		
		font-family: Arial;
	}

	.content .landingPageCopy .landing_btn em
	{
		color: White;
		font-size: 11px;
		font-style:italic;
	}

	.content .landingPageCopy .landing_btn  h6
	{
		color: White;
		font-size: 11px;
	}

	.content .landingPageCopy .landing_btn span,
	.content .landingPageCopy .landing_btn u
	{
		text-decoration: underline;
		color: White;
		font-size: 10px;
	}	

.footer
{
	font-family:tahoma !important;
	font-size:11px !important;
}

.footer a { color: #7620A7 !Important; }

.footer div.siteInformation ul.footerSiteMap li a
{	
	font-weight: bold;
	text-decoration: none;						
}

	.footer div.siteInformation ul.footerSiteMap li a:hover
	{
		text-decoration: underline;
	}

	.footer div.siteInformation ul.footerTerms li
	{
		font-weight: bold;
	}

		.footer div.siteInformation ul.footerTerms li a
		{
			font-weight: bold;
			text-decoration: none;	
		}
		
			.footer div.siteInformation ul.footerTerms li a:hover
			{
				text-decoration: underline;
			}
			
	div.siteBrandNetwork
	{
		color: #9a9a9a;
		font-weight: bold;			
	}			
			
.content *
{
	font-family: Verdana;
	line-height: 20px;
}

	.content p
	{
		padding: 0px;
		margin: 0px;
		font-size: 10px;	
		padding-right: 10px;	
		margin-bottom: 10px;
	}
	.content h1
	{
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 14px;
	}
	
	.content h2
	{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.content h3
	{
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;		
	}
	
	
.content ul.sf_newsList li h2.sf_newsTitle a
{	
	font-size: 12px;
	font-weight: bold;		
	text-decoration: none;	
}	

	.content ul.sf_newsList li h2.sf_newsTitle a:hover
	{					
		text-decoration: underline;
	}
	
		.landingPageNews ul.sf_newsList li p.sf_newsDate
		{
			color: #dedede;
			font-weight: bold;
			font-size: 12px;
		}	
		
	.sf_searchBox input.sf_searchSubmit
	{		
		color: #FFFFFF;
		font-weight: bold;
	}
