/* CSS Document */
body{
	margin: 25px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 77%;
	color: #000000;
	background-color: #FFFFFF;
}
p{
	line-height: 1.75em;
}
p + p{
	text-indent: 2em;
}
ul{
	list-style-type: disc;
	margin: 1em 1.5em;
}
ul li{
	margin: .25em;
}
h1{
	font-size: 197%;
}
h2{
	font-size: 167%;
}
h3{
	font-size: 136%;
}
strong{
	font-weight: bold;
}
#header{
	width: 100%;
	background-image: url('../images/header_bkgrd.gif'); 
	background-repeat: repeat-x;
	border: 1px solid #DEC97B;
	height: 114px;
	margin-bottom: 12px;	
}
#menu{
	width: 100%;
	background: #A5E1FF;	
	background-image: url('../images/menu_bkgrd.gif'); 
	background-repeat: repeat-x;
	border: 1px solid #DEC97B;
	text-align: left;
	margin-bottom: 12px;	
}
.largeCatImage{
	border: 1px solid #1C739F;
	background: #DEC97B;
	background-image: url('../images/cat_image_bkgrd.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px 8px 8px 0px
}
.largeCatImage img {
	border: 0px solid #1C739F;
}
.cartContainer{
	padding: 8px;
	background: #F0F9FE;
	border: 1px outset #8DB9CF;
}
