/* ----------------------------------------------------------------------
 * BASIC GLOBAL STYLES:
 * ====================================================================== */
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,table,tr,th,td,form {
	margin: 0;
	border: 0;
	padding: 0;
	}
ol,ul {
	padding-left: 20px;
	}
ul, ol, dl {
	position: relative;
	}
table {
	border-collapse: collapse;
	empty-cells: show;
	}
th {
	text-align: left;
	font-weight: normal;
	}
th,td {
	line-height: 1em;
	vertical-align: top;
	}
a img {
	border: 0;
	vertical-align: text-bottom;
	}
li a {
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: square;
}
sup {
	font-size: 9px;
}

/* TOOLS:
-------------------------------------------------- */
.debug {
	display: none;
	}
.nostyle {
	display: none;
	}
#skipnav {
	display: none;
	}
.allclear {
	clear: both;
	height: 1px;
	}
.anchor-up {
	position: relative;
	top: -2em;
	height: 0;
	}


/* DEFAULT TYPOGRAPHY:
-------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	}
h1,h2,h3,h4,h5,h6 {
	line-height: 1em;
	}
table,th,td,a {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	}
abbr {
	border: none;
	}
code {
	font-family: "Andale Mono", Monaco, monospace;
	}


/* CENTER THE PAGE:
-------------------------------------------------- */
body {
	text-align: center;
	}
#Container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}



/* ----------------------------------------------------------------------
 * NOW FOR THE SITE-SPECIFIC STYLES:
 * ======================================================================*/
body {
	margin: 12px 0 24px;
	}
a {
	color: #026891;
	}
#Container {
	width: 745px;
	border: 1px solid #275c6e;
	}
#Header {
	position: relative;
	height: 151px;
	}
#SiteTitle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 271px;
	height: 117px;
	overflow: hidden;
	
	background: url('../images/sitetitle-bg.jpg') no-repeat left top;
	text-indent: -3000px;
	}
#Tagline {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 745px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	background: url('../images/tagline-bg.gif') no-repeat left top;
	text-indent: -3000px;
	}
#Callouts {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 474px;
	height: 117px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url('../images/header_extra-bg.gif') no-repeat left top;
	list-style-type: none;
	text-indent: -3000px;
	}

#MedicareBadge a {
	display: block;
	display: none;
	width: 117px;
	height: 117px;
	overflow: hidden;
	text-indent: -3000px;
	}
table.layout {
	width: 100%;
	}
td.left {
	width: 148px;
	background: #255873 url('../images/sidebar-bg.jpg') no-repeat left top;
	}
#Sidebar {
	border-right: 1px solid #275c6e;
	padding-bottom: 100px;
	}
#MainMenu {
	padding: 0;
	list-style-type: none;
	}
#MainMenu li a,
#MainMenu li em {
	display: block;
	width: 147px;
	height: 48px;
	overflow: hidden;
	border-bottom: 1px solid #275c6e;
	text-indent: -3000px;
	}
#MM_Home a {
	background: url('../images/mm_home.gif') no-repeat left top;
	}
#MM_Home em {
	background-image: url('../images/mm_home-over.gif');
	}
#MM_AboutUs a {
	background: url('../images/mm_aboutus.gif') no-repeat left top;
	}
#MM_AboutUs em {
	background-image: url('../images/mm_aboutus-over.gif');
	}
#MM_ContactUs a {
	background: url('../images/mm_contactus.gif') no-repeat left top;
	}
#MM_ContactUs em {
	background-image: url('../images/mm_contactus-over.gif');
	}
#MM_Products a {
	background: url('../images/mm_products.gif') no-repeat left top;
	}
#MM_Products em {
	background-image: url('../images/mm_products-over.gif');
	}
#MM_Features a {
	background: url('../images/mm_features.gif') no-repeat left top;
	}
#MM_Features em {
	background-image: url('../images/mm_features-over.gif');
	}
#MM_Indications a {
	background: url('../images/mm_indications.gif') no-repeat left top;
	}
#MM_Indications em {
	background-image: url('../images/mm_indications-over.gif');
	}
#MM_FittingInstruction a {
	background: url('../images/mm_fittinginstruction.gif') no-repeat left top;
	}
#MM_FittingInstruction em {
	background-image: url('../images/mm_fittinginstruction-over.gif');
	}
