/*
	This stylesheet follows the following naming and layout conventions:
	- Sections appended with "NAMESPACE" represent pages on which a container shares that section's ID (ex: <div id="home">
	- Sections appended with "TEMPLATE" represent pages on which a container shares that section's CLASS (ex: <div class="static">
	- Templates come before Namespaces because this allows the default Template styles to be overwritten by the Namespace styles  
*/

/* YUI RESET */

	/*
	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.7.0
	*/
	html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* GLOBAL STYLES */

	html {
		background: #ffcc00 url(../img/bg.jpg) top center no-repeat;
	}

	* {
		font-family: arial, "trebuchet ms", verdana, san-serif;
		font-size: 12px;
	}
	
	* > * {
		font-size: inherit;
	}
	
	div {
		position: relative;
	}
	
	.clear {
		clear: both;
	}
	
	.nowrap {
		white-space: nowrap;
	}
	
	.centerText {
		text-align: center;
	}
	
	.hide {
		display: none;
	}
	
	.floatLeft {
		float: left;
	}
	
	hr {
		clear: both;
	}
	
	#container {
		width: 1000px;
		margin: 0px auto;
	}
	
	#header {
		position: relative;
		height: 60px;
		margin-top: 30px;
		width: 1100px;
		left: -50px;
	}
	
	#content {
		clear: both;
	}
	
	#footer {
		clear: both;
	}
	
	#footer p {
		text-align: center;
		padding: 10px 0;
	}
	
	#logo img {
		display: block;
		float: left;
		position: absolute
	}
	
	#cartMessage {
		float: left;
		position: absolute;
		left: 550px;
		top: 3px;
		font-size: 11px;
	}
	
	#navbar {
		float: left;
		position: absolute;
		bottom: 0px;
		left: 545px;
	}
	
	#navbar li {
		float: left;
	}
	
	#navbar li a,
	a.button {
		display: block;
		margin: 5px;
		color: #000;
		white-space: nowrap;
	}
	
	#navbar li a {
		border: 0px;
		background: transparent url(../img/nav.png) no-repeat;
		height: 30px;
		padding: 0px;
		outline: none;
	}
	
	#navbar #navbar_order a {
		width: 122px;
		background-position: -135px 0;
	}
	
	#navbar #navbar_about a {
		width: 107px;
		background-position: -270px 0;
	}
	
	#navbar #navbar_press a {
		width: 82px;
		background-position: -395px 0;
	}
	
	#navbar #navbar_b2b a {
		width: 65px;
		background-position: -497px 0;
	}
	
	#navbar #navbar_guestbook a {
		width: 122px;
	}
	
	input[type="submit"],
	input[type="button"] {
		background: #fff;
		border: 1px solid #ccc;
		color: #000;
		font-size: 12px;
		padding: 3px 5px;
		margin: 5px;
	}
	
	input[type="submit"]:hover,
	input[type="button"]:hover {
		cursor: pointer;
	}

	.paragraphContainer * {
		z-index: 4;
	}

	.corners {
		position: absolute !important;
		background: url(../img/corners.gif);
		height: 23px;
		width: 22px;
		z-index: 1;
	}
	
	.corners.topleft {
		top: -1px;
		left: -1px;
		background-position: top left;
	}
	.corners.topright {
		top: -1px;
		right: -1px;
		background-position: top right;
	}
	
	.corners.bottomleft {
		bottom: -1px;
		left: -1px;
		background-position: bottom left;
	}
	
	.corners.bottomright {
		bottom: -1px;
		right: -1px;
		background-position: bottom right;
	}
	
	.paragraphContainer img.infoBubble {
		position: absolute;
		top: 4px;
		left: 3px;
		width: 50px;
	}

	div.submit input,
	.featuredProduct a{
		height: 31px;
		width: 87px;
		border: 0px !important;
		background: url(../img/order.png) !important;
		color: transparent !important;
		font-size: 0px !important;
		line-height: 0 !important;
	}

	#recycle {
		float: right;
		position: absolute;
		bottom: -20px;
		right: 10px;
	}
	
	#recycle img {
		position: relative;
		top:8px;
		width: 20px;
	}

