@charset "UTF-8";
body {
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #1B1B1B;
	background: #000000 url(../assets/images/pages/background.jpg) repeat-x center top;
}
a {
	color: #AA8357;
	text-decoration: none;
}
a:hover {
	color:#1D1D1D;
	text-decoration: none;
}


/* Verification */


.verification #age {
	height: 200px;
	width: 370px;
	text-align: left;
	top: 240px;
	background-color: #000000;
	left: 50%;
	position: absolute;
	border-top: 10px solid #000000;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	padding: 10px;
	margin: 0px;
	background-image: url(../assets/images/pages/background.gif);
	background-repeat: repeat;
	background-position: left center;
}
.verification #logotype {
	height: 240px;
	width: 400px;
	position: absolute;
	top: 240px;
	background-color: #000000;
	right: 50%;
	text-align: right;
}
.verification h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation 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: 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: normal;
	color: #F9F4E1;
}
.verification p {
	color: #AA8357;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 12px;
	line-height: 15px;
}
.verification #age form {
	margin: 0px;
	padding: 0px;
}


/* Container Class */


#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../assets/images/pages/bground_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cartcontainer {
	width: 720px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #AA8357;
}


/* Navigation Classes */


#header {
	margin: 0px 10px;
	padding: 0px;
	height: 80px;
}
#navigation {
	width: 640px;
	text-align: left;
	height: 20px;
	margin: 0px 0px 0px 330px;
	padding: 0px;
	position: absolute;
	top: 80px;
} 
#navigation a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	font-weight: bold;
}

#navigation a:hover {
	background:#352D2A;
	color: #C6AA79;
}
.active {
	color: #000000;
	background:#AA8357;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	font-size: 11px;
	float: right;
}
#navigation li {
	float: left;
	width: 159px;
	border-left: 1px solid #1D1916;
	height: 20px;
}
#microsites {
	height: 40px;
	width: 320px;
	position: absolute;
	top: 0px;
	margin-left: 650px;
}

#microsites ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	float: right;
	font-weight: normal;
}
#microsites li {
	float: left;
	width: 159px;
	border-left: 1px solid #1D1916;
	height: 20px;
}
#microsites a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	color:#AA8357;
}
#microsites a:hover {
	color: #C6AA79;
}
#microsites a.facebook {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #7E6C63;
	text-indent: 22px;
	float: left;
	background: url(../assets/images/facebook_f1.gif) no-repeat left center;
	border-left: none;
}
#microsites a.facebook:hover {
	color: #AA8357;
	background: url(../assets/images/facebook_f2.gif) no-repeat left center;
}
#microsites a.twitter {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #7E6C63;
	text-indent: 18px;
	float: left;
	background: url(../assets/images/twitter_f1.gif) no-repeat left center;
}
#microsites a.twitter:hover {
	color: #AA8357;
	background: url(../assets/images/twitter_f2.gif) no-repeat left center;
}
#tools {
	width: 160px;
	position: absolute;
	top: 20px;
	margin-left: 330px;
}

#tools ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	float: right;
}
#tools li {
	float: left;
	width: 79px;
	border-left: 1px solid #1D1916;
	height: 19px;
}
#tools a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	color:#AA8357;
}
#tools a:hover {
	color:#C6AA79;
}



/* Overview Classes */


.overview #stage {
	padding: 0px;
	margin: 0px 10px 10px;
	height: 480px;
	background-color: #AA8357;
}
.overview #feature {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #stage div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 320px;
	width: 715px;
	background: #AA8357;
} 
.overview #home {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #stage div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 390px;
	width: 960px;
	background: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.overview #subnav {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 309px;
	margin: 5px 5px 5px 0px;
	border:1px solid #966E4A;
	text-indent:0px;
	background-color:#FCF1DC;
	font-weight:normal;
	font-size: 12px;
}
.overview #kicker {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 240px;
	background-color: #1B1B1B;
	float: left;
}
.overview #title {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 960px;
	background-color: #1d1d1d;
}
.overview h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #1B1B1B;
	line-height: 30px;
	width: 320px;
}
.overview p {
	color: #2D2D2D;
	font-size: 10pt;
	padding-left: 10px;
	margin: 0px;
}
			

/* Commerce Classes */


