/* StyleSheet.css  for KnappStore */
BODY	{
	background-color : White;
	margin : 5 5;
}


a:link		{ color: #663399; text-decoration: none }
a:visited	{ color: #663399; text-decoration: none }
a:active	{ color: #663399; text-decoration: none }
a:hover		{ color: #339966; text-decoration: none }

 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #333333; FONT: 11px geneva, verdana, arial, sans-serif; font-weight: normal }
.title		{
	COLOR: Green;
	FONT: 16px arial, verdana, sans-serif;
	font-weight: bold
}
.subtitle	{ COLOR: #006633; FONT: 13px arial, verdana, sans-serif; font-weight: bold }
.just 		{text-align: justify;}
.copyright	{ COLOR: #666666; FONT: 9px geneva, verdana, arial, sans-serif }
.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }
.careertitle	{ COLOR: #006666; FONT: 12px  arial, verdana, sans-serif; font-weight: bold }
.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }
.picturecomments{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif }
.picturehilight	{ COLOR: #996600; FONT: 13px geneva, verdana, arial, sans-serif; font-weight: bold  }
.picturetitle 	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.list 		{ COLOR: #006666; FONT: 12px arial, verdana, sans-serif; font-weight: normal }
.faq 		{ line-height: 19px }
.title	{ COLOR: #006633; FONT: 16px arial, verdana, sans-serif; font-weight: bold }
 /* SIDEBAR OPTIONS */
a.sidelink:link		{
	color: White;
	text-decoration: none
}
a.sidelink:visited	{
	color: White;
	text-decoration: none
}
a.sidelink:active	{
	color: White; 
	text-decoration: none
}
a.sidelink:hover	{
	color: Silver;
	text-decoration: none
}

.titletext {
	FONT-FAMILY: arial, verdana, helvetica, sans;
	font-size:18px;
	color:blue;
}

.sidebartitle	{ COLOR: #ffffff; FONT: 13px verdana, arial, sans-serif; font-weight: bold }
.sidebartext	{ COLOR: #EEEEEE; FONT: 11px geneva, verdana, arial, sans-serif }
.date-font	{ color: #FFFFFF; font: 12px verdana, arial, sans-serif; font-weight: normal }
 /* END SIDEBAR OPTIONS */

.button 	{
	background-image: url("picts/button.gif");
	background-color:#CFE3CF;
	FONT-FAMILY: arial, verdana, helvetica, sans;
	color: Black;
	font-size: 8pt;
	height: 19px;
	cursor:hand;
	font-weight: bold;
	text-align: center;
	BORDER: #000000 1px solid;
	width : 85px;
}

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#F7D0A1;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996600;
		font-size: 8pt;
		height: 19px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.button-popups { background-image: url("picts/button-popup.gif");
		background-color:#CFE3CF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.buttonon-popups { background-image: url("picts/buttonon-popup.gif");
		background-color:#F7D0A1;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 23px;
		width: 100%;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-right: 2px;
		BORDER: #FFFFFF 0px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}

.dropdown 	{ COLOR: #333333;
		WIDTH: 250PX;
		FONT: 11px geneva, verdana, arial, sans-serif }

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 275PX;
		BORDER: #000000 1px solid}

.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		color: #000000;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.gif");
		FONT: 11px geneva, verdana, arial, sans-serif;
		BORDER: #666666 1px solid}

.searchdrop { color: #000000; background-color: #FFFFFF; WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }

.searchbutton {	background-color:#CFE3CF;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 20px;
		width: 35px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

 /* IMAGE HOVER CODE */
.rollover 	{
	font-size : 16px;
	font-weight : bolder;
	color: white;
}
.rolloveron 	{ background-color: #996600; filter:alpha(opacity=70); }

 /* START THE CODE FOR THE MENUS */
 /* TOP LEVEL MENU CONTROL */
a.menu_TOP{
display:block;
line-height: 14pt;
text-align: center;
text-decoration:none;
border-right: #666666 1px solid;
}

 /* SUB LEVEL MENU CONTROL */
a.menu_SUB{
display:block;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #000000 1px solid;
}

 /* MORE SUB LEVEL MENU CONTROL */
.menu_DIV{
border-top: #000000 1px solid;
border-bottom: #666666 0px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=100);
z-index:100;
}

p {
	FONT-FAMILY: arial, verdana, helvetica, sans;
	font-size : 14px;
}

li {
	FONT-FAMILY: arial, verdana, helvetica, sans;
	font-size : 14px;
}

.White {
	color: white;
	font-weight: bold;
	font-size: 12px;
}
