﻿
#Header 
{
	width:768px;
	height:154px;
	background-color:#7b9fd9;
}

#HeaderTop
{
	background-image:url("images/headertop.jpg");
	width:100%;
	height:15px;
	
}
#HeaderMiddle 
{
	height:126px;
	
	border-bottom:solid 1px black;
	
}
.Logo 
{
	padding:0px;
	margin:0px;
	padding-left:14px;
	border:none;
	display:inline;
	float:left;
	width:224px;

	
}
#HeaderBottom 
{
	background-image:url("images/headerbottom.jpg");
	background-repeat:repeat-x;
	width:100%;
	height:13px;
}


#Content 
{
	background-color:white;
	width:768px;
	border-top:solid 1px black;
	font-family:helvetica, arial, Sans-Serif;
	font-size:12px;
	line-height:16px;
	
}

.LeftPanel 
{
	width:510px;
	margin: 45px 22px 14px 22px;
	
	min-height:600px;
}
.RightPanel 
{
	
	width:207px;
	float:right;

}
.InventorySearch 
{
	
	background-color:Black;
	color:White;
	width:207px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:18px;
}
.InventorySearch strong 
{
	font-size:10pt;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:-8px;
	display:block;
}
.InventorySearchPadding 
{
	padding:10px 10px 10px 10px;
}
.SearchButton 
{
	vertical-align:top;
}
.SearchControls 
{
	
	background-color:#eca902;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:170px;
	margin-top:8px;
	vertical-align:middle;
	
}
.SearchTextBox 
{
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
	border: solid 0px #000000;
	
	width:140px;
	font-family:Tahoma, Sans-Serif;
	font-size:14px;
}
.InventoryCategories 
{
	
	border-top:solid 5px #cdced0;
	margin-top:0px;
	background-color:#cdced0;
	width:195px;
	font-family:Arial, Sans-Serif;
	font-size: 10pt;
	margin-left:12px;
	padding-left:0px;
}

.InventoryCategories ul
{
	margin-top:0px;
	list-style-type: none;
	padding-left:10px;
	margin-left:0px;
}
.InventoryCategoryItem
{
	list-style-type: none;
	width:175px;
	padding:4px 2px 0px 2px;
	border-bottom: 1px solid #9a9a9c;
	
}
.InventoryCategoryItemMouseOver
{
	list-style-type: none;
	width:175px;
	padding: 4px 2px 0px 6px;
	border-bottom: 1px solid #9a9a9c;
	
}


.InventoryCategories a:link, .InventoryCategories a:visited
{
	color:Black;
	text-decoration:none;
}
.InventoryCategories a:hover, .InventoryCategories a:active
{
	color:Black;
	text-decoration:none;
}

.ContactSummary 
{
	text-align:right;
	padding-top:16px;
	padding-right:8px;
	font-family:Tahoma, Sans-Serif;
	font-size:11px;
	line-height:15px;
}
