/* CSS Document */

	/* BODY/DESIGN ELEMENTS */

body {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background-image: url(img/bg.gif);
	background-color: #ebf8ec;
	margin: 0;
	padding: 0;
}

#wrapper {
	border: none;
	width: 718px;
	margin: -1px auto;
}

#navigation {
	float: left;
	width: 120px;
	height: 603px;
	text-align: left;
	background-image: url(IMG/navbg.gif);
	background-color: #1d7d21;
	border: 3px double #4cbc56;
	border-top: none;

}

#content {
	float: left;
	width: 570px;
	height: 603px;
	background-color: #ffffff;
	text-align: left;
	border: 3px double #4cbc56;
	border-left: none;
	border-top: none;
}

#productlisting {
	float: left;
	height: 270px;
	border: 3px double #f8cbc3;
	background-color: #fef9f9;
	margin: 15px 15px 5px 10px;
	padding: 8px;
}

#bizcard {
	border: 1px solid #ffaa99;
	background-color: #fff4f4;
	width: 372px;
	margin: 0 auto;
}

	/* TITLES/MAIN TEXT */

.title {
	border: none;
	text-align: center;
}

h2 {
		/* for general headlines */
	color: #4cbc56;
	font-family: Lucida Sans Unicode, Georgia, Arial;
	font-size: 1.5em;
}
h3 {
	background-color: #279e2a;
	color: #fff;
	font-family: Arial, Lucida Sans Unicode, Tahoma, Helvetica;
	font-size: 1.1em;
	margin-top: -2px;
	margin-bottom: -2px;
	border: none;
	border-bottom: 3px double #4cbc56;
	border-top: 3px double #4cbc56;
	letter-spacing: 2px;
	padding-left: 3px;
	margin-left: 0px;
}

	/* GENERAL TAG SETTINGS */

p {
	line-height: 1.5em;
	text-indent: 2em;
	margin: 1px 4px;
}

strong {
	color: #4cbc56;
	font-weight: bold;
	margin: 0 0;
}

table {
	border: 0;
}

a{
	text-decoration: underline;
	color: #4cbc56;
}

	/* LINK HOVER AND CLASSES */

a:hover {
	color: #2b9329;
}

a.navlinks:hover {
	color: #2b9329;
}

.navlinks {
	text-decoration: none;
	color: #ffffff;	
	font-weight: 900;
	margin-left: 14px;
}

.h3 {
	color: #fff;
	font-family: Arial Black, Impact, Georgia, Arial;
	font-size: 1.2em;
	display: inline;
	line-height: 27px;
}

a.h3:hover {
	color:#fbb5b5;
}

.stronglink {
	font-weight: bold;
}

.bottomtextlink {
	color: #d59b9f;
	text-decoration: underline;
}

	/* CLASS CATEGORIES */

.thumb {
	width: 110px;
	height: 139px;
	border: 1px solid #ff6666;
	margin: 10px 10px;
}

.thumb2 {
	width: 140px;
	height: 110px;
	border: 1px solid #ff6666;
	margin: 8px 5px;
}

.homeshirt {
	border: 3px double #4cbc56;
	margin: 15px 30px 0px 10px;
}

.photos {
	border: 3px double #4cbc56;
	margin: 5px;
}

.inline {
	display: inline;
}

.bottomtext {
	color: #1f761d;
	font-size: 10px;
	text-indent: 0;
	line-height: 9px;
}

.byline {
	text-align: center;
	font-size: 11px;
	color: #9A9A9A;
}

.byline2 {
	font-size: 12px;
	color: #981414;
}
