body
{
	background: #000 url('Images/ondart-logo.jpg') top center no-repeat;
}

/* Header */

#header
{
	width: 1000px;
	height: 156px;
	color: #fff;
	margin:0 auto;
}

#header h1
{
	display:none;
}

#header h1 span
{
	color: #e82124;
}

/* Content */

#content
{
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 10px;
}

/* Leftmenu */

#leftmenu
{
	width: 150px;
	float: left;
	background-color:#000;
	height:inherit;
}

#leftmenu .menusection
{
	padding-left:15px;
	margin-bottom:3px;
}

#leftmenu .menusection strong
{
	color: #fff;
	font-size: 12px;	
}

#leftmenu h3
{
	background: url('Images/ondart-menubg.png') no-repeat;
	width:150px;
	text-align:center;
	color:#fff;
	font-size: 13px;
	margin-bottom:3px;
}

#productmenu ul
{
	list-style: none;
	margin: 0px;
}

#productmenu li
{
	background: none;
	padding: 0px;
}

#productmenu a
{
	display:block;
	padding-top:3px;
	font-size: 12px;
	color:#fff;
}

/* MainContent */

#maincontent
{
	float:left;
	padding-left:50px;
	width:750px;
	background: #b8b8b8 url('Images/ondart-mainbg.gif') no-repeat 50% 50%;
	min-height:500px;
}

/* Shopping Cart */

#shoppingcarttable 
{
	width:100%;	
}

#shoppingcarttable th
{
	text-align:left;
	font-weight:bold;
	border-bottom: 2px solid #e82124;
	padding:5px;
	background: url('Images/menubg_grey.png') repeat-x;
	color:#fff;
}

#shoppingcarttable td
{
	text-align:left;
	padding:5px;
	vertical-align:top;
}