/* GLOBAL ERROR HANDLING */

	.errorMessage div {
		margin: 10px 10px 0 10px;
		border: 1px solid #c00;
	}
	
	.errorMessage div p {
		margin: 10px;
		text-align: center;
		color: #c00;
	}
	
	.error {
		color: #c00;
	}
	
	input.error {
		color: #000;
		border-color: #c00;
		background: #fcc;
	}

/* HOME TEMPLATE */

	.home #contentBody {
		background: #fff;
		position: relative;
		width: 1000px;
	}
	
	.home #contentBody #leftColumn {
		width: 545px;
		float: left;
		margin: 80px 5px 5px 9px;
	}
	
	.home #contentBody #rightColumn {
		width: 420px;
		float: right;
		margin: 80px 9px 5px 5px;
	}
	
	.home .paragraphContainer {
		border: 1px solid #ccc;
		margin-bottom:5px;
	}
	
	.home .paragraphContainer p {
		margin: 10px;
		position: relative;
	}
	
	.home .paragraphContainer h3 {
		background: #fff;
		font-weight: bold;
		font-size: 16px;
		position: relative;
		margin: 10px;
	}
	
	.home .paragraphContainer h3 span {
		display: block;
		margin: 5px;
	}

	.home #videoPlayer {
		height: 392px;
		width: 450px;
		margin: 0 auto;
		top: 50px;
		z-index:1;
	}

	.home #videoPlayer object {
		width: 450px;
		height: 392px;
		display: block;
		margin-top: -1px;
		top: 1px;
		position: relative;
	}
	
	.home #videoPlayer object embed {
		width: 450px;
		height: 392px;	
	}

	.home #topCenter {
		height: 11px;
		width: 900px;
		position: absolute;
		top: -11px;
		background: #fff;
		left: 50px;
	}
	
	.home #corner_topLeft {
		position: absolute;
		top: -11px;
		left: 0px;
		display: block;
	}
	
	.home #corner_topRight {
		position: absolute;
		top: -11px;
		right: 0px;
		display: block;
	}

/* STATIC TEMPLATE */

	.static #contentBody {
		position: relative;
		background: #fff url(../img/dot.gif) repeat-y 727px;
		float: left;
		margin-top: 100px;
	}
	
	.static h1 {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		margin-top: -22px;
		top: -20px;
	}

	.static h1 span {
		font-weight: normal;
		font-size: 12px;
	}

	.static #contentBody #leftColumn {
		width: 725px;
		float: left;
		position: relative;
		margin-left: -1px;
	}
	
	.static  #contentBody #rightColumn {
		width: 275px;
		float: right;
		position: relative;
		margin-right: -2px;
	}

	.static .paragraphContainer {
		margin: 20px;
	}
	
	.static .paragraphContainer h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.static .paragraphContainer h3 span {
		display: block;
	}
	
	.static .paragraphContainer p {
		margin-top: 15px;
	}
	
	.static #rightColumn hr {
		margin: 0 10px;
	}
	
	.static #rightColumn h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.static #rightColumn .productInfo img {
		display: block;
		height: 100px;
		width: 100px;
		float: left;
	}
	
	.static #rightColumn .productInfo p {
		clear: both;
		margin: 10px 0;
		float: left;
		width: 100%;
	}
	
	.static #rightColumn .productInfo div {
		position: relative;
		width: 125px;
		float: right;
	}
		
	.static #rightColumn .productInfo div h4 {
		clear: left;
		float: left;
		font-weight: bold;
		font-size: 12px;
		margin: 5px 5px 10px 5px;
	}
	
	.static #rightColumn .productInfo div p {
		float: left;
		margin: 5px 5px 10px 5px;
	}
	
	.static #rightColumn .productInfo div a {
		clear: left;
		float: left;
	}
	
	.static #topCenter {
		height: 11px;
		width: 900px;
		position: absolute;
		top: -11px;
		background: #fff;
		left: 50px;
	}
	
	.static #corner_topLeft {
		position: absolute;
		top: -11px;
		left: 0px;
		display: block;
	}
	
	.static #corner_topRight {
		position: absolute;
		top: -11px;
		right: 0px;
		display: block;
	}

