@charset "ISO-8859-1";

body



a:link {
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	border:none;
}
a:hover {
	text-decoration: none;
	border:none;
}
a:active {
	text-decoration: none;
	border:none;
}


/*ul.navlist a {
  text-decoration: none }
  
ul#navlist a:link {
	color: #333
}
ul#navlist a {
  text-decoration: none }

a:visited {
 }
*/
.thumbnails {
}


#thumbs
{
	display: inline;
	list-style: none;
	font-size: 12px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#thumbs li
{
	list-style: none;
	font-family: 'Trebuchet MS', verdana;
	text-align: center;
	display: inline;
	word-spacing: 0px;
	float: left;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
}

#thumbs li a
{
	padding: 0px;
	font-weight: normal;
	display: inline;
	width: 50px;
	text-decoration: none;
	border: thin none #000000;
	margin: 0px;
	height: 50px;
}

#thumbs li a:hover
{
	padding: 0px;
	margin: 0px;
}
#thumbwrap {
	clear: none;
	width: 400px;
	height: 64px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
	margin-top: 0px;
}
#thumbwrap2 {
	clear: both;
	width: 350px;
	height: 140px;
	float: none;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 45px;
}
.style4 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: xx-small; }
.text1 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: small; }


.padding {
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 12px;
	}
.padding2 {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
.navbar{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 798px;
	background-color: #FFF;
	}
	

	
.navbar img:a {
	text-decoration: none;
	border:none; !important
}
	
/*#navcontainer {
	margin-left: 1px;
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #FFF;
	height: 26px;
	padding-top: 6px;
	margin-bottom: 1px;
	text-decoration: none;
	color: #666;
}*/

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
