/* ---------- General rules ---------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	}

body {
	background: #fff url(images/mv_fade.jpg) repeat-x 0 0;
	color: #555;
	margin-top: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	}

.hide {
	display: none;
	}

hr {
	color: #c5c7cb;
	height: 1px;
	width: 463px;
	}

p, ul, li {
	margin: 0 0 18px 0;
	}

strong {
	font-weight: bold;
	color: #c00;
	}

li strong {
	font-weight: bold;
	color: #005EB0;
	}

table {
	font-size: 12px;
	}

/* ---------- Structure ---------- */

body#homepage #wrapper,
body#fourofour #wrapper {
	background: url(images/bg-home.gif) repeat-y top center;
	width: 764px;
	margin: 0 auto;
	}

#wrapper {
	background: url(images/bg-rest.gif) repeat-y top center;
	width: 764px;
	margin: 0 auto;
	}

#homecontent {
	background: transparent;
	width: 764px;
	float: left;
	margin-top: 10px;
	}

#l {
	float: left;
	background: transparent;
	width: 214px;
	margin: 0;
	padding: 20px 20px 10px;
	}

#c {
	float: left;
	background: transparent;
	width: 214px;
	padding: 20px 20px 10px;
	}

#r {
	float: right;
	background: transparent;
	width: 214px;
	padding: 20px 20px 10px;
	}

#content {
	float: left;
	background: transparent;
	width: 764px;
	}

#content #left {
	float: left;
	background: transparent;
	color: #999;
	width: 212px;
	padding: 20px;
	}

#content #right {
	float: right;
	color: #666;
	width: 469px;
	padding: 20px;
	}

#help #right {
	background: url(images/mv_Help.gif) no-repeat top right;
	}

#content #right #col_a {
	float: left;
	width: 224px;
	}

#content #right #col_b {
	float: right;
	width: 224px;
	}

#content #right #row_c {
	clear: both;
	}

#logo {
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/mv_LogoBg.jpg) no-repeat right top;
	color: #666;
	}

#logo .left {
	float: left;
	margin: 15px 20px;
	}

#logo .right {
	float: right;
	margin: 20px 100px 0 0;
	font-size: 14px;
	font-weight: bold;
	}

#logo .right span {
	color: #c00;
	font-weight: bold;
	}

td.call-sales {
	text-align: center;
	}

td.call-sales span {
	color: #c00;
	font-weight: bold;
	}

#topnav {
	background: #fff url(images/mv_SearchBg.jpg) repeat-x left bottom;
	color: #333;
	height: 2em;
	margin: 0px;
	padding: 10px 20px 7px;
	border-top: 1px solid #c5c7cb;
	font-size: 11px;
	}

#topnav #date {
	float: left;
	}

#topnav #links {
	float: right;
	}

#banner {
	position: relative;
	background: #fff url(images/mv_Banner.jpg) no-repeat 0 0;
	height: 184px;
	}

#banner404 {
	position: relative;
	background: #fff;
	height: 184px;
	}

#footer {
	clear: both;
	background: #fff;
	width: 724px;
	margin: 0 auto;
	padding: 10px 20px;
	border-top: 1px solid #d9d9e4;
	text-align: left;
	}

#homepage #footer,
#fourofour #footer {
	clear: both;
	background: #234568 url(images/footer-bg.jpg) repeat-x 0 0;
	width: 724px;
	margin: 0 auto;
	padding: 20px;
	border-top: 1px solid #000;
	}

#homepage #footer p {
	color: #fff;
	margin-bottom: 0;
	font-size:11px;
	}

#footer p {
	color: #666;
	margin-bottom: 0;
	font-size:11px;
	}

#homepage #footer a {
	color: #fff;
	text-decoration: underline;
	}

#cart {
	background: transparent url(images/mv_Cart.gif) no-repeat 0 0;
	padding-left: 22px;
	}

#crumbs {
	background: #f5f5f5;
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid #c5c7cb;
	font-size: 11px;
	}

#search {
	position: absolute;
	top: 120px;
	left: 20px;
	}

td {
	color: #666;
	}

/* ---------- LINKS ---------- */


a:link {
	color: #005EB0;
	background: transparent;
	text-decoration: none;
	}

a:visited {
	color: #005EB0;
	background: transparent;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #f00;
	background: transparent;	
	text-decoration: underline;
	}

/* ---------- LISTS ---------- */

dl, dt, dd {
	line-height: 1.6em;
	}
	
dd {
	margin-left: 20px;
	}

input#text {
	background: #fff;
	color: #666;
	vertical-align: top;
	padding: 0.5em;
	border: 1px solid #D9D9E4;
	}

#searchbutton {
	background: transparent;
	margin-top: 4px;
	}

#helpbox {
	background: url(images/mv_Help.gif) no-repeat top right;
	}