.storebar {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #AA8357;
	margin: 0px;
	padding: 0px;
	list-style:none;
	line-height: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
.storebar li {
	float:left;
}
.crumbs {
	width: 480px;
}
.crumbs a {
	color: #902500;
}
.crumbs a:hover {
	color: #1D1D1D;
}
.crumbs li {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dotted #FCF1DC;
	border-right: 1px solid #966E4A;
	border-left: 1px solid #966E4A;
}
.basket {
	width: 134px;
	font-size: 11px;
	color: #AA8357;
	border-left: 1px solid #945b31;
}
.basket a {
	color: #902500;
	background: url(../assets/images/store/cart_f1.gif) no-repeat left;
	padding-left: 25px;
}
.basket a:hover{
	color: #1B1B1B;
	background: url(../assets/images/store/cart_f2.gif) no-repeat left;
	padding-left: 25px;}
.signin {
	width: 239px;
	font-size: 11px;
	color: #1B1B1B;
	border-bottom-style: none;
	border-left: 1px solid #945b31;
}
.signin a {
	color: #902500;
}
.signin a:hover{
	color: #1B1B1B;
}
.password {
	font-size: 11px;
	color: #AA8357;
	border-bottom-style: none;
	border-left-style: none;
}
.password a {
	color: #966E4A;
	background: url(../assets/images/store/password_f1.gif) no-repeat right;
	width: 100%;
	display: block;
    border-width: 0px;
    border-style: none;
}
.password a:hover{
	color: #1B1B1B;
	background: url(../assets/images/store/password_f2.gif) no-repeat right;
    border-width: 0px;
    border-style: none;
}
.password a:visited{
    border-width: 0px;
    border-style: none;
}
.checkout {
	width: 100px;
	font-size: 11px;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom: none;
}
.checkout a {
	color: #966E4A;
	width: 100%;
	display: block;
	background-image: url(../assets/images/store/checkout_f1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.checkout a:hover{
		background: url(../assets/images/store/checkout_f2.gif) no-repeat right;
color: #1B1B1B;
}
.checkoutcart {
	border-style: none;
}
.checkoutcart a {
	background: url(../assets/images/store/checkout_cart_f1.gif) no-repeat right;
	width: 100%;
	display: block;
    border-width: 0px;
    border-style: none;
}
.checkoutcart a:hover{
	background: url(../assets/images/store/checkout_cart_f2.gif) no-repeat right;
    border-width: 0px;
    border-style: none;
}
.checkoutcart a:visited{
    border-width: 0px;
    border-style: none;
}
.orderdirect a {
	color: #966E4A;
	background: url(../assets/images/pages/orderdirect_f1.gif) no-repeat right;
	width: 100%;
	display: block;
    border-width: 0px;
    border-style: none;
}
.orderdirect a:hover{
	background: url(../assets/images/pages/orderdirect_f2.gif) no-repeat right;
	color: #1B1B1B;
    border-width: 0px;
    border-style: none;
}
.orderdirect a:visited{
    border-width: 0px;
    border-style: none;
}
.printlist a {
	color: #966E4A;
	background: url(../assets/images/pages/printlist_f1.gif) no-repeat right;
	width: 100%;
	display: block;
    border-width: 0px;
    border-style: none;
}
.printlist a:hover{
	background: url(../assets/images/pages/printlist_f2.gif) no-repeat right;
	color: #1B1B1B;
    border-width: 0px;
    border-style: none;
}
.printlist a:visited{
    border-width: 0px;
    border-style: none;
}
.join {
	font-size: 11px;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom: 1px dotted #EECF91;
}
.join a {
	color: #966E4A;
	background: url(../assets/images/store/join_f1.gif) no-repeat right;
	width: 100%;
	display: block;
}
.join a:hover{
	background: url(../assets/images/store/join_f2.gif) no-repeat right;
	color: #1B1B1B;
}
.continueshopping {
	border-style: none;
}
.continueshopping a {
	color: #966E4A;
	background: url(../assets/images/store/continueshopping_f1.gif) no-repeat left;
	width: 100%;
	display: block;
    border-width: 0px;
    border-style: none;
}
.continueshopping a:hover{
	background: url(../assets/images/store/continueshopping_f2.gif) no-repeat left;
	color: #1B1B1B;
    border-width: 0px;
    border-style: none;
	}
.learnmore {
	margin: 0px;
	padding: 0px;
}
.learnmore a {
	color: #966E4A;
	background: url(../assets/images/store/learnmore_f1.gif) no-repeat left top;
	width: 100%;
	display: block;
	text-indent: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 5px;
}
.learnmore a:hover{
	color: #1B1B1B;
	background: url(../assets/images/store/learnmore_f2.gif) no-repeat left top;
	}
.shopnow {
	margin: 0px;
	padding: 0px;
}
.shopnow a {
	color: #966E4A;
	background: url(../assets/images/store/shopnow_f1.gif) no-repeat left top;
	width: 100%;
	display: block;
	text-indent: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 5px;
}
.shopnow a:hover{
	background: url(../assets/images/store/shopnow_f2.gif) no-repeat left top;
	color: #1B1B1B;
	}



.commerce #stage {
	padding: 0px;
	margin: 0px 10px 10px;
	height: 490px;
}
.commerce #browse {
	padding: 0px;
	background: #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	margin: 0px;
	height: 480px;
}
.commerce #column1 {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 425px;
	width: 295px;
	background: #FCF1DC;
	border-bottom: 5px solid #AA8357;
	border-left: 5px solid #AA8357;
	border-top: 5px solid #AA8357;
} 
.commerce #column1 a {
	background: url(../assets/images/pages/back_f1.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #AA8357;
	text-indent: 20px;
}
.commerce #column1 a:hover {
	background: url(../assets/images/pages/back_f2.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #966E4A;
}
.commerce #column1 p a {
	color:#902500;
	display: inline;
	text-decoration: none;
	border-bottom: #902500;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	background: url(none);
}
.commerce #column1 p a:hover {
	color:#502D1F;
	display: inline;
	text-decoration: none;
    border-bottom: #502D1F;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	background: url(none);
}
.commerce #column1 p a:visited {
	color:#502D1F;
	display: inline;
	text-decoration: none;
    border-bottom: #502D1F;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	background: url(none);
	}
