@charset "utf-8";
/* CSS Document */

body{
	background-color: #fde7ba;
	background-image:url(/images/template/bg.jpg);
}

/*-------------------------------------------------------------------------------------------
/ header
-------------------------------------------------------------------------------------------*/
#headerWrapper{
	border-bottom-color: #c58b2f;
	background-image:url(/images/template/header-wrapper-bg.jpg);
}
	#header{
		border-bottom-color:#dea94a;
		background-image:url(/images/template/header-bg.jpg);
	}
		#headerTagline{
			color: black;	
		}
		#headerTaglineWrapper #logo{
			background-image: none;	
		}

#viewAllProducts{
	position:absolute;
	bottom:-14px;
	right:45px;
}
/*-------------------------------------------------------------------------------------------
/ homePageTestimonials
-------------------------------------------------------------------------------------------*/
#homePageTestimonials{
	font-size: 12px;
	font-style: italic;
}
	#homePageTestimonials .quote{
		margin-bottom: 0px;
	}
	#homePageTestimonials .author{
		margin-top: 3px;
	}
	#header #logo{
		display: block;
		width: 100%;
		height: 60px;
	}
	
	
/*-------------------------------------------------------------------------------------------
/ homePageIcons
-------------------------------------------------------------------------------------------*/
#homePageIcons{
	
}
	#homePageIcons p{
		line-height: 70px;
	}
		#homePageIcons p img{
			vertical-align:middle;
			margin-left: 15px;
		}
			#homePageIcons p img.first-child{
				margin-left: 0px;
			}
			
/*-------------------------------------------------------------------------------------------
/ homeCenterContent
-------------------------------------------------------------------------------------------*/
#homeCenterContent{
	
}
	#homeCenterContent h1{
		font-size: 24px;
		font-weight:bold;
		color: black;
	}
		#homeCenterContent h1 span{
			font-size: 18px;
		}
	#homeCenterContent h2{
		font-size: 36px;
		font-weight:bold;
		color: #e70d0d;
		margin-top: 0px;
	}
	#homeCenterContent .footnote{
		font-size: 10px;
	}
	
/*-------------------------------------------------------------------------------------------
/ sidepanels
-------------------------------------------------------------------------------------------*/
#sidepanels{
	
}
#sidepanels .sidePanelTop{
	background-image:url(/images/template/sidePanelTop.png);
}
#sidepanels .sidePanelMiddle{
	background-image:url(/images/template/sidePanelMiddle.png);
}
#sidepanels .sidePanelBottom{
	background-image:url(/images/template/sidePanelBottom.png);
}
