* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: url(/images/body_bg.gif);
	position: relative;
}

body {
	font: normal 11px/1.4 Verdana, Arial, sans-serif;
	min-height: 100%;
	display: block;
	position: relative;
}
	* html body {
		height: auto !important;
		height: 100%;
	}

a {
	text-decoration: underline;
	color: #000;
}
	a:hover {
		color: #b62027;
	}
	a img {
		border: 0;
	}

p {
	margin-bottom: 1em;
}
	form p {
		margin-bottom: .5em;
	}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h1 {
	width: 154px;
	height: 159px;
	margin: 20px auto;
}
	h1 a {
		display: block;
		overflow: hidden;
		text-indent: -1000em;
		width: 100%;
		height: 100%;
		background: url(/images/mco_logo.jpg) no-repeat;
	}
h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

label {
	display: block;
}

table {
	font-size: 1em;
}

#container {
	padding: 20px;
}

#page, #page_top, #page_bottom {
	width: 943px;
	margin: 0 auto;
}
	#page {
		background: url(/images/page_bg.png) top left repeat-y;
		overflow: hidden;
	}
	#page_top {
		height: 32px;
		background: url(/images/page_top_bg.png) top left repeat-y;
	}
	#page_bottom {
		height: 33px;
		background: url(/images/page_bottom_bg.png) top left repeat-y;
	}

#sidebar {
	position: absolute;
	right: 50%;
	top: 0;
	width: 167px;
	height: 100%;
	margin-right: 250px;
	padding: 0 20px 20px 80px;
	background: url(/images/sidebar_bg.png) repeat-y;
}
	* html #sidebar {
		width: 147px;
		background-position: -9px 0;
		margin-right: 240px;
		overflow: hidden;
	}
	#sidebar h3 {
		color: #fff;
		border-bottom: 2px solid #000;
		padding-bottom: 1px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	#sidebar h3 span {
		display: block;
		border-bottom: 1px solid #000;
	}
	#sidebar label {
		color: #fff;
	}
	#sidebar form p {
		padding: 0 5px;
	}
		* html #sidebar form p {
			padding: 0;
		}
	#nav li {
		list-style: none;
		border-bottom: 1px solid #000;
		padding: 4px 6px;
	}
		#nav li.last {
			border-bottom: 0;
		}
	#nav a {
		color: #fff;
		text-decoration: none;
	}
		#nav a:hover {
			text-decoration: underline;
		}

#main {
	margin-left: 222px;
	padding: 15px 20px 5px 20px;
	min-height: 300px;
	position: relative;
}

/* home */
#welcome {
	margin-bottom: 15px;
	overflow: auto;
}
	#welcome .image {
		float: left;
	}
	#welcome .copy {
		margin-left: 279px;
		width: 373px;
	}

#callouts {
	width: 689px;
	width: 626px;
	height: 534px;
	height: 446px;
	background: url(/images/callouts_bg.jpg) no-repeat;
	padding: 42px 34px 46px 29px;
}
	h2#coming_soon {
		width: 626px;
		height: 44px;
		text-indent: -1000em;
		overflow: hidden;
		background: url(/images/heading_comingsoon.jpg) no-repeat;
	}
	h2#our_favorites {
		width: 626px;
		height: 44px;
		text-indent: -1000em;
		overflow: hidden;
		background: url(/images/heading_favorites.jpg) no-repeat;
		margin-bottom: 10px;
	}
		* html h2#our_favorites {
			margin-bottom: 0;
		}
	#callouts .copy {
		padding: 20px;
		width: 340px;
	}
	#callouts form {
		width: 240px;
	}
		#callouts input[type=text] {
			width: 236px;
		}
		#callouts ul {
			padding-left: 15px;
			width: 392px;
			overflow: auto;
		}
			* html #callouts ul {
				width: 430px;
			}
			#callouts a {
				text-decoration: none;
			}
		#callouts ul li {
			float: left;
			list-style: none;
			margin-right: 15px;
			padding-bottom: 10px;
			width: 114px;
			text-align: center;
		}
		#callouts ul li span.image {
			display: block;
			width: 114px;
			height: 152px;
			overflow: hidden;
		}
		#callouts ul li img {
			width: 114px;
			max-height: 152px;
		}

/* headings */
h2#welcome {
	text-indent: -1000em;
	overflow: hidden;
	display: block;
	height: 47px;
	width: 373px;
	margin-bottom: 15px;
	background: url(/images/heading_welcome.gif) no-repeat;
}

/* misc */
#wysiwyg {
	background: #fff;
	padding: 10px;
}

.error {
	color: #b62027;
	font-weight: bold;
}

.product_category_heading {
	display: block;
	margin-bottom: 20px;
}
	.product_category_heading h2 {
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 1;
	}

.product {
	overflow: auto;
}

.product_images {
	float: left;
	width: 167px;
	padding-left: 10px;
}


.product_description {
	margin-left: 207px;
	width: 280px;
}
.product_description h3 {
	border-bottom: 1px solid #371e10;
	margin-bottom: 1em;
}

.product_category_heading h2 {
	margin-bottom: 0;
}


.related_products {
	margin-top: 40px;
	padding-left: 10px;
}

#add_to_cart {
	background: #d5d3d3;
	border: 1px solid #371e10;
	padding: 2px 5px;
}
	#add_to_cart:hover {
		background: #f8edd1;
	}
	
ul.product_listing {
	list-style: none;
}
	ul.product_listing li {
		width: 30%;
		float: left;
		text-align: center;
		padding-right: 3%;
		font: 1.2em Georgia, serif;
	}
		.product_listing .image_container {
			position: relative;
			width: 114px;
			margin: 0 auto;
			padding: 0;
			line-height: 0;
		}
			.product_listing .image_container .badge {
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
				height: 40px;
				background: url(/images/sale_badge.gif) top right no-repeat;
				text-indent: -1000em;
				overflow: hidden;
			}
	ul.product_listing li a {
		text-decoration: none;
	}
	.product_grouping {
		padding-bottom: 20px;
		border-bottom: 1px solid #371e10;
		margin-bottom: 20px;
		overflow: auto;
	}
		* html .product_grouping {
			padding-top: 20px;
			border-bottom: 0;
		}
	
.product_thumbs {
	list-style: none;
}
	.product_thumbs li {
		float: left;
		padding-top: 10px;
		padding-right: 15px;
	}
	
.red {
	color: #f00;
}

#subcategory_list {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	overflow: auto;
	text-align: center;
	padding: 5px;
	clear: right;
	margin-bottom: 10px;
}
	#subcategory_list span {
		padding: 0 20px;
		border-right: 1px solid #000;
		font-size: 12px;
		white-space: nowrap;
	}
		#subcategory_list span:last-child, #subcategory_list span.last {
			border-right: 0;
		}
		#subcategory_list a {
			text-decoration: none;
		}
		#subcategory_list a:hover {
			text-decoration: underline;
		}
	
#products_header {
	margin: 10px 0;
}

#subprodcats {
	padding-bottom: 5px;
	margin-bottom: 0;
}

.notify {
	background: #f8edd1;
	border: 2px solid #846d61;
	padding: 8px;
	font-size: 1.2em;
}

#viewcart {
	position: absolute;
	top: 0px;
	right: 15px;
	display: block;
	width: 90px;
	height: 40px;
	text-indent: -1000em;
	overflow: hidden;
	background: url(/images/viewcart.gif) no-repeat;
	z-index: 5;
}