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

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

div#mn-wrapper {

	margin: 0 auto;
	width: 978px;
	padding: 0;
	}
	

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

div#mn-banner {
	float: left;
	width: 976px;
	height: 59px;
	margin: 0px;
	padding: 0px;
	background:url(http://www.spineproducts.com/images/banner.jpg) no-repeat #FFF;
	overflow: hidden;
	border: 1px solid #ababab;
	border-bottom: none;
	}

div#mn-topnav {
	float:left;
	background: url(http://www.spineproducts.com/images/topnav.jpg) no-repeat #888;
	width: 976px;
	height: 42px;
	margin:0;
	padding:0;
	border: 1px solid #ababab;
	border-top: none;
	border-bottom: none;
	/*border-bottom-color: #f4f4f4;*/

	}	

div#mn-graphic {
	float:left;
	background: url(http://www.spineproducts.com/images/graphic2.jpg) no-repeat #AAA;
	width: 976px;
	height: 204px;
	margin:0;
	padding:0;
	border: 1px solid #ababab;
	border-top: none;
	border-bottom: none;
	}	
 
div#mn-graphic-autoreply {
	float:left;
	background: url(../images/main-graphic-no-starburst.jpg) no-repeat #AAA;
	width: 976px;
	height: 204px;
	margin:0;
	padding:0;
	border: 1px solid #ababab;
	border-top: none;
	border-bottom: none;
	} 
 
div#mn-main {
	float: left;
	border: 1px solid #ababab;
	border-top: none;
	width: 976px;
	background:url(http://www.spineproducts.com/images/main.jpg) repeat-y #e9e9e9;
	}

div#mn-content {

	float: right;
	border: 1px solid #ababab;
	border-top: none;
	border-right:none;
	border-bottom: none;
	width: 652px;
	height: auto;
	overflow: hidden;
	margin:0 0 0 1px;
	padding:0 26px 8px 27px;
/*	background: url(http://www.spineproducts.com/images/content.jpg) no-repeat #FFF; */
	background: url(http://www.spineproducts.com/images/contentHeader.jpg) no-repeat;
	/*border-style: dotted;
	color: #cc0000;*/
	}

div#mn-content2 {
	float: left;
	border-top: none;
	border-right:none;
	border-bottom: none;
	width: 976px;
	height: auto;
	overflow: hidden;
	margin:0;
	padding:0;
	text-align:center;
/*	background: url(http://www.spineproducts.com/images/content.jpg) no-repeat #FFF; */
	background: url(http://www.spineproducts.com/images/header-background-no-starburst.jpg) no-repeat;
	/*border-style: dotted;
	color: #cc0000;*/
	}
	div#mn-content2 p	{
		font-size:16px;
		}




/*
div#contentHeader
	{
	width: 704px;
	height: 47px;
	overflow: hidden;
	margin:0 0 0 1px;
	padding:0 0 0 2px;
	background: url(http://www.spineproducts.com/images/contentHeader.jpg) no-repeat; 
	}		
*/
.contentImages
{
float: left;
width: auto;
height: auto;
padding: 18px 16px 15px 0px;
}



div#mn-sidebar {
	float: left;
	width: 268px;
	overflow: hidden;
	margin:1px 0 0 1px;
	padding:0 0 0 0px;
	background: url(http://www.spineproducts.com/images/sidebaryellow.jpg) no-repeat;
	/*border-style: dottedd;
	color: #cc0000;*/
	}
div#mn-sidebarblue{
    float: left;
	/*border-style: solid;*/
	background-color: #e9e9e9;
	overflow: hidden;
	margin:0 0 0 0;
	padding: 65px 0 0px 0;
	width: 271px;
	background: url(http://www.spineproducts.com/images/sidebarblue.jpg) no-repeat;
}	
div#mn-clear {
	clear: both;
	float: left;
	width: 978px;
	
	overflow: hidden;
	}

div#mn-footer {
	clear: both;
	float: left;
	width: 776px;
	padding:15px 25px 15px 171px;
	margin: 0 auto;
	text-align:center;
	/*background: url(http://www.spineproducts.com/images/footer.jpg) no-repeat;*/
	/*footerImg.jpg exists but not*/
	}
div#footerImg
{

text-align:center;
}
div#footerText
{
text-align:center;
}	
	
/*  *********************************************  IE6 ALERT   *********************************************** */

#ie6alert {
	clear: both;
	float: left;
	width: 978px;
	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;
		}
