/*
Bathstore layout styles:
--
Bathstore Blue:	#0099CC
Light Grey:		#f1f1f1
Dark Grey:		#999999
*/

#container 
{
	width:1040px;

}

#leftBar {
	float:left;
	width:150px;
	display:block;
}

#content {
	float:left;
	width:840px;
	display:block;
	background-color:#FFFFFF;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	min-height:800px;

}

#content #header {
	float:left;
	width:840px;
	display:block;
	border-bottom:3px solid #0099CC;
}

#content #main {
	color:#000000;
	float:left;
	width:820px;
	display:block;
	border-bottom:1px solid #0099CC;
	margin:10px;
	padding:0px 0px 10px 0px;
}

#content #footer {
	float:left;
	display:block;
	margin:10px;
	color:#CCCCCC;
}

#content #main ul.arrowed
{
	color: #666666;
	margin-left:20px;
}

#content #main ul.arrowed li
{
	line-height: 18px;
	margin-top:5px;
	margin-right:10px;
	list-style: url(/new-images/bullet-left-nav.png) outside;
}