/* This stylesheet controls visual things like fonts, colors, links, etc */
/* $Id$ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 76%;	/* font sizing in ems. if you want to change anything, just change this.*/
	line-height: 1.4em;
	color: #333333;
}

form { margin: 0px;}

a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #339900; text-decoration: underline; }
a:active { color: #339900; text-decoration: underline; }

.star { color: #ff0000; }
.error { color: #ff0000; }

input.button { font-size: 0.9em; background-color: #333333; color: #ffffff; padding: 2px 0.3em; border: 0;}
input.fatbutton { 
	font-size: 1em; 
	font-weight: bold; 
	background-color: #339900; 
	color: #ffffff; 
	padding: 0.3em; 
	margin: 0.5em 0; 
	border: 1px outset #64B723;
}

/* Some specific sizing needed here */
#breadcrumb { color: #333333; }
#breadcrumb a:link { color: #333333; text-decoration: none; }
#breadcrumb a:visited { color: #333333; text-decoration: none; }
#breadcrumb a:hover   { color: #333333; text-decoration: underline; }
#breadcrumb a:active  { color: #333333; text-decoration: underline; }

#navigation h3 { font-size: 1em; margin: 0; font-weight: bold; }
#navigation ul {
	list-style:none;
	margin-top: 0; 
	margin-left: 0; 
	padding-left: 0; 
	line-height: 1.7em;
}
#navigation a:link { color: #339900; text-decoration: underline; }
#navigation a:visited { color: #339900; text-decoration: underline; }
#navigation a:hover   { color: #333333; text-decoration: underline; }
#navigation a:active  { color: #333333; text-decoration: underline; }
#navigation a.categoriesActive { color: #333333; }

#promo h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; font-weight: bold; margin-top: 0.5em; }
#promo p { margin-top: 0.7em; line-height: 1.4em; padding-right: 0.7em; }

#content h1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.5em; color: #339900; margin-top: 0.5em; clear: both; }
#content h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.4em; color: #339900; margin-top: 0.5em; clear: both; }
#content h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; color: #339900; margin-top: 0.3em; clear: both; }
#content h4 { font-size: 1em; font-weight: bold; clear: both; }

#content a:link {color: #333333; text-decoration: underline;}
#content a:visited {color: #333333; text-decoration: underline;}
#content a:hover {color: #339900; text-decoration: underline;}
#content a:active {color: #339900; text-decoration: underline;}

.ProductThumb > h4 { margin: 0.4em; }
.ProductThumb > p { margin: 0.4em; }

#content .subcats { font-size: 1.1em; font-weight: bold; color: #333333; }
#content a.subcats:link {color: #333333; text-decoration: underline;}
#content a.subcats:visited {color: #333333; text-decoration: underline;}
#content a.subcats:hover {color: #339900; text-decoration: underline;}
#content a.subcats:active {color: #339900; text-decoration: underline;}

#categoryProducts a:link {color: #333333; text-decoration: none;}
#categoryProducts a:visited {color: #333333; text-decoration: none;}
#categoryProducts a:hover {color: #339900; text-decoration: underline;}
#categoryProducts a:active {color: #339900; text-decoration: underline;}

#categoryIntro a:link {color: #333333; text-decoration: underline;}
#categoryIntro a:visited {color: #333333; text-decoration: underline;}
#categoryIntro a:hover {color: #339900; text-decoration: underline;}
#categoryIntro a:active {color: #339900; text-decoration: underline;}

#footer p { font-size: 0.8em; margin: 0; }
#footer a:link {color: #333333; text-decoration: none;}
#footer a:visited {color: #333333; text-decoration: none;}
#footer a:hover {color: #339900; text-decoration: underline;}
#footer a:active {color: #339900; text-decoration: underline;}

.indent { margin-left: 0em; }
.indent2 { margin-left: 1em; }

dt { margin-top: 1em; }
dd { margin-left: 2em; margin-top: 0.5em; }