/* CHECKOUT TEMPLATE */

	.checkout  #rightColumn .paragraphContainer {
		padding: 5px 0;
		border: 1px solid #ccc;
	}
	
	.checkout  #rightColumn .paragraphContainer.selected {
		border: 1px solid #ccc;
	}
	
	.checkout  #rightColumn .paragraphContainer.current {
		font-weight: bold;
	}
	
	.checkout  #rightColumn .paragraphContainer p {
		margin: 5px 5px 5px 5px;
		text-align: center;
	}	

	.checkout  #leftColumn h3 {
		width: 675px;
		margin: 20px auto 0 auto;
		font-weight: bold;
		font-size: 16px;
	}

/* ADMIN NAMESPACE */

	.admin #fieldInfo {
		float: left;
		width: 700px;
		margin: 10px 0 10px 10px;
	}
	
	.admin #fieldContents{
		border: 1px solid #000;
		padding: 10px 0;
	}
	
	.admin h3 {
		font-size: 16px;
		font-weight: bold;		
		padding-bottom: 10px;
	}
	
	.admin h3 span {
		font-weight: normal;
		font-size: 10px;
	}
	
	.admin form label,
	.admin form input,
	.admin form textarea {
		float: left;
		clear: left;
		width: 670px;
		margin: 0px 10px 5px 10px;
	}
	
	.admin form #creditCardContents_creditCardType,
	.admin form #creditCardContents_expirationDateMonth,
	.admin form #creditCardContents_expirationDateYear {
		float: left;
		width: 50%;
	}
	
	.admin form #creditCardContents_creditCardType select,
	.admin form #creditCardContents_expirationDateMonth select,
	.admin form #creditCardContents_expirationDateYear select  {
		width: 150px;
		margin: 0px 10px 5px 10px;
	}
	
	.admin #submitArea {
		width: 700px;
		float: left;
		clear: both;
		margin: 0px 0 10px 10px;
	}
	
	.admin #submitArea input {
		float: right;
		width: auto;
		clear: none;
		margin: 0px;
	}

	.admin #fieldContents ul {
		float: left;
		width: 100%;
		margin: -10px 0 10px 0;
		border-bottom: 1px solid #000;
	}
	
	.admin #fieldContents ul li {
		float: left;
	}
	
	.admin #fieldContents ul li a {
		display: block;
		padding: 5px 10px;
		border-right: 1px solid #000;
	}
	
	.admin #fieldContents ul li a:hover {
		text-decoration: none;
		background-color: #efefef;
	}
	
	.admin #fieldContents ul li.selected a {
		text-decoration: none;
		font-weight: bold;
		background-color: #efefef;
	}

	.admin #rightColumn li a {
		display: block;
		padding: 5px;
	}
	
	.admin #rightColumn li a:hover {
		text-decoration: none;
		background-color: #efefef;
	}
	
	.admin #rightColumn li.selected a{
		font-weight: bold;
		text-decoration: none;
		background-color: #efefef;
	}
	
	.admin#editPress #publishDateContents {
		margin: 0 10px;
		clear: left;
	}
	
	.admin#editPress #publishDateContents * {
		position: relative;
		z-index: 2;
	}