#MM_CareAndWarranty a {
	background: url('../images/mm_careandwarranty.gif') no-repeat left top;
	}
#MM_CareAndWarranty em {
	background-image: url('../images/mm_careandwarranty-over.gif');
	}
#MovieLink {
	display: block;
	width: 135px;
	height: 84px;
	overflow: hidden;
	margin: 18px 6px;
	background: url('../images/movielink.gif') no-repeat left top;
	text-indent: -3000px;
	}
td.right {
	background: /*#E7F0F3*/ #FFFFFF;
	}
#Content {
	overflow: hidden;
	padding: /*12px 30px 36px*/ 3px;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #58595b;
	}
#Content h3 {
	margin-bottom: .5em;
	color: #026891;
	font-size: 2em;
	}
#Content li {
	line-height: 1.8em;
	}
#Content ul, #Content ol {
	margin-bottom: 1em;
	}
h2 {
	margin: .1em 0 .5em;
	color: #274f61;
	font-size: 2em;
	font-weight: normal;
	}
.floatwrapper {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.floatwrapper .column {
	width: 253px;
	margin: 0;
	}
.floatwrapper .left {
	float: left;
	margin-right: 30px;
	}
.floatwrapper .right {
	float: right;
	}
.maincallout {
	clear: both;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	background: url('../images/contact-bg-bottom.gif') no-repeat left bottom;
	color: #A6CBD8;
	font-size: 1.8em;
	line-height: 1em;
	font-style: italic;
	text-align: center;
	}
.maincallout p {
	margin: 0;
	padding: 10px;
	padding-top: 14px;
	padding-bottom: 4px;
	background: url('../images/contact-bg-top.gif') no-repeat left top;
	}
.maincallout em {
	display: block;
	margin-top: 2px;
	color: #FFF;
	}
.maincallout a {
	color: #FFF;
	}
.maincallout em small {
	position: relative;
	top: -2px;
	}
.topcallout {
	padding-bottom: 0;
	background: none;
	}
#Footer {
	border-top: 1px solid #000;
	padding: 8px 24px;
	background: url('../images/footer-bg.gif') repeat-x left top;
	line-height: 1.4em;
	text-align: center;
	}
#Footer p {
	margin: 0;
	}
#Footer a {
	color: #000;
	}
#Footer sup {
	font-size: 8px;
	}
	
/* 
Added 6/4/08 - CDG Interactive
---------------------------------------------------------------- */

#MainArea {
	width: 547px;
	border: 1px solid #D7D4C1;
	padding: 12px 22px 12px;
	line-height: 16px !important;
	min-height: 470px;
}	

#MainArea h3 {
	font-size: 1.6em;
	color: #d45e27;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 5px;
}

#MainArea a:hover, #HomeHeader a:hover {
	color: #CC0000 !important;
}

ul.products {
	margin: -12px -22px 0 -22px;
	padding: 0;
	list-style-type: none; 
	width: 589px;
}

ul.products li { 
	background: transparent url(../images/header_shadow.jpg) repeat-x 0 0; 
	min-height: 222px;
	padding-bottom: 5px;
}

ul.products li img { 
	float: left; 
}
ul.products li div { 
	width: 370px;
	float: left;
	padding: 19px 6px 0 24px;
	line-height: 1.33em;
	font-size: 1em;
	color: #58595b;
	margin: 0;
}
#MainArea ul.products li h3 {
	font-size: 1.83em;
	color: #d45e27;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 -5px 0;
}
#MainArea ul.products li ul { 
	margin: 0 0 5px 0 !important;
	padding: 0;
	list-style-type: none;
}
ul.products li p {
	margin-bottom: 0;
}
ul.products li ul li {
	background: none;
	min-height: 0;
	border-bottom: 1px dashed #a7a9ac;
	padding: 5px 0;
	line-height: 16px;
	font-size: 1em;
}
ul.products li ul li.last {
	border-bottom: none;
	padding-bottom: 0;
}
ul.products li ul li a {
	background: transparent url(../images/viewall_arrow2.gif) no-repeat 100% 4px;
	padding-right: 10px;
}
ul.products li ul li a.pdf {
	background: transparent url(../images/pdf.gif) no-repeat 100% 0;
	padding-right: 20px;
}

#HomeHeader {
	margin: 0 0 2px 0;
	padding: 22px 13px 29px 33px;
	background: transparent url(../images/top_area_background.jpg) no-repeat 0 0;
	width: 545px; 
	min-height: 322px; 
}

