/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #c2c8cf;
    color: #333333;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 10px 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000; /*#756539;*/
}
H1	{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #6d0004;
	/*font-style:	italic;*/
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

H2	{ /*page content headings*/
	FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #6d0004;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 7px 0px 5px 10px;
	background-color: #ffcc00; /*#fff8e6*/
	height: 22px;
	border-bottom: 1px solid #999999;
	}	

H3	{	
	font-size:12px;
	color: #000000;
	font-weight:bold;
	margin-bottom:5px;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	text-transform:	none;
	margin: 10px 0px 2px 0px;
	letter-spacing: .08em;
	}	
		
H4	{	
	FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #6d0004;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 8px 0px;
	}	
		
H5	{	
	FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:normal;
	color: #6d0004;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 10px 0px 8px 0px;
	}	
		
H6x	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:link	{	
	text-decoration: underline;
	color:	#777777;
	}	
		
A:visited	{	
	text-decoration: underline;
	color:	#777777;
	}	
		
A:active	{	
	text-decoration: underline;
	color:	#777777;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#d94100;
	}
	
SMALL	{	
	font-size:	10px;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	


UL LI	{	
	list-style-type:	square ;
	
	}	

UL LI LI	{	
	list-style-type:	 disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

LI
{
	margin: 3px 0px 3px 0px;
	color: #333333;

}

IMG 	
{
	margin: 0px 0px 0px 0px;
	border: none;	
}

.ImgBorder
{
	border: 1px solid #666666;
	margin: 0px 0px 0px 0px;
}
	
P
{
	margin: 0px 0px 5px 0px;
	line-height: 16px;
}

form 
{
	margin: 0px;
}

hrx
{
	width: 100%;
	height: 1px; 
	border: 1px dashed #666666;
}

/* ----------------------------------------------------- */
	
	#main
	{
		background-color: #ffffff;
		border: solid 1px #777777;
		width: 800px;
	}
	
	#header
	{
		background-color: #3CB371; /*#99CC99;*/
		height: 80px;
		width: 780px;
		padding: 10px;
		border-bottom: 1px solid #777777;
		background-image: url(images/header_flowers.jpg);
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	#companyname
	{
		font-size: 22px;
		font-weight: 700;		
		color: #ffffff;
		letter-spacing: .1em;
	}
	
	#motto
	{
		FONT-FAMILY: arial, Verdana, Helvetica, sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: 700;
		color: #ffcc00;
		padding: 5px 0px 0px 0px;
		letter-spacing: .2em;
	}
	
	#content
	{
		width: 600px;
		vertical-align: top;
		padding: 10px 10px 10px 10px;
	}		
	
	#mainnavarea
	{
		/*margin:  0px 0px 0px 0px;
		background-color: #ececec ; 
		width: 179px;*/
		vertical-align: top;
	}
		
	#mainnavarea A:link
	{	
		text-decoration: none;
		color:	#777777;
	}	
			
	#mainnavarea A:visited
	{	
		text-decoration: none;
		color:	#777777; 
	}	
			
	#mainnavarea A:active {	
		text-decoration: none;
		color:	#777777;
	}
	
	#mainnavarea A:hover
	{
		text-decoration: none;
		color:	#ffcc00;
	}
	
	#mainnavareanothome
	{	
		background-color: #ececec ; 
		width: 179px;
		vertical-align: top;
	}
	
	.mainnav
	{
		background-color: #7aba7a;
		width: 179px;
		border-right: 1px solid #777777;
	}
	
	.blanknavitem
	{	
		background-color: #7aba7a;
		height: 35px;
	}
	
	.mainnavitem
	{
		margin: 0px 0px 0px 0px;
		padding: 6px 0px 0px 19px;
		background-color: #f6f5f5;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		color: #000000;
		height: 22px;
		border-bottom: solid 1px #ceced1;
		width: 160px;
	}

	
	.mainnavonpage
	{
		background-color: #C6E7CE;
		/*background-image: url(images/select-button.gif);
		background-repeat: no-repeat;
		background-position: 5px;*/
		color: #6d0004;
	}
	
	.mainnavnotonpage
	{
		background-repeat: no-repeat;		
	}

	.branding
	{
		font-size: 10px;
		letter-spacing: normal;
		padding-bottom: 10px;
		color: #000000;
	}

	#copyright
	{
		text-align: center;
		margin: 0px 0px 0px 0px;
		font-size: 10px;
		color: #000000; /*#f9b9c7;*/
		padding: 13px 0px 0px 0px;
		vertical-align: middle;
		background-color: #e6e6dc; /*#3DB3B3;*/
		height: 27px;
		border-top: solid 1px #777777;
		width: 800px;
	}
	
	#copyright A:link {	
		text-decoration: none;
		color:	black;
		}	
			
	#copyright A:visited {	
		text-decoration: none;
		color:	black; 
		}	
			
	#copyright A:active {	
		text-decoration: none;
		color:	black;
		}	
			
	#copyright A:hover {	
		text-decoration: underline;
		color:	black;
		}
	
	.homeImageArea
	{
		width: 200px;
		float: left;
		padding-bottom: 14px;
		text-align: center;
	}
	
	.homeImageArea p
	{
		margin: 0px 7px 0px 7px;
		font-size: 10px;
		line-height: 13px;
		text-align: left;
	}
	
	.product
	{
		border: 1px solid #808080;
		width: 570px;
		padding: 10px;
		min-height: 150px;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.product img
	{
		float: left;
		margin-right: 10px;
	}
	
	.producthover
	{
		border: 1px solid #000000;
		width: 570px;
		padding: 10px;
		min-height: 150px;
		text-align: left;
		background-color: #f9f9f9;
		margin-bottom: 10px;
	}
	
	.producthover img
	{
		float: left;
		margin-right: 10px;
	}
	
	.ProductListPrice /*ProductDetailPrice*/
	{
		color: #6d0004; /*#9d0000;*/
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: bold;
	}
	
	.coverimage
	{
		border: 1px solid #666666;
	}
	
	.topMargin
	{
		margin-top: 15px;
	}
	
	.quoteSignature
	{
		FONT-WEIGHT:700; 
		FLOAT:right; 
		PADDING-BOTTOM:10px; 
		MARGIN-RIGHT:75px
	}
	
	.h3Style
	{
		font-size:12px;
		color: #000000;
		font-weight:bold;
		margin-bottom:5px;
		font-style:	normal;
		text-decoration: none;
		word-spacing: normal;
		text-transform:	none;
		margin: 10px 0px 2px 0px;
		letter-spacing: .08em;
	}
	
	.testimonial
	{
		font-style: italic;
	}
	
	.newtestimonial
	{
		font-style: italic;
		clear: both;
	}