.commerce #column2 {
	margin: 0px;
	padding: 70px 0px 0px;
	height: 375px;
	width: 160px;
	float: left;
	background: #FCF1DC;
	border-bottom: 5px solid #AA8357;
	border-top: 5px solid #AA8357;
} 
.commerce #column3 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FCF1DC; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 445px;
	padding: 0px;
	border-bottom: 5px solid #AA8357;
	border-top: 5px solid #AA8357;
}
.commerce #shop {
	margin: 0px;
	padding: 0px;
	height: 445px;
	width: 154px;
	float: left;
	background: #FCF1DC;
	border-bottom: 5px solid #AA8357;
	border-right: 5px solid #AA8357;
	border-left: 1px solid #AA8357;
	border-top: 5px solid #AA8357;
}
.commerce #shop a {
	background: url(../assets/images/store/add_f1.gif) no-repeat left;
	display: block;
	width: 140px;
	color: #AA8357;
	text-indent: 20px;
}
.commerce #shop a:hover {
	background: url(../assets/images/store/add_f2.gif) no-repeat left;
	display: block;
	width: 140px;
	color: #966E4A;
}
.commerce #storenav {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-indent:0px;
	background-color:#B18238;
	font-weight:normal;
	font-size: 12px;
}
.commerce #kicker {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 240px;
	background-color: #1B1B1B;
	float: left;
}
.commerce h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation 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: 18px 0px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	font-weight: normal;
	color: #966E4A;
	line-height: 18px;
}
.commerce h2 {
	margin: 0;
	font-weight: normal;
	color: #FCF1DC;
	font-size: 14px;
	padding-left: 0px;
	letter-spacing: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
.commerce p {
	color: #1B1B1B;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 12px;
	line-height: 18px;
}
.commerce #results {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 360px;
	width: 960px;
	background-color: #FCF1DC;
	overflow: hidden;
	font-size: 12px;
    }
