@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/*INDEX
1-Colors
2-Typography
3-Navigation Styles
4-General Page Structure
5-Shopping Styles
*/

/* 1-COLORS
Brown #4e2e2c
Light Blue #a5c8d2
Tan #ece8dd
Light Grey #ece8dd
Medium Grey #797979
*/


/*2-TYPOGRAPHY*/

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #797979;
	margin-bottom: 1em;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #797979;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: -240px 0px;
}
#bd {
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #a5c8d2;
	margin-bottom: .5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	color: #4e2e2c;
	margin-bottom: 0.5em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #a5c8d2;
	margin-bottom: 1em;
}
.service {
	font-weight: bold;
	color: #a5c8d2;
}
.spaprice {
	font-weight: bold;
	color: #4e2e2c;
}
a:link, a:visited {
	color: #4e2e2c;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#footer p {
	color: #a5c8d2;
}
#subnav h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4e2e2c;
	margin-left: 15px;
	font-size: 1.15em;
}
#subnav h2 {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer a:link, #footer a:visited {
	color: #a5c8d2;
}
#registry a:link, #registry a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #a5c8d2;
	font-size: 1.2em;
}
#registry a:hover, #registry a:active {
	color: #4e2e2c;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#subnavlinks a:link, #subnavlinks a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 1.75em;
	text-decoration:none;
}
#subnavlinks a:hover, #subnavlinks a:active {
	text-decoration:underline;
}
#subnavlinks ul li {
	margin-left: 25px;
}
.strong {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 15px;
}
.bloglink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 60px;
	background-image: url(../images/blogicon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.menuhere {font-weight:bold; color:#4e2e2c; padding-left: 20px; background-image:url(../images/menu-active.gif); background-position:left; background-repeat: no-repeat; }

/*3-NAVIGATION*/

#nav {
	position: relative;
	height: 80px;
	width: 950px;
	background-image: url(../images/navimgs/nav_bkgd.gif);
	background-repeat: no-repeat;
	}
	
#divNav {
	margin-top: 15px;
	background-color: #FFF;
	padding-bottom: 20px;
	}

	#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
	display: block;
	padding-right: 0px;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0;
	background-repeat: no-repeat;
	text-align: center;
	}

	#nav li ul {
	display: none;
	}

	#nav li.off ul, #nav li.on ul  { /*put the subnav below*/
	position: absolute;
	top: 40px;
	left: 0;
	height: 35px;
	width: 90%;
	padding-left: 5px;
	}

	#nav li.on ul {
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	}

	#nav li a {
	color: #a5c8d2;
	display: block;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

	#nav li.on a {
	color: #4e2e2c;
	}

	#nav li.on ul a, #nav li.off ul a {
	border: 0; /*ie doesn't inherit the float*/
	color: #ffffff;
	font-size: 1em;
	padding-right: 0px;
	padding-top: 10px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover {
	color: #4e2e2c;
	}
	
	
/*top level formatting*/

#lione a, #litwo a, #lithree a, #lifour a, #lifive a {
	display: block;
	padding-left: 10px;
	padding-top: 15px;
	width: 185px;
	height: 25px;
}


#lione a {
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: 7px 15px;
}
#litwo a {
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: 43px 15px;
}
#lithree a {
	background-image: url(../images/bluedot.gif);
	background-position: 23px 15px;
	background-repeat: no-repeat;
}
#lifour a {
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: 32px 15px;
}
#lifive a {
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: 14px 15px;
}

#lione a:hover, #lione:hover a, #lione.over a, #lione.on a, #litwo a:hover, #litwo:hover a, #litwo.over a, #litwo.on a,
#lithree a:hover, #lithree:hover a, #lithree.over a, #lithree.on a, #lifour a:hover, #lifour:hover a, #lifour.over a, #lifour.on a,
#lifive a:hover, #lifive:hover a, #lifive.over a, #lifive.on a {
	background-image: url(../images/navimgs/button_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color:#4e2e2c;
	}
	
/*subnav formatting*/

	#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #a5c8d2;
	color: #ffffff;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-weight:bold;
	width: 90px;
}
	
#nav li.on ul a {
	background: #a5c8d2;
}



/* 4-GENERAL PAGE STRUCTURE*/


#utilities {
	background-image: url(../images/util-bkgd.jpg);
	float: right;
	height: 41px;
	width: 266px;
	background-repeat: no-repeat;
}
#utillinks a {
	padding-left: 22px;
	background-image: url(../images/bluedot.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#logomusic {
	height: 120px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 55px;
}
#giftmusic {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
#registry a {
	padding-left: 35px;
	background-image: url(../images/giftbox.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#registry {
	height: 30px;
	margin-bottom: 5px;
}
#hpimgs img, #lptop img, .expimg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ece8dd;
	border-right-color: #ece8dd;
	border-bottom-color: #ece8dd;
	border-left-color: #ece8dd;
}
img.expimg {
	margin: 20px;
}
#press img {
	border: 1px solid #ece8dd;	
}
#bd {
	background-color: #FFF;
}
.borderright {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #eeefe9;
	margin-right: 100px;
}
#subnav {
	background-color: #ece8dd;
	background-image: url(../images/navimgs/subnav-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	padding-top: 15px;
}
#sidebottom {
	background-color: #ece8dd;
	background-image: url(../images/navimgs/subnav-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 200px;
}
td#intcontentarea , td#lptop{
	padding-right: 20px;
	padding-left: 20px;
}
#intpageholder {
	background-color: #FFF;
	margin-bottom: 20px;
	padding-top: 20px;
}
td#lptop {
}
#subnav img {
	margin-left: 15px;
	padding-bottom: 5px;
}
#lptop img {
	margin-right: 20px;
	margin-bottom: 10px;
}
td.intbottomfeature {
	padding-left: 20px;
	padding-right: 20px;
}
#togglebuttons a {
	margin-left: -15px;
}
#bottom-features td {
	margin-right: 50px;
}
#aboutendulge, #promo, #news-signup {
	padding-right: 20px;
	padding-left: 20px;
}
#hpbottom {
	margin-bottom:20px;
	margin-top: 20px;
}
#footer {
	background-image: url(../images/footer-bkgd.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 159px;
}
#footleftcol, #footrightcol, #footmidcol {
	padding-top: 40px;
	padding-left: 30px;
	margin-right:-30px;
}
#footrightcol img {
	vertical-align: sub;
}
#copy-powered {
	float: right;
	padding: 5px;
}
#utillinks {
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	font-size: .9em;
}
#utillinks a:link, #utillinks a:visited {
	font-size: 1.1em;
	color: #FFF;
	padding-right: 5px;
}
#utillinks a:hover, #utillins a:active {
	color:#a5c8d2;
}
#bookbutton {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#hpbottom img {
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom-features .creamborder {
	border: 2px solid #ece8dd;
	padding:0px;
	margin:5px;
}
#mailinglist {
	margin-top: 10px;
}
.form tr td {
	padding: 5px;
}

