@charset "utf-8";
body  {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.thrColFixHdr #container {
	width: 882px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../source/container_bgnd3.png);
	background-repeat: repeat-y;
	background-position: bottom;
} 

#header_top {
	width:866px;
	height:8px;
	z-index:1;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../source/border_top2.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #header {
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
} 
.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 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 20px;
	margin-top: 15px;
	background-image: url(../source/sidebar_bgnd3.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inline;
	text-align: center;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebar_top {
	position: relative;
	left: auto;
	right: 17px;
	top: -15px;

}

.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 250px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 35px;
} 
.thrColFixHdr #footer {
	background-image: url(../source/border_bottom2.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #02241C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-position: center top;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.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;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #074237;
	font-size: 30px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 35px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -0.1em;
	color: #063D32;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: -0.1em;
	top: 0px;
	line-height: 17px;
	text-align: center;
	padding: 5px;
	color: #063D32;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a.article:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
	line-height: normal;
}
a.article:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.article:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
}
a.article:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.para:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.para:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
}
a.para:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
}
a.para:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.sidebar_p:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
a.sidebar_p:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
a.sidebar_p:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
a.sidebar_p:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009083;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
.thrColFixHdr #newsletter {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	margin-right: auto;
	margin-top: 15px;
	background-image: url(../source/newsletter_bgnd.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	display: inline;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid;
	border-color: #009083;
}
.thrColFixHdr #catalog_container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../source/catalog_container_bgnd.png);
	background-repeat: repeat-y;
	background-position: bottom;
	height: auto;
}
.thrColFixHdr #newsletter_splash {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 10px;
	display: inline;
	text-align: center;
	margin-bottom: 0px;
}
.thrColFixHdr #boutiquefooter {
	background-image: url(../source/border_bottom2.png);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #241902;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-position: center top;
}
.thrColFixHdr #boutiquefooter 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.thrColFixHdr #articleimages {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	background-image: url(../source/articleimage_bgnd.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid;
	border-color: #009083;
	margin-left: 0px;
	padding: 10px;
	margin-right: 15px;
}
a.sidebar_p:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}
.thrColFixHdr #lineswecarryimages {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	background-image: url(../source/articleimage_bgnd.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0px;
	border: 1px solid;
	border-color: #009083;
	margin-left: 0px;
	padding: 10px;
	margin-right: 15px;
}
.thrColFixHdr #mainContentfull {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