.commerce h3 {
	color: #902500;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.commerce .awards li {
	padding-bottom: 10px;
}
.commerce dl {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
.commerce dd {
	padding: 0px 0px 10px;
	margin: 0px;
	color: #1B1B1B;
}
.commerce dt {
	color: #966E4A;
	font-style: italic;
}
.commerce #column1 ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style: disc inside;
}
.commerce #column1 li {
	color: #966E4A;
	font-style: italic;
	padding: 0px 0px 10px;
	margin: 0px;
}
.commerce #shop ul {
	font-size: 12px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 145px;
	list-style: none;
}
.commerce #shop li {
	padding: 0px;
	margin: 0px;
	color: #966E4A;
	border-top: 1px dotted #EECF91;
}
.commerce #signin1 {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 425px;
	min-height: 640px;
	width: 295px;
	background: #EECF91;
	border-bottom: 5px solid #EECF91;
	border-left: 5px solid #EECF91;
} 
.content #registration {
	float: right;
	margin: 0px;
	width: 319px;
	background: #EECF91;
	border-bottom: 5px solid #EECF91;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #966E4A;
} 
.commerce #signin a {
	background: url(../assets/images/pages/back_f1.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #AA8357;
	text-indent: 20px;
}
.commerce #signin a:hover {
	background: url(../assets/images/pages/back_f2.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #966E4A;
}
.commerce #guest {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 425px;
	width: 295px;
	background: #FCF1DC;
	border-bottom: 5px solid #EECF91;
	border-right: 5px solid #EECF91;
} 
.commerce #guest a {
	background: url(../assets/images/pages/back_f1.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #AA8357;
	text-indent: 20px;
}
.commerce #guest a:hover {
	background: url(../assets/images/pages/back_f2.gif) no-repeat left;
	display: block;
	width: 150px;
	color: #966E4A;
}


/* Content Classes */


.content #stage {
	padding: 0px;
	background: #AA8357;
	border-right: 10px solid #000000;
	border-left: 10px solid #000000;
	border-bottom: 10px solid #000000;
	margin: 0px;
	min-height: 480px;
}
.content #feature {
	margin: 0px 5px 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #stage div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 620px;
	background: #F9F4E1;
	border-top: 5px solid #AA8357;
	min-height: 480px;
} 
.content #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #AA8357; /* the background color will be displayed for the length of the content in the column, but no further */
}
.content #subnav {
	border:1px solid #966E4A;
	width: 230px;
	padding: 0px;
	margin: 5px;
	text-indent:0px;
	background-color:#FCF1DC;
	font-weight:normal;
	font-size: 12px;
}
.content #kicker {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 240px;
	background-color: #1B1B1B;
	float: left;
}
.content #feature h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation 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: 20px 0px 30px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 21px;
	font-weight: normal;
	color: #8F5329;
}
.content #feature h2 {
	margin: 0;
	font-weight: bold;
	color: #1B1B1B;
	font-size: 14px;
	padding-left: 5px;
	letter-spacing: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
.content #feature h3 {
	margin: 0;
	font-weight: normal;
	color: #966E4A;
	font-size: 10pt;
	padding-left: 5px;
	font-style: italic;
}
.content #feature p {
	color: #1B1B1B;
	margin: 0px;
	padding: 0px 80px 10px 5px;
}
.caption {
	color: #1B1B1B;
	margin: 0px;
	padding: 10px 80px 10px 5px;
	font-size: 9pt;
}
.share {
	height: 19px;
	width: 150px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	float: right;
}
.sharefooter {
	font-size: 11px;
	height: 30px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
.jump {
	width: 470px;
	float: left;
	list-style: none;
}
.jump a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#BD2F00;
	text-indent: 20px;
	background: url(../assets/images/pages/jump_f1.gif) no-repeat left;
}
.jump a:hover {
	color:#1D1D1D;
	background: url(../assets/images/pages/jump_f2.gif) no-repeat left;
}
.print {
	width: 69px;
	float: left;
	border-left: 1px solid #EECF91;
	list-style: none;
}
.print a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#bd2f00;
	text-indent: 20px;
	background: url(../assets/images/pages/print_f1.gif) no-repeat left;
}
.print a:hover {
	color:#1D1D1D;
	background: url(../assets/images/pages/print_f2.gif) no-repeat left;
}
.send {
	width: 79px;
	float: left;
	border-left: 1px solid #EECF91;
	list-style: none;
}
.send a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#bd2f00;
	text-indent: 20px;
	background: url(../assets/images/pages/send_f1.gif) no-repeat left;
}
.send a:hover {
	color:#1D1D1D;
	background: url(../assets/images/pages/send_f2.gif) no-repeat left;
}

