a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #003300; text-decoration: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009900; text-decoration: none}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009900; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #006666; text-decoration: none}

.centerTxt{
	text-align:center;}
	

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight:bold;
}

.indexTableTitle {
background-color:#003300;
color:#FFFFFF;
font-size: 102%;
padding:3px;
text-align:center;}

.bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #003333;
}

.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #99CC99;
}
.sminfotext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}.midtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003333;
}
.bigtitleBlk {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}
.info_textBlk {
font-family: Tahoma; font-size: 12px; font-style: normal; font-weight: bold; color: #000000
}
.midtitleBlk {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.extraBig {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}


.sidemenu{
list-style-type: none;
margin: 7px 0;
padding: 0;
width: 165px;
}

.sidemenu li a{
background: #d2dbd1 url(images/arrow-up.gif) no-repeat 2px center;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #003333;
display: block;
width: auto;
padding: 1px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

.sidemenu li img{
border:0px;
}

* html .sidemenu li a{ 
width: 165px;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: #00014e;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.sidemenu li a:hover{
color: black;
background-color: #669966;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-image:url(images/arrow-down.gif); 
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 10px; 
}



/******************************/
/*      price list table      */
/******************************/
.pricelist {
	background:#CCCCCC;}

.pricelistTitle {
	text-align:center;
	text-decoration:underline;}
	
.pricelistOption {
	text-align:center;
	color:#003300;
	font-weight:bold;
}
	
.BigNum {
	font-family:Tahoma;
	font-size:2em;}


#showroomThumb img{
	margin:1.5em;
	border: 0px;}

#showroomThumb a{
	text-decoration:none;}


/******************************/
/*          lightbox          */
/******************************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: url(images/prevlabel.gif) left 15% no-repeat;
	display: block;
	}
	
#nextLink{
	width: 49%;
	height: 100%;
	background: url(images/nextlabel.gif) right 15% no-repeat;
	display: block;
	}	
	
#prevLink { left: 0; float: left; margin-top:-1.2em;}
#nextLink { right: 0; float: right; margin-top:-1.2em;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/*showroom styles*/
.homeshow{
	margin:0 auto;
	width:90%;
	background-color:#7bc37b;
	padding:5px;
	border:2px solid #009933;}
	
.homeshowtitle{
	font-family:"Times New Roman", Times, serif;
	margin:0 0 4px 0;
	padding:0;
	text-align:center;}
	
.homeshowDate{
	font-weight:bolder;
	color:#FFFFFF;
	background-color:#CC0000;
	padding:2px;
}

.homeshowDetail{
	margin-top:8px;}
	
.topLine{
	padding:13px 0;
	border-top:3px double #669966;}

.extraBot{
margin-bottom:20px;}