#content-wrapper
{
	background: #FFF;
}

#left-column
{
	width: 23%;
	background: #e5e5e5;
	float: left;
	min-height: 400px;
}

#right-column
{
	width: 76.9%;
	float: right;
	min-height: 400px;
}

#left-column ul
{
	padding-right: 12px;
	margin: -5px 0 4px 24px;
}
#left-column ul li
{
	font-size: 13px;
	background: url(../App_Images/arrow-sm.gif) 0% 50% no-repeat;
	padding: 3px 0 4px 13px;
	border-bottom: 1px solid #cecece;
}

#left-column ul li a
{
	color: #4b4b4b;
	text-decoration: none;
}
#left-column ul li a:hover
{
	color: #d85a06;
}
#left-column ul li:hover
{
	background: #cecece url(../App_Images/arrow-sm-hover.gif) 0% 50% no-repeat;
}

h2.lrg-heading
{
	color: #24303c;
	font-size: 15px;
	background: url(../App_Images/sub-heading-bg.jpg) repeat-x;
	width: 100%;
	height: 37px;
	text-indent: 20px;
	padding-top: 11px;
	text-transform: uppercase;
}

#left-column ul li.borderNone
{
	border: none;
}

#right-column h4
{
	font-family: tahoma;
	font-size: 16px;
	color: #3f3f3f;
	padding: 0 0 0 22px;
	background: none;
}
#right-column h4.carrot
{
	padding: 0 0 0 18px;
	background: url(../App_Images/arrow.gif) 0% 50% no-repeat;
}
#right-column p
{
	font-size: 12px;
	color: #525252;
	line-height: 18px;
	padding: 6px 18px 10px 22px;
}
#right-column ul
{
	font-size: 12px;
	color: #525252;
	margin-left:38px;
	padding: 0 0 14px 0;
}
#right-column ul ul
{
	padding:3px 0 0 0;
	margin-left:20px;
}
#right-column ul li
{
	list-style-type: disc;
	padding:2px;
}
#right-column ul ul li
{
	list-style-type: none;
}

#right-column ul li a:hover{
	text-decoration:none;
}

#right-column table
{
	width: 500px;
	font-size: 12px;
	color: #171717;
	border: 1px solid #afafaf;
}
#right-column table td
{
	padding: 4px 0 4px 12px;
	border-right: 1px solid #afafaf;
}
#right-column table td
{
	border-bottom: 1px solid #afafaf;
	width: 50%;
}
#right-column table tr.tableHeading td
{
	background: #607998;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	padding: 4px 0;
}
#right-column table tr.rowHeading td
{
	background: #e3e3e3;
	font-size: 12px;
	font-weight: bold;
	border-right: none;
}


#right-column div.productBox {
	float:left;
	text-align:center;
	width:120px;
	padding:10px 6px 10px 6px;
	margin-left:13px;background:#eeeeee;
	height:340px;
}

#right-column div.productBox:hover{
	background:#dedede;
}

 #right-column  div.productBox h5{
	font-size:11px;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:0;
}

#right-column  div.productBox p{
	font-size:10px;
	padding:0;
	margin:0;
	text-align:left;
	line-height:14px;
}

#right-column div.productBox img{
	padding:18px 0 6px 0;
}

#searchbox{width:96%;margin:0 auto;}

ul.productlanding{margin:0;padding:0;}
ul.productlanding li{display: block; float: left; width: 300px; height:14px;margin:6px 42px 0 0;padding:0;}
ul.productlanding a{text-decoration:none;}
ul.productlanding a:hover{text-decoration:underline;color:#000;}

