@charset "utf-8";
/* Home CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:rgb(255,255,255);
	background-image:url(../images/bodyBackground.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:rgb(22,24,28);
}
.contentBlock {
	margin:0 auto;
	width:800px;
	text-align:left;
}
#headerArea {
	height:40px;
	background-color:transparent;
	background-image:url(../images/headerAreaBackground.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#headerArea ul {
	position:relative;
	width:800px;
	height:40px;
	list-style-type:none;
	font-size:18px;
	line-height:40px;
	color:rgb(246,245,243);
}
#headerTagline {
	position:absolute;
	top:0;
	left:10px;
}
#headerPhone {
	position:absolute;
	top:0;
	left:460px;
	width:250px;
	font-weight:bold;
	text-align:right;
}
#headerContactLink {
	position:absolute;
	top:0;
	left:720px;
}
#headerContactLink a {
	display:block;
	width:70px;
	height:40px;
	background-image:url(../images/headerContactLink.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#contentArea {
	background-color:transparent;
	background-image:url(../images/contentAreaBackground.png);
	background-position:0 100px;
	background-repeat:no-repeat;
}
#contentLeft {
	float:left;
	margin:0 10px;
	width:430px;
	text-align:left;
}
#contentLeft h1 {
	height:100px;
	width:430px;
	background-color:transparent;
	background-image:url(../images/homeHeaderLogo.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#contentLeft p {
	margin:10px 0;
}
#contentRight {
	float:right;
	margin:0 10px;
	width:330px;
}
#introductionCallout {
	padding:20px;
	background-color:rgb(179,0,27);
	background-image: url(../images/introductionCalloutBackground.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	color:rgb(246,245,243);
}
#introductionCallout h1 {
	margin-bottom:7px;
	font-size:18px;
}
#introductionCallout p {
	margin:7px 0;
	font-size:13px;
	line-height:20px;
}
#calloutFullLineLink a {
	display:block;
	height:30px;
	width:290px;
	background-color:transparent;
	background-image:url(../images/calloutFullLineLink.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#featuredProductHeading {
	margin:10px 0;
	font-size:18px;
	line-height:24px;
	border-bottom:solid 1px rgb(22,24,28);
}
.featuredProductBlock {
	margin-bottom:10px;
}
.featuredProductBlock h1, .featuredProductBlock p {
	margin:4px 0;
}
.featuredProductBlockImage {
	float:left;
	margin:0 !important;
	height:110px;
	width:100px;
	text-align:center;
}
.featuredProductBlockImage img {
	border:none;
}
.featuredProductBlockTitle {
	padding-left:105px;
	font-size:14px;
	line-height:20px;
}
.featuredProductBlockDescription {
	padding-left:105px;
	font-size:14px;
	line-height:20px;
}
.featuredProductBlockLink {
	padding-left:105px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
.featuredProductBlockLink a:link, .featuredProductBlockLink a:visited {
	color:rgb(22,24,28);
	text-decoration:none;
}
.featuredProductBlockLink a:hover, .featuredProductBlockLink a:active {
	color:rgb(22,24,28);
	text-decoration:underline;
}
#contentClear {
	clear:both;
	height:1px;
}
#productArea {
	height:188px;
	background-color:transparent;
	background-image:url(../images/productAreaBackground.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}
.productBlock {
	float:left;
	margin:0 15px;
	height:188px;
	width:103px;
}
.productBlock a:link, .productBlock a:visited {
	color:rgb(22,24,28);
	text-decoration:none;
}
.productBlock a:hover, .productBlock a:active {
	color:rgb(22,24,28);
	text-decoration:underline;
}
.productBlockImage {
	margin-top:30px;
	height:110px;
	text-align:center;
}
.productBlockImage img {
	border:none;
}
.productBlockDescription {
	font-size:12px;
	line-height:20px;
	text-align:center;
}
#footerArea {
	position:relative;
	height:80px;
	background-color:transparent;
	background-image:url(../images/footerAreaBackground.png);
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12px;
	color:rgb(246,245,243);
}
#footerArea a {
	color:rgb(246,245,243);
}
#footerCopyright {
	position:absolute;
	top:10px;
	left:10px;
}
#footerNavigation {
	position:absolute;
	top:10px;
	left:640px;
	width:150px;
	text-align:right;
}
