﻿#LeftMenu
{
	color: #fff;
	height: 352px;
	width: 192px;
	background-image: url(    '../../images/leftmenu.png' );
	margin-left: 17px; #height:321px;
	cursor:pointer;
}

#RightPanel
{
	float: left;
	width: 596px;
	height: 350px;
	background-color: #fff;
}

.StockProducts`
{
	display: none;
	text-align: left;
}

.ProductCategories, #InquiryForm
{
	display: block;
	text-align: left;
}

.StockProducts p, .ProductCategories p
{
	float: left;
	padding-left: 12px;
	padding-top: 2px;
	margin-top:0px;
	color: #000;
	width: 560px;
}

#liProducts
{
	float: left;
	background-image: url(  '../images/bgmenu.gif' );
	height: 24px;
	list-style-type: none;
	width: 150px;
	padding-left: 5px;
}

.liProducts
{
	float: left;
	background-image: url('../images/bgmenu.gif' );
	height: 24px;
	list-style-type: none;
	width: 150px;
	padding-left: 5px;
}

#liCategories, .liInquiryForm
{
	padding-left: 5px;
	float: left;
	background-image: url(      '../images/bgmenu.gif' );
	height: 24px;
	list-style-type: none;
	width: 150px;
	color: #AA8C4E;
}


.liCategories, .liInquiryForm
{
	padding-left: 5px;
	float: left;
	background-image: url(      '../images/bgmenu.gif' );
	height: 24px;
	list-style-type: none;
	width: 150px;
	color: #AA8C4E;
}

#inquiryForm
{
	width: 500px;
	color: #000;
	float: left;
	padding-top: 5px;
}

#inquiryForm p
{
	padding-left: 10px;
	padding-top: 0px; #padding-top:10px;
}

#inquiryForm span
{
	font-size: 14px;
	color: #AA8C4E;
}

.inquiryFormlbl
{
	color: #000;
	width: 120px;
	display: block;
	float: left;
}
a
{
	color: #AA8C4E;
}
select
{
	font-family: Trebuchet MS;
	font-size: 12px;
}

.inquiryFormcheckbox
{
	float:left;
	padding-left: 8px;
	padding-bottom: 15px;
}