/*5-SHOPPING STYLES */


/* ---------------- Shopping specific styles ------------------- */

/*NOTE: a couple styles are defined on the individual shopping pages*/


.shopt {
	padding:0;
	margin:-1px 0 -3px 0 !important;
	margin:0 0 -3px 0;
	}
	
.namerow, .smallprice, .smallcatname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:15px;
	text-align: left;
	padding-bottom: 3px;
}
.catnamebox, .prodtable , .pagecount, .product{
	margin-left: 25px;
}
.namerow a:link, .namerow a:visited {
	font-weight: bold;
}
.namerow a:hover, .namerow a:active {
	color: #a5c8d2;
	text-decoration:underline;
}


.smallprice  {
font-weight: bold;
}

.flag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#a5c8d2;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: bold;
}
	
.pictrow {
	text-align: left;
}
.pictrow img   {
	margin: 15px;
	border: 3px solid #ece8dd;
}
#prodpull img, .product img {
	margin:15px;
	border: 3px solid #ece8dd;
}

.deptlist {font-size:10px; line-height:16px;}

.catname, .deptname {margin-bottom: 5px; margin-top:10px; font-size: 1em;}
.catnamebox {padding-bottom:15px;}

.catname a:link, .catname a:hover, .deptname a:link, a:hover {text-decoration:none;}

.pagecount {font-size:12px; padding-top:10px;color:#6d6d6d; margin-bottom:10px;}
.prodname {font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.25em; line-height:1.3em; color:#4e2e2c; margin-top:15px;}
.shortdesc, .longdesc, .specinst, .price, .crosslink, .detaillink {font-family: Georgia, "Times New Roman", Times, serif;font-size:1em;margin-bottom:10px; color:#6d6d6d;}
.price { font-weight: bold;}

.prodformtable {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align: bottom;
	margin-bottom: 15px;
}
.prodformtable img {
	border:0px;
	text-align: left;
	margin-left:-1px;
}
.detaillink img, .prodnav img {border:0px;}
#addtobag   {margin-bottom: 15px;}

.seealso {font-family: Georgia, "Times New Roman", Times, serif; font-size:1.25em; line-height:1.25em; color:#6d6d6d; margin-bottom:20px;}

.detaillink a:link, .detaillink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	color:#4e2e2c;				
	font-weight: bold;
	margin-left: -10px;
	padding-top: 3px;
}
.detaillink {
	padding-left: 20px;
}

.detaillink a:hover, .detaillink a:active {color: #a5c8d2; text-decoration:underline;}
	
div.float {float:left; margin:5px 15px 5px 0px;overflow:visible;}
div.item {float:left; margin:5px 15px 5px 0px;width:130px;}


/* ---------------- shopping bag styles ------------------- */
.shoppingbag {
	margin-left:auto;
	margin-top:20px;
	margin-right:auto;
	margin-bottom:20px;
}
	
.shoppingbag table {
	align:center
}
/* heading styles */
.sbhead {
	font-size: 1.25em;
	font-weight: bold;
}
.sbhead td {
	padding-bottom:15px;
}
.sbhead  p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:5px;
	margin-right:5px;
}
.sbqtyhead, .sblistpricehead, .sbtotalpricehead {
	text-align:right;
}
.sbitemhead p, .sbqtyhead p, .sblistpricehead p, .sbtotalpricehead p {
	color:#4e2e2c;
}
/* item row styles  */

.sbitem td {
	background-color:#ece8dd;
	margin:10px;
}

.sbitem {
	font-size: 13px;
	color:#6d6d6d;
	padding-bottom:15px;
}
.sbitem img {border:1px solid #6d6d6d; margin: 15px;}

.sbitem p {	
	margin-left:5px;
	margin-right:5px;
	margin-top: 15px;
}
.sbimage {
	width:110px;
	text-align:center;
}
.sbitemname {
	width:320px;
}
.sbitem img {
	border:0px;
}
.itemremove {
	text-align:right;
}
.sbqty {
	width:50px;
	text-align:right;
}
.sblistprice {
	width:100px;
	text-align:right;
}
.sbtotalprice {
	width:100px;
	text-align:right;
}
/* summary lines */

.sbsubtotal {
	font-size: 1.25em;
}
.sbsubtotal td {
	padding-top:15px;
}
.sbsubtotal p {
	margin-left:5px;
	margin-right:5px;
}
.sbline {
	height:15px;
}
.sbuttons img {
	padding-top:20px;
	padding-bottom:20px;
}

.ftext2 { display:none; }
