﻿/* text.css - Text styles: margins, padding, font properties */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a { color: #579933; text-decoration: underline }
a:hover { text-decoration: none; }

.bold { font-weight: bold}

#content-body p { line-height: 20px; padding-bottom: 12px; margin:0}

#mainnav a {
	padding: 0 35px 0 20px; 
	color: white;
	font-size: 13.5px; 
	text-decoration: none;
}
	#mainnav a:hover, #mainnav a.active {
		color: #333;
	}

h1 {
	color: #808080;
	font-size: 22px !important;
	font-weight: normal;
	/*text-transform: lowercase;*/
	padding-bottom:8px;
}

h2 {
	color: #2b69db;	
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: capitalize;
}

h3 {
	color: #579933;	
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: capitalize;
}

h4 {
	color: #333333;	
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
	text-transform: capitalize;
}

p {
	line-height: 16px;
}

#subnav {
	border-bottom: 1px solid #cccccc;
	margin-bottom:20px;
}
	#subnav, #subnav a {
		text-decoration: none;
		text-transform:lowercase;
	}
	
	#subnav dt {
		border-top: 1px solid #cccccc;
		padding: 5px 0;
	}
		
		#subnav dt a {
			color: #ba0001;
			font-size: 12px;
			font-weight:bold;
		}
	
		#subnav dt a:hover {
			color: #fe0000;
			text-decoration: underline;
		}

	#subnav dd { 
		padding: 0 0 2px 25px;
	}
	
		#subnav dd a {
			font-size:11px;
			color: #333333;
		}
		
		#subnav dd a:hover, #subnav dd a.active  {
			color: #fe0000;
			text-decoration: underline;
		}
		
	#cta-info a {
		font-size: 11px;
		color:#fff;
		text-decoration: none;
		background: transparent url(../images/arrow.gif) 0 3px no-repeat;
		padding-left: 8px;
	}
	
		#cta-info a:hover {
			text-decoration: underline
		}
			
#footer a {
	color: #666;
	text-decoration: none;
}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .linkdivider {
		background: transparent url(../images/separator.gif) top center no-repeat;
		padding: 0 15px;
		/*color:#4589e5;*/
	}
	#footer .footerblue {
		padding: 0 5px;
		color:#4589e5;
	}	
#category-fullline
{
	display: none;
	/*position: absolute;
	top: 120px;
	left: 35px;*/
}

#category-fullline, #category-fullline a
{
	color:#fff;
	font-size:11px;
	text-decoration: none;
	text-transform:lowercase;
}

#category-fullline a:hover 
{
	text-decoration: underline;
}

.featuredPic {
	float: left;
	width: 54px; 
}

.featuredtext {
	float: left;
	width: 124px;
}

.fetitle {
	font-weight:bold; 
	text-transform:uppercase; 
	color:#fff; 
	margin-bottom:4px;
	font-size:15px;
	margin-left:32px;
}

.feprice {
	font-weight:bold;
	font-size: 14px;
	color: #ffba00;
	margin:4px 0;
}

.felink {
	font-size: 11px;
}
