@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #9f9a87;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	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: #333333;
	line-height: 1.6em;
}


p {
	padding: 2px 0px 2px 0px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

/********************* Link Styles *********************/

a {
	text-decoration: none;
	color: #9d3300;
}

a:link {
	text-decoration: none;
	color: #9d3300;
}

a:visited {
	text-decoration: none;
	color: #9d3300;
}

a:hover {
	text-decoration: underline;
	color: #9d3300;
}

/********************* List Styles *********************/

ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 5px;
	border-bottom: 1px dashed #333333;
}
	
ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

blockquote {
	background-color:#f9f7ef;
	padding:3px 10px;
}

/********************* List Styles *********************/

.twoColFixLtHdr #container { 
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
} 
.twoColFixLtHdr #header {
	background: #f5f3ec;
	padding: 0px 10px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/m_teixeira_soapstone_logo3.jpg);
	background-repeat: no-repeat;
	line-height: 1.2em;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 20px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
}

.twoColFixLtHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px 30px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #utils {
	text-align: right;
	padding: 5px 10px 0px 10px;
	color: #726854;
	margin: 0;
}

.twoColFixLtHdr #mainNav {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_sliver2.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	color: #f2f2f2;
}

.twoColFixLtHdr #buttons {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.twoColFixLtHdr #mainNav a {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:link {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:visited {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #mainNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #store {
	float: right;
	background-image: url(../images/red_sliver.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 10px;
}


/********************* Store Nav Styles *********************/

.twoColFixLtHdr #storeNav {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/menu_sliver.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	color: #f2f2f2;
}

.twoColFixLtHdr #storeNav a {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #storeNav a:link {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #storeNav a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #storeNav a:hover {
	text-decoration: underline;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #cart {
	float: right;
	background-image: url(../images/red_sliver.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 10px;
}

.twoColFixLtHdr #buttons2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.twoColFixLtHdr #item {
	padding: 0px 0px 0px 0px; /* added 06/17/08 by NK to fix kitchenware padding overflow */
	margin: 0px 0px 0px 0px; /* added 06/17/08 by NK to fix kitchenware padding overflow */
	border-bottom: 1px dashed #999999;
	/* clear: both;  added 06/17/08 by NK to fix kitchenware padding overflow  - this pushed all content way down*/
	
}

.twoColFixLtHdr #itemInfo {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 250px;
}


/*.twoColFixLtHdr #header2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}*/

.twoColFixLtHdr #ship {
	background-color: #eee6de;
	/*float: left;  since this element is floated, a width must be given */
	/*width: 150px;  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 */
	padding: 2px 10px 15px 10px;
	margin: 0px 0px 0px 0px;
	border-bottom: 10px solid #ffffff;
}


.twoColFixLtHdr #ship p {
	padding: 2px 0px 2px 0px;
}

.twoColFixLtHdr #ship img {
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #shipPic {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	padding: 10px 10px 15px 10px;
	margin: 0px 10px 10px 0px;
	
}

/******************* Ad Styles ***********************************/

.twoColFixLtHdr #ad {
	background: #756c5a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 30px 10px;
	margin: 0px 0px 0px 0px;
	color: #f3f1e7;
	border-bottom: 1px dashed #333333;
}

.twoColFixLtHdr #ad h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*line-height: 1.2em;*/
}

.twoColFixLtHdr #ad p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.twoColFixLtHdr #ad a {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:link {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:hover {
	text-decoration: underline;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

/******************* Sub Nav Styles ***********************************/

.twoColFixLtHdr #subNav {
	background: #756c5a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 30px 10px;
	margin: 0px 0px 0px 0px;
	color: #f3f1e7;
}

.twoColFixLtHdr #subNav h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*line-height: 1.2em;*/
}

.twoColFixLtHdr #subNav p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.twoColFixLtHdr #subNav a {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #subNav a:link {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #subNav a:visited {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #subNav a:hover {
	text-decoration: underline;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

/*.twoColFixLtHdr #subNav ul {
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #subNav li {
	padding: 0px 0px 0px 0px;
}*/

/******************* Main Content Styles ***********************************/

.twoColFixLtHdr #mainContent {
	margin: 10px 10px 10px 210px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f3f1e7;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 20px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 5px;
	/*text-indent: -1em;*/
	list-style-type: disc;
	}
	
.twoColFixLtHdr #mainContent ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	border: 0;
	list-style-type: disc;
	background:transparent url(../images/none.gif) no-repeat; /* HACK by Noelle Kehrley: No actual image exsists but will override list-style for side navigation*/
}

.twoColFixLtHdr #mainContent h1 {
	color: #863a09;
	border-bottom: 1px dashed #999999;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
}


.twoColFixLtHdr #mainContent h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

.twoColFixLtHdr #footer {
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 10px 10px;
	background:#9f9a87;
	color: #333333;
	font-size: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1.2em;
}

/********************* location Styles *********************/

.twoColFixLtHdr #loc {
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
}

.twoColFixLtHdr #loc h2 {
	border-bottom: 1px solid #999999;
}

.twoColFixLtHdr #loc h3 {
	color: #863a09;
	border-bottom: 1px dashed #999999;
	font-size: 12px;
}

.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;
}

/********************* Images Styles *********************/

.storyImgL{
	margin: 0px 10px 30px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: Left;
}

.storyImgRborder{
	margin: 0px 0px 30px 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: right;
}

.storyImgLborder{
	margin: 0px 20px 30px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: left;
}

.storyImgR{
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 5px 5px;
	float: right;
}

.side2ImgC{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	text-align: center;	
}


/**************** collection styles ******************/

.collection td {
	border-bottom:1px solid #000000;
}

.coll_dark {
	background-color: #eee6de;
}

/****************** blog styles ********************/

.twoColFixLtHdr #blog_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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 */
	padding: 10px 10px 15px 10px;
	margin: 0px 10px 10px 0px;
	
}

.twoColFixLtHdr #blogContent {
	margin: 10px 10px 10px 340px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #f3f1e7;
}

.twoColFixLtHdr #blogContent ul {
	margin: 0px 0px 0px 20px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 5px;
	/*text-indent: -1em;*/
	list-style-type: disc;
	}
	
.twoColFixLtHdr #blogContent ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	border: 0;
	list-style-type: disc;
	background:transparent url(../images/none.gif) no-repeat; /* HACK by Noelle Kehrley: No actual image exsists but will override list-style for side navigation*/
}

.twoColFixLtHdr #blogContent h1 {
	color: #863a09;
	border-bottom: 1px dashed #999999;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
}


.twoColFixLtHdr #blogContent h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

.mag_callout {
	width:280px;
	border:1px dashed #000000;
	padding:5px;
}

#disclaimer {
	background-color:#ffffff;
	font-weight:bold;
	width:720px;
	margin-top: 10px;
	padding:5px;
}

.sale {
	color:#FF9900;
	font-weight:bold;
}