BODY {
	background-color: #225304;
	color: #333333;
  	font-family: Verdana, arial, sans serif;
  	font-size: 10pt;
  	margin: 0;
}

/**********General classes*/

/*Index page heading style*/
h1 {
	color: #225304;
	font-size:12pt;
	padding-top: 10px;
}

/*Body text*/
p { font-size: 10pt }

td { font-size: 10pt }

/*Product buttons*/
.button2 {
	background-image: url(/nwlb/images/button_product.gif);
	background-color: #EEFFFF;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid #BB720A 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/*General buttons*/
.button3 {
	background-image: url(/nwlb/images/button_general.gif);
	background-color: #1F8CBD;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid black 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: blue;
}

/*Small title bar*/
.titletab_small {
  	background-color: #225304;
  	color: white;
  	font-weight: bold;
  	font-size: 10pt;
  	padding: 3px;
}

/*Large blue title bar*/
.titletab_large {
	background-color: #225304;
	color: white;
	font-size: 11pt;
	font-weight: normal	
}

/*Shadow box outline for forms*/
.shadowbox {
	border-left: 1px #999999 solid;
	border-top: 1px #999999 solid;
	border-bottom: 2px #999999 solid;
	border-right: 2px #999999 solid;
	padding: 3px;
}

/*Form text/heading*/
.contentbar1 {
  	color: #000000;
  	font-weight: normal;
  	font-size: 9pt;
}

/* Box for session errors */
.errorbox {
	border-color: #000000;
	border-style: solid;
	border-width: 1 2 2 1px;
	padding: 5px;
	margin: 3px;
	background: #ffffff;
	align: center;
	color: #f00;
	font-weight: bold; 
}

/**********End general classes*/


/**********Section IDs*/

#fullpage {
  position: relative;
  text-align: left;
}

#pageheader {
  background-image: url(/nwlb/images/topbg860x1.jpg);
  background-repeat: repeat-y;
  background-position: left;
  position: relative;
  top: 0px;
  left: 0px;
  height: 60px;
}

#nwlblogo {
  position: absolute;
  top: 8px;
  left: 130px;
}

#nwlbskater {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

#tagline {
  position: absolute;
  top: 10px;
  right: 150px;
}

#topmenubar {
  position: relative;
  top: 0px;
  left: 0px;
  height: 52px;
  width: 100%;
  background-image: url(/nwlb/images/topmenubg4x52.gif);
  background-repeat: repeat-x;
  z-index: 3;
}

#topmenuleftgraphic {
  position: absolute;
  top: 0px;
  left: 0px;
}

#crumbbar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

#contentbox {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

#leftcontentbox {
  width: 150px;
  vertical-align:top;
}

#maincontentbox {
  width: 100%;
  padding-top: 0px;
  vertical-align: top;
}

#rightcontentbox {
  width: 150px;
  vertical-align:top;
}

#textmenu {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
  padding-bottom: 20px;
}

#copyrightnotice {
  position: relative;
}

/**********End Section IDs*/


/**********Topper classes*/

/*Top menu*/
.linemenu {	
  text-align: center;
  vertical-align:top;
  color:white;
  text-decoration:none;
  background-color:transparent;
  font-size: 14px;
}

