@charset "utf-8";
/* CSS Document */

/* COLORS
	body text:		292929
	a:hover			800000
	background		E7DECB
	
*****************************************************/


/* GLOBAL
*****************************************************/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding:0;
	font-size:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
	background-color:#afa08c;
}
a, a:link, a:visited {
	color:#7791B2;
	text-decoration:none;
}
a:focus, a:hover {
	color:#673D15;
	text-decoration:none;
}
ul, li {
	list-style-type:none;
}
img {
	margin:0;
	padding:0;
	border:none;
}
h1 {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	line-height:150%;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	color:#FF9900;
}
h3 {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:5px 0;
	color:#FFF;
}
p {
	margin:0 0 15px 0;
	padding:0;
}
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.floatLeft {
	float:left;
	margin:0;
	padding:0 15px 15px 0;
}
.floatRight {
	float:right;
	margin:0;
	padding:0 0 15px 15px;
}
.clear {
	clear:both;
	xheight:0;
}
.hidden {
	display:none;
}
.tB {
	font-weight:bold;
}
.tI {
	font-style:italic;
}
.tN {
	font-weight:normal;
}
.tU {
	text-decoration:underline;
}
.t10 {
	font-size:10px;
}
.t11 {
	font-size:11px;
}
.t12 {
	font-size:12px;
}
.aC {
	text-align:center;
}
.aR {
	text-align:right;
}
.aL {
	text-align:left;
}
.aJ {
	text-align:justify;
}
.lhN {
	line-height:normal;
}
/* Container
*****************************************************/
#container {
	position:relative;
	padding:0 8px;
	margin:0 auto;
	width:900px;
	background:url(../images/bg_container.gif) repeat-y top center;
}
/* Header
*****************************************************/
#header {
	position:relative;
	padding:0;
	margin:0;
	border-bottom:1px solid #a89f92;
	background-color:#f3eee5;
	width:900px;
	height:124px;
}
#logo {
	position:absolute;
	top:32px;
	left:33px;
	width:210px;
	height:65px;
}
/* Main
*****************************************************/
#main {
	margin:0;
	padding:30px 0;
	background-color:#fff;
	width:900px;
}
/* Nav
*************************/
#navCol {
	float:left;
	margin:0;
	padding:0 30px 0 26px;
	color:#000;
	line-height:normal;
	font-size:12px;
	width:114px;
}
ul.mainNav {
	padding:0 0 60px 0;
	margin:0;
}
#navCol li {
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	width:114px;
}
#navCol li a:link, #navCol li a:visited {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	color:#000;
	margin:0;
	padding:0;
	height:27px;
	width:114px;
}
/* MainNav Items
***************************/
li#nav_home a {
	background:url(../images/nav_home.gif) no-repeat 0 0;
}
li#nav_living a {
	background:url(../images/nav_living.gif) no-repeat 0 0;
}
li#nav_giving a {
	background:url(../images/nav_giving.gif) no-repeat 0 0;
}
li#nav_tearoom a {
	background:url(../images/nav_tearoom.gif) no-repeat 0 0;
}
li#nav_design a {
	background:url(../images/nav_design.gif) no-repeat 0 0;
}
li#nav_thealist a {
	background:url(../images/nav_thealist.gif) no-repeat 0 0;
}
/* SubNav Items
***************************/
li#nav_praise a {
	background:url(../images/nav_praise.gif) no-repeat 0 0;
}
li#nav_contact a {
	background:url(../images/nav_contact.gif) no-repeat 0 0;
}
li#nav_newsletter a {
	background:url(../images/nav_newsletter.gif) no-repeat 0 0;
}
li#nav_blog a {
	background:url(../images/nav_blog.gif) no-repeat 0 0;
}
#navCol li a:hover, #navCol li a:focus {
	background-position:0px -27px;
	color:#a89f92;
}
body#home-page li#nav_home a, body#living-page li#nav_living a, body#giving-page li#nav_giving a, body#thealist-page li#nav_thealist a, body#tea-page li#nav_tea a, body#design-page li#nav_design a, body#praise-page li#nav_praise a, body#contact-page li#nav_contact a, body#newsletter-page li#nav_newsletter a {
	background-position:0px -27px;
}
/* Main Content
*************************/
#contentCol {
	float:left;
	position:relative;
	width:700px;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:150%;
}
/* Home Imagery
*****************************************************/
body#home-page #main {
	height:390px;	/* must compensate for 30px padding-top */
}
#flashBox {
	width:700px;
	height:240px;
}
#welcomeBox {
	position:relative;
	background-color:#f3eee5;
	width:700px;
	padding:0;
	margin:5px 0 0 0;
	height:145px;
}
#welcomeBox h1 {
	position:absolute;
	top:57px;
	left:20px;
	margin:0;
	padding:0;
}
#welcomeBox p {
	position:absolute;
	width:440px;
	top:45px;
	left:236px;
	font-size:11px;
	line-height:24px;
}
/* contentCol - MOST USED
*****************************************************/
#detailsBox {
	background-color:#f3eee5;
	font-size:11px;
	padding:0;
	margin:10px 0 0;
}

