/* Default CSS Stylesheet for a new Web Application project */

img.DisplayProductsImg
{
	border: solid 1px #f9b9c7; /*#c0c0c0;*/
}

BODY
{
    BACKGROUND-COLOR: #afafaf;
    color: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #756539;
}
H1	{	
	FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style:	italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

H2	{
	FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style:	italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}	

H3	{	/* used for services items */
	font-size:11px; 
	font-weight:bold; 
	margin-bottom:5px;	
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	text-transform:	none;
	margin-top: 0px;
	padding: 0px 0px 5px 15px;
	color: #666666;
	}	
		
H4x	{	
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-style: italic;
	margin-bottom: 0px;
	}	
		
H5x	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
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:	#006666;
	}	
		
A:visited	{	
	text-decoration: underline;
	color:	#006666;
	}	
		
A:active	{	
	text-decoration: underline;
	color:	#b75041;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#b75041;
	}
	
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;
	}	

IMG 	
{
	margin: 0px;
}

.ImgBorder
{
	border: 1px solid #666666;
}
	
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;
		width: 840px;
	}
	
	.leftborder
	{
		BACKGROUND-IMAGE: url(../images/left_border.gif); 
		BACKGROUND-REPEAT: repeat-y
	}
	
	.rightborder
	{
		BACKGROUND-IMAGE: url(../images/right_border.gif); 
		BACKGROUND-REPEAT: repeat-y
	}
	
	#mainnavarea
	{
		background-color: #698a39; /*#507715;*/
		width: 253px; /*293*/
		height: 275px;
	}
		
	#logoarea 
	{
		background-color: #f2f2f2;
		width: 537px; /*497*/
		height: 265px;
		padding: 0px 10px 10px 0px;
		background-image: url(../images/ross_tulip.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
	#homeannounce
	{
		float: right;
		height: 125px;
		text-align: left;
	}
	
	#logo
	{
		float: right;
		clear: both;
		padding-top: 15px;
	}

	.marqueex
	{
		color: Red;
	}
	
	#mainnav 
	{
		padding: 15px 0px 0px 30px;
	}
	
	.mainnavitem
	{
		font-size: 14px;
		padding-top: 11px;
		font-weight: bold;
		color: #fed627;
	}
	
	.mainnavdivider
	{
		padding-top: 8px;
	}
	
	.mainnavimg
	{
		margin: -2px 7px 0px 0px;
		padding-top: 0px;
		height: 23px;
		width: 23px;
	}
	
	#mainnav A:link {	
		text-decoration: none;
		color:	#f9b9c7;
		}	
			
	#mainnav A:visited {	
		text-decoration: none;
		color:	#f9b9c7; 
		}	
			
	#mainnav A:active {	
		text-decoration: none;
		color:	#f9b9c7;
		}	
			
	#mainnav A:hover {	
		text-decoration: none;
		color:	#fed627;
		}
	
	#leftnavtitle
	{
		background-color: #f9b9c7;
		width: 170px;
		height: 28px;
		border-top: 2px solid #777777;
		border-bottom: 1px solid #777777;
		text-align: center;
		font-family: Georgia, Verdana, Arial, Sans-Serif;
		font-weight: 700;
		font-size: 14px;
		padding: 7px 0px 0px 0px;
	}
	
	.leftnav
	{
		background-color: #f2f2f2;
		width: 170px;
		border-right: 1px solid #777777;
	}
	
	#leftnav 
	{
		padding: 5px 0px 5px 20px;
	}
	
	#leftnav A:link {	
		text-decoration: none;
		color:	#000000;
		}	
			
	#leftnav A:visited {	
		text-decoration: none;
		color:	#000000; 
		}	
			
	#leftnav A:active {	
		text-decoration: none;
		color:	#000000;
		}	
			
	#leftnav A:hover {	
		text-decoration: none;
		color:	#f9b9c7;
		}
	
	.leftnavitem
	{
		font-size: 13px;
		padding-top: 10px;
		font-weight: bold;
	}
	
	.leftnavborderX
	{
		background-color: #b75041;
		height: 8px;
		border-bottom: 1px solid #000000;
	}
	
	
	.branding
	{
		font-size: 10px;
		letter-spacing: normal;
		padding-bottom: 5px;
		color: #507715;
	}
	
	
	#contenthomeX
	{
		padding: 10px;
		width: 630px;
		background-color: #dad3c4;
	}
	
	#outercontent
	{
		border-top: 2px solid #777777;
		margin: 0px;
		width: 630px;
	}
	
	#content
	{
		padding: 5px 10px 10px 10px;
	}
	
	#copyright
	{
		text-align: center;
		margin: 0px;
		font-size: 10px;
		color: #f9b9c7;
		padding: 10px 0px 0px 0px;
		vertical-align: top;
		background-color: #698a39; /*#507715;*/
		height: 35px;
		border-top: solid 2px #777777;
	}
	
	#copyright A:link {	
		text-decoration: none;
		color:	#f9b9c7;
		}	
			
	#copyright A:visited {	
		text-decoration: none;
		color:	#f9b9c7; 
		}	
			
	#copyright A:active {	
		text-decoration: none;
		color:	#f9b9c7;
		}	
			
	#copyright A:hover {	
		text-decoration: underline;
		color:	#f9b9c7;
		}
		
	#home_products 
	{
		float: right;
		clear: right;
		width: 334px;
		margin: 5px 0px 5px 5px;
	}
	
	#p1, #p2, #p3, #p4
	{
		width: 154px;
		/*height: 183px; - can't use height with niftycorners unless maybe separate the top and bottom*/
		background-color: #f9b9c7;
		padding: 9px 5px 10px 5px;
		text-align: center;
	}

	.pHeading
	{
		FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
		font-style: italic;
		font-size: 18px;
		color: #507715;
		font-weight: 700;
		padding-bottom: 5px;
	}
	
	.pShopNow
	{
		FONT-FAMILY: Georgia, Verdana, Helvetica, sans-serif;
		/*font-style: italic;*/
		font-size: 16px;
		color: #da2e51;
		font-weight: 700;
		padding-top: 4px;
	}
	
	.pShopNow A:link {	
		text-decoration: none;
		color:	#da2e51;
		}	
			
	.pShopNow A:visited {	
		text-decoration: none;
		color:	#da2e51; 
		}	
			
	.pShopNow A:active {	
		text-decoration: none;
		color:	#da2e51;
		}	
			
	.pShopNow A:hover {	
		text-decoration: underline;
		color:	#da2e51;
		}
		
	.standout
	{
		color: #698a39;
		/*font-style: italic;*/
		font-weight: 700;
	}