/*Use for all pages in the site*/	
H1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: bold;
	color: #1E3EAD
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color: rgb(29,62,172)	
}

/*Use for consistency in font type, size, etc*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
    margin-left: 0px; 
    margin-top: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    }

/*Use for hyperlinks on the site*/	
a {
	color: #3366CC;
	text-decoration: underline;
}

/*Use on image links to avoid underline in firefox*/
.imagelinks{
	text-decoration: none;
	}
	
/*Use for breadcrumb navigation on all pages*/	
.breadcrumb {
	color: #3366CC;
	font-size: 11px;
    }

/*Use for top learn navigation on all pages*/	
.learnguidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
	color: #D45221
	
	}

/*Use for left navigation on content pages*/
.leftcontentnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9EFFB
	}

/*Still working on this one*/
.leftsubpagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #E9EFFB
}

/*Use for site content page headings*/		
.contentpageheader {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight: bold;
	color: #1E3EAD
}

/*Use only for online store product page heading*/		
.productpageheader {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight: bold;
	color: #1E3EAD
}

/*Use for subtitles on all pages*/		
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
  	color: #1E3EAD
}

/*Use to format the right navigation guide boxes*/		
.guidebox{
	border-right: #D7D7D7 1px inset;
	border-left: #F7F7F7  1px outset;
	border-top: #F7F7F7 1px outset;
	border-bottom: #D7D7D7 1px inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666
}

/*Use to format the top title row for all right navigation guide boxes (accessories/reccomedation, etc)*/		
.guideboxtitle{
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3852A6
}

/*Use to format the comparison chart on all brand/category pages - STILL WORKING ON THIS*/		
.comparisontable{
	border-right: #D7D7D7 2px inset;
	border-left: #F7F7F7  2px outset;
	border-top: #F7F7F7 2px outset;
	border-bottom: #D7D7D7 2px inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	background-color: #DBE7FF

}

/*Use to format the alternating row color on the brand/category page comparison charts */
.alternating_comparison{
	background-color: #F3FAFE; 
}

.bodytable {
    font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#666666;
	border-color: #D7D7D7;
	}

/*Use for highlighting text on the page using orange*/
.txthighlight {
	font-family: Arial, Helvetica, sans-serif;
	color:#e44f25
	}


/*for tiny links on the site (email a friend, print page, etc)*/	
.minilinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*Use for bottom navigation on all site pages*/	
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FCFCFC;
}

	
/*Use for legal items:disclaimers, copyright, etc*/
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FCFCFC;

}




