/* Default CSS Stylesheet for a new Web Application project */


A:link, A:visited
{
	color:			rgb(102, 102, 102);
	text-decoration:	none;
}

A:hover
{
	color:			rgb(0, 0, 0);
	text-decoration:	underline;
}

A:active, a.Link:active
{
	color:			#336600;
	text-decoration:	underline;
}



.HeaderMenuLink	
{
	font-size: 9pt;
}


.input
{
	color:	rgb(102, 102, 102);
	border: 1px solid rgb(102, 102, 102);
}

select
{
	font-size: 7pt;
	color:	rgb(102, 102, 102);
}

.Telephone
{
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 15pt;
	color: #FFFFFF;
	margin-bottom: 5px;
}


.Category	
{
	background-image: url("images/nav_category_bg.gif");
}


.SubCategory
{
	color:			rgb(102, 102, 102);
	background-color:	rgb(228, 227, 232);


}

.LastSubCategory
{
	color:			rgb(102, 102, 102);
	background-color:	rgb(228, 227, 232);
	background-image: url("images/nav_category_bg.gif");


}


.SelectedCategory
{
	background-color:	rgb(204, 204, 204);

}

.LastSelectedCategory
{
	background-image: url("images/nav_selectedcategory_bg.gif");

}


.SmallProductImageBox
{
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 160px;
}


.LargeProductImageBox
{
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*width: 415px;
	height: 260px;*/
}

.ItemCell
{
	color: #336600;
	font-size: 8pt;
}



.LeftNavTitle
{
	background-color: rgb(255, 204, 51);
	font-size: 8pt;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 8px;
}



.LeftNav
{
	font-size: 8pt;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 8px;
	text-align: right;
}




.footerText
{
	color:			#888888;
	text-decoration:	none;
	font-size: 8pt;
}

.rightColumn
{
	color:			#222222;
	text-decoration:	none;
	font-size: 8pt;
	padding: 0px;
	border: solid 1px #CCCCCC;	
}

.boxText2
{
	color:			#222222;
	text-decoration:	none;
	font-size: 8pt;
	background-image: url("images/textbox_bg.gif");
	padding: 4px;
	border: solid 1px #CCCCCC;	
}

.boxHeader1
{
	color:			#FFFFFF;
	text-decoration:	none;
	font-size: 10pt;
	background-color: #336600;
	padding: 4px;
	font-weight: bold;
}

.boxHeader2
{
	color:			#FFFFFF;
	text-decoration:	none;
	font-size: 8pt;
	background-color: #336600;
	padding: 2px;
	padding-left: 9px;
	font-weight: bold;
	border-top: 1px solid #333366;
}

.boxPrice
{
	color: #AA0000;
	font-weight: bold;
}



.detailsImage
{
	padding: 0px;
	border: solid 1px #CCCCCC;
}

.detailsImagesBox
{
	position: relative;
	top: -20px;
	padding-bottom: 6px;
}



.FooterBar
{
	background-color: #99CC99;
	border: solid 1px #999999;
	height: 6px;	
	font-size: 1px;
}


.tinyText
{
	color:			#888888;
	text-decoration:	none;
	font-size: 7pt;
}



BODY
{
    BACKGROUND-COLOR:	white;
    FONT-FAMILY:	Helvetica, sans-serif;
    FONT-SIZE:			9pt;
    FONT-WEIGHT:		normal;
    LETTER-SPACING:		normal;
    TEXT-TRANSFORM:		none;
    WORD-SPACING:		normal;
}


td
{
    FONT-FAMILY:	Helvetica, sans-serif;
    FONT-SIZE:			9pt;
    FONT-WEIGHT:		normal;
    LETTER-SPACING:		normal;
    TEXT-TRANSFORM:		none;
    WORD-SPACING:		normal;
}


p.copy
	{
	font-size:	1.1em;
	line-height:	1.5em; 
	margin-bottom: 	1.5em;
	}

p.customerQuote 
{
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	color: #333;
	line-height: 1.3em;
}
p.copy a:link, p.copy a:visited	{
	color: #336600;
	text-decoration: underline;
	}


.ContentBox
{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	margin: 2px;
}



H1, h2, h3, h4, h5, h6
{
    COLOR: #336600;
    margin-left: 4px;
    margin-bottom: 2px;
    padding: 0px;
}


h1
{
    font-size: 1.5em;
	margin-top: 0px;
}

h2
{
    font-size: 1.4em;
    margin-top: 0px;
}

h3
{
	    font-size: 1.3em;
    margin-top: 12px;

}

h4
{
	    font-size: 1.2em;
    margin-top: 8px;
	
}

h4.ProductTitle
{
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	
}

h5
{
	    font-size: 1.1em;
    margin-top: 2px;
}

h6
{
    margin-top: 2px;
}



p
{
	padding: 0px;
    margin-top: 2px;
    margin-left: 4px;
	margin-bottom: 4px;
}



.Error
{
	Color:#C00000;
}






.admin_OuterEditBox
{
BORDER: #336600 2px solid;
PADDING: 5px; 
LEFT: 20%;
POSITION: absolute; 
TOP: 10%;
BACKGROUND-COLOR: #ffffff;
}
.admin_InnerEditBox
{
BORDER: #dddddd 1px solid;
PADDING: 5px;
BACKGROUND-COLOR: #eeeeee;
}

.admin_CheckBoxes
{
	margin-left: 20px;
	width: 320px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.admin_Error
{
	POSITION: relative; 
	TOP: 0px;
	border: Solid 1px #FFCCCC;
	Background-color:#FFEEEE;
	Color:#C00000;
	text-align: Center;
	Width:200px;
}


