/****************************************************/
/*                 floristware.com                  */
/****************************************************/
/*            static content style sheet            */
/****************************************************/
/*             Written By Mark Anderson             */
/*                   May 14, 2007                   */
/****************************************************/
/*                      v1.0.1                      */
/****************************************************/



/****************************************************/
/*                element formatting                */
/****************************************************/

body {
	margin:10px;
	padding:0px; /* set margin and padding for browser consistency. */
	text-align:center; /* Hack for IE5/Win */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}	

hr {
	height: 1px; 
	color: #666666; 
	background: #888888; 
}



/****************************************************/
/*                  text formatting                 */
/****************************************************/

/****************************************************/
/*             standard text formatting             */
/****************************************************/

a { color: #3300FF; text-decoration: none; }
a:visited { color: #9900CC; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
a:active { color: #FFA500; text-decoration: underline; }

h1
{
    margin: 14px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
    margin: 14px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: normal;
}

h3
{
    margin: 12px 0px 0px 0px;
	font-size: 1.4em;
	font-weight: normal;
}

h4
{
    margin: 10px 0px 0px 0px;
	font-size: 1.3em;
	font-weight: normal;
}

h5
{
    font-size: 1.2em;
	font-weight: normal;
    margin: 5px 0px 0px 0px;
}

h6
{
    font-size: 1.0em;
	font-weight: normal;
    margin: 5px 0px 0px 0px;
}

h7
{
    font-size: 0.8em;
	font-weight: normal;
    margin: 5px 0px 0px 0px;
}

h8
{
    font-size: 0.7em;
	font-weight: normal;
    margin: 5px 0px 0px 0px;
}




/****************************************************/
/*              custom text formatting              */
/****************************************************/

.footerMenu 
{
	font-size: 12px
}

.navMenu_level1 
{
	margin-left: 0px;
	font-size: 12px;
	line-height: 13px;
}

.navMenu_level2 
{
	margin-left: 20px;
	font-size: 12px;
	line-height: 13px;
}

.indentList_Line1
{
	margin-left: 50px;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 34px;
}

.indentList_Line2
{
	margin-left: 90px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

.indentList_Line3
{
	margin-left: 90px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 18px;
}

.siteMap_level1
{
	margin-left: 0px;
	font-size: 12px;
	line-height: 6px;
}

.siteMap_level2
{
	margin-left: 15px;
	font-size: 12px;
	line-height: 6px;
}

.siteMap_level3
{
	margin-left: 30px;
	font-size: 12px;
	line-height: 6px;
}




/****************************************************/
/*                  list formatting                 */
/****************************************************/

ul
{
	list-style: none;
	margin-left: 15px;
	padding-left: 0em;
	font-size: 12px;
}

