	* {
		margin: 0;
		padding: 0;
		border: 0;
		color: #515151;
		font-family: verdana, sans-serif;	
	}
	
	h3 {
		font-weight: bold;
		font-size: 13pt;
		margin: 15px 0 15px 0;
		color: #271E66;
	}
	
	h4 {
		font-weight: bold;
		font-size: 12pt;
		margin: 15px 0 15px 0;	
		color: #271E66;
	}
	
	h3 span,
	h4 span {
		color: #82B450;
	}	
	
	h5 {
		font-weight: bold;
		font-size: 11pt;
		margin: 15px 0 15px 0;			
	}	
	
	p {
		margin: 5px 0 10px 0;
		font-size: 10pt;	
	}
	
	a {
		text-decoration: none;
	}
	
	div#primary-positioner {
		position: absolute;
		top: 160px;
		width: 800px;
		margin-left:-400px;
		left: 50%;
	}
	
	div#page-heading {
		position: absolute;
		top: 20px;
		width: 800px;
		margin-left:-400px;
		left: 50%;	
		background: url('../images/layout/mwm-logo.jpg') 0 5px no-repeat;
		height: 75px;
		text-align: right;
	}	

		div#page-heading * {
			font-size: 10pt;	
		}	
	
		div#page-heading h1,
		div#page-heading h2 {
			display: none;
		}		
	
	div#page-navigation {
		position: absolute;
		top: 95px;
		width: 100%;
		background-color: #ff0000;
		background: url('../images/layout/nav-ul.gif') 0 29px repeat-x;
		height: 38px;
		margin-bottom: 35px;
	}
	
		div#page-navigation ul {
			position: relative;
			width: 800px;
			margin-left:-275px; /*Originally -400px*/
			left: 50%;
		}	
		
		div#page-navigation li {
			display: inline;
			float: left;
		}
		
		div#page-navigation ul a {
			display: block;
			height: 31px;
			margin-right: 5px;
		}
		
		div#page-navigation ul a span {
			display: none;
		}
		
		a#nav-home {   width: 101px; background: url('../images/layout/nav-home.gif') 0 0 no-repeat;   }
		a#nav-home:hover {   width: 101px; background: url('../images/layout/nav-home-active.gif') 0 0 no-repeat;   }
		a#nav-news {   width: 101px; background: url('../images/layout/nav-news.gif') 0 0 no-repeat;   }
		a#nav-news:hover {   width: 101px; background: url('../images/layout/nav-news-active.gif') 0 0 no-repeat;   }
		a#nav-test {   width: 101px; background: url('../images/layout/nav-test.gif') 0 0 no-repeat;   }
		a#nav-test:hover {   width: 101px; background: url('../images/layout/nav-test-active.gif') 0 0 no-repeat;   }
		a#nav-tips {   width: 154px; background: url('../images/layout/nav-tips.gif') 0 0 no-repeat;   }
		a#nav-tips:hover {   width: 154px; background: url('../images/layout/nav-tips-active.gif') 0 0 no-repeat;   }
		a#nav-upholstry {   width: 101px; background: url('../images/layout/nav-upholstry.gif') 0 0 no-repeat;   }
		a#nav-upholstry:hover {   width: 101px; background: url('../images/layout/nav-upholstry-active.gif') 0 0 no-repeat;   }
		a#nav-accessories {   width: 101px; background: url('../images/layout/nav-accessories.gif') 0 0 no-repeat;   }
		a#nav-accessories:hover {   width: 101px; background: url('../images/layout/nav-accessories-active.gif') 0 0 no-repeat;   }		
		a#nav-contact {   width: 101px; background: url('../images/layout/nav-contact.gif') 0 0 no-repeat;   }
		a#nav-contact:hover {   width: 101px; background: url('../images/layout/nav-contact-active.gif') 0 0 no-repeat;   }

		a#nav-home-active {   width: 101px; background: url('../images/layout/nav-home-active.gif') 0 0 no-repeat;   }
		a#nav-news-active {   width: 101px; background: url('../images/layout/nav-news-active.gif') 0 0 no-repeat;   }
		a#nav-test-active {   width: 101px; background: url('../images/layout/nav-test-active.gif') 0 0 no-repeat;   }
		a#nav-tips-active {   width: 154px; background: url('../images/layout/nav-tips-active.gif') 0 0 no-repeat;   }
		a#nav-upholstry-active {   width: 101px; background: url('../images/layout/nav-upholstry-active.gif') 0 0 no-repeat;   }
		a#nav-accessories-active {   width: 101px; background: url('../images/layout/nav-accessories-active.gif') 0 0 no-repeat;   }		
		a#nav-contact-active {   width: 101px; background: url('../images/layout/nav-contact-active.gif') 0 0 no-repeat;   }
		
	div#page-footer {
		float: left;
		display: inline;
		width: 800px;
		background: url('../images/layout/nav-ul.gif') 0 5px repeat-x;
		padding: 12px 0 15px 0;
	}
	
		div#page-footer * {
			font-size: 10pt;	
		}

		div#page-footer div.left-links,
		div#page-footer div.right-links {
			display: inline;
			width: 400px;
		}

		div#page-footer ul {
			display: inline;
		}

		div#page-footer li {
			display: inline;
		}
		
		div#page-footer a {
			padding: 5px;
			display: block;
		}

		div#page-footer img {
			margin: 0 5px -2px 0;
		}
		
		div#page-footer div.left-links li {
			float: left;
		}
		
		div#page-footer div.right-links li {
			float: right;
		}		
	
	div.content-row {
		width: 800px;
		display: inline;
		float: left;
		margin-bottom: 5px;
	}
	
	div.column-left {
		display: inline;
		float: left;
		width: 475px;
	}
	
		div.content-left {		
			padding: 10px;
			width: 455px;
			background-color: #f9f9f9;
		}
		
		div.content-left ul{		
			padding-left: 30px;
			text-transform: lowercase;
			font-size: 10pt;
		}
		
	div.column-left-policy {
		display: inline;
		float: left;
		width: 800px;
	}
	
		div.content-left-policy {		
			padding: 10px;
			width: 780px;
			background-color: #f9f9f9;
		}
		
		img#title-1 {
			margin-right:5px;
		}
		
		div.content-detail {
			text-align: center;
			margin: 20px 0;
		}
	
	div.column-right {
		display: inline;
		float: left;	
		width: 322px;
		padding: 0 0 0 3px;
	}
	
		div.content-right {
			width: 307px;
			padding: 150px 5px 0 13px;
		}
		
		div.splash-right {
			width: 282px;
			height: 280px;
			padding: 20px;
			position: relative;
		}

			div.splash-right h3 {
				margin-top: 0px;
			}
		
			div.splash-right div#splash-seemore {
				position: absolute;
				display: inline;
				margin-bottom: -18px;
				top: 270px;
				left: 135px;
				width: 172px;
				height: 18px;
				background: url('../images/layout/splash-seemore.gif') 0 0 no-repeat;
			}

			div.splash-right div#splash-seemore a {
				display: block;
				width: 172px;
				height: 18px;
			}
			
			div.splash-right div#splash-seemore span {
				display: none;
			}			
		
		div.feature {
			display: inline;
			float: left;
			width: 297px;
			border: #9D9D9D solid 1px;
			margin-bottom: 15px;
			padding: 5px;
		}
		
			div.feature img {
				display: inline;
				float: right;
				margin: 0 0 10px 15px;
			}
			
			div.feature h5 {
				margin-top:5px;
			}
			
			div.feature-hr {
				display: inline;
				float: left;
				width: 307px;			
				font-size: 1px;
				height: 1px;
				background: url('../images/layout/feature-hr.gif') 0 0 repeat-x;
				margin-bottom: 15px;
			}	
			
			.site {
				padding-left: 50px;
			}