.content #podcast {
	min-height: 130px;
	width: 610px;
	padding: 5px;
	margin: 0px;
	background: #C6A777;
}
.content #podcast ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	float: left;
	height: 130px;
	width: 170px;
}
.content #podcast h2 {
	margin: 0px 0px 0px 310px;
	font-weight: bold;
	color: #1B1B1B;
	font-size: 14px;
	letter-spacing: normal;
	padding: 0px;
	line-height: 20px;
}
.content #podcast p {
	color: #1B1B1B;
	margin: 0px 0px 0px 310px;
	padding: 0px;
	line-height: 20px;
}
.content #podcast a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#966E4A;
	text-indent: 20px;
	background: url(../assets/images/pages/arrow_f1.gif) no-repeat left;
}
.content #podcast a:hover {
	color:#966E4A;
	background: url(../assets/images/pages/arrow_f2.gif) no-repeat left;
}
.allpodcast {
	height: 90px;
}
.print a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#902500;
	text-indent: 20px;
	background: url(../assets/images/pages/print_f1.gif) no-repeat left;
}
.print a:hover {
	color:#966E4A;
	background: url(../assets/images/pages/print_f2.gif) no-repeat left;
}
.content #shop {
	margin: 0px 0px 0px 320px;
	padding: 5px 0px 0px;
	width: 640px;
}
.content #shop ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	font-size: 11px;
	float: right;
}
.content #shop li {
	float: left;
	height: 19px;
}
.content #shop a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#966E4A;
}
.content #shop a:hover {color:#502D1F;
}
.content h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation 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: 18px 0px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	font-weight: normal;
	color: #966E4A;
	line-height: 18px;
}
.content #feature ul {
	padding: 0px 0px 20px;
	margin: 0px;
	list-style: circle inside;
	border-style: none;
	text-indent: 20px;
} 
.content #feature ol {
	margin: 0px;
	padding: 0px 80px 20px 20px;
	list-style: decimal inside;
} 
.content #feature blockquote {
	margin: 0px;
	padding: 10px 20px;
	font-style: italic;
}
.content #feature p a {
	color:#966E4A;
	text-decoration: none;
    border-bottom: #966E4A;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;}
.content #feature p a:hover {
	color:#502D1F;
	text-decoration: none;
    border-bottom: #502D1F;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	}
.content #feature p a:visited {
	color:#502D1F;
	text-decoration: none;
    border-bottom: #502D1F;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
	}


/* Footer */


#footer {
	width: 960px;
	margin: 10px auto 0px;
	text-align: left;
} 
#copyright {
	padding: 0 10px;
	height: 80px;
	margin-right: 320px;
} 
#terms {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
}
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #594d47;
}
#terms a {
	color: #594d47;
	text-decoration: none;
	margin:0;
	padding:0px 0px 0px 20px;
	background: url(../assets/images/pages/arrow_f1.gif) no-repeat left;
}

#terms a:hover {
	color: #AA8357;
	background: url(../assets/images/pages/arrow_f2.gif) no-repeat left;
}
#terms a:visited {
}
#footer ul {
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1D1916;
}


/* Helpers */


.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.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;
}
.verification ul {
	visibility: hidden;
}
.commerce label {
	font-size: 12px;
}
select {
	color: #454036;
	background: #FCF1DC;
	width: 302px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #A99066;
}
select.age {
	color: #454036;
	background: #FCF1DC;
	width: 98px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #A78C64;
}
select.entry {
	color: #AA8357;
	background: #000000;
	width: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #000000;
}
select.entrystate {
	color: #454036;
	background: #FCF1DC;
	width: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #A78C64;
}
select.productpage {
	color: #966E4A;
	background: #FCF1DC;
	width: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #A99066;
}
select.planner {
	color: #966E4A;
	background: #EECF91;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #A99066;
}

.quantity {
	background: #FCF1DC;
	width: 138px;
	border: 1px solid #C6AA79;
}
#signin1 p {
	font-size: 14px;
	line-height: 20px;
}
.content #signin1 {
	width: 550px;
	padding-left: 10px;
	padding-right: 80px;
	margin-top: 5px;
	float: left;
}


/* Errors */


table.error  {
	text-align: left;
	background-color: #AA8357;
	border: 1px solid #902500;
	width: 630px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
table.error td {
	color: #902500;
	border-style: none;
	background: #FCF1DC url(../assets/images/store/error.gif) no-repeat 4px;
	text-indent: 20px;
}
p.error  {
	color: #902500;
	padding-right: 5px;
	padding-left: 5px;
}
.content #feature hr {
	border: 0;
	color: #AA8357;
	background-color: #AA8357;
	height: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
