/*
Colors:
f4f0e8 - very light tan
ede5d5 - light tan
efc094 - medium tan
784d3a - brown
50423c - dark brown

*/


BODY
{
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #ede5d5;
}
BODY.real
{
	background: #ede5d5 url(../images/body-bg.jpg) no-repeat scroll center top;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Georgia, Serif;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A
{
	color: #784d3a;
}

P
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: none;
}

H1
{
	font-size: 16pt;
}
H2
{
	font-size: 14pt;
	margin-bottom: 0px;
}
A
{
	color: Black;
}

.popup
{
	display: none;
	position: absolute;
	padding: 10px;
	border: solid 8px #784d3a;
	background: #f9f9f9;
	font-size: 9pt;
	text-align: center;
}


#container
{
	width: 700px;
	margin: 25px auto;
	background: white;
	padding: 0px;
}

#header
{
	height: 223px;
}
#header IMG
{
	float: left;
	margin: 10px 0px 10px 10px;
}

#menu 
{
	float:left;
	width:100%;
	height: 60px;
	overflow:hidden;
	position:relative;	
}
#menu UL
{
	clear:left;
	float:left;
	list-style:none;
	margin: 0px;
	padding: 0px;
	position:relative;
	left:50%;
	text-align:center;
}
#menu UL LI
{
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;

	min-width: 80px;
	max-width: 120px;
	background: transparent url(../images/menu_separator.png) no-repeat scroll top left;
	height: 50px;
}
#menu UL LI:first-child
{
	background: transparent none;
}

#menu UL LI A
{
	display:block;
	margin:0 0 0 1px;
	padding: 0px 10px 3px 10px;
	line-height:1.3em;
	
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #784d3a;
	text-decoration: none;
}
#menu UL LI A:hover
{
	text-decoration: underline;
}



#content
{
	clear: both;
	margin: 20px;
	min-height: 300px;
	color: #50423c;
}
#content A:hover
{
	background: #F4F0E8;
}

#footer
{
	margin: 20px;
	font-size: 8pt;
	color: #50423c;
	font-style: italic;
	padding: 20px 0px 10px 0px;
}
#footer #version
{
    display: none;    
}


/** *** **/

.products DIV.price
{
	display: inline;
}

.orderLink
{
}

.oldPrice
{
	text-decoration: line-through;
	color: #a090a8;
}


/******** shopping cart ***********/

.cartKey
{
	display: none;
}

#addToCartPopup
{
	display: none;
	position: absolute;
	
	padding: 10px;
	border: solid 8px #784d3a;
	background: #f9f9f9;
	font-size: 9pt;
	text-align: center;
}
#addToCartPopup P
{
	margin: 5px;
}

.viewCart
{
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #666;
}
.viewCart TH
{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}
.viewCart TD
{
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}
.viewCart TD.currency
{
	text-align: right;
}
.viewCart TD.itemAmount
{
	padding-right: 15px;
}
.viewCart TD.itemQuantity
{
	text-align: center;
}
.viewCart TD.itemQuantity INPUT
{
	width: 30px;
}


/******** checkout ************/

.checkout
{
	border-collapse: collapse;
}
.checkout TH
{
	text-align: left;
	font-weight: normal;
	width: 125px;
	vertical-align: top;
}
.checkout TD
{
	width: 200px;
	vertical-align: top;
}
.checkoutGroup
{
	margin-top: 15px;
}
.nongroup TH
{
	padding-left: 20px;	
	width: 120px;
}
.shippingAddress
{
	display: none;
}

#orderConfirm P
{
	margin-top: 10px;
}


/***** product grid *******/

.productGrid
{
	width: 100%;
}
.productGrid TD
{
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
}
.productGrid p.name
{
	margin-top: 5px;
}
.productGrid p.price
{
	font-size: 8pt;
}

A.productPhoto IMG
{
	border: solid 6px #50423c;
	margin-bottom: 10px;
}

/*********** blog *********/

#blog
{
}

#blog #main
{
	float: left;
	width: 485px;
	padding-right: 15px;
}

#blog #sidebar
{
	color: #784d3a;
	float: left;
	border-left: solid 1px #ede5d5;
	width: 150px;
	min-height: 300px;
}
#blog #sidebar A
{
	color: #784d3a;
	text-decoration: none;
}
#blog #sidebar A:hover
{
	text-decoration: underline;
	background: none;
}

#blog #sidebar UL
{
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
}
#blog #sidebar UL LI
{
	margin-bottom: 10px;
}


#blog #sidebar UL.archive LI
{
	margin: 0px 0px 0px 10px;
}
#blog #sidebar UL.archive LI A
{
	font-size: 8pt;
	text-decoration: underline;
}


#blog .article
{
	margin-bottom: 25px;
}

#blog .article H3
{
	margin-top: 0px;
}
#blog .article H3 A
{
	font-size: 14pt;
	color: #784d3a;
}
#blog .article .date
{
	font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: bold;
	float: right;
	color: #784d3a;
}
#blog .article .body
{
	margin: 0px 20px;
}
#blog .article .body .readMore
{
	font-size: 8pt;
	padding-left: 15px;
}

#blog .article .footer
{
	font-size: 8pt;
	font-style: italic;
	margin-top: 8px;
}

#blog .article .commentContainer
{
	font-size: 8pt;
	margin-top: 20px;
}

#blog .article .commentContainer .comment
{
	background-color: #f4f0e8;
	margin: 10px;
	padding: 10px;
}
#blog .article .commentContainer .comment .commentAuthor
{
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #784d3a;
	border-bottom: solid 1px #efc094;
}
#blog .article .commentContainer .comment .commentAuthor A
{
	color: #784d3a;
}
#blog .article .commentContainer .comment .commentDate
{
	text-align :right;
	color: #784d3a;
}


.featuredProducts
{
    width: 200px;
    float: right;
    background-color: #f4f0e8;
    padding: 8px;
}
.featuredProducts .title
{
    font-weight: bold;
}
.featuredProducts UL
{
    margin: 0px;
    padding: 0px;
}
.featuredProducts UL LI
{
    padding-top: 5px;
    list-style-type: none;
}


.contactForm
{
    margin: 30px;
}
.contactForm .header
{
    font-weight: bold;
}
.contactForm TABLE
{
    margin-bottom: 30px;
}
.contactForm TABLE TH
{
    font-weight: normal;
    text-align: left;
}
.contactForm TABLE TEXTAREA
{
 	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	width: 400px;   
}
.contactForm .privacy
{
    font-size: 8pt;
    color: #784d3a;
}

#warmWeatherTooltip
{
    margin: 0 20px;
    width: 585px;
}


