@charset "UTF-8";
.thrColFixHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	color: #4da4a4;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 14px;
	color: #4DA4A4;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #E1EBEB;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #4DA4A4;
	text-align: right;
	line-height: 16px;
}
.thrColFixHdr #container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4DA4A4;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.thrColFixHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4da4a4;
}
.thrColFixHdr #container #sidebar2 .treatmentImages {
	margin: 0px;
}
.thrColFixHdr #container #sidebar2 .productInset {
	border: medium solid #4DA4A4;
	background-color: #fcf8f0;
}
.thrColFixHdr #container #sidebar2 .productInset h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4DA4A4;
	padding: 10px;
	margin-top: 0px;
}
.thrColFixHdr #container #sidebar2 .productInset p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar2 .productInset img {
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
.thrColFixHdr #container #sidebar1 hr {
	color: #4DA4A4;
	margin-top: 20px;
	margin-bottom: 20px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #E3E4D6;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
} 
.thrColFixHdr #header {
	background: #4DA4A4;  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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: 165px; /* padding keeps the content of the div away from the edges */
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.thrColFixHdr #mainContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 27px;
	margin-right: 330px;
	margin-bottom: 10px;
	margin-left: 190px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 100%;
	padding-top: 10px;
} 
.thrColFixHdr #footer {
	padding: 15; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4Da4a4;
	margin-top: 20px;
} 
.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;
	font-size: 10px;
	line-height: 16px;
	color: #E1EBEB;
	text-align: center;
}
.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;
}
.thrColFixHdr #container #sidebar1 a {
	color: #4DA4A4;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #570000;
	text-decoration: underline;
}
.thrColFixHdr #container #header .Header .navigation {
	margin-left: 400px;
	float: right;
}
.thrColFixHdr #container #header .Header {
	float: right;
	background-image: url(/Images/HeadernavigationBackground.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 400px;
	padding-right: 20px;
}
.thrColFixHdr #container #header .Header p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FCF8F0;
	font-weight: bold;
	text-align: right;
}
.thrColFixHdr #container #header .Header a {
	color: #FCF8F0;
	text-decoration: none;
}
.thrColFixHdr #container #header .Header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container .subNav p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
.subNavBackgrounds {
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 30px;
}
.thrColFixHdr #container .SubNavigation .Men {
	background-image: url(/Images/subNavBackground50percent.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-left: 30px;
	float: left;
	width: 110px;
}
.thrColFixHdr #container .SubNavigation p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.thrColFixHdr #container .subNav {
	padding-bottom: 15px;
}
.thrColFixHdr #container .SubNavigation .Women {
	float: left;
	background-image: url(/Images/subNavBackground50percent.png);
	margin: 0px;
	width: 110px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}
.thrColFixHdr #container .SubNavigation .Teens {
	background-image: url(/Images/subNavBackground.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	width: 120px;
	padding-bottom: 20px;
}
.thrColFixHdr #container .SubNavigation .Men p {
	padding-top: 5px;
	padding-left: 25px;
}
.thrColFixHdr #container .SubNavigation .Women p {
	padding-top: 5px;
	padding-left: 5px;
}
.thrColFixHdr #container .SubNavigation .Teens p {
	padding-top: 5px;
	padding-left: 15px;
}
.thrColFixHdr #container .SubNavigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container .SubNavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container #header {
	background-color: #4DA4A4;
	height: 151px;
}
.thrColFixHdr #container #sidebar2 .productInset a {
	color: #4DA4A4;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar2 .treatmentImages img {
	border: 1px solid #87C2C2;
	margin-bottom: 10px;
}
.thrColFixHdr #container #footer .footer1 img {
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4DA4A4;
}
.thrColFixHdr #container #mainContent a {
	color: #5EACAC;
	text-decoration: underline;
}
.thrColFixHdr #container #footer .footer1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #footer .footer1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #570000;
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent img {
	border: 1px solid #666666;
}
