@charset "UTF-8";

a:link {
	color: #707064;
	text-decoration: none;
}
a:visited {
	color: #707064;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Primary layout divisions */


body  {
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	margin: 30px 0px 0px; /* 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: #EBEBE0;
	background-image: url(../images/background.gif);
	background-color: #707064;
}


/* Global Toolbar */


#toolwrap {
	width: 960px;
	background: #1D1D1D;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	height: 80px;
}
#logotype {
	width: 320px;
	float: left;
	margin: 0px;
	height: 80px;
}
#tools {
	float: right; /* since this element is floated, a width must be given */
	width: 480px;
	margin: 0px;
	padding: 0px;
	background: #464640 url(../images/toolbar.gif) no-repeat left bottom;
}
#tools ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	display: inline;
}
#tools li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	width: 160px;
}
#tools a.account1 {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #707064;
	text-indent: 20px;
	float: left;
	background: url(../images/arrow_nav_f1.gif) no-repeat left center;
	border-bottom: 1px dotted #1D1D1D;
}
#tools a.account1:hover {
	color: #EBEBE0;
	background: url(../images/arrow_f2.gif) no-repeat left center;
}
#tools a.account2 {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #707064;
	text-indent: 20px;
	float: left;
	background: url(../images/arrow_nav_f1.gif) no-repeat left center;
	}
#tools a.account2:hover {
	color: #EBEBE0;
	background: url(../images/arrow_f2.gif) no-repeat left center;
}
#tools a.cart {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color: #707064; 
	text-indent: 20px;
	float: left;
	background: url(../images/cart_f1.gif) no-repeat left center;
	border-bottom: 1px solid #464640;
}
#tools a.cart:hover {
	background: url(../images/cart_f2.gif) no-repeat left center;
	color: #EBEBE0;
}
#tools a.contact1 {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #464640;
	text-indent: 20px;
	float: left;
	background: #1D1D1D url(../images/mail_f1.gif) no-repeat 5px center;
	border-bottom: 1px dotted #1D1D1D;
}
#tools a.contact1:hover {
	color: #EBEBE0;
	background: #1D1D1D url(../images/mail_f2.gif) no-repeat 5px center;
}
#tools a.contact2 {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #464640; 
	text-indent: 20px;
	float: left;
	background: #1D1D1D url(../images/mail_f1.gif) no-repeat 5px center;
}
#tools a.contact2:hover {
	color: #EBEBE0;
	background: #1D1D1D url(../images/mail_f2.gif) no-repeat 5px center;
}

/* Overview Class Navigation */


.overview #navigationbar {
	width: 960px;
	background: #000000;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	height: 80px;
} 
.overview #navigationtab {
	width: 480px;
	margin: 0px;
	text-align: right;
	height: 20px;
	float: right;
} 
.overview #navigationtab a {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	border-left: 1px solid #000000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.overview #navigationtab a:hover {
	text-decoration:underline;
	color: #EBEBE0;
}
.overview .active {
	color: #EBEBE0;
	background:#000000;
}
.overview .active a:hover {
	color: #EBEBE0;
	background:#000000;
}
.overview #navigationtab ul {
	width: 480px;
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 0px;
	font-size: 12px;
	float: left;
	text-align: left;
}
.overview #navigationtab li {
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
}
.overview #navigation {
	float: right;
	margin: 0px;
	height: 80px;
}
.overview #navigation a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/arrow_nav_f1.gif) repeat-y left;
	text-indent: 20px;
	color: #707064;
}

.overview #navigation a:hover {
	background:url(../images/arrow_f2.gif) repeat-y left;
	color: #EBEBE0;

}
.overview #navigation ul {
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	float: left;
	border-left: 1px dotted #707064;
}
.overview #navigation li {
	text-indent: 5px;
	border-bottom: 1px solid #1D1D1D;
}

