html {
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
/*background-image: url(../image/bg02.gif); 
background-repeat: repeat-y; 
background-position: top center;
background-color: #f5f7f8*/
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #cccccc;
scrollbar-darkshadow-color: #cccccc;
scrollbar-face-color: #cccccc;
scrollbar-highlight-color: #e9e9e9;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #f2f2f2;
}
td {font: normal 10px helvetica,helv,arial; color: #4b3905; line-height: 175%;}
.productnav:link {font: bold 10px helvetica,helv,arial; color: #656565; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.productnav:visited {font: bold 10px helvetica,helv,arial; color: #656565; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.productnav:hover {font: bold 10px helvetica,helv,arial; color: #cccccb; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.productnav:active {font: bold 10px helvetica,helv,arial; color: #cccccb; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.nav:link {font: bold 10px helvetica,helv,arial; color: #FFFFFF; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.nav:visited {font: bold 10px helvetica,helv,arial; color: #FFFFFF; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.nav:hover {font: bold 10px helvetica,helv,arial; color: #656565; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.nav:active {font: bold 10px helvetica,helv,arial; color: #656565; background-color: transparent; text-decoration: none; line-height: 175%; text-align: left;}
.header {font: bold 14px helvetica,helv,arial; color: #a1a1a1; line-height: 175%; text-align: left;}
.navhead {font: bold 10px helvetica,helv,arial; color: #FFFFFF; line-height: 175%; text-align: left;}

dd, ul, li {
margin: 0px;
padding: 0;
list-style-type: none;
}

.highslide {
	/*cursor: url(http://www.ofs.com/ofsmock/highslide/graphics/zoomin.cur), pointer;*/
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-html {
    background-color: #4b3900;
	color:#fff;
	border: 2px solid white;
	text-align:center;
	font: normal 12px helvetica,helv,arial;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-html-content {
    width: 405px;
    padding: 10px;
}
.highslide-html-content a {
	color:#fff;
	text-decoration:none;
}
.highslide-html-content a:hover {
	text-decoration:underline;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 4px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	text-align:center;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: #fff;
	color:#525759;
	font-family:Arial, Helvetica, sans-serif;
}
.highslide-loading {
    display: block;
	width:105px;
	height:79px;
    background-color: white;
    background-image: url(http://www.carolinabusinessfurniture.com/include/highslide/graphics/ajax-loader.gif);
    background-repeat: no-repeat;
	background-position:center;
}

a.highslide-full-expand {
	background: url(http://www.carolinabusinessfurniture.com/include/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-move {
    cursor: pointer;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(http://www.carolinabusinessfurniture.com/include/highslide/graphics/controlbarnew.gif);
	width: 96px;
	height: 30px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 30px;
}
.controlbar a:hover {
	background-image: url(http://www.carolinabusinessfurniture.com/include/highslide/graphics/controlbarnew-hover.gif);
}
.controlbar .print {
	width: 32px;
}
.controlbar .highslide-move {
	width: 32px;
	background-position: -32px 0;
}
.controlbar .close {
	width: 32px;
	background-position: -64px 0;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*-------------SLIDESHOW--------------------------------------------------------------------------------------------------------------*/
#slideshow {
	position:relative;
	height:336px;
	width:570px;
	overflow:hidden;
}

#slides a {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	width:570px;
	height:336px;
	filter: alpha(opacity=0);
	cursor:default;
}

#slides a.active {
	z-index:10;
	opacity:1.0;
	filter: alpha(opacity=100);
}

#slides a.last-active {
	z-index:9;
}



/*-------------NAVIGATION--------------------------------------------------------------------------------------------------------------*/
	.hideIt { visibility:hidden; }
	.showIt { visibility:visible; }

	#navLeft{ margin-top:10px; text-align:right; height:326px; overflow:hidden; display:block; }
	#navRight{ margin-top:10px; height:285px; overflow:hidden; display:block; }
	
	#navRight.menu a{ text-align:left; padding-right:0; padding-left:15px; }
	
	ul.menu, ul.menu ul {
		list-style-type:none;
		margin: 0;
		padding: 0;
		width: 195px;
	}
	
	ul.menu a {
		display: block;
		text-decoration: none;	
		text-align:right;
		color:#fff;
		outline:none;
	}
	
	ul.menu li {
		margin-top: -1px;
	}
	
	ul.menu li a, ul.menu ul.menu li a {
		/*background: #333;*/
		color: #fff;	
		/*padding: 0.5em;*/
		padding-right:15px;
		padding-top:7px;
		padding-bottom:7px;
		font-size:11px;
	}
	
	ul.menu li a:hover, ul.menu ul.menu li a:hover {
		/*background: #000;*/
	}
	
	ul.menu li ul li a, ul.menu ul.menu li ul li a {
		background: #aebd22;
		padding-top:4px;
		padding-bottom:4px;	
		font-size:10px;
	}
	
	ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
		background: #c1d226;
	}
	ul.menu ul.menu li a:hover {
		border-left: 0;
		padding-left: 0.5em;
	}
	ul.menu ul.menu {
		border-left: 5px #f00 solid;
	}
	ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
		/*text-decoration: underline;
		background: #c00;*/
	}
	
	#copyright { color:#FFF; padding-left:15px; margin-top:0px; font-size:9px; text-align:left; }
	#copyright a { color:#cccccc; font-size:9px; text-decoration:none; }
	#copyright a:hover { color:#ffffff; }
	
	#copyright2 { text-align:right; padding-right:15px; padding-left:0; margin-top:12px; color:#545454; }
	#copyright2 a { color:#545454; font-size:9px; font-weight:normal; text-decoration:none; }
	#copyright2 a:hover { color:#5d4800; }