/* HOME NAMESPACE */
	
	#home .paragraphContainer.featuredProduct {
		border: 0px;
	}
	
	#home .paragraphContainer.featuredProduct h3 {
		font-style: italic;
		border-bottom: 0px;
		position: relative;
	}
	
	#home .paragraphContainer.featuredProduct p {
		width: 270px;
		float: left;
		background: #dedede;
		padding: 10px;
		margin: 0 0 0 5px;
		font-size: 12px;
	}
	
	#home .paragraphContainer.featuredProduct img {
		height: 140px;
		width: 150px;
		display: block;
		position: absolute;
		right: 0px;
		top: -10px;
	}
	
	#home .paragraphContainer.featuredProduct a {
		clear: left;
		float: right;
		display: block;
		text-decoration: none;
		margin-right: 155px;
	}
	
	#home .paragraphContainer.artsAndCrafts {
		margin-top: 30px;
		border: 0px;
	}
	
	#home .paragraphContainer.artsAndCrafts img {
		height: 70px;
		width: 70px;
		display: block;
		float: left;
		margin: 0 10px 0 0;
		border: 1px solid #ccc;
	}

/* GUESTBOOK NAMESPACE */

	#guestbook #rightColumn form {
		display: block;
		float: left;
		clear: both;
		width: 230px;
	}
	
	#guestbook #rightColumn form label,
	#guestbook #rightColumn form input,
	#guestbook #rightColumn form textarea {
		width: 230px;
		float: left;
		clear: left;
		margin-bottom: 5px;
	}
	
	#guestbook #rightColumn form input,
	#guestbook #rightColumn form textarea {
		position: relative;
		left: -20px !ie7;
	}
	
	#guestbook #rightColumn input#submit{
		width: auto;
		float: right;
		margin-right: -4px;
		left: 0px;
	}

/* PRESS NAMESPACE */

	#press #contentBody #leftColumn .paragraphContainer h4.publishDate {
		font-size: 10px;
	}
	
/* B2B NAMESPACE */

	#b2b #contentBody #leftColumn {
		margin: 70px 5px 5px 30px;
		width: 460px;
	}
	
	#b2b #contentBody #rightColumn {
		margin: 70px 30px 5px 5px;
		width: 460px;
	}
	
/* VIEW (PRODUCT) NAMESPACE */


	#view #leftColumn .paragraphContainer .left {
		float: left;
		width: 200px;
		height: 200px;
		margin: 20px;
		z-index: 1;
	}
	
	#view #leftColumn .paragraphContainer .right {
		float: left;
		width: 420px;
		margin: 20px 20px 20px 0;
	}
	
	#view #leftColumn .paragraphContainer .right form {
		margin: 10px 0;
	}
	
	#view #rightColumn > span {
		display: block;
		float: left;
		margin: 0px 20px;
	}
	
	#view #rightColumn .paragraphContainer {
		padding: 5px 0;
		border: 1px solid #ccc;
	}
	
	#view #rightColumn .paragraphContainer p {
		margin: 5px 5px 5px 60px;
		z-index: 2;
	}
	
	#view #leftColumn .paragraphContainer img#productImage {
		float: left;
		width: 200px;
		height: 200px;
		position: relative;
		top: -10px;
	}
	

/* CART NAMESPACE */

	#cart table {
		width: 675px;
		margin: 10px auto;
	}

	#cart #cartContents table {
		border: 1px solid #000;
	}

	#cart #cartContents table input {
		width: 50px;
		text-align: center;
	}
	
	#cart table th,
	#cart #cartContents table td {
		padding: 5px;
	}
	
	#cart #cartContents table th {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	#cart #cartContents table tr:first-child {
		border-bottom: 1px solid #000;
	}
	
	#cart #cartContents table th {
		white-space: nowrap;
	}
	
	#cart table th.productHeader {
		width: 55%;
	}
	
	#cart table th.priceHeader {
		width: 15%;
	}
	
	#cart table th.quantityHeader {
		width: 25%;
	}
	
	#cart table th.totalHeader {
		width: 15%;
	}

	#cart #cartUpdate table {
		margin-top: -10px;
	}
	
	#cart #cartUpdate table th.quantityHeader input {
		
	}

	#cart #cartTotals table td {
		text-align: center;
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	#cart #cartTotals table td:first-child {
		width: 90%;
		text-align: right;
	}
	
	#cart #cartTotals table tr td span {
		float: right;
		font-size: 10px;
		clear: right;
	}
	
	#cart #cartTotals table tr#grandTotalRow {
		font-size: 14px;
		font-weight: bold;
	}

