﻿/* ADD Any additional Home Page Styles or overrides here*/

div#contentHeader {
	background-image: url('images/homeHeader.jpg');
	
	padding-left:220px; padding-right: 40px;
	width:515px; /* 775-220-40 = 515 */
	
	padding-top: 25px;
	height: 182px; /* 207-25 = 182 */
}

div#contentHeader h2 {
	color: #68a83f;
	font-size: 27px;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#contentHeader h2 span.larger {
	font-size:37px;
	text-transform: uppercase;
}



div#contentHeader p {
	color: #434343;
	font-size: 13px;
}


#BodyTable {
	background-image: url('images/contentGradientBg.gif');
	background-repeat: repeat-x;
}

div#homeCalloutLinks {
	background-image: url('images/homeNavBg.gif');
	background-repeat: repeat-x;
	height: 49px;
	white-space: normal;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

div#homeCalloutLinks a {
	display: -moz-box; display: inline-block;
	height: 49px;
	text-align: center;
	padding-left: 48px;
	padding-right: 48px;
	background-image: url('images/homeNavLinkBg.gif');
	background-repeat: repeat; background-position: left top;
	border-right: 1px solid #4885a0;
	border-left: 1px solid #afd4e4;
	border-collapse:collapse;
	text-decoration: none;
	overflow: hidden;
}


#homeCalloutLinks[id=HOMECALLOUTLINKS] a { 	float: left;
}

div#homeCalloutLinks a h3 {
	font-size: 17px; line-height: 23px;
	color: white;
	font-weight: normal;
	margin-top: 3px; margin-bottom: 0;
}

div#homeCalloutLinks a p {
	color: #2b66a5;
	margin-top: 0px;
	font-size: 13px;
}


div#homeCalloutLinks a:hover { background-position: 0 49px; }


div#homeCalloutLinks a:hover h3{ text-decoration: underline; }

div#homeCalloutLinks a.first { border-left: none; } div#homeCalloutLinks a.last { border-right: none; }


table#featuredProduct {
		background-image: url('images/featuredProductBg.jpg');
		background-repeat: no-repeat;
		height: 232px;
		margin-top: -2px;
		*width: 100%;
		-margin-top: -4px;
		
}	

table#featuredProduct tr td{
	padding-left: 10px; padding-right: 10px;
}

table#featuredProduct h3 {
	font-size: 18px;
	color: black;
	margin-top: 10px;
	font-weight: normal;
}

table#featuredProduct h2 {
	color: #2b66a5;
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 0;
}

table#featuredProduct  p {
margin-top: 0px;
margin-bottom: 5px;
}

.SIDEBAR {
padding-top: 0px;
}



