@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f7f7d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #b2af93;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #c9c68d;
} 
.thrColFixHdr #header {
	background-color: #d3eaf2;
} 
.thrColFixHdr #header td {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 48px; /* padding keeps the content of the div away from the edges */
	background-color: #e4e4c6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787559;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 48px; /* padding keeps the content of the div away from the edges */
	background-color: #d3eaf2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #787559;
}
.thrColFixHdr #mainNavigation {
	margin-top: 0px;
	margin-right: 49px;
	margin-bottom: 0px;
	margin-left: 49px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #96966d;
} 
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 49px;
	margin-bottom: 0px;
	margin-left: 49px;
	padding-top: 15px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #787559;
	background-color: #c9c68d;
	font-family: Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #mainContent p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.thrColFixHdr #footer {
	background:#FFFFFF;
	border-top-width: 3px;
	border-top-color: #5762a9;
	border-top-style: solid;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Impact, Charcoal, sans-serif;
	;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: xx-small;
	color: #5762A9;
}
.thrColFixHdr #footer td {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #5762A9;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.strongEmphasis {
	font-weight: bold;
	font-style: italic;
}
.emphasis {
	font-style: italic;
}
.Red {
	color: #5b0125;
}
.strongRed {
	font-weight: bold;
	color: #5b0125;
}
.emphasisRed {
	color: #5b0125;
	font-style: italic;
}
.strongBlack, .product-title {
	font-weight: bold;
}
.strongEmphasisRed {
	color: #5b0125;
	font-style: italic;
	font-weight: bold;
}
.subNavigation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #20292f;
}
.subNavigation:link, .subNavigation:visited {
	text-decoration: none;
	color: #1024a2;
}
.subNavigation:link:focus, .subNavigation:visited:focus { color: #20292f; }
.subNavigation:link:hover, .subNavigation:visited:hover { color: #5b0125; }
.subNavigation:link:active, .subNavigation:visited:active { color: #5b0125; }

.bodyText:link, .bodyText:visited { text-decoration: none; font-weight: bold; color: black; }
.bodyText:link:focus, .bodyText:visited:focus { color: #5b0125; }
.bodyText:link:hover, .bodyText:visited:hover { color: #5b0125; }
.bodyText:link:active, .bodyText:visited:active { color: black; }

.emailInfoPlain:link, .emailInfoPlain:visited { text-decoration: none; color: black; }
.emailInfoPlain:link:focus, .emailInfoPlain:visited:focus { color: #5b0125; }
.emailInfoPlain:link:hover, .emailInfoPlain:visited:hover { color: #5b0125; }
.emailInfoPlain:link:active, .emailInfoPlain:visited:active { color: black; }

a:link, a:visited { text-decoration: none; color: black; }
/* a:link:focus, a:visited:focus { color: #5b0125; } */
a:link:hover, a:visited:hover { color: #5b0125; }
/* a:link:active, a:visited:active { color: black; } */

.product {
	margin-bottom: 10px;
}