table {
	margin: 0;
	padding: 0;
	border: 0;
	}

table#sitemap td {
	padding: 2px 0;
	}

table#sitemap td.item {
	padding: 2px 0 2px 12px;
	}

table#maincontent {
	background-color: #fff;
	color: #333;
	width: 758px;
	border-top: 1px solid #d9d9e4;
	}

td {
	vertical-align: top;
	}

tr#background {
	background: transparent url(images/mv_SearchBg.jpg) repeat-x top left;
	}

table#champrange {
	margin-top: 20px;
	background: #edf2f8;
	color: #000;
	font-size: 11px;
	}

table#champrange th {
	text-align: center;
	}

table#champrange td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #d9d9e4;
	border-right: 1px solid #d9d9e4;
	color: #000;
	}

table#champrange td.firstcol {
	text-align: left;
	border-left: 1px solid #d9d9e4;
	}

table#champrange .col_a {
	padding: 8px 5px;
	text-align: left;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
	}

table#champrange .col_b {
	padding: 8px 5px;
	text-align: center;
	width: 88px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}
	
table#champrange .col_c {
	padding: 8px 5px;
	text-align: center;
	width: 98px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}
	
table#champrange .col_d {
	padding: 8px 5px;
	text-align: center;
	width: 98px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}
	
table#gemrange {
	margin-top: 20px;
	margin-bottom: 10px;
	background: #edf2f8;
	font-size: 10px;
	}

table#gemrange th {
	text-align: center;
	}

table#gemrange td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #d9d9e4;
	border-right: 1px solid #d9d9e4;
	}

table#gemrange td.firstcol {
	text-align: left;
	border-left: 1px solid #d9d9e4;
	}

table#gemrange .col_a {
	padding: 8px 5px;
	text-align: left;
	width: 170px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 160px;
	}

table#gemrange .col_b {
	padding: 8px 5px;
	text-align: center;
	width: 88px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}
	
table#gemrange .col_c {
	padding: 8px 5px;
	text-align: center;
	width: 98px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}
	
table#gemrange .col_d {
	padding: 8px 5px;
	text-align: center;
	width: 98px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 88px;
	}

#bpv td {
	padding: 5px 5px 5px 0;
	}

.kits {
	margin: 10px 0 20px 0;
	font-size: 10px;
	border-top: 1px solid #c5c7cb;
	}
	
.productlist {
	margin-bottom: 10px;
	width: 465px;
	height: 100px;
	border-top: 1px solid #c5c7cb;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 99px;
	}

.productlist td {
	padding: 10px 0px 0px 0;
	}

.productlist td.moreinfo {
	padding: 0px 5px 0 0;
	}
	
.productlist .col_a {
	width: 75px;
	}

.productlist .col_b {
	width: 230px;
	}
	
.productlist .col_c {
	width: 70px;
	}
	
.productlist .col_d {
	width: 70px;
	}

.product {
	margin-bottom: 10px;
	width: 466px;
	border: 1px solid #c5c7cb;
	}

.product #infobox {
	background: #fff url(images/mv_NumaticLogo.gif) no-repeat top right;
	}
	
.product #seboinfobox {
	background: #fff url(images/mv_SeboLogo.jpg) no-repeat top right;
	}
	
.product #lindinfobox {
	background: #fff url(images/mv_LindhausLogo.gif) no-repeat top right;
	}
	
.product #hooverinfobox {
	background: #fff url(images/mv_HooverLogo.gif) no-repeat top right;
	}

.product #rugdoctorinfobox {
	background: #fff url(images/mv_RugDoctorLogo.gif) no-repeat top right;
	}
	
.product #hydromistinfobox {
	background: #fff url(images/mv_HydroMistLogo.jpg) no-repeat top right;
	}

.product #truvoxinfobox {
	background: #fff url(images/mv_TruvoxLogo.gif) no-repeat top right;
	}

.product td {
	padding: 10px 0 0 0;
	}

.product td.info {
	padding: 10px 0 10px 10px;
	vertical-align: middle;
	}

.product td.infocall {
	padding: 0 0 10px 0;
	vertical-align: middle;
	}

.product td.infosimple {
	padding: 10px 0 0 10px;
	}

.product td.moreinfo {
	padding: 0px 5px 0 0;
	}

.product td.cart {
	padding: 10px 45px 0 0;
	}

.product td.cartsimple {
	padding: 10px 0 0 20px;
	}

.product .col_a {
	width: 168px;
	}

.product .col_b {
	width: 297px;
	}

ul {
	margin: 0 0 18px 0;
	}

ul li {
	list-style: disc inside;
	margin: 0;
	margin-left: 0;
	line-height: 1.5em;
	}

#content #right ul {
	margin: 1em 0;
	padding: 0;
	}
html>body #content #right ul {
	margin-left: 0;
	}
	
