/*CSS*/
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) top center repeat-x #EEE;
	}

/*  *********************************************  WRAPPER   *********************************************** */

div#mn-wrapper {
	margin: 0 auto;
	width: 989px;
	padding: 47px 0 0 0;
	}
	

/*  *********************************************  STRUCTURE   *********************************************** */

div#mn-banner {
	float: left;
	width: 182px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	background:url(../images/banner.jpg) no-repeat;
	overflow: hidden;
	}

div#mn-topnav {
	float:left;
	background: url(../images/topnav.jpg) no-repeat;
	width: 807px;
	height: 142px;
	margin:0;
	padding:0;
	}	

div#mn-main {
	float: left;
	width: 989px;
	background:url(../images/main.jpg) repeat-y #BBB;
	overflow: hidden;
	}

div#mn-icons {
	float:left;
	background: url(../images/icons.jpg) no-repeat;
	width: 636px;
	height: 160px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-graphic {
	float:right;
	background: url(../images/graphic.jpg) no-repeat;
	width: 353px;
	height: 396px;
	margin:0;
	padding:0;
	overflow: hidden;
	}	
 
div#mn-content {
	float: left;
	width: 586px;
	overflow: hidden;
	margin:0;
	padding:0 25px 20px 25px;
	background: url(../images/content.jpg) no-repeat;
	}

div#mn-sidebar {
	clear: right;
	float: right;
	width: 308px;
	overflow: hidden;
	margin:0;
	padding:0 0 10px 45px;
	background: url(../images/sidebar.jpg) no-repeat;
	}
	
	/* ******************************************* CART - BEGIN *************************************************** */
	div#mn-sidebar2 {
		clear: right;
		float: right;
		position: relative;
		width: 308px;
	/* 	overflow: hidden; */
		margin:0;
		padding:0 0 10px 45px;
		}

	div#mn-cart {
		width: 308px;
		position: absolute;
		top: 0;
		/* just used to show how to include the margin in the effect */
	/*
		border-top: 1px solid purple;
		margin-top: 20px;
		padding-top: 19px;
	*/
	}
	div#mn-cart.fixed {
	  position: fixed;
	  top: 0;
	}


	.simpleCart_items {
		width: 308px;
	}

	.cartHeaders {
		display: none;
	}

	.itemContainer {
		width: 308px;
		clear: both;
		border-bottom: 1px dashed;
	}

	.itemRemove {
		float: right;
		padding: 2px;	
		font-size: 12px;
	}

	.itemRemove a {
		text-decoration: none;
		color: red;
	}


	.itemincrement {
		float: left;
		padding: 2px;
		font-size: 12px;
	}

	.itemincrement a {
		text-decoration: none;
		color: green;
	}

	.itemQuantity {
		float: left;

		padding: 2px;
		font-size: 12px;
	}

	.itemName {
		float: left;
		padding: 2px;
		font-size: 12px;
		width: 175px;
	}

	.itemContainer div {
		padding-right: 10px;
	}

	/* ******************************************* CART - END *************************************************** */

div#mn-footer {
	clear: both;
	float: left;
	width: 100%;
	padding:15px 0;
	margin: 0 auto;
	background: #4A251C;
	}
		
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 989px;
	background: #000;
/*	  filter:alpha(opacity=80); */
	  opacity:0.8;
	border-top: 4px solid #000;
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0 40px 0;
	}
 
#ie6alert p {
	width: 850px;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	color: #FFF;
	}

#ie6alert a {
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	color: #FFF;
	}
	#ie6alert a:hover {
		background-color: #182126;
		}
