﻿body {
		background-image: url('../images/background_pattern.png');
	background-repeat: repeat;
	background-color: #444444;
}

#menu_top
{
	margin-left:63px;
	width: 770px;
	float:left;
	height:15px;
	margin-top:55px;
	
}

#menu_left_wrapper
{
	margin-top: 75px;
	width:192px;	
	
}

.overflow_menu
{
	

	overflow: hidden;
	z-index: 100;


}

.overflow_menu_orange
{
	
	overflow:hidden;
	z-index: 100;


}

#overflow_prod_image
{
	left:579px;
	position:absolute;
	top:0px;
	height:465px;
	width:373px;
	display:none;
	background-color:#666666;
	z-index:100;
	overflow: hidden;

}
#black_fill
{
	left:759px;
	position:absolute;
	top:0px;
	height:465px;
	width:193px;
	display:none;
	background-color:#000;
	z-index:100;
	overflow: hidden;
}

.project_table
{

	width:293px;
	
}

.project_table td
{
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color:White;
	height: 15px;
	vertical-align: middle;

}
.project_table .spacer
{
	width:1px;
	background-color:Transparent; 
	padding:0;
}


#product_search_right
{
	width:158px;
	background-color: #dddcd9;
	height:437px;

	float:left;
}



.slideshowbutton
{
	cursor: pointer;
	cursor: hand;
}

.smallblock
{
	width: 78px;
	float:left;
	background-color: #dddcd9;
	margin:0;
	padding:0;
}


#slideshow {
    position:relative;
    height:464px;
}

#nonslideshow {
    position:relative;
    height:464px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

.breadcrumb
{
	float:left;
	clear: both; 
	position:relative; 
	text-align:left;
	color: #676767;
	font: Arial, Tahoma;
	font-size: 8px;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	width: 930px;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited
{
	color: #676767;
	text-decoration: underline;
	font-size: 8px;
	text-decoration: none;
	display: block;
	float:left;
}
.breadcrumb a:hover
{
	text-decoration: underline;
}

.breadcrumb img
{
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 1px;
	padding-top:4px;
	display: block;
	float:left;
}

.breadcrumb br
{
	margin-bottom:6px;
	clear:both;
}

.pdfgen_position
{
	height:25px;
	text-align:center;
}


.custom-dropdown
{
	border: 1px solid #DDDDDD;
	width:265px;
	height:15px;
	position:relative;
	overflow:visible;
	z-index:30;
	background-image: url('../images/custom_dropdown.png');
	background-position: right;
	background-repeat:no-repeat;
	cursor:pointer;
}
	.custom-dropdown .selected-option
	{
		font-family: Verdana, Tahoma,Arial;
		font-size:10px;
		color:#000;
		z-index:31;
		padding-top:2px;
		padding-left:5px;

	}

	.custom-dropdown .options
	{
		width:auto;
		position:absolute;
		right:0px;
		top:16px;
		background-color:White;
		border: 1px solid #DDDDDD;
		z-index:32;
		display:none;
		

	}
		.custom-dropdown .option
		{
			height:15px;
			width:auto;
			white-space:nowrap;
		}

		.custom-dropdown .option a, .custom-dropdown .option a:hover, .custom-dropdown .option a:link, .custom-dropdown .option a:visited, .custom-dropdown .option a:active  
		{
			text-decoration:none;
			display:block;
			width:100%;
			height:100%;
			color:Black;
			font-family:Verdana,Tahoma,Arial;
			
		}
		.custom-dropdown .option a:hover
		{
			color:#CCC;
			background-color:#333;
		}


