
body { font-size: small; font-family: Arial, Helvetica, sans-serif; font-weight: 100; background-color: #333 }
.logo     { padding: 1em 1em 0.25em }

/*main menu*/
.menu    { color: white; font-size: small; font-family: Arial, Helvetica, sans-serif; font-weight: 100; text-decoration: none; list-style-type: none; padding-right: 1em }
a:menu.link { color: white }
a:menu.visited { color: white }
a:menu.hover {}
a:menu.active  { color: #959617 }

/*sub menu*/
.smenu	{ color: white; font-size: small; font-family: Arial, Helvetica, sans-serif; font-weight: 100; text-decoration: none; list-style-type: none; padding: 0em 0em 0.5em 1.5em}
a:smenu.link { color: white }
a:smenu.visited { color: white }
a:smenu.hover {}
a:smenu.active  { color: #959617 }

/*Content*/
.name { color: #999; font-size: medium; font-family: Arial, Helvetica, sans-serif; padding: 1em 0.5em 1em 1em }
.sname { color: #999; font-size: medium; font-family: Arial, Helvetica, sans-serif; padding: 0.5em 0.5em 0.5em 0.75em }
.content  { color: #999; font-size: small; font-family: Arial, Helvetica, sans-serif; padding-right: 1em; padding-left: 1.25em }
.caption  { color: #999; font-size: small; font-family: Arial, Helvetica, sans-serif; padding: 0.25em 22px 0.25em 22px }
.pict  { color: #999; font-size: small; font-family: Arial, Helvetica, sans-serif; padding: 1em }
#content  { margin: 0.5em }
.quote  { padding-top: 0.5em }
/*bot menu*/
.bmenu   { color: white; font-size: small; font-family: Arial, Helvetica, sans-serif; font-weight: 100; text-decoration: none; margin-right: 0.25em; margin-left: 0.25em }
a:bmenu.link  { color: white }
a:bmenu.visited  { color: white }


/*tagline*/
.tag  { color: #999; font-size: small; font-family: Arial, Helvetica, sans-serif; text-align: center; padding-top: 0.5em; padding-bottom: 0.5em }
.foot  { color: #999; font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-align: center; padding-top: 0.5em; padding-bottom: 0.5em }
#port #portnav,#craft #craftnav, #stew #stewnav, #cust #custnav, #contact #cnav, #gall #gallnav, #process #processnav, #bla #blanav, #rec #recnav, #curr #currnav, #show #shownav { color: #959617}
#home #bhome, #port #bport, #craft #bcraft, #stew #bstew, #cust #bcust, #contact #bcontact  { text-decoration: underline }
a:link { color: white; text-decoration: none }
a:visited { color: white; text-decoration: none }


/* Sample PopBox CSS Classes */

/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/



.PopBoxImageSmall

{

	border: none 0px #ffffff;

	cursor: url("images/magplus.cur"), pointer; cursor: url("images/magplus.cur"), hand;
	
	background-color: "#333333";
	color: "#333333";
	

}

.PopBoxImageLarge

{

	border: solid 1px, "#999999";

	cursor: url("images/magminus.cur"), pointer; cursor: url("images/magminus.cur"), hand;
	
	background-color: "#333333";
	color: "#333333";
	


}

.PopBoxImageShrink

{

	cursor: url("images/magminus.cur"), pointer; cursor: url("images/magminus.cur"), hand;

}

.PopBoxImageLink

{

	cursor: url("images/magplus.cur"), pointer; cursor: ("images/magplus.cur"), hand;

}

.PopBoxImageMove

{

	border: none 0px #ffffff;

	cursor: pointer; cursor: hand;;

}


.pbcaption
{
	background-color: #333333;
	color: #999999}

