@charset "UTF-8";

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* 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-image: url(../Images/mainbackground.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FDF7E9;
	height: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../Images/header.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
} 
.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;
	background-repeat: repeat;
	padding-top: 0px;
	padding-bottom: 15px;
	width: 180px;
}
.thrColFixHdr   #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-repeat: repeat;
}
.thrColFixHdr #mainContent {
	padding-top: 5px;
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	width: 423px;
	float: left;
	padding-right: 5px;
} 
.sidebarBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 148px;
	border: 1px solid #CCCCCC;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	padding: 5px;
	background-repeat: no-repeat;
	white-space: normal;
	height: 110px;
}
.headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AE0068;
	padding-left: 15px;
}
.thrColFixHdr #footer {
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	height: 50px;
	width: 800px;
	padding-bottom: 0;
} 
.thrColFixHdr #footer p {
	margin: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.divleft {
	width: 171px;
	height: 203px;
}

.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;
}
.mainContentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-right: 3px;
	margin-left: 6px;
	padding-left: 5px;
}
.newsletterBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FF00FF;
}
.thrColFixHdr  #sidebarSHOP {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* padding keeps the content of the div away from the edges */
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	height: 247px;
	margin-left: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FF66FF;
	border-right-color: #BE0C77;
	border-bottom-color: #BE0C77;
	border-left-color: #BE0C77;
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right;
}
.right {
	float: right;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-repeat: no-repeat;
	background-image: url(../Images/spcoffer.gif);
	margin-bottom: 10px;
	height: 180px;
}
.sidebarBoxCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	height: 140px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.thrColFixHdr  #sidebar31 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-repeat: repeat;
	background-image: url(../Images/tile.gif);
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../Images/nav.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.buttonback {
	background-image: url(../Images/mainbackground.gif);
	background-repeat: no-repeat;
}

.nav1 {
	background-image: url(../Images/nav1.gif);
	background-repeat: no-repeat;
}

.thrColFixHdr #sidebar2 {
	width: 185px;
	height: 800px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]>
.thrColFixHdr #sidebar4 {
	float: right;
	padding-top: 10px;
}
.thrColFixHdr #sidebar5 {
	width: 185px;
}
.thrColFixHdr #sidebar32 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-repeat: repeat;
	margin-bottom: 10px;
	height: 153px;
	border: 1px solid #CCCCCC;
	background-image: url(../Images/tile.gif);
}
.thrColFixHdr #sidebar1left {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
.sidebarBoxLargeMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 148px;
	border: 1px solid #CCCCCC;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	padding: 5px;
	background-repeat: no-repeat;
	white-space: normal;
}
.sidebarBoxHINTS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 160px;
	border: 1px solid #CCCCCC;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	padding: 5px;
	background-repeat: no-repeat;
	white-space: normal;
	height: 50px;
	margin-left: 4px;
}
.thrColFixHdr #sidebar6 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebarMAIL {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-repeat: repeat;
	background-image: url(../Images/tile.gif);
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	height: 200px;
	margin-right: 5px;
}
.sidebarBoxBREAST {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	height: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #sidebar32hints {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-repeat: repeat;
	margin-bottom: 10px;
	height: 70px;
	border: 1px solid #CCCCCC;
	background-image: url(../Images/tile.gif);
	margin-right: 5px;
}
.sidebarBoxCopyHINTS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 160px;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	background-image: url(../Images/boxflower.gif);
	background-position: bottom;
	height: 145px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-repeat: no-repeat;
}
.imgBox {
	width: 185px;
	float: right;
	height: 150px;
}

.thrColFixHdr #sidebar1BUSINESS {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* padding keeps the content of the div away from the edges */
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	height: 156px;
	margin-left: 5px;
}
.thrColFixHdr #sidebarIMG {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin-bottom: 10px;
	height: 150px;
	padding-right: 4px;
}
.thrColFixHdr #mainContent2ndBOX {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../Images/tile.gif);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	float: left;
	width: 600px;
}
.sidebarBoxSpecialOffers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	width: 148px;
	border: 1px solid #CCCCCC;
	background-position: bottom;
	padding: 5px;
	background-repeat: no-repeat;
	white-space: normal;
	height: 105px;
	margin-left: 8px;
}
.atag {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.ADTRACKER  {
	float: left; /* since this element is floated, a width must be given */
	width: 176px;
	padding-right: 0px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	height: 203px;
	padding-left: 5px;
}

