@charset "utf-8";
/* CSS Document */


/**************** NZ NAVIGATION MENU ****************/
#nzmenu	{ width:690px; height:28px; font-size: 14px; background:url(../images/navbg_drk.gif) repeat-x; margin-bottom: 10px;}


.nzmenu-item a:link, .nzmenu-item a:visited	{ color: #222; font-weight: normal; text-decoration: none; }
.nzmenu-item a:active, .nzmenu-item a:hover	{ color: #ffffff; font-weight: normal; background-color:#8DBC00; text-decoration: none; }
.nzmenu-item-current a:link, .nzmenu-item-current a:visited, .nzmenu-item-current a:active  	{ text-decoration: none; color: #ffffff; font-weight: normal;  background-color:#222; }
.nzmenu-item-current a:hover	{ text-decoration: none; color: #ffffff; font-weight: normal; }

.nzmenu-item a:link, .nzmenu-item a:visited, .nzmenu-item a:active, .nzmenu-item a:hover, .nzmenu-item-current a:link, 
.nzmenu-item-current a:visited, .nzmenu-item-current a:active, .nzmenu-item-current a:hover { display:inline-block; height:24px; padding:4px 12px 0px 12px; }

#nzfooter	{margin-top: 10px;}


/* ------ nz (related) pages navigation styles -------- */
#nzpages	{ clear: both; width:550px; margin: auto; margin-top: 10px; border-top: 1px dotted grey;}

.nzpages-title	{ font-size: 16px; font-weight: bold; color: #669900; margin-top: 10px; margin-bottom: 5px; text-align:center; }
.nzpages-item	{ font-size: 14px; font-weight: bold; color: #666666; text-decoration: none; padding-left: 10px; }
.nzpages-item a:link	{text-decoration: none; color: #666666;}
.nzpages-item a:visited	{text-decoration: none; color: #666666;}
.nzpages-item a:active	{text-decoration: underline; color: #666666;}
.nzpages-item a:hover	{text-decoration: underline; color: #666666;}
.nzpages-item-sub	{ font-size: 14px; font-weight: bold; color: #CCCCCC; text-decoration: none; padding-left: 20px; }
.nzpages-item-sub a:link	{text-decoration: none; color: #999999;}
.nzpages-item-sub a:visited	{text-decoration: none; color: #999999;}
.nzpages-item-sub a:active	{text-decoration: underline; color: #999999;}
.nzpages-item-sub a:hover	{text-decoration: underline; color: #999999;}

/* on-page styles */

div#infoscroll {
	height: 1200px;
/*	overflow: auto; */
	overflow: scroll;
	text-align: justify;
	line-height: 1.7em;
}

div#infotext {
	line-height: 1.7em;
	text-align: justify;
}

div.bikeinfo {
	clear:left;
}

div.bikeimg {
	padding-top: 10px;
	width: 310px;
	float:left;
}

div.bikespecs {
	padding-top: 10px;
	padding-left: 10px;
	width: 388px;
	float:left;
}

div.bikepeopleimg {
	padding-top: 10px;
	width: 150px;
	float:left;
}

div.bikepeopletext {
	margin-left: 150px;
	padding-top: 10px;
}

td.nzfact-title
{
	font-weight: bold;
	width: 200px;
	text-align:right;
	vertical-align:top;
}

td.nzfact-heading
{
	font-weight: bold;
	background-color: #339900;
	text-align:center;
}

div.parchment
{
	width:600px;
	border: solid 1px black;
	background: url(../images/parchment.jpg) repeat;
	margin:auto;
}

.skitable{
	border:1px solid #90b1dd;
	 background-color:#d8dee5;
	 margin: auto;
}
	

