@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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 911px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/trans-bk.gif);
}
.thrColFixHdr #header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
}
.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: 350px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 400px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/white_bk.jpg);
}
#contact {
	background-image: url(images/contact_background.jpg);
	width: 550px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 550px;
}
#contact_content {
	padding: 50px;
}
.under_flash_plain {
	font-size: 80%;
}
.accessories_pink {
	font-weight: bold;
	color: #FF6699;
}
.whats_new_heading {
	font-weight: bold;
	color: #FF6699;
}
.thrColFixHdr #container #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF3399;
	font-style: italic;
}
.thrColFixHdr #container #sidebar1 a {
	color: #FF3399;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF3399;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 visited {
	color: #FF3399;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FF3399;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 hover {
	border-bottom-style: none;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.under_flash {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF6699;
	font-size: 90%;
}
.thrColFixHdr #footer {
	background-image: url(images/footer_bk.gif);
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 80%;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFF99;
}
.thrColFixHdr #footer #footer_links2 {
	width: 600px;
	float: right;
	height: 40px;
}
.thrColFixHdr #footer .footer_links1 {
	float: left;
	width: 400px;
	height: 40px;
}
.bottom_thumbnails {
	height: 120px;
	padding-left: 35px;
	padding-top: 20px;
}
.thrColFixHdr #footer li {
	list-style-position: outside;
	display: block;
	float: right;
	background-image: url(images/footer_decoration.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 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 */
}
.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;
	text-align: left;
	padding-right: 40px;
}
.fltlft_footer {
	float: left;
	margin-right: 8px;
	text-align: left;
	padding-top: 20px;
}
.thrColFixHdr #footer .fltlft_footer {
}
.thrColFixHdr #footer .fltlft_footer a {
	color: #FF3399;
}
.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 #footer .footer_links2 a {
	font-size: 80%;
	color: #333333;
}
.thrColFixHdr #footer .fltlft_footer visited {
	color: #FF3399;
}
#header_top_links {
	font-family: "Trebuchet MS";
	color: #8DAA71;
	padding-top: 90px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.thrColFixHdr #container #header #header_top_links a {
	color: #90A67D;
	text-decoration: none;
}
.thrColFixHdr #container #header #header_top_links hover {
	color: #90A67D;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.thrColFixHdr #header li {
	list-style-position: outside;
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#header_lower_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF99CC;
	margin-top: 30px;
}
.thrColFixHdr #container #header #header_lower_links a {
	color: #FF99CC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
#whats_new {
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	border: thin dotted #FF99CC;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
	font-size: 90%;
	background-image: url(images/whats_new_home_page.jpg);
}
.thrColFixHdr #sidebar-narrow {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
}
.thrColFixHdr #main-wide {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/white_bk.jpg);
}
.thrColFixHdr #container #main-wide h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FF6699;
	font-size: 150%;
}
.thrColFixHdr #container #main-wide h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #8BC53F;
	font-size: 120%;
}

.thrColFixHdr #container #main-wide p {
	font-size: 80%;
}
.thrColFixHdr #right-side50p {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 475px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/white_bk.jpg);
}
.thrColFixHdr #container #main-full-product h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FF6699;
}
#product-right {
	float: right;
	width: 175px;
	padding-left: 20px;
	clear: right;
}
.thrColFixHdr #left-side50p {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#main-full-product {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 850px;
}

.thrColFixHdr #container #main-full-product a {
	color: #8BC53F;
	text-decoration: underline;
}
.thrColFixHdr #container #main-full-product p {
	font-size: 80%;
}
#main-full-product2 {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 850px;
}
.thrColFixHdr #container #main-full-product2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FF6699;
}

.thrColFixHdr #container #main-full-product2 a {
	color: #8BC53F;
	text-decoration: underline;
}
.thrColFixHdr #container #main-full-product2 p {
	font-size: 80%;
}

#main-full-product3 {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 850px;
}
.thrColFixHdr #container #main-full-product3 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FF6699;
}

.thrColFixHdr #container #main-full-product3 a {
	color: #8BC53F;
	text-decoration: underline;
}
.thrColFixHdr #container #main-full-product3 p {
	font-size: 80%;
}

#main-full-product4 {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 850px;
}
.thrColFixHdr #container #main-full-product4 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FF6699;
}

.thrColFixHdr #container #main-full-product4 a {
	color: #8BC53F;
	text-decoration: underline;
}
.thrColFixHdr #container #main-full-product4 p {
	font-size: 80%;
}

#main-full-product5 {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 850px;
}
.thrColFixHdr #container #main-full-product5 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FF6699;
}

.thrColFixHdr #container #main-full-product5 a {
	color: #8BC53F;
	text-decoration: underline;
}
.thrColFixHdr #container #main-full-product5 p {
	font-size: 80%;
}
/*4 column code */

