﻿/*	Site/Application-specific styles */

/*  DEFAULT COLOR SCHEME */
/*
#81340A - BRONZE
#5D4924 - LIGHT BROWN
#362710 - DARK BROWN
#005916 - GREEN
#E2E3D9 - LIGHT GRAY
#82875A - OLIVE-DRAB
*/




li
{ 
 list-style-image: url(images/westmech_bullet.jpg);
 list-style-position:inherit; 
 vertical-align:top;
 line-height: 18px; 
 padding-bottom: 1em; 
 z-index:1000;

}


/*  styles for the products pages  */
a, a:visited, a:hover { text-decoration:none; }
a img {border:0; } 



#ctl00_cphBody_overlay
{
	position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color:#000;
	height:100%;
	width:100%;
	z-index:10;		
}

#overlayProduct
{
	top:0;	
	z-index:20;
	position:relative;			
}	
	
#overlayProduct h2
{
	color:#ffffff;
	font-size:11pt;
}


.closeButton
{ cursor:pointer; }
	


.productPanel
{
	
	background-color:#000000; 
	border:solid 1px #ffffff; 
	padding:10px;
	color:#ffffff;
	margin: -50px auto;		
}

.productPanel a:link, .productPanel a:hover, .productPanel a:visited
{
	color:#ffffff;
}	

.productHeader
{
	color:#ffffff;
}



.productImage
{
	border: solid 1px #000000;
}


.solidBorder
{
	border: solid 1px #000000; 
}

.afterPhotos
{
	background-color: #5D4924;
}

.beforePhotos
{
	background-color: #82875A;
}


.NoTopBorder
{
	border-top:none;
	border-bottom: solid 1px #000000;	
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

.BottomBorder
{
	border-bottom: solid 1px #000000;		
}