/* CSS Document */

body {
padding:0;
background-color:#f3ecd5;
margin:0;
}

#container {
width:1000px;
margin: 0 auto 0 auto;
}

#top {
width:1000px;
height:136px;
}

#navcontainer {
width:1000px;
height:36px;
}

#content {
width:1000px;

}

#greenbox {
border:#c9ce8b solid 3px;
height:470px;
margin:0;
padding:0;

}
#greenboxbar {
background-color: #c9ce8b;
height:32px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
font-style:italic;
color: #555822;
text-align:left;
text-indent: 16px;
margin:0;
padding-top:11px;
}
#greenboxbar a:link {
color: #555822;
text-decoration:none;
}
#greenboxbar a:visited {
color: #555822;
text-decoration:none;
}

#greenboxbar a:hover {
color: #555822;
text-decoration:underline;
}

#greenboxbar a:active {
color: #555822;
text-decoration:none;
}






#greenboxbarsmall {
background-color: #c9ce8b;
height:32px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
font-style:italic;
color: #555822;
text-align:left;
text-indent: 16px;
margin:0;
padding-top:11px;
}

#greenboxbarsmaller {
background-color: #c9ce8b;
height:32px;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
font-style:italic;
color: #555822;
text-align:left;
text-indent: 16px;
margin:0;
padding-top:11px;
}

.hometext {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
color: #555822;
font-style:italic;
line-height:22px;
text-align:left;
}

.giftservicestext {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
color: #555822;
font-style:italic;
line-height:18px;
text-align:left;
}

.homephone {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 13px;
color: #4d2117;
line-height:15px;
text-align:left;
}

.bottomlinks {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 10px;
line-height:13px;
color: #555822;
text-align:center;
}
.bottomlinks a:link {
color: #555822;
text-align:center;
text-decoration:none;
}
.bottomlinks a:visited {
color: #555822;
text-align:center;
text-decoration:none;
}

.bottomlinks a:hover {
color: #555822;
text-align:center;
text-decoration:underline;
}

.bottomlinks a:active {
color: #555822;
text-align:center;
text-decoration:none;
}

/* STORE STYLES */

#greenboxstore {
border:#c9ce8b solid 3px;
margin:10px 0 0 0;
padding:0;
}

.storehead {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style:italic;
	font-weight:normal;
	color:#555822;
	letter-spacing:0.07em;
	text-align: left;
}

.storetext {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 15px;
color: #555822;
font-style:italic;
line-height:22px;
text-align:left;
}

#storetable {
width:649;
}

#storetable td {
	border: 2px solid #D8CCA2;
	background-color:#ffffff;
	padding:5px;
	margin:0;
	width:142px;
	text-align:left;
}
#storetable .product {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight:bold;
	color:#555822;
}
#storetable .price {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:normal;
color:#555822;
}
#storetable .number {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 11px;
font-style:normal;
color:#555822;
}
#storetable .addtocart {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:normal;
color:#663333;
}

.submitLink {
   color: #663333;
   background-color: transparent;
	font-size: 11px;
   border: none;
   cursor: pointer;
   cursor: hand;
  }

form {
margin:0 0 0 0;
padding:0 0 0 0;
}

.categoryheads {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align:center;
	background-color: #4D2117;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.categoryheads:hover {
	background-color: #7F3627;
}

/*END STORE STYLES*/

