/* Cascading Sytle Sheet for Butterfly Upholstery Website pages. */
/* UNIVERSAL ATTRIBUTES */
body
{
	margin: 0%;
	background: #FFC url(butterfly_back.gif) repeat-y fixed;
	padding: 0%;
	color: black;
	font-size: 100%;
	/* IE bug fix? */
	text-align: left;
}

/* REGIONS */
div#banner
{
	margin: 36px 36px 2% 109px;
	padding: 0 25px 0 93px;
	border-color: #369;
	border-width: 2px;
	border-style: solid;
}

div#full
{
	float: left;
	margin: 0% 2% 2% 200px;
	text-align: left;
}

div#foot
{
	margin: 0% 2% 2% 200px;
	float: left;
	clear: both;
}

/* TYPOGRAPHY */

h1
{
	font-family: 'Apple Chancery', 'Brush Script MT', Verdana, sans-serif;
	font-weight: bold;
	font-size: 350%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #F30;
}
h1:first-letter
{
	color: #369;
	font-size: 140%;
}

h2
{
	font-family: 'AdineKirnberg', 'Brush Script MT', Verdana, sans-serif;
	font-weight: normal;
	font-size: 180%;
	font-style: italic;
	text-align: right;
	color: #000;
}

h3
{
	font-family: 'Apple Chancery', 'Brush Script MT', Verdana, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #369;
}

h4
{
	font-weight: normal;
	font-size: 130%;
}

h5
{
	font-size: 110%;
	font-weight: normal;
}

address
{
	padding: 0 0 0 20px;
	font-family: 'Copperplate', sans-serif;
}

p
{
	font-family: Times, 'Times Roman', serif;
	color: black;
	text-indent: 3em;
}

ul { list-style-type: disc; }
li { font-family: Times, 'Times Roman', serif; }

/* LINKS */
a:link
{
	color: blue;
	text-decoration: none;
}

a.img:link
{
	color: blue;
	text-decoration: none;
	text-align: right;
	font-size: smaller;
	font-style: italic;
}

a:visited { color: #069; }
a.img:visited { color: #069; }

a:hover
{
	color: blue;
	text-decoration: underline;
}

a.img:hover
{
	color: blue;
	text-decoration: none;
}

a:active { color: blue; }

blockquote { margin: 0 11% 0 11%; }

/* CLASSES */
.alert { color: red; }
.noindent { text-indent: 0; }
.botrt
{
	float: right;
	vertical-align: bottom;
}

.lead
{
	padding: 0 2% 0 2%;
	font-family: 'Apple Chancery', 'Brush Script MT', Verdana, sans-serif;
	color: #006600;
}
.noindent { text-indent: 0; }

.dimmed { color: gray; }
.hidden { color: white; }