.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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px;
	width: 635px;
} 
.overview #wayfinding {
	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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px;
	width: 470px;
} 
.overview #wayfinding h1 {
	margin: 0px; /* 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 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: #EBEBE0;
	line-height: 30px;
}
.overview #wayfinding p {
	color: #707064;
	font-size: 8pt;
	padding-left: 10px;
	margin: 0px;
}
.overview #wayfinding a:link {
	color: #707064;
	text-decoration: none;
	border-bottom: 1px dotted #707064;
}
.overview #wayfinding a:visited {
	color: #707064;
	text-decoration: underline;
}
.overview #wayfinding a:hover {
	color: #EBEBE0;
	text-decoration: underline;
}
.overview #wayfinding a:active {
	text-decoration: none;
}
#microsites {
	height: 30px;
	width: 320px;
	position: absolute;
	top: 0px;
	margin-left: 160px;
	left: 50%;
}

#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 #F9F4E1;
	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:  #F9F4E1;
	text-indent: 22px;
	float: left;
	background: url(../images/facebook_f1.gif) no-repeat left center;
	border-left: none;
}
#microsites a.facebook:hover {
	color: #961E1B;
	background: url(../images/facebook_f2.gif) no-repeat left center;
}
#microsites a.twitter {
	display:block;
	margin:0px;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:  #F9F4E1;
	text-indent: 18px;
	float: left;
	background: url(../images/twitter_f1.gif) no-repeat left center;
}
#microsites a.twitter:hover {
	color: #961E1B;
	background: url(../images/twitter_f2.gif) no-repeat left center;
}


/* Content Class Navigation */


.content #navigationbar {
	width: 960px;
	background: #EBEBE0;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	height: 80px;
} 
.content #navigationtab {
	width: 480px;
	margin: 0px;
	text-decoration:none;
	text-indent: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	height: 20px;
	float: right;
} 
.content #navigationtab a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	border-left: 1px solid #000000;
}

.content #navigationtab a:hover {
	text-decoration:underline;

}
.content .active {
	color: #707064;
	background:#EBEBE0;
}
.content .active a:hover {
	color: #707064;
	background:#EBEBE0;
}
.content #navigationtab ul {
	width: 480px;
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px 0px;
	font-size: 12px;
	float: left;
	text-align: left;
}
.content #navigationtab li {
	color: #1D1D1D;
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 10px;
}
.content #navigation {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	margin: 0px;
	height: 70px;
}
.content #navigation a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/arrow_nav_f1.gif) repeat-y left;
	text-indent: 20px;
	
}
.content #navigation a:hover {
	background:#CCCCC1 url(../images/arrow_f1.gif) repeat-y left;
	color: #961E1B;
}
.content #navigation ul {
	width: 159px;
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
.content #navigation li {
	border-left: 1px solid #FFFFFF;

}
.content #wayfinding {
	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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px;
	width: 480px;
} 
.content #wayfinding h1 {
	margin: 0px; /* 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 10px; /* 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: #1D1D1D;
	line-height: 30px;
}
.content #wayfinding p {
	color: #707064;
	font-size: 8pt;
	padding-left: 10px;
	margin: 0px;
}
.content #wayfinding a:link {
	color: #A1A38D;
	text-decoration: underline;
}
.content #wayfinding a:visited {
	color: #707064;
	text-decoration: underline;
}
.content #wayfinding a:hover {
	color: #707064;
	text-decoration: underline;
}
.content #wayfinding a:active {
	text-decoration: none;
}


/* Overview Class Stage */


