/*

	Frank Marion
	http://www.frankmarion.com

	Date Created:	Thursday, May 09, 2002 9:34:30 PM
	Last Modified:	Wednesday, January 21, 2004 3:32:17 PM
	Revision:		1.2

	This is the general style sheet for the tidysflowers.com
	website. It deals only with the tag appearance. No layout
	tags involved.
*/


/* ------------------------------------------------------*/
/* General tag definitions						 		 */

body {
	color:					#000;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, sans-serif;
	font-style:				normal;
	font-weight:			normal;
	line-height:			160%;
	margin:					0px 0px 0px 0px;
}
a:link {
	background-color:		transparent;
	text-decoration:		none;
}
a:visited {
	background-color:		transparent;
	text-decoration:		none;
}
a:hover {
	text-decoration:		underline;
}
h1 {
	font-size:				150%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h2 {
	font-size:				130%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h3 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					.5em 10px 0px 10px;
}
h4 {
	font-size:				110%;
	font-style:				normal;
	font-weight:			bold;
	margin:					1em 10px 0px 10px;
}

/*input {
	line-height:			100%;
}*/
.nav h2 {
display: block;
font : bold 12pt Times New Roman, sans-serif;
text-align : left;
margin-top : 0px;
padding-top : 6px;
padding-bottom : 0;
text-indent : 25px;
color : #CB490E;
}
.nav * {
width : 180px;
float: left;
background : url(images/bkgr_main.gif);
padding : 0;
margin : 0;
}
.nav li {
width : 180px;
list-style : none;
display: block;
font : bold 10pt Arial, sans-serif;
text-align : left;
margin-top : 0px;
margin-left : 7px;
padding-bottom : 0;
text-indent : 0px;
color : #000000;

}
.nav li a {
display: block;
padding : 2px 4px 2px 4px;
font: 8pt Arial;
text-decoration: none;
text-transform: capitalize;
width: 100px;
}

.nav li a:hover {
text-decoration : none;
color : #e4d27e;
}

#linkcat-2 h2 {
 width: 180px;
display: block;
font : bold 10pt Arial;
text-align : left;
margin-top : 0px;
margin-left : 3px;
padding-top : 6px;
padding-bottom : 0;
text-indent : 0px;
color : #000000;
}
li {
	margin:					.35em 1em 1em .35em;
	line-height:			150%;
}
li strong {
	display: 				block;
	color:					#A53CA5;
}
ol,ul {
  width: 180px;
	margin-left:			5px;
	line-height:			150%;
}
ul {
  width: 180px;
	margin-left:			5px;
	line-height:			150%;
}
p {
	margin:					.5em 10px 0px 10px;
	text-align:				justify;
}
tr {
	text-align:				left;
}

#img_template {
	margin:					10px 0px 5px 10px;
}

/* ------------------------------------------------------*/
/* Framing table elements						 		 */

table#framingTable {
	width:					750px;
	border:					1px solid #94A2FF;
	padding:				0px;
}
#framingTableContentCol {
	width:					600px;
	padding:				10px 10px 10px 10px;
}
#framingTableNavCol {
	width:					150px;
	padding:				10px 3px 3px 3px;
	margin:					0px;
}


/* ------------------------------------------------------*/
/* Framing table footer elements						  */

#footer_info {
	background-color:		#FFF;
	padding:				60px 0px 0px 0px;
}
#footer_info h1,h2 {
	margin:					3px 10px 3px 10px;
	font-size:				130%;
	font-style:				normal;
	font-weight:			bold;	
}
#footer_info hr {
	height:					1px;
	margin:					5px 10px 0px 10px;
}
#framingTableNavLinks {
	border:				0px;
	color:				#FFF;
	background-color:		#99CC00;
	font-weight:			bold;
	padding:				3px;
	text-align:				center;
}
#framingTableNavLinks a {
	color:					#FFF;
}

/* ------------------------------------------------------*/
/* Template elements						  */

#mast_links {
	text-align:				center;
	padding:				2px;
	background-color:		#99CC00;
	color:				white;
}
#mast_links a {
	background-color:		#99CC00;
	color:				white;
	font-weight:			bold;
	text-decoration:		none;
}
.second_fold {
	padding:				10px;
	height:					125px;
}
.categories_by_date {
	height:					125px;
}
/* ------------------------------------------------------*/
/* General classes								 		 */

.RequiredField {
	color:				green;
	background-color:		yellow;
	font-weight:			bold;
	font-style:				italic;
}

#email_receipt {
	width:					475px;
	border:					1px solid #94A2FF;
	padding:				0px;
	margin-top:				10px;
	margin-left:			10px;
}

	
	
