a:link{ 
	text-decoration: none; color:#10aa10;              /* dark green */
	font-weight:bold;
	}

a:visited{ 
	text-decoration: none; color:#088808;              /* darker green */
	font-weight:bold;
	}

a:active{
	text-decoration: none; color: #24b424;              /* light green*/
	font-weight:bold;
	}

a:hover{
	color: #24b424; text-decoration: none;	              /* light green */ /* "overline underline" is cool!*/
	font-weight:bold;
	}

a.menu:link{
	color:#cdcea4;
	font-weight:normal;
	}

a.menu:visited{
	color:#cdcea4;
	font-weight:normal;
	}

a.menu:hover{
	color:#004000;
	background:#cdcea4;
	font-weight:normal;
	}

a.emaillink{display:block; height:17px; padding:1px; color:#cdcea4; padding-bottom:2px; font-size:14px;}
a.emaillink:hover{color:#1e751e; background:#cdcea4;}

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify;
	color:#006000;	              /* dark green */
	background:#cdcea4;
	}

td.norm{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify;
	color:#006000;	              /* dark green */
}

td.right{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: right;
	color:#006000;	              /* dark green */
}

td.center{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	color:#006000;	              /* dark green */
}

td.menu{
	color:#cdcea4;
	border-top:#cdcea4;
	padding-left:1px;
	padding-right:1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13pt;
	text-align: justify;
	}

td.inventory{
	color:#cdcea4;
	border-top:#cdcea4;
	padding-left:10px;
	padding-right:10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	}

table.links td{padding:10px; color:#cdcea4;}
table.contact td {padding:2px;}

@media print{
	body{
		color:black;
		}
	a:link{
		text-decoration:underline;
		}
	a:visited{
		text-decoration:underline;
		}
	a:active{
		text-decoration:underline;
		}
	}

h1{
	font-family: times new roman;
	font-size:40pt;
	font-weight:bold,heavy;
	text-align: center;
	color:#004000;              /* dark green */
	}

h2{
	font-family: times new roman;
	font-size:18pt;
	font-weight:bold;
	text-align: center;
	text-decoration:overline underline;
	color:#004000;              /* dark green */
	}

b{
	font-weight:normal;
	color:#004000;
	}

hr.short {
	width:75%;
	}

div.webdesignfooter
{
	margin:1em; 
	font-size:smaller;
}

#content p
{margin-bottom:1em;}
#content ul, #content ol
{margin-bottom:1em;}
#content ul li
{
	margin-bottom:1em;
}


img {border:0px;}
img.left{float:left; margin-right:10px;}
img.right{float:right; margin-left:10px;}


/*Begin small pethay features*/

#pethaybadge{
	display:block;
	position:absolute;
	top:70px;
	right:5%;
	height:215px;
	width:162px;
	background:#FFF;
	overflow:hidden;
}

.black_overlay{
	display:none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #cdcea4;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.popup{
	display:none;
	position:absolute;
	top: 20%;
    left: 25%;
    width: 50%;

	border:1em white solid;
	padding:1em;
	background-color:#DDD;
    z-index:1001;

	font-size:1em;
	text-align:center;
}
.visible
{
	display: block;
}

.popup h3
{	
	background:#24b424;
	border:2px solid #088808;
	padding-top:0.15em; padding-bottom:0.15em;
	font-size:1.5em; font-family:times; color:#FFF;
	margin-bottom:1em;
	margin-left:3em; margin-right:3em;
}
.popup p
{
	font-size:0.8em;
	text-align:justify;
	margin-left:3em; margin-right:3em; margin-bottom:0.5em;
}
.popup p.disclaimer
{
	margin-top:2em;
	text-align:center;
	color:#555;
	font-size:0.7em;
}
.popup .error{
	margin-top:1em;
	background:orange;
	color:white;
}

input.emailfield{
	border:2px solid #088808;
	width:50%;
	font-size:1.0em; padding:0.25em 1em;
	color:#888;
}

input[type="submit"]{
	font-size:1.0em; padding:0.15em 1em;
	border:2px solid #088808;
	background-color: #24b424;
	color:white;
	background-image: url("/images/handsel.gif") no-repeat;
}


/*End small pethay features*/