.overview #home {
	width: 960px;
	background: #000000 url(../images/bground_product.gif) repeat-y;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-bottom: 40px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	height: 400px;
} 
.overview #stage {
	width: 960px;
	background: #000000 url(../images/bground_product.gif) repeat-y;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	height: 400px;
	border-bottom: 10px solid #1D1D1D;
} 
.overview #column1 {
	margin: 0px 640px 0px 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 #content 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 */
	min-height: 400px;
} 
.overview #columnwide {
	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 #content 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 */
	min-height: 400px;
	width: 636px;
} 
.overview #stage 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 30px 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: #EBEBE0;
}
.overview #stage h2 {
	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;
	font-weight: normal;
	color: #EBEBE0;
	font-size: 12px;
}
.overview #stage p {
	font-size: 12px;
	line-height: 15px;
	color: #707064;
	margin: 0px;
	padding: 0px 5px 15px 0px;
}
.overview #column2 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	margin: 0px;
	height: 400px;
}
.overview #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	margin: 0px;
}
.overview #column2and3 {
	float: right; /* since this element is floated, a width must be given */
	width: 640px;
	margin: 0px;
}
.overview #tabs {
	float: right; /* since this element is floated, a width must be given */
	width: 480px;
	margin: 0px;
}


/* Studio News and Subscription */


.overview #information {
	width: 960px;
	margin: 0px auto;
	background: #1D1D1D;
	padding: 0px;
	height: 480px;
	text-align: left;
	border-right: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
} 
.overview #information p {
	color: #707064;
	font-size: 14px;
	margin: 0px;
	padding: 0px 20px 20px 5px;
}
.overview #information h1 {
	font-size: 16px;
	color: #F9F4E1;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}
.overview #information h2 {
	font-size: 16px;
	color: #A1A38D;
	line-height: 20px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-style: normal;
	margin: 0px;
}

.overview #news {
	width: 480px;
	margin: 0px;
	padding: 0px;
	float: right;
} 
.overview #news h1 {
	font-size: 16px;
	color: #F9F4E1;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
.overview #salechannels {
	width: 148px;
	float: left;
	border-left: 1px dotted #A1A38D;
	height: 419px;
	margin: 0px;
	padding: 0px 5px 10px;
	border-right: 1px dotted #A1A38D;
}
.overview #salechannels p {
	color: #000000;
	font-size: 12px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.overview #salechannels ul {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 0px 0px 20px;
	list-style: none;
	margin: 0px;
}
.overview #salechannels li {
	padding:0px;
	text-decoration:none;
	text-indent: 5px;
	border-top: 1px dotted #000000;
	list-style: none;
	color: #000000;
	margin: 0px;
}
.overview #salechannels a.head {
	cursor:pointer;
	background:url(../images/collapsed.gif) no-repeat 133px;
	color:#707064;
	line-height: 20px;
	display:block;
	margin:0px;
	padding:5px 0px;
	text-indent:5px;
	text-decoration: none;
	font-size: 14px;
}
.overview #salechannels a.head:hover {
	color:#FFFFFF;
	background: #171717 url(../images/expanded.gif) no-repeat 133px;
}
.overview #salechannels a.selected {
	color:#F9F4E1;
	background-image: url(../images/expanded.gif);
}
.overview #salechannels a.current {
	background-color:#F6EFE1;
}
.overview #salechannels a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background:url(../images/arrow_nav_f1.gif) no-repeat right;
	list-style: none;
	color: #707064;
}
.overview #salechannels a:hover {
	background:#171717 url(../images/arrow_f2.gif) no-repeat right;
	color:#FFFFFF;
}

.overview #clients {
	width: 310px;
	float: left;
	height: 361px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.overview #clients p {
	color: #707064;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.overview #clients ul {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.overview #clients a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/arrow_nav_f1.gif) repeat-y right;
	text-indent: 5px;
	border-top: 1px dotted #000000;
	list-style: none;
	color: #707064;
}
.overview #clients a:hover {
	background:#707064 url(../images/arrow_f2.gif) repeat-y right;
	color:#FFFFFF;
}
.overview #information #clients img {
	float: left;
}


/* Newsfeed Class */


.overview #newsfeed {
	margin:0px;
	padding:0px 5px 0px 5px;
	line-height: 20px;
	}