/* contentCol - Contact
*****************************************************/
body#contact-page #detailsBox {
	float:left;
	width:445px;
	height:350px;
	margin:0;
	padding:40px 0 0 20px;
}
body#contact-page #detailsBox h1 {
	margin:0 0 20px;
	padding:0;
}
body#contact-page #detailsBox p {
	padding:0;
	line-height:14px;
	margin:0 0 30px;
}
body#contact-page #detailsBox p.noMargin{
	margin:0;
}
#detailsBox a:link, #detailsBox a:visited {
	color:#000;
}
body#contact-page #imageBox {
	float:left;
	padding:0 0 0 5px;
	margin:0;
}
/* contentCol - Design
*****************************************************/
body#design-page #imageBox img {
	float:left;
	padding:0;
	margin-right:5px;
}
body#design-page #imageBox img.lastChild {
	margin:0;
}
body#design-page #detailsBox {
	padding:10px 10px 0;
	margin:5px 0 0 0;
	line-height:18px;
	width:680px;
	height:230px;
}
body#design-page #detailsBox h1 {
	margin:0;
	padding:20px 0 10px;
}
.imgBorder_5 {
	float:left;
	background-color:#fff;
	padding:5px;
	margin:0 15px 0 0;
}
/* contentCol - Vendors
*****************************************************/
body#vendors-page #detailsBox {
	padding:25px 20px 10px;
	margin:0;
	line-height:18px;
	width:660px;
}
body#vendors-page #detailsBox h1 {
	margin:0;
	padding:0 0 25px;
}
ul.vendors {
}
ul.vendors li {
	line-height:18px;
	margin:0 0 28px;
}
ul.vendors li h3 {
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	margin:0;
	padding:0 0 5px;
	font-weight:normal;
	line-height:normal;
}

/* contentCol - Praise
*****************************************************/
body#praise-page #coverBox{
	float:left;
	padding-right:22px;
	width:180px;
}
#mainCover{
	margin:0 0 30px;
}
td.middle{
	padding:0 6px 6px 7px;
}
body#praise-page #detailsBox {
	float:left;
	width:463px;
	height:597px;
	margin:0;
	padding:25px 20px 0 15px;
	background:transparent url(../images/bg_praise.jpg) no-repeat 0 0;
	color:#fff;
	overflow:auto;
}
body#praise-page #detailsBox p{
	line-height:18px;
	margin-bottom:25px;
}
body#praise-page #detailsBox p.noMargin{
	margin:0;
}

/* contentCol - The A List
*****************************************************/
body#thealist-page #imageBox{
	float:left;
	width:200px;
}
body#thealist-page #imageBox h1{
	padding:0 40px 10px 40px;
}
body#thealist-page #imageBox p{
	padding:0 10px 0 10px;
	text-align:center;
	font-size:9px;
}
body#thealist-page #detailsBox {
	float:left;
	padding:40px 20px 20px;
	margin:0;
	line-height:18px;
	width:449px;
}
ul.alist_prods{
	xwidth:470px;
}
ul.alist_prods li{
	position:relative;
	display:block;
	margin:0 0 20px;
	height:150px;
	padding:0;
}
ul.alist_prods li .prod_image {
	float:left;
	background-color:#fff;
	padding:5px;
	margin:0 10px 0 0;
	width:215px;
}
ul.alist_prods li .prod_title {
	display:block;
	padding:0;
	margin:0;
	font-weight:bold;
}
ul.alist_prods li .prod_description {
	display:block;
	padding:0;
	margin:0;
}
ul.alist_prods li .prod_price {
	display:block;
	position:absolute;
	bottom:0px;
	width: 200px;
	height: 19px;
	left: 225px;
	margin: 0 0 0 10px
}
/* contentCol - Newsletter
*****************************************************/
body#newsletter-page #imageBox {
	float:left;
	padding-right:5px;
}
body#newsletter-page #detailsBox {
	float:left;
	width:445px;
	margin:0;
	height:350px;
	padding:40px 0 0 20px;
}
body#newsletter-page #detailsBox h1 {
	margin:0;
	padding:0;
}
body#newsletter-page #detailsBox p {
	padding:20px 0 0;
}
body#newsletter-page form {
	margin:30px 0 0 0;
	width:380px;
	height:60px;
}
body#newsletter-page .floatForm {
	margin:0;
	padding:0;
}
.floatForm div.row {
	clear: both;
	padding-top: 3px;
}
.floatForm div.row span.label {
	float: left;
	width: 80px;
	font-weight:normal;
}
td.label{
	width: 80px;
	font-weight:normal;
}
.floatForm div.row span.formw {
	float: left;
	width: 200px;
}
.floatForm div.row span.formwSubmit {
	float: left;
}
input {
	border:none;
	width:210px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	background-color:#FFF;
}
.submit {
	margin: 0;
	padding:2px 0;
	width:52px;
	border:0;
	font-size:9px;
	background-color:#afa08c;
	color:#fff;
	text-align:center;
}
.submit:hover {
	border:1px solid #afa08c;
	color:#afa08c;
	background-color:#fff;
}
.formErrorVisible {
	color:#afa08c;
	font-weight:bold;
	display:block;
}
.formErrorHidden {
	color:#afa08c;
	font-weight:bold;
	display:none;
}
/* Footer
*****************************************************/
#footer {
	clear:both;
	position:relative;
	margin:0 auto;
	padding:12px 8px 8px 58px;
	color:#FFF;
	width:900px;
	height:23px;
	background:url(../images/bg_footer.gif) no-repeat top center;
	line-height:normal;
}
ul.footer_links {
	width:800px;
	margin:0 auto;
}
ul.footer_links li {
	float:left;
	border-left:1px solid #FFF;
	padding:0 5px;
	margin:0;
}
ul.footer_links li:first-child {
	border:none;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#footer a:hover, #footer a:focus {
	text-decoration:none;
	color:#fff;
}
/* Copyright
*****************************************************/
#copyright {
	position:relative;
	margin:0 auto;
	padding:0 0 10px 0;
	color:#fdf7f1;
	width:900px;
	line-height:normal;
	text-align:right;
	font-size:9px;
}
#copyright a:link, #copyright a:visited {
	color:#fdf7f1;
}
