/* GLOBAL PROPERTIES ***************/
BODY{

	background-color: #FFFFFF;
	color: #000000;
	font-family: Geneva, Verdana, Arial, Helvetica;}

p{
	padding: 5px;}


a:link, a:active, a:visited{
	color: #EA565C;
	text-decoration: none;
	font-weight: bold;}
	
.wreath{/*FOR THE WREATH IMAGES*****/
	clear: right;
	float: right;}

.subheading{/* FOR SUBHEADINGS ******/
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 5px 5px 10px;
	clear: both;
	text-decoration: underline;}
	
/* CONTAINER PROPERTIES*************/
#container
{
	width: auto;
	background-color:#ACE18C;
	padding: 0;
	margin: 0; }

/* CONTENT PROPERTIES*************/
#content{
	/*This is the area where information is diplayed*/
	clear: right;
	float: left;
	width: 600px;
	padding: 12px;
	margin-left: 10px;
	font-size: 10pt;}
	
/*HEADING PROPERTIES***************/
#heading{
	clear: both;}

/*TITLE CLASS PROPERTIES***************/
.title{
	clear: both;
	margin: 5px;
	font-size: 14pt;
	font-weight: bold;}
	
li.title{
	clear: both;
	font-size: 12pt;
	font-weight: bold;}
	
ul.order, ul.contact
{
	list-style: none;
}
.note
{
	font-size: 8pt;
	clear: both;
}

/*MENU PROPERTIES***************/
#menu{
	clear: both;
	float: left;
	padding-right: 10px;
	font-size: 14pt;
	font-weight: bold;
	height: 100%;}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #007B00;}
	
#menu li{
	border-bottom: solid 1px #000000;
	vertical-align: middle;
	border-left:solid 12px #000000;}
		
#menu li a{
	/*This displays the links in block form*/
	color: #FFFFFF;
	
	text-decoration: none;
	padding: 5px;
	margin: 0;
	display: block;}
	
#menu a:link, a:active, a:visited
{/*Just need to define these before defining a:hover*/
}

#menu a:hover{
	/*Changes the background color when the link is hovered over*/
	background-color: #ACE18C;
	color: #000000;}
	
body#home li.home, body#home li.home a,
body#wreaths li.wreaths, body#wreaths li.wreaths a,
body#centerpieces li.centerpieces, body#centerpieces li.centerpieces a,
body#sachets li.sachets, body#sachets li.sachets a,
body#order li.order, body#order li.order a,
body#lubec li.lubec, body#lubec li.lubec a,
body#contact li.contact, body#contact li.contact a{
	color: #000000;
	background-color:#ACE18C;}

/* FOOTER PROPERTIES*************/

#footer
{
	padding-bottom: 5px;
	clear: both;
	border-top: solid 1px #000000;
	background-color: #ACE18C;
	text-align: center;}
	
#footer li{
	display: inline;
	padding: 3px;}
	
#footer a{
	text-decoration: none;
	font-size: 10px;
	color: #000000;}
	
#footer a:hover{
	background-color: #E5E5E5;}
	
/*PRODUCT TABLE PROPERTIES*********************/
table.product{
	border: solid 1px #FFFFFF;
	border-collapse: collapse;}
	
table.product th{
	background-color: Green;
	border: solid 1px #FFFFFF;
	text-align: center;
	padding: 4px;}
table.product td{
	border: solid 1px #FFFFFF;
	text-align: left;
	padding: 4px;
	vertical-align: top;
	background-color: #DBDBDB;}

table.product tr.alt td{
	background-color: #959595;}
	
/*SHIPPING TABLE PROPERTIES*****************/
table.shipping{
	border: none;}
	
table.shipping td, table.shipping th{
	font-size: 9px;
	padding: 3px;
	text-align: left;
	vertical-align: middle;}
	
p.lubpar{
	clear: both;
	margin: 5px;
	text-align: justify;}

.lubimg{
	clear: both;
	margin: 5px;
	text-align: center;}