.overview #newsfeed a.head {
	cursor:pointer;
	background:url(../images/collapsed.gif) no-repeat right;
	color:#707064;
	line-height: 20px;
	display:block;
	margin:0px;
	padding:5px;
	text-indent:0px;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px dotted #000000;
}
.overview #newsfeed a.head:hover {
	color:#FFFFFF;
	background: #171717 url(../images/expanded.gif) no-repeat right;
}
.overview #newsfeed a.selected {
	color:#F9F4E1;
	background-image: url(../images/expanded.gif);
}
.overview #newsfeed a.current {
	background-color:#F6EFE1;
}
.overview #newsfeed ul {
	margin:0px;
	padding:0px;
	text-indent:10px;
}
.overview #newsfeed li {
	list-style:none outside none;
	padding: 0px;
	font-size: 12px;
	color:#707064;
	text-indent: 0px;
	line-height: 20px;
	width: 460px;
	}
.overview #newsfeed a.join {
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/joink_f1.gif) no-repeat 5px;
}
.overview #newsfeed a.join:hover {
	background: url(../images/joink_f2.gif) no-repeat 5px;
	text-decoration: none;
}
.overview #newsfeed a.read {
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/readk_f1.gif) no-repeat 5px;
}
.overview #newsfeed a.read:hover {
	background: url(../images/readk_f2.gif) no-repeat 5px;
	text-decoration: none;
}
.overview #newsfeed a.buy {
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/orderk_f1.gif) no-repeat 5px;
}
.overview #newsfeed a.buy:hover {
	background: url(../images/orderk_f2.gif) no-repeat 5px;
	text-decoration: none;
}
.break {
	margin-top: 9px;
}
.mail {
	background: #F5DAC9 url(../images/send_f1.gif) no-repeat right;
	margin-top: 9px;
}


/* Content Class Stage */


.content #stage {
	width: 960px;
	background: #EBEBE0;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 10px solid #1D1D1D;
	border-bottom: 10px solid #1D1D1D;
	border-left: 10px solid #1D1D1D;
	min-height: 400px;
} 
.content #article {
	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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px 0px 80px;
	width: 635px;
	background-image: url(../images/line.gif);
} 
.content #column1 {
	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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px;
	width: 320px;
	background-image: url(../images/line.gif);
} 
.content #column2 {
	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 navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px;
	width: 320px;
	background-image: url(../images/line.gif);
	float: right;
} 
.content #article 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 30px 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: #4C3639;
}
.content #article h2 {
	margin: 0;
	font-weight: bold;
	color: #1D1D1D;
	font-size: 10pt;
	padding-left: 10px;
}
.content #article h3 {
	margin: 0;
	font-weight: bold;
	color: #1D1D1D;
	font-size: 10pt;
	padding-left: 10px;
	font-style: italic;
}
.content #article p {
	color: #1D1D1D;
	margin: 0px;
	padding: 10px 80px 10px 10px;
}
.content #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	margin: 0px;
}
.content #sidebar 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 30px 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: #4C3639;
}
.content #sidebar h2 {
	margin: 0;
	font-weight: bold;
	color: #1D1D1D;
	font-size: 10pt;
	padding-left: 0px;
}
.content #sidebar p {
	color: #707064;
	padding-right: 60px;
}

.content #restaurants {
	float: right; /* since this element is floated, a width must be given */
	width: 159px;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
}
.content #restaurants 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 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: #4C3639;
}
.content #restaurants h2 {
	margin: 0;
	font-weight: bold;
	color: #1D1D1D;
	font-size: 10pt;
	padding-left: 0px;
}
.content #restaurants p {
	color: #A1A38D;
}
.content #retail {
	float: right; /* since this element is floated, a width must be given */
	width: 159px;
	margin: 0px;
	border-left: 1px solid #FFFFFF;
}
.content #retail 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 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: #4C3639;
}
.content #retail h2 {
	margin: 0;
	font-weight: bold;
	color: #1D1D1D;
	font-size: 10pt;
	padding-left: 0px;
}
.content #retail p {
	color: #A1A38D;
}
.content #journal {
	margin:0px;
	padding:0px;
	width: 560px;
	line-height: 20px;
	}
