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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/gradient-background2.png);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}
#MainContent {
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.footerCopyright {
	font-size: 0.65em;
	color: #333333;
}
#Container {
	width: 1001px;
	border: thin solid #333333;
}
#Video {
	display: block;
	float: right;
	height: 260px;
	width: 320px;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
}
#FooterContainer {
	width: 1003px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 8px;
}
.PageTitle {
	font-size: 1.8em;
	color: #e6edc5;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 130%;
}



h1 {
	font-size: 1.3em;
	color: #00428D;
}
h2 {
	font-size: 1em;
	color: #333333;
	padding-left: 5px;
	line-height: 85%;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #003A6F;
}
a:link {
	color: #45603A;
	text-decoration: none;
}

a:visited {
	color: #934D43;
	text-decoration: none;
}

a:hover {
	color: #00428D;
	text-decoration: underline;
}

a:active { }

.ProductNumber {
	font-size: 0.8em;
	color: #666666;
	padding-top: -2px;
	padding-bottom: -2px;
}
.SpaceLeft15px {
	padding-left: 15px;
}
.ShadedBackground {
	background-color: #B8C892;
	display: block;
	padding: 10px;
	width: 200px;
}
li {
	font-size: 0.8em;
	line-height: 140%;
}
.noRepeat {
	background-repeat: no-repeat;
}
.CellSpacing {
	padding: 20px;
}
.IntroText {
	font-size: 1.2em;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.IntroSubText {
	font-size: 1.1em;
}
.ShadedBackgroundNoWidth {
	background-color: #B8C892;
	padding: 10px;
}
.QuoteBoxRt {
	background-color: #E6EDC5;
	display: block;
	padding: 10px;
	width: 300px;
	float: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3F4816;
	border-bottom-color: #3F4816;
}

