﻿/*------------------------------------------------------------*/
/*Style sheet used throught the Simply Ornamental website*/
/*colors used
/* copper color = #B97D64;*/
/* green color = #4E6843;*/
/* dark gold = #C7B561;*/
/* light cream = #F5F0DA;*/
/* poop color = #987D54;*/
/* chocolate color = #593927;*/
/* dark cream = #EFE7C0;*/
/*------------------------------------------------------------*/
body
{
	background: url( "../images/backgroundLines.gif" );
	margin-top: 0;
	margin-left: 0;
}
.pageCopySerif
{
	font-family: Georgia, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #66412D;
}
.pageCopySansSerif
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #66412D;
}
.pageInitCaps
{
	font-family: Georgia, Times New Roman;
	font-size: 24px;
	color: #66412D;
}
.pageHeaders
{
	font-family: Georgia, Times New Roman;
	font-size: 20px;
	color: #66412D;
}
.gridHeader
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #F5F0DA;
	font-weight: bold;
}
.gridItems
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #66412d;
}
/*------------------------------------------------------------*/
/*Links*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*Green Link*/
/*------------------------------------------------------------*/
A.darkGreenLink:link, A.darkGreenLink:hover, A.darkGreenLink:active
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #4E6843;
	font-weight: normal;
	text-decoration: underline;
}
A.darkGreenLink:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
/*------------------------------------------------------------*/
/*Light Cream Link*/
/*------------------------------------------------------------*/
A.creamLink:link, A.creamLink:visited, A.creamLink:active, A.creamLink:hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #F5F0DA;
	font-weight: normal;
	text-decoration: none;
}
A.creamLink:hover{
	text-decoration: underline;
}
.txtsmBrown
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #66412d;
}
.txtsm
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #4E6843;
}
.txt14pxBeige
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #f5f0da;
}
.txtlitegray
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #828282;
}
.txtdarkcream
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #9C8266;
}
table.outlined
{
	border-width: 1px;
	border-style: solid;
	border-color: #66412d;
}
td.outlined
{
	border-width: 1px;
	border-style: solid;
	border-color: #66412d;
}
tr.outlined
{
	border-width: 1px;
	border-style: solid;
	border-color: #66412d;
}
tr.darkBrown
{
	border-width: 0px;
	border-style: none;
	background-color: #593927;
	height: 6px;
	width: 782px;
}
tr.footer
{
	border-width: 0px;
	border-style: none;
	background-color: #593927;
	height: 25px;
	width: 782px;
}
tr.catfive
{
	border-width: 0px;
	border-style: none;
	background-color: #000000;
	height: 4px;
	width: 782px;
}
tr.gold
{
	border-width: 0px;
	border-style: none;
	background-color: #C7B561;
	height: 6px;
	width: 782px;
}