.content #journal a.head {
	cursor:pointer;
	background:url(../images/collapsed.gif) no-repeat right;
	color:#707064;
	line-height: 20px;
	display:block;
	margin:0px;
	padding:5px;
	text-indent:0px;
	text-decoration: none;
	font-size: 14px;
	border-top: 1px dotted #A1A38D;
}
.content #journal a.head:hover {
	color:#1D1D1D;
	background: #CCCCC1 url(../images/expanded.gif) no-repeat right;
}
.content #journal a.selected {
	color:#000000;
	background-image: url(../images/expanded.gif);
}
.content #journal a.current {
	background-color:#F6EFE1;
}
.content #journal ul {
	margin:0px;
	padding:0px;
	text-indent:10px;
}
.content #journal li {
	list-style:none outside none;
	padding: 0px;
	font-size: 14px;
	color:#707064;
	text-indent: 0px;
	line-height: 20px;
	margin-left: 5px;
	margin-right: 20px;
	}
.content #journal li a {
	display:block;
	width: 100%;
	background: url(../images/read_f1.gif) no-repeat left;
	padding-bottom: 20px;
}
.content #journal li a:hover {
	background: url(../images/read_f2.gif) no-repeat left;
	text-decoration: none;
}
.journaldate {
	width: 160px;
	float: left;

}
.content #stage dl {
	padding: 0px;
	margin: 0px 5px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #1D1D1D;
}
.content #stage dd {
	padding: 0px;
	margin: 0px 0px 40px;
}
.content #stage #column1 p {
	padding: 10px 80px 10px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #1D1D1D;
}
.content #stage #article ul {
	color: #1D1D1D;
	list-style: disc outside;
	margin: 0px;
	padding: 0px;
}


/* 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: #EBEBE0;
}
#terms a {
	color: #EBEBE0;
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	background: url(../images/arrow_f2.gif) repeat-y left;
	text-indent: 20px;
}

#terms a:hover {
	color: #961E1B;
	background: url(../images/arrow_f1.gif) repeat-y left;
}
#terms a:visited {
	color: #EBEBE0;
	text-decoration: none;
}
#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBE0;
}
.support {
	width: 159px;
}
.credits {
	width: 319px;
}


/* 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: 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;
}


/* Thickbox */


/* thickbox specific link and font settings */

#TB_window {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#1D1D1D;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#1D1D1D;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* Table styles */


table {
	text-align: left;
	background-color: #EBEBE0;
	border: 1px solid #707064;
	width: 540px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}
caption {
	color: #1D1D1D;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 5px;
}
td {
	text-align: left;
	height: 20px
	width: 310px;
	padding: 5px;
	color: #454036;
	font-weight: normal;
	background-color: #EBEBE0;
}
th {
	text-align: left;
	height: 20px
	width: 310px;
	padding: 5px;
	color: #454036;
	width: 270px;
	border-right: 1px solid #961E1B;
	font-weight: normal;
}
td.light {
	text-align: left;
	background-color: #E4E4D8;
	padding: 5px;
}
th.light {
	text-align: left;
	background-color: #E4E4D8;
	border-right: 1px solid #961E1B;
	width: 50%;
}
th.endcap {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #A1A38D;
	border-right-color: #961E1B;
	border-bottom-color: #A1A38D;
	border-left-color: #A1A38D;
	background-color: #E4E4D8;
	border-right-style: solid;
}
td.lightendcap {
	text-align: left;
	background-color: #E4E4D8;
	border-top: 1px dotted #A1A38D;
}


/* Form styles */