/* SHIPPING NAMESPACE */

	#shipping #shippingAddress,
	#shipping #billingAddress {
		float: left;
		width: 350px;
		margin: 10px 0 10px 10px;
	}
	
	#shipping #shippingContents,
	#shipping #billingContents {
		border: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#shipping #shippingContents *,
	#shipping #billingContents * {
		position: relative;
	}
	
	#shipping h3 {
		padding-bottom: 10px;
	}
	
	#shipping h3 span {
		font-weight: normal;
		font-size: 10px;
	}
	
	#shipping form label,
	#shipping form input {
		float: left;
		clear: left;
		width: 325px;
		margin: 0px 10px 5px 10px;
		z-index: 2;
	}
	
	#shipping form #shippingContents_state,
	#shipping form #billingContents_state {
		float: left;
		clear: left;
		width: 50%;
	}
	
	#shipping form #shippingContents_state select,
	#shipping form #billingContents_state select  {
		width: 150px;
		margin: 0px 10px 5px 10px;
		z-index: 2;
	}
	
	#shipping form #shippingContents_postal,
	#shipping form #billingContents_postal {
		width: 50%;
		float: left;
	}
	
	#shipping form #shippingContents_postal input,
	#shipping form #billingContents_postal input {
		width: 150px;
	}
	
	#shipping #billingAddress #sameAsShipping {
		position: absolute;
		top: 5px;
		right: 7px;
		text-align: right;
	}
	
	#shipping #billingAddress #sameAsShipping span {
		display: block;
		float: right;
	}
	
	#shipping #billingAddress #sameAsShipping input {
		width: auto;
		float: right;
		clear: none;
		margin: 2px 2px 2px 10px;
		z-index: 3;
	}
	
	#shipping #submitArea input {
		float: right;
		width: auto;
	}
	
/* PAYMENT NAMESPACE */

	#payment #creditCardInfo {
		float: left;
		width: 350px;
		margin: 10px 0 10px 10px;
	}
	
	#payment #creditCardContents{
		border: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#payment #creditCardContents p,
	#payment #creditCardContents label,
	#payment #creditCardContents select,
	#payment #creditCardContents input {
		position: relative !important;
		z-index: 2 !important;
	}
	
	#payment h3 {
		padding-bottom: 10px;
	}
	
	#payment h3 span {
		font-weight: normal;
		font-size: 10px;
	}
	
	#payment form label,
	#payment form input {
		float: left;
		clear: left;
		width: 325px;
		margin: 0px 10px 5px 10px;
	}
	
	#payment form #creditCardContents_creditCardType,
	#payment form #creditCardContents_expirationDateMonth,
	#payment form #creditCardContents_expirationDateYear {
		float: left;
		width: 50%;
	}
	
	#payment form #creditCardContents_creditCardType select,
	#payment form #creditCardContents_expirationDateMonth select,
	#payment form #creditCardContents_expirationDateYear select  {
		width: 150px;
		margin: 0px 10px 5px 10px;
	}
	
	#payment #submitArea {
		width: 50%;
		float: left;
		clear: both;
	}
	
	#payment #submitArea input {
		float: right;
		width: auto;
	}
	