#content #right li {
	list-style: disc outside;
	margin: 0;
	margin-left: 15px;
	line-height: 1.5em;
	}

.maincontentleft {
	background: #f5f5f5;
	color: #999;
	width: 250px;
	padding: 20px;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width: 210px;
	}

html>.maincontentleft	{
	font-size: x-small;
	width: 210px;
	}

/*.maincontentleft a {
	display: block;
	margin: 0;
	padding: 1px 10px 1px 5px;
	border-right: 1px solid #d9d9e4;
	
	}

.maincontentleft a:hover {
	background-color: #e1e1e5;
	border-right: 4px solid #039;
	padding-right: 7px;
	}*/

#maincontentleft p span, .maincontentleft p span {
	font-size: 9px;
	color: #999;
	}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	color: #d31d16;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #d9d9e4;
	}

#homepage #c h3 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	border: none;
	}

#maincontentleft h1 span {
	display: none;
	}

h3 {
	color: #333;
	margin: 0 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#homepage #c h3 {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	}

h4 {
	margin-bottom: 10px;
	color: #8292bb;
	font-weight: bold;
	}
	
#home {
	text-align: center
	}

h2#home span {
	display: none;
	}



#maincontentcenter {
	width: 253px;
	padding: 20px;
	border-left: 1px solid #d9d9e4;
	text-align: left;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width: 212px;
	}

#homecontent #c h2 {
	background: #fff url(images/mv_Welcome.gif) no-repeat top left;
	width: 100%;
	height: 46px;
	margin-top: 0;
	border: 0;
	}

#maincontentcenter p span, #homecontent #c h2 span, #maincontentcenter h2 span, #maincontentleft h1 span, #maincontentright p span {
	display: none;
	}

.maincontentcenter {
	width: 506px;
	padding: 20px;
	border-left: 1px solid #d9d9e4;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width: 465px;
	}
	
html>.maincontentcenter	{
	font-size: x-small;
	width: 465px;
	}

.maincontentcenterpi {
	width: 506px;
	padding: 20px;
	border-left: 1px solid #d9d9e4;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width: 465px;
	}
	
html>.maincontentcenterpi	{
	font-size: x-small;
	width: 465px;
	}

#maincontentright {
	width: 253px;
	padding: 20px;
	border-left: 1px solid #d9d9e4;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	width: 212px;
	}

html>#maincontentright	{
	font-size: x-small;
	width: 212px;
	}

#navigation a {
	display: block;
	}

form {
	vertical-align: top;
	margin-bottom: 18px;
	}

#homepage form {
	margin-bottom: 0;
	}

#homeheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}



.mediumgrey {
	color: #999;
	font-size: x-small;
	font-weight: bold;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
	
#homecontent #l p {
	color: #333;
	}

.terms {
	margin-top: 0;
	}

.hilite {
	/*background: #abb5d1;
	color: #fff;*/
	}

.larger {
	color: #666;
	font-size: 13px;
	}

.tiny {
	font-size: 9px;
	}
	
.tinywhite {
	font-size: 9px;	
	background: transparent;
	color: #fff;
	}

.pnatext {
	background: transparent;
	color: #fff;
	}

#col_a ul#subnav {
	width: 224px;
	margin: 0 0 0 0;
	}

#col_a ul#subnav br {
	display: none;
	}

#col_a ul#subnav li {
	list-style: none outside;
	margin: 0 0 10px 0;
	}

#col_a ul#subnav a:visited {
	display: block;
	padding: 6px 10px;
	border-width: 1px;
	border-style: solid;
	}

#col_a ul#subnav a:hover {
	background: #fff  url(images/mv_ProductOver.jpg) no-repeat 0 0;
	border-color: #ccc;
	color: #333;
	text-decoration: none;
	}

#col_a ul#subnav a:hover strong {
	color: #c00;
	}

#col_a ul#subnav a:link {
	display: block;
	padding: 6px 10px;
	border-width: 1px;
	border-style: solid;
	}

#col_a ul#subnav strong {
	display: block;
	font: 13pt Arial;
	text-transform: lowercase;
	margin-bottom: 4px;
	}

#col_a ul#subnav .box1 strong {
	color: #ced4e5;
	}

#col_a ul#subnav .box2 strong {
	color: #039;
	}

#col_a ul#subnav .box3 strong {
	color: #6c7eaf;
	}

#col_a ul#subnav .box4 strong {
	color: #6c7eaf;
	}
	
#col_a ul#subnav .box5 strong {
	color: #333;
	}

#col_a ul#subnav .box6 strong {
	color: #6c7eaf;
	}

#col_a ul#subnav .box7 strong {
	color: #6c7eaf;
	}

#col_a ul#subnav .box1 a {
	background: #6c7eaf;
	color: #fff;
	border-color: #6c7eaf;
	}