.red {
	color: #961E1B;
	font-style: italic;
	font-weight: normal;
}
.continue {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.continue a {
	color: #955B31;
	background: url(../images/continue_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.continue a:hover{
	background: url(../images/continue_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.checkout {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #FFFFFF;
}
.checkout a {
	color: #955B31;
	background: url(../images/checkout_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.checkout a:hover{
	background: url(../images/checkout_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.add {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.add a {
	color: #955B31;
	background: url(../images/add_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.add a:hover{
	background: url(../images/add_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.change {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.change a {
	color: #955B31;
	background: url(../images/change_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.change a:hover{
	background: url(../images/change_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.order {
	font-size: 11px;
	border-style: none;
	padding: 5px;
	background: #E4E4D8;
}
.order a {
	color: #955B31;
	background: url(../images/order_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.order a:hover{
	background: url(../images/order_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}.submit {
	width: 200px;
	font-size: 11px;
	border-style: none;
}
.submit a {
	color: #955B31;
	background: url(../images/submit_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.submit a:hover{
	background: url(../images/submit_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.signin {
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
	width: 25%;
}
.signin a {
	color: #955B31;
	background: url(../images/signin_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.signin a:hover{
	background: url(../images/signin_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.back {
	border-left-style: none;
	padding: 5px;
	border-right: 1px solid #961E1B;
	background: #E4E4D8;
}
.back a {
	background: url(../images/back_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
}
.back a:hover{
	background: url(../images/back_f2.gif) no-repeat left;
	text-decoration: none;
}
.edit {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
}
.edit a {
	background: url(../images/edit_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.edit a:hover{
	background: url(../images/edit_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
	background: #E4E4D8;
	border-right: 1px solid #961E1B;
}
.continueshopping a {
	background: url(../images/continueshopping_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping a:hover{
	background: url(../images/continueshopping_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping2 {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
}
.continueshopping2 a {
	background: url(../images/continueshopping2_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping2 a:hover{
	background: url(../images/continueshopping2_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
select {
	color: #1D1D1D;
	background: #EBEBE0;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #C7C7BD;
}
select.age {
	color: #1D1D1D;
	background: #E4E4D8;
	width: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #C7C7BD;
}
select.white {
	color: #1D1D1D;
	background: #FFFFFF;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #C7C7BD;
}
.quantity {
	background: #FFFFFF;
	width: 260px;
	border: 1px solid #E4E4D8;
}
.quantitydark {
	background: #E4E4D8;
	width: 260px;
	border: 1px solid #C7C7BD;
}
.quantitysmall {
	background: #FFFFFF;
	width: 30px;
	border: 1px solid #E4E4D8;
}
table.confirmation  {
	text-align: left;
	background-color: #EBEBE0;
	border: 1px solid #A1A38D;
	width: 540px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.confirmation th {
	background: #EBEBE0;
	border-right: none;
	padding: 5px;
	border-bottom: 1px solid #A1A38D;
}
table.confirmation td {
	background: #EBEBE0;
	padding: 5px;
	border-bottom: 1px dotted #A1A38D;
}
.carttotal {
	background: #EBEBE0;
	border-left: 1px solid #A1A38D;
}
.update {
	border-left: 1px solid #961E1B;
}
.update a {
	background: url(../images/update_f1.gif) no-repeat left;
	text-decoration: none;
}
.update a:hover{
	background: url(../images/update_f2.gif) no-repeat left;
	text-decoration: none;
}
table.cart  {
	text-align: left;
	background-color: #EBEBE0;
	border: 1px solid #A1A38D;
	width: 540px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.cart th {
	background: #EBEBE0;
	border-right: none;
	padding: 5px;
	border-bottom: 1px solid #A1A38D;
}
table.cart td {
	padding: 5px;
	border-bottom: 1px dotted #A1A38D;
}
.cartleft {
	border-left: 1px solid #961E1B;
}
.joinlist {
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
	width: 25%;
}
.joinlist a {
	color: #955B31;
	background: url(../images/joinlist_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.joinlist a:hover{
	background: url(../images/joinlist_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