/* REVIEW NAMESPACE */

	#review #row2 #shippingInfo,
	#review #row2 #billingInfo {
		float: left;
		width: 343px;
		margin: 10px 0 10px 13px;
	}

	#review #shippingInfoContents,
	#review #billingInfoContents {
		border: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#review #shippingInfoContents p,
	#review #billingInfoContents p {
		margin: 0px 10px;
		position: relative;
		z-index: 2;
	}
	
	#review h3 {
		padding-bottom: 10px;
	}
	
	#review #orderInfo h3 {
		margin: 10px 10px 0px 10px;
		padding-bottom: 0px;
	}
	
	#review h3 span {
		font-weight: normal;
		font-size: 10px;
	}
	
	#review #submitArea input {
		float: right;
		width: auto;
		margin: 5px 12px 0 0;
	}
	
	#review #orderInfo table {
		width: 700px;
		margin: 10px auto;
	}

	#review #orderInfo #orderInfoContents table {
		border: 1px solid #000;
	}

	#review #orderInfo #orderInfoContents table input {
		width: 50px;
		text-align: center;
	}
	
	#review #orderInfo table th,
	#review #orderInfo #orderInfoContents table td {
		padding: 5px;
	}
	
	#review #orderInfo #orderInfoContents table th {
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	#review #orderInfo #orderInfoContents table tr:first-child {
		border-bottom: 1px solid #000;
	}
	
	#review #orderInfo #orderInfoContents table th {
		white-space: nowrap;
	}
	
	#review #orderInfo table th.productHeader {
		width: 55%;
	}
	
	#review #orderInfo table th.priceHeader {
		width: 15%;
	}
	
	#review #orderInfo table th.quantityHeader {
		width: 25%;
	}
	
	#review #orderInfo table th.totalHeader {
		width: 15%;
	}
	

	#review #cartTotals table {
		clear: both;
		width: 700px;
		margin: 10px auto;
	}


	#review #cartTotals table td {
		text-align: center;
		padding-bottom: 10px;
		vertical-align: top;
	}
	
	#review #cartTotals table td:first-child {
		width: 90%;
		text-align: right;
	}
	
	#review #cartTotals table tr td span {
		float: right;
		font-size: 10px;
		clear: right;
	}
	
	#review #cartTotals table tr#grandTotalRow {
		font-size: 14px;
		font-weight: bold;
	}


/* BLANK NAMESPACE */

	#blank #blankSubmission {
		border: 1px solid #000;
		width: 400px;
		margin: 100px auto 0;
		text-align: center;
	}
	
	#blank #blankSubmission * {
		width: auto;
	}
	
	#blank #blankSubmission p {
		margin: 10px 20px;
	}

/* CONFIRMED NAMESPACE */

	#confirmed #orderConfirmed {
		border: 1px solid #0a0;
		width: 400px;
		margin: 100px auto 0;
		text-align: center;
	}
	
	#confirmed #orderConfirmed * {
		width: auto;
	}
	
	#confirmed #orderConfirmed h3 {
		color: #0a0;
	}
	
	#confirmed #orderConfirmed p {
		margin: 10px 20px;
	}
	
/* LOGIN NAMESPACE */

	#flashMessage {
		display: none;
	}

	#login #loginInfo {
		float: left;
		width: 350px;
		margin: 10px 0 10px 10px;
	}
	
	#login #loginContents {
		border: 1px solid #ccc;
		padding: 10px 0;
	}
	
	#login #loginContents input,
	#login #loginContents label {
		position: relative;
		z-index: 2;
	}
	
	#login h3 {
		padding-bottom: 10px;
	}
	
	#login #leftColumn form label,
	#login #leftColumn form input {
		float: left;
		clear: left;
		width: 325px;
		margin: 0px 10px 5px 10px;
	}

	#login #leftColumn #submitArea {
		width: 50%;
		float: left;
		clear: both;
	}
	
	#login #leftColumn #submitArea input {
		float: right;
		width: auto;
	}

	#login #rightColumn .paragraphContainer {
		padding: 5px 0;
		border: 1px solid #000;
	}
	
	#login #rightColumn .paragraphContainer p {
		margin: 20px 10px 20px 10px;
	}
	
	#login #rightColumn .paragraphContainer p:first-child {
		margin: 5px 5px 5px 50px;
	}

	#login #rightColumn .paragraphContainer form {
		width: 210px;
		margin: 5px auto;
	}
	
	#login #rightColumn .paragraphContainer input {
		float: left;	
		clear: both;
		width: 207px;
		margin-bottom: 10px;	
	}

	#login #rightColumn .paragraphContainer input[type="submit"] {
		width: auto;
		float: right;
	}