body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(/images/design/background.jpg);
	background-repeat:repeat-x;
	background-color:#4396ca;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center;
	font-size:12px;
}
#main_container {
	width:926px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	}
#rightside {
	width:700px;
	padding: 0 24px 36px 24px;
}

#top_slice {
	width:895px;
	height:205px;
	background-image:url(/images/design/header_background.jpg);
	background-repeat:no-repeat;
	padding:11px 14px;
	
	}
	
#content {
	width: 894px;
	background-image:url(/images/design/body_background.jpg);
	background-repeat:repeat-y;
	padding-left:30px;
		clear:both;
}

#content h1{
	color:#77CE24;
	font-size:16px;
	font-weight:bold;
	margin-left:12px;
	}
	
#content h2{
	color:#77CE24;
	font-size:14px;
	font-weight:bold;
	margin-left:12px;
	}
	
#content p{
	margin-left:12px;
	margin-right:24px;
	}

#bottom_slice {
	width:926px;
	background-image:url(/images/design/bottom_slice.jpg);
	height:20px;
	}


#footer {
	color:#ffffff;
	width:890px;
	font-size:10px;
	padding:0 18px;

}
#copyright {
	width:250px;
	text-align:left;
}
#bottom_links {
	text-align:right;
	}
#bottom_links a{
	color:#ffffff;
	text-decoration:none;
	}
#bottom_links a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
#logo {
	background-image:url(/images/design/logo_bg.jpg);
	background-repeat:no-repeat;
	height:136px;
	width:257;
	text-align:center;
	padding-top:21px;
	}
.blue13 {
	color:#0A3F9D;
	font-size:13px;
	font-weight:bold;
		}
a.menu:link, a.menu:visited, a.menu:active {
	color:#0A3F9D;
	font-size:13px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
	}
a.menu:hover {
	color:#66CC00;
	font-size:13px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
	}
	
#cat_menu {
	font-size:12px;
	width:160px;
	background-color:#efefef;
	}
#cat_menu_title {
	height:23px;
	width:145px;
	padding-left:14px;
	background-image:url(/images/design/cat_bg.jpg);
	background-repeat:no-repeat;
	color:#0A3F9D;
	font-size:13px;
	font-weight:bold;
	padding-top:6px;
	}
#cat_menu a {
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#333;
	border-bottom:1px solid #ffffff;
	}
#cat_menu a:hover {
	display:block;
	font-size:12px;
	color:#666666;
	border-bottom:1px solid #cccccc;
	text-decoration:none;
	}
.catlevel0 {
	padding:3px 28px;
	background-image:url(/images/design/green-arrow.jpg);
	background-repeat:no-repeat;
	background-position: 0px;
	position: relative;
	bottom: 2px;
	height: auto;
	font-weight:bold;
	}
.catlevel1 {
	padding:3px 38px;
	}
#mini_cart {
	height:60px;
	width:120px;
	background-image:url(/images/design/mini_cart_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-left:12px;
	margin-bottom:12px;
	margin-right:24px;
	color:#0a3f9d;
	
	}