#col_a ul#subnav .box2 a {
	background: #bfc6dc;
	color: #333;
	border-color: #bfc6dc;
	}

#col_a ul#subnav .box3 a {
  background: #ced4e5;
  color: #666;
  border-color: #ced4e5;
  }

#col_a ul#subnav .box4 a {
  background: #ebeffa;
  color: #039;
  border-color: #ebeffa;
  }
	
#col_a ul#subnav .box5 a {
  background: #e1e1e5;
  color: #666;
  border-color: #e1e1e5;
  }
	
#col_a ul#subnav .box6 a {
  background: #f8f6ed;
  color: #666;
  border-color: #f8f6ed;
  }
	
#col_a ul#subnav .box7 a {
  background: #ced4e5;
  color: #666;
  border-color: #ced4e5;
  }
	
#col_b ul#subnav_2 {
	width: 224px;
	margin: 0;
	}
	
#col_b #subnav_2 br {
	display: none;
	}
	
#col_b ul#subnav_2 li {
	list-style: none outside;
	margin: 0 0 10px 0;
	}

#col_b ul#subnav_2 a:visited {
  display: block;
  padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
  }
	
#col_b #subnav_2 a:hover {
  background: #fff  url(images/mv_ProductOver.jpg) no-repeat 0 0;
  border-color: #ccc;
  color: #333;
	text-decoration: none;
  }
	
#col_b #subnav_2 a:hover strong {
  color: #c00;
  }

#col_b #subnav_2 a:link {
  display: block;
  padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
	}
	
#col_b #subnav_2 strong {
  display: block;
  font: 13pt Arial;
  text-transform: lowercase;
  margin-bottom: 4px;
  }
	
#col_b #subnav_2 .box1_2 strong {
	color: #6c7eaf;
	}
	
#col_b #subnav_2 .box2_2 strong {
	color: #039;
	}
	
#col_b #subnav_2 .box3_2 strong {
	color: #ced4e5;
	}
	
#col_b #subnav_2 .box4_2 strong {
	color: #6c7eaf;
	}
	
#col_b #subnav_2 .box5_2 strong {
	color: #039;
	}
	
#col_b #subnav_2 .box6_2 strong {
	color: #039;
	}
	
#col_b #subnav_2 .box7_2 strong {
	color: #333;
	}
			
#col_b #subnav_2 .box1_2 a {
  background: #ebeffa;
  color: #333;
  border-color: #ebeffa;
  }
	
#col_b #subnav_2 .box2_2 a {
  background: #f8f6ed;
  color: #333;
  border-color: #f8f6ed;
  }
	
#col_b #subnav_2 .box3_2 a {
  background: #6c7eaf;
  color: #fff;
  border-color: #6c7eaf;
  }

#col_b #subnav_2 .box4_2 a {
  background: #ced4e5;
  color: #039;
  border-color: #ced4e5;
  }
	
#col_b #subnav_2 .box5_2 a {
  background: #ced4e5;
  color: #666;
  border-color: #ced4e5;
  }
	
#col_b #subnav_2 .box6_2 a {
  background: #bfc6dc;
  color: #666;
  border-color: #bfc6dc;
  }
	
#col_b #subnav_2 .box7_2 a {
  background: #e1e1e5;
  color: #666;
  border-color: #e1e1e5;
  }

.reset {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  }

/*#subnav a {
	color: #666;
	background-color: #d4ddf7;
	display: block;
	margin: 0.45em 0 1em 0;
	padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
	border-color: #aeb8d3;
	text-decoration: none;
  }
	
#subnav a:visited {
	color: #666;
	background-color: #d4ddf7;
  display: block;
	margin: 0.45em 0 1em 0;
	padding: 6px 10px;
  border-width: 1px;
  border-style: solid;
	border-color: #aeb8d3;
	text-decoration: none;
  }

#subnav a:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  }

#subnav a strong {
	font: 13pt Arial;
  text-transform: lowercase;
  color: #039;
	}
	
#subnav a:hover strong {
  color: #c00;
	}*/

.basket {
	margin: 0;
	}

.listprice {
	font-size: 11px;
	}
	
.ourprice {
	color: #d31d16;
	background: transparent;
	font-size: 11px;
	}
	
.underline {
	}
	
.tinygrey {
	font-size: 9px;
	color: #999;
	}
	
#second {
	margin-top: 10px;
	}

.hilite {
	background: #ff9;
	}

/* specs */

#specs {
	margin: 1em 0;
	}

#specs th#col1 {
	width: 70px;
	}

#specs th#col2 {
	width: 80px;
	}
	
#specs th#col3 {
	width: 216px;
	}

#specs {
	border: 1px solid #666;
	}

#specs tbody tr td {
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	vertical-align: top;
	}

#specs tbody tr.selected td {
	background-color: #3d80df;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
	vertical-align: top;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
