﻿#main-area
{
	background-color: White;
	width: 958px;
	height: 473px;
	background:url(../img/SilverBG2.png) repeat;
}
#main-area #title
{
	width: 958px;
	height: 28px;
	padding: 12px 0px 0px 10px;
	font-size: xx-large;
	font-weight: bold;
	color: #363636;
	background:url(../img/BigGreyBar.png) no-repeat;
}
#main-area #title #cart
{
	text-align: right;
	float: right;
	padding-right: 10px;
	margin-top: -2px;
	width: 100px;
	height: 28px;
}
#main-area #title #shipping
{
	text-align: right;
	float: right;
	padding-right: 10px;
	margin-top: -2px;
	font-size: large;
	width: 200px;
	height: 28px;
}
#main-area #left-nav
{
	float: left;
	width: 160px;
	height: 421px;
	border: solid 1px #bdbaba;
	margin-left: 5px;
	margin-top: 5px;
	background-color: Gray;
	
}
#main-area #left-nav img
{
	margin-left: 1px;
	margin-top: 1px;
	height:419px;
	width:158px;
}
#main-area a
{
	display: block;
	line-height: 16px;
	text-decoration: none;
}
#main-area a:link
{
	color: #bdbaba;
}
#main-area a:hover
{
	color: #807f7f;
}
#main-area a:visited
{
	color: #bdbaba;
}