#top-section {
	position:relative;
	left:0;
	top:0;
	background: red;
}
#mid-section {
	position:relative;
	left:0;
	top:0;
}
#bottom-section {
	position:relative;
	left:0;
	top:0;
	background: green;
}
#mid-col-1 {
	position:relative;
	top:0;
	width:20%;
	min-width:150px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 80%;
}
.thrColFixHdr #container #mid-section #mid-col-1 li {
	font-family: "Trebuchet MS", arial;
	font-size: 90%;
}
#mid-col-2 {
	position:relative;
	top:20px;
	left:0px;
	width:30%;
	min-width:175px;
	float: left;
	font-size: 80%;
}
#mid-col-3 {
	position:relative;
	top:0;
	width:20%;
	min-width:100px;
	float: left;
	padding-left: 20px;
}
.thrColFixHdr #container #mid-section #mid-col-3 li {
	font-family: "Trebuchet MS", arial;
	font-size: 90%;
}
#mid-col-4 {
	position:relative;
	top:20px;
	width:25%;
	min-width:175px;
	float: left;
	font-size: 80%;
	left: 0px;
}
.publications {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.pub_tag {
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.publicationsTV {
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 75px;
}
.publicationsPushCenter {
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 50px;
}
.publicationsPushCenter2 {
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 150px;
}
.publicationsPushCenter3 {
	width: 190px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-left: 250px;
}



#bottom-col-1 {
	position:relative;
	padding-right:10px;
	clear: left;
}
/* end of 4 column code */
#product-col-1 {
	position:relative;
	top:0;
	width:20%;
	min-width:150px;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#product-col-2 {
	position:relative;
	top:15px;
	left:0px;
	width:25%;
	min-width:175px;
	float: left;
}
#product-col-3 {
	position:relative;
	top:0;
	width:20%;
	min-width:100px;
	float: left;
	padding-left: 20px;
	margin-bottom: 60px;
	text-align: center;
}
#product-col-4 {
	position:relative;
	top:15px;
	width:28%;
	min-width:175px;
	float: left;
	padding-right: 0px;
}

.thrColFixHdr #container #mid-section #product-col-2 p {
	font-size: 80%;
}
.thrColFixHdr #container #mid-section #product-col-4 p {
	font-size: 80%;
}
#mid-section2 {
	position:relative;
	left:0;
	top:0;
}
#gift_boxes_box {
	width: 700px;
	margin-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: 90%;
	line-height: 50px;
}
.gift_box_item {
	width: 295px;
	padding-right: 20px;
	text-align: center;
	float: left;
}
.thrColFixHdr #container #gift_boxes_box .gift_box_item a {
	color: #FF3366;
}
.thrColFixHdr #sidebar-navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/navigation_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
}
.thrColFixHdr #container #main-wide a {
	color: #FF3399;
}
.thrColFixHdr #container #sidebar-navigation a {
	color: #669933;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar-navigation h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FF6699;
	font-size: 100%;
}
.thrColFixHdr #sidebar-navigation-short {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-size: 80%;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/navigation_bk-short.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
}
.thrColFixHdr #container #sidebar-navigation-short h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #FF6699;
	font-size: 100%;
}
.thrColFixHdr #container #sidebar-navigation-short a {
	color: #669933;
	text-decoration: none;
}
.thrColFixHdr #container #main-wide li {
	font-size: 90%;
	color: #FF66FF;
	list-style-image: url(images/green_bullet.jpg);
	padding-left: 5px;
	padding-bottom: 10px;
	list-style-position: outside;
	list-style-type: none;
}
#fun_idea {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B6D996;
	border-bottom-color: #B6D996;
	width: 150px;
	font-size: 80%;
	color: #FF66CC;
}
#gift_boxes_box-details {
	width: 650px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669933;
	font-size: 90%;
	line-height: 50px;
}
#bands {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#gallery {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#gallery_descriptions {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#side-a {
	float: left;
	width: 250px;
}
#side-b {
	margin: 0;
	float: left;
	width: 250px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	padding-left: 20px;
}
#side-c {
	margin: 0;
	float: left;
	width: 250px;
	height: 1% /* Holly hack for Peekaboo Bug */;
}
#side-d {
	float: left;
	width: 450px;
	padding-right: 10px;
	padding-left: 10px;
}
#side-e {
	margin: 0;
	float: left;
	width: 200px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#side-f {
	float: left;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
}
#side-f2 {
	float: left;
	width: 600px;
	padding-right: 10px;
	padding-left: 40px;
}
#press-container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#col1-a {
	margin: 0;
	float: left;
	width: 400px;
	background-image: url(press/a1.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}
#col1-b {
	margin: 0;
	float: left;
	width: 400px;
	background-image: url(press/a2.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
	text-align: right;
	font-size: 80%;
}
#col1-c {
	margin: 0;
	float: left;
	width: 400px;
	background-image: url(press/bottom1.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 80%;
}
#col2-a {
	float: left;
	width: 400px;
	padding-left: 50px;
	background-image: url(press/b2.jpg);
	padding-top: 260px;
	background-repeat: no-repeat;
}
#col2-b {
	float: left;
	width: 400px;
	padding-left: 40px;
	background-image: url(press/2b.jpg);
	padding-top: 260px;
	background-repeat: no-repeat;
	font-size: 80%;
}
#col2-c {
	float: left;
	width: 400px;
	padding-left: 50px;
	background-image: url(press/bottom2.jpg);
	padding-top: 20px;
	background-repeat: no-repeat;
	font-size: 80%;
	text-align: right;
}

/*table code */
#mytable {
	width: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}

caption {
	padding: 0 0 5px 0;
	width: 500px;
	text-align: left;
	color: #8CB265;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
th {
	color: #9EBE7C;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #C1DAD7;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}
td {
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666666;
	font-size: 80%;
	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: #C1DAD7;
	border-bottom-color: #C1DAD7;
	border-left-color: #C1DAD7;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	/*end of table code */
#bands_descriptions {
 width: 700px;
 margin-left: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #669933;
 font-size: 90%;
 line-height: 50px;
}
.bright {
	color: #6600FF;
}
.pastel {
	color: #FF99CC;
}
.natural {
	color: #996600;
}
.soap {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#press-b12 {
	float: left;
	width: 400px;
	padding-left: 50px;
	background-image: url(press/b2.jpg);
	padding-top: 260px;
	background-repeat: no-repeat;
}