#HomeHeader p {
	margin: 0;
}
#HomeHeader p.intro {
	margin: 0;
	padding: 0;
	font-size: 1.58em;
	line-height: 26px;
}
#HomeHeader p.intro strong {
	font-weight: normal;
	color: #D45E27;
}
#HomeHeader .leftcolumn {
	float: left;
	width: 315px; 
	margin: 0 20px 0 0 !important; 
	padding: 10px 0 0 0;
}
#HomeHeader ul {
	padding: 0;
	border-top: 1px dashed #A7A9AC;
	margin: 0 0 15px 0;
}
#HomeHeader ul li {
	font-size: 1.17em;
	line-height: 18px;
	color: #274F61;
	border-bottom: 1px dashed #A7A9AC;
	padding: 4px 0;
	list-style-position: inside;
}
#HomeHeader p.viewall a {
	color: #575744;
	padding-right: 10px;
	background: transparent url(../images/viewall_home_arrow.gif) no-repeat 100% 4px;
	font-size: 1em;
}

#HomeHeader .rightbox {
	width: 164px;
	float: left;
	padding: 12px 18px 18px;
	font-size: 1em;
	line-height: 25px;
	margin: 10px 0 0 0;
	color: #58595B;
}
#HomeHeader .rightbox strong {
	font-weight: normal;
	color: #D45E27;
	font-size: 22px;
}

#HomeHeader .rightbox p {
	border-bottom: 6px solid #C3BEA6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#HomeHeader .rightbox p.intro {
	border-bottom: 6px solid #DBD8C3;
	color: #626364;
}
#HomeHeader .rightbox a {
	color: #626364;
}

.fittingdemo {
	padding: 0;
	margin: 0 3px 15px 0;
	float: left; 
}
#MainArea .fittingdemo h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 2px;
} 
#MainArea .fittingdemo p.viewall {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
#MainArea .fittingdemo p.viewall a {
	text-decoration: none;
}
#MainArea .ctrlHolder {
	position: relative;
	left: -7px;
}
#MainArea fieldset {
	border: none;
	padding: 0;
}

#MainArea form h3 {
	color: #58595B;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;
}

#MainArea input {
	border: 1px solid #CCCAB5;
}

#MainArea label em {
	color: #58595B;
	font-style: normal;
	font-weight: normal;
}
#MainArea .submitButton {
	border: none;
}
#MainArea .buttonHolder {
	text-align: left;
	padding: 10px 0 0 7px;
	position: relative;
	left: -7px;
}
#MainArea h2.callus {
	font-size: 1.67em;
}
#MainArea #hcard-xback {
	border: none;
	padding-left: 0;
}

#MainArea .fn a {
	color: #58595B !important;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}
#MainArea .fn a:hover {
	color: #CC0000 !important;
}
#MainArea #hcard-xback .email a {
	color: #355B6C;
	text-decoration: none;
}
#MainArea p.viewall {
	border-bottom: 1px dashed #A7A9AC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#MainArea p.viewall a { 
	background: transparent url(../images/viewall_arrow2.gif) no-repeat 100% 4px;
	padding-right: 10px;
}

#MainArea .featurebox {
	background: transparent url(../images/features_box.jpg) no-repeat 0 0;
	width: 517px;
	height: 68px;
	position: relative;
	left: -10px;
	padding: 27px 0 0 0;
}

#MainArea .featurebox p {
	width: 208px;
	float: left;
	padding: 0 0 0 40px;
	line-height: 24px;
	font-size: 1.17em;
	margin: 0;
}	

#MainArea .featurebox a {
	color: #58595B;
}

#MainArea .featurebox p.intro {
	font-size: 1.75em;
	line-height: 25px;
	margin-top: 0;
	padding-left: 30px;
	width: 238px;
}

#MainArea .featurebox strong {
	font-weight: normal;
	color: #D45E27;
	font-size: 22px;
}

#MainArea .last {
	border-bottom: none !important;
}

#MainArea.stretch {
	min-height: 580px !important;
}

br.clear {
	clear: both;
}

/* IE 6 Fixes */

* html #MainArea {
	height: 470px;
}	

* html #HomeHeader {
	height: 322px; 
}

* html #MainArea.stretch {
	height: 590px !important;
}