
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
        line-height: 2;
}

li, dd, blockquote {
        margin-left: 1em;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

body			{ margin: 0px; font-size: 10pt; font-family: verdana; }

.maincontent		{ margin-left: 12pt; right-margin: 12pt; background: #FFFFCC;}

h1.pageheading		{ font-weight: 400; color: #4D2E17; } /* The heading of a page */
h1.productheading	{ text-decoration: underline; }

p.browntext		{ font-size: 10pt; font-weight:600; color: #4D2E17; }

a.navbar:link		{color: #4D2E17; font-weight: 600; text-decoration: none;}
a.navbar:visited	{color: #4D2E17; font-weight: 600; text-decoration: none;}
a.navbar:hover		{color: #4D2E17; font-weight: 600; text-decoration: underline;}
a.navbar:active		{color: #4D2E17; font-weight: 600; text-decoration: none;}

table.maintable		{ border-style: none;
			  border-width: 0px;
			  border-spacing: 0px;
			  border-collapse: collapse;
			  width:100%;}
table.maintable td	{ border-style: none; padding: 0px; }

table.contenttable	{ padding: 24px; vertical-align: top; margin-left: 12pt;}
table.displaypix	{ margin-left: auto; margin-right: auto; }
#displaytable  		{ width: 100%; border-style: none; }
#displaytable td	{ padding: 5px; }

.productname       	{ font-weight: 400; font-size: 14pt; }
.productdescription	{ font-weight: 200; font-size: 10pt; }
.producttype		{ font-weight: 600; font-size: 24pt; }
.productsubtype		{ font-weight: 600; text-decoration: underline; }
.productprice		{ font-weight: 600; color: #330099; }
.productdiscountprice	{ font-weight: 600; color: red; }

.narrowcontent		{ margin-left: 12pt; margin-right: 25%; }
.testimonial		{ margin-left: 12pt; margin-right: 25%; }

tr.topbar		{ background: #D8E7F2; }
#sidebar		{ background: #F2C029; margin-left: 10%; }

#redtext		{ color: red; }

