@charset "UTF-8";
.quantityField {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 3px;
}
.strike {
	color: #FF0000;
	text-decoration: line-through;
}
.saleHeader {
	font-size: 15px;
	line-height: 22px;
	color: #EF4623;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sale_text {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #EF4623;
}
body {
	background-color: #5D8FC7;
	text-align: center;
	margin-top: 0px;
}
.header {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.imgPadding_bottom {
	padding-bottom: 10px;
}
.footer {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5D8FC7;
}
.largeBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #5D8FC7;
	text-align: left;
	line-height: 24px;
}
.largeRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FF0000;
	text-align: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #5A8FC8;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D8FC7;
	font-weight: bold;
}
.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
a:hover {
	text-decoration: underline;
	color: #3C6089;
}
a:visited {
	text-decoration: none;
	color: #3C6089;
}
.picPadding_right {
	padding-right: 10px;
}
.bottomLinks   a:hover {
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-decoration: underline;
}
.bottomLinks a {
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mediumGrayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E1E1E;
	text-align: left;
}
.subHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E1E1E;
	font-weight: bold;
}
.bottomLinks a:visited {
	color: #FFFFFF;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.sideNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5583B8;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sideNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5583B8;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 7px;
}
.sideNav  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	padding-top: 7px;
	text-decoration: none;
	padding-left: 15px;
	padding-bottom: 7px;
	background-color: #6DA0D3;
}
.mediumBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D8FC7;
	text-align: left;
}
.subHead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1E1E1E;
	font-weight: bold;
}
.signUpNow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
}
.productQuotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #426A95;
	text-align: left;
	width: 720px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: CCCCCC;
}
.giftWrap {
	margin-right: 15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	float: left;
	padding-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D8FC7;
	line-height: 21px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.largeBlueText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #5D8FC7;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 24px;
}

/* prevents Firefox from outline on links */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
