/********** Main Navigation Styling **************/

#shopmenu	{
		clear: both;
		list-style-type: none;
		margin: 6px 0 0 0;
		padding: 0;
		width: 792px;
}

#shopmenu li	{
		background: #008080;
		width: 90px;
}

#shopmenu a	{
		display: block;
		text-decoration: none;
		color: #fff;
		font-size: 105%;
		line-height: 130%;
		text-align: center;
		padding: 5px 0;
		letter-spacing: 0.05em;
}

#shopmenu a:hover	{
		background:  #336600;
}

/************ CSS To Highlight Current Page ************/

body.cutting #shopmenu a#cutting,
body.misctools #shopmenu a#misctools,
body.tools #shopmenu a#tools,
body.basematls #shopmenu a#basematls,
body.frames #shopmenu a#frames,
body.books #shopmenu a#books,
body.video #shopmenu a#video, 
body.kits #shopmenu a#kits,
body.handeze #shopmenu a#handeze,
body.workshopdeposit #shopmenu a#workshopdeposit

		{
		background: #336600;
}

body.cutting #shopmenu a:hover#cutting,
body.misctools #shopmenu a:hover#misctools,
body.tools #shopmenu a:hover#tools,
body.basematls #shopmenu a:hover#basematls,
body.frames #shopmenu a:hover#frames,
body.books #shopmenu a:hover#books,
body.video #shopmenu a:hover#video, 
body.kits #shopmenu a:hover#kits,
body.handeze #shopmenu a:hover#handeze,
body.workshopdeposit #shopmenu a:hover#workshopdeposit
		{
		background: #008080;
}

/********** Left hand side panel styling **********/

#leftpanel	{
		width: 92px;
}

/*************Content Panel Styling*************/

#content	{
		margin: 22px 0 0 102px;
		font-size: 100%;
}

#content img	{
		border: 2px solid #999933;
}

#content p	{
		padding: 0 0 0 20px;
}	