/*Top menu links*/
A.linemenulink:link, A.linemenulink:active, A.linemenulink:visited {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

/*Top menu links*/
A.linemenulink:hover {
  color: yellow;
  font-weight: normal;
  text-decoration: underline;
}

.topmenutable {
  position: relative;
  top: 1px;
  left: 150px;
  height: 29px;
  border-collapse: collapse;
}

/*Topper controls bar */
.topmenucells {
  height: 29px;
  width: 90px;
  text-align: center;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/*Topper controls links*/
.topmenutext {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 18px;
  color: #ffffff !important;
  text-decoration: none !important;
}

/*Topper controls links*/
A.topmenutext:hover {
  color: #ace148 !important;
  font-weight: bold !important;
}

/*Topper controls drop down menus*/
.submenu {
  font-size:14px; 
  color: #ffffff; 
  vertical-align:top; 
  text-align:right; 
  text-decoration:none; 
  background-color:#000000;	
  z-index: 3;
}
A.submenu:link, A.submenu:visited, A.submenu:active {
  color: #ffffff;
}

A.submenu:hover {
  color: #ace148;
  text-decoration: underline;
}

/*Breadcrumb bar conrol*/	
.breadcrumb_bar {
  height:20;
  background-color:#cccccc;
  font-size:12px;
  color: #333333;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
	
/*Breadcrumb links*/
.breadlink {		
  font-size:12px;
  color: #333333;
  text-decoration:none;
}
		
/**********End topper classes*/


/**********Left column classes (leftright & leftonly)*/
	
.leftcontent {
  width:100%;
  background-color:#225304;
  color:white;
}		

.advanced_search {
	font-size:10px;
	color:white;
	text-decoration:none;
}	
a.advanced_search:link {}
a.advanced_search:visited {}
a.advanced_search:hover {text-decoration:underline}
a.advanced_search:active {}

/*Explode tree, collapse tree*/
.barlink {
	background-color: #225304
}

A.barlink:link, A.barlink:active, A.barlink:visited {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 10pt;
}

/*Explode tree, collapse tree*/
A.barlink:hover {
  	color: white;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 10pt;
}

/*Components on left bar (search and product tree)*/
.categorybar {
  	background-color: #225304;
  	color: #ffffff;
  	font-weight: normal;
  	font-size: 11px;
  	text-decoration: none
}
		
/**********End left column classes*/


/**********Center column classes*/

/*central content*/
.centercontent {
  width: 100%;
  text-align: left;
  background-color: #e8e8e8;
  vertical-align: top;
}

.topcontent {
}

.defaultcontent {
}
		
/**********End center column controls*/


/**********Begin right column controls (leftright)*/

.rightcontent {
  width:100%;
  vertical-align:top;
}

/**********End of right column style*/


/**********Begin footer controls*/		
	
.footer {
  color: #aaaaaa;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  padding: 15px;
}

.footer a:link, a:visited {
  color: #aaaaaa;
  background-color: transparent;
  font-weight: normal;
  text-decoration: none;
}

.footer a:hover {
  color: #aaaaaa;
  background-color: transparent;
  font-weight: normal;
  text-decoration: underline;
}
	
/**********End of footer controls*/

/**********Begin search_box_small component classes*/

/*Search button /nwlb/images/*/
.search_button {
	background-image: url('button_general.gif');
	background-color: white;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: solid black 1px
	letter-spacing: 0px;
	align: center;
	cursor: pointer;
	vertical-align: center;
	text-decoration: none;
	color: black;
}

/**********End search_box_small component classes*/


/**********Cross component classes*/

/*Cross component outer*/
.specialscontent {
  text-align:left;
  width: 95%;
  border: 1px solid #000000;
  margin: 15px;
}
		
.specials_title {
  background-image: url(/images/headdec88x26.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #FFFFFF;
  text-align: left;
  text-indent: 70px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #000000;
  color: #333333;
}
	
/*Cross component body*/
.specials_body {
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #333333;
}

A.crosstitle:link, A.crosstitle:active, A.crosstitle:visited {
  color: #333333;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

A.crosstitle:hover {
  color: #333333;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}

/**********End cross component classes*/


/**********Random component classes*/

/*Random component title bar*/
.random_title {
  background-image: url(/images/headdec88x26.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #FFFFFF;
  text-align: left;
  text-indent: 70px;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #000000;
  color: #333333;
}
	
/*Random component body*/
.random_body {
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #333333;
}

/*Random component product name*/
A.random_description:link, A.random_description:active, A.random_description:visited {
  color: #333333;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

A.random_description:hover {
  color: #333333;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

/**********End random component classes*/
	
/**********Cart component classes*/

/*cart table row*/
.cartnorm {
  	background-color: #dddddd;
  	color: #000000;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 1px solid black;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
}


/*cart alternate table row*/
.cartalt {
  	background-color: #FFFFFF;
  	color: #000000;
  	font-weight: normal;
  	font-size: 11px;
  	border-top: 0;
  	border-bottom: 1px solid black;
  	border-left: 1px solid black;
  	border-right: 1px solid black;
}

A.cartlink:link, A.cartlink:active, A.cartlink:visited {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*Top menu links*/
A.cartlink:hover {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/**********End cart component classes*/

/**********Cart tiny component classes*/

/*Cart tiny component*/
.carttiny {
  	background-color: #003070;  
  	color: white;  
  	font-weight: normal;
  	font-family:arial;
  	width:95%;
  	border: solid #218CBD 1px
}

/*Cart tiny title*/
.carttiny_title {
  	background-color: #218CBD;
  	color: #FFFFFF !important;
  	font-weight: normal;
  	text-decoration: none;
  	font-family:arial;
  	font-size: 9pt;
  	width:95%;
  	height:20px;
  	vertical-align: center;
  	border: solid #218CBD 1px
}

A.carttiny_title:link, A.carttiny_title:active, A.carttiny_title:visited, A.carttiny_title:hover {  
}

/*Cart tiny headings*/
.ctiny_heading {
  	color: #FFFFFF !important;
  	font-weight: normal;
  	font-size: 8pt;
  	text-decoration:underline
}

/*Cart tiny text and links*/
.ctiny_text {
  	color: white;
  	font-weight: normal;
  	text-decoration: none;
  	font-size: 8pt;
}

A.ctiny_text:link, A.ctiny_text:active, A.ctiny_text:visited {  
}

A.ctiny_text:hover { text-decoration: underline }

/**********End cart tiny component classes*/

/**********Cart_display component classes*/

/*Cart display row*/
.cartdisplay {
	background-color: white;
  	color: #000000;
  	font-weight: normal;
  	font-size: 12px;
}

/*Cart display alternate row*/
.cartdisplay_alt {
  	background-color: #dddddd;
  	color: #000000;
  	font-weight: normal;
  	font-size: 12px;
}

/**********End cart_display component classes*/

/**********Results_ component classes*/

/*results_buylist category heading*/
.title {
	font-weight:bold;
	font-size:16px
}


/*results_buylist item link*/
A.resultslink:link, A.resultslink:active, A.resultslink:visited {
	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;		
}

/*results_buylist item link*/
A.resultslink:hover {
  	color: black;
  	font-weight: normal;
  	text-decoration: underline;
  	font-size: 12px;
}

/*results_big product name*/
.results_description {
	color: black;
  	font-weight: bold;
  	font-size: 11px
}

/**********End results_ component classes*/

/**********Homepage classes*/

.homepagecontent {
  padding: 10px;
}

#homepagetitle {
  width: 100%;
  color: #225304;
  font-size: 16px;
  font-weight: bold;
  vertical-align: center;
  text-align: center;
  margin: 10px;
}

.hpfeatureeven {
  margin-bottom: 20px;
  margin-left: 70px;
  border-bottom: 1px solid #000000;
}

.hpfeatureodd {
  margin-bottom: 20px;
  margin-right: 70px;
  border-bottom: 1px solid #000000;
}

.hppicright {
  float: right;
  margin-left: 10px;
  border: none;
}

.hppicleft {
  float: left;
  margin-right: 10px;
  border: none;
}

.hpfeaturebottom {
  clear: both;
}

/**********End Homepage classes*/

/**********Forum classes*/

.forumbody {
  background-color: #225304;
}

.forumtopics {
  background-color: #225304;
}

.forumtopicstable {
  background-color: #e8e8e8;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.forumtopicstable td {
  border: 1px solid #000000;
  padding: 5px;
}

.forumtopicscategoryrow {
  background-image: url(/nwlb/images/boxfadegreen7x7.gif);
  background-repeat: repeat-x;
  background-position: top;
}

.forumtopicscategorydiv {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.forumtopicsheadings {
  background-color: #888888;
  margin-top: 2px;
  margin-bottom: 2px;
}

.forumtopicsheadings td {
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
}

a.forumtopicssubject:link, a.forumtopicssubject:active, a.forumtopicssubject:visited {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

a.forumtopicssubject:hover {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

.forumtitle {
}

.forumtitletable {
  background-image: url(/nwlb/images/boxfadegrey4x30.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #e8e8e8;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.forumtitlesubject {
  padding: 5px;
}

p.forumtitlesubjecttext {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 2px;
}

p.forumtitlesubjectdate {
  font-size: 10px;
  line-height: 11px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.forumtitlelinks {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  text-align: right;
  vertical-align: bottom;
  padding: 5px;
}

.forumtitlelinks a:link, .forumtitlelinks a:active, .forumtitlelinks a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumtitlelinks a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumstoryshort {
}

.forumstoryshorttable {
  background-color: #e8e8e8;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.forumstoryshortleft {
  border-right: 1px solid #000000;
  width: 25%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

p.forumstoryshortleftuser {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 2px;
  margin-bottom: 4px;
}

p.forumstoryshortleftdate {
  font-size: 10px;
  font-style: normal;
  line-height: 11px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.forumstoryshortlinks {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  text-align: right;
  vertical-align: bottom;
}

.forumstoryshortlinks a:link, .forumstoryshortlinks a:active, .forumstoryshortlinks a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumstoryshortlinks a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumstoryshortright {
  background-image: url(/nwlb/images/boxfadegrey4x30.jpg);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

.forumstoryshortright p {
  font-size: 12px;
}

.forumstoryshortright a:link, .forumstoryshortright a:active, .forumstoryshortright a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumstoryshortright a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumstorylong {
  background-color: #e8e8e8;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
}

.forumstorylong p {
  font-size: 12px;
}

.forumstorylong a:link, .forumstorylong a:active, .forumstorylong a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumstorylong a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forummorelink {
  background-color: #e8e8e8;
  border: 1px solid #000000;
  margin: 5px;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

.forummorelink p {
  font-size: 10px;
  font-weight: normal;
  line-height: 11px;
}

.forummorelink a:link {
  text-decoration: none;
}

.forumthreadheader {
  background-color: #e8e8e8;
  margin: 5px;
  padding: 5px;
  height: 25px;
}

.forumgotothreadtable {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.forumsearchform, .forumgotothreadform {
  text-align: left;
  vertical-align: top;
  margin: 0px;
  padding-right: 3px;
}

a.forumviewtop:link, a.forumviewtop:active, a.forumviewtop:visited {
  text-decoration: none;
}

a.forumviewtop:hover {
  text-decoration: underline;
}

.forumtopicall {
}

.forumtopicall ul {
  margin-top: 0px;
  margin-left: -20px;
  margin-bottom: 0px;
}

.forumcontent {
}

.forumcontenttable {
  border-collapse: collapse;
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
}

.forumcontenttable td {
  background-color: #e8e8e8;
}

.forumcontentleft {
  border-right: 1px solid #000000;
  padding: 5px;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

.forumcontentsubject {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.forumcontentsubject a:link {
  text-decoration: none;
}

.forumcontentuser {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

p.forumcontentdate {
  font-size: 10px;
  font-style: normal;
  line-height: 11px;
  margin-top: 2px;
  margin-bottom: 2px;
}

p.forumcontentreply {
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  text-align: right;
  vertical-align: bottom;
  margin-top: 4px;
  margin-bottom: 2px;
}

.forumcontentreply a:link, .forumcontentreply a:active, .forumcontentreply a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumcontentreply a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumcontentright {
  background-image: url(/nwlb/images/boxfadegrey4x30.jpg);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

.forumcontentright p {
  font-size: 12px;
}

.forumcontentright a:link, .forumcontentright a:active, .forumcontentright a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumcontentright a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumcontentright blockquote {
  background-color: #cccccc;
  color: #333333;
  padding: 5px;
  margin-right: 30px;
  margin-left: 30px;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  line-height: 12px;
  text-align: left;
}

.forumquickreply {
  background-color: #e8e8e8;
  padding: 5px;
  text-align: center;
}

#forumreply, #forumsubmit {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  width: 600px;
  margin: auto;
}

#forumreplyheader, #forumsubmitheader {
  background-color: #cccccc;
  padding: 5px;
}

#forumreplysubject, #forumsubmitsubject {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

#forumreplyscore {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  text-align: right;
} 

#forumreplyusername, #forumsubmitusername {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

#forumreplydate, #forumsubmitdate {
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
}

#forumreplycomment, #forumreplyadditional, #forumsubmitcomment, #forumsubmitadditional {
  background-color: #ffffff;
  border: 1px solid #000000;
  margin: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}

#forumreplycomment blockquote, #forumsubmitcomment blockquote {
  background-color: #cccccc;
  color: #333333;
  padding: 5px;
  margin-right: 50px;
  margin-left: 50px;
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  line-height: 12px;
  text-align: left;
}

#forumreplycomment p, #forumsubmitcomment p {
  font-size: 12px;
}

.forumsubmitreply {
}

.forumsubmitreply a:link, .forumsubmitreply a:active, .forumsubmitreply a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.forumsubmitreply a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

.forumsubreptable {
  padding: 2px;
}

.forumsubrepsubject, .forumsubrepimgfile {
  font-family: verdana,helvetica,arial,sans-serif;
  background-color: #cccccc;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #000000;
  padding: 2px 0px 0px 2px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.forumsubrepcomment {
  font-family: verdana,helvetica,arial,sans-serif;
  background-color: #cccccc;
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  width: 500px;
  height: 120px;
  border: 1px solid #000000;
  padding: 2px 0px 0px 2px;
}

.forumsubrepformat {
}

.forumtagbutton {
  border: 0px;
  margin-right: 3px;
}

.forumsubrepdivider {
  border-top: 1px solid #000000;
  padding: 10px;
  width: 80%;
}

.forumcategory {
  background-color: #cccccc;
  border: 1px solid #000000;
  height: 22px;
  margin: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
}

.forumcategorynewthread {
  display: inline;
  margin-left: 50px;
  margin-right: 50px;
}

.forumcategoryselect {
  display: inline;
}

/**********End forum classes*/

/**********Gallery classes*/

.gallerybody {
  background-color: #225304;
}

#gallerypicture {
  background-color: #000000;
  color: #e8e8e8;
  width: 660px;
  height: 570px;
  font-size: 12px;
  line-height: 16px;
}

#galleryimagebg {
  position: relative;
  left: 10px;
  width: 640px;
  height: 490px;
  background-color: #000000;
}

#galleryimage {
  position: relative;
  top: 10px;
  text-align: center;
}

#gallerycaption {
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

#galleryartist {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

#galleryartist a:link {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#galleryartist a:hover {
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

#gallerydetails {
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

#gallerythumbnails {
  position: relative;
  width: 660px;
  height: 90px;
  text-align: left;
  background-color: #000000;
}

#gallerytnbox {
  visibility: visible;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 30px;
  width: 600px;
  height: 90px;
  clip: rect(0px,600px,90px,0px);
  overflow: hidden;
  background: transparent;
}

#gallerytnpics {
  visibility: visible;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px; 
  height: 90px;
}

.gallerytnimg {
  border: none;
  padding-left: 2px;
}

#arrowleft {
  position: absolute;
  top: 0px;
  left: 0px;
}

#arrowright {
  position: absolute;
  top: 0px;
  right: 0px;
}

.scrolllink {
}

#gallerysubmit {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

.gallerysubmitform {
}

.gallerymorelist {
  position: relative;
  width: 660px;
  background-color: #000000;
  color: #e8e8e8;
  text-align: center;
}

.gallerymorelist a:link, .gallerymorelist a:active, .gallerymorelist a:visited {
  font-weight: normal;
  color: #e8e8e8;
  text-decoration: none;
}

.gallerymorelist a:hover {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

/**********End gallery classes*/

/**********Maps classes*/

.mapsbody {
  background-color: #225304;
}

#mapspicture {
  background-color: #000000;
  color: #e8e8e8;
  width: 660px;
  height: 500px;
  font-size: 12px;
  line-height: 16px;
}

#mapsimagebg {
  position: relative;
  left: 10px;
  width: 640px;
  height: 490px;
  background-color: #000000;
}

#mapsimage {
  position: relative;
  top: 10px;
  text-align: center;
}

/**********End maps classes*/

/**********About and Contact classes*/

.aboutcontent {
  position: relative;
  margin: 10px;
  background-image: url(/nwlb/images/skaterbg.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

#aboutskater {
  float: left;
  margin-right: 10px;
}

.aboutshane {
  position: relative;
  border: 1px solid #000000;
  width: 400px;
  padding: 10px;
  margin: 0px 20px 20px 20px;
  float: right;
  font-size: 11px;
  background-color: #a0a0a0;
  color: #000000;
}

#shanedonogh {
  float: left;
  margin-right: 10px;
}

.aboutbottom {
  clear: both;
}

/**********End About and Contact classes*/

/**********Links Page classes*/

.linkscontent {
  position: relative;
  margin: 10px;
  padding: 25px;
  background-image: url(/nwlb/images/skaterbg2.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.linkscontent li {
  line-height: 22px;
}

.linkscontent a:link, .linkscontent a:active, .linkscontent a:visited {
  color: #0000ff;
  font-weight: normal;
  text-decoration: none;
}

.linkscontent a:hover {
  color: #ff0000;
  font-weight: normal;
  text-decoration: none;
}

/**********End links page classes*/

