/* Cascading Style Sheets v.002 */ 
/* CSS Stylesheet for the front page lifespan/index.html  */
/* CSS Stylesheet for Microsoft Internet Explorer (MS-IE) */
/* (c) www.lifespanhealthcare.com 2004 www.lifespanhealthcare.com */ 


/* Controls the headers. */
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif; 
	}

/* H5 is in red. */		
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: CC0000;
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
/* ############################################################################ */
/* Controls the links. */	

/* Unvisited Link. Deep blue color- #335C85 */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	text-decoration: underline;
	color: 335C85;
	}


/* Selected link. Near-Black #OOO81O*/
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	text-decoration: underline;
	color: OOO81O;
	}

/* Visited link. Dark gray. */
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  11px;
	font-weight: normal;
	text-decoration: underline;
	color: 335C85;
	}

	
/* The link during a mouseover. Invio Red */
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:  11px;
	font-weight: normal;
	text-decoration: underline;
	color: CC0000;
	}

/* ############################################################################ */
/* Controls the links for the footer area. */

/* Unvisited Link. Deep blue color- #335C85 */
.copyright a:link {
    font-family: 'Open Sans', sans-serif;
	font-size:  10px;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
	}


/* Selected link. Near-Black #OOO81O*/
.copyright a:active {
	font-family: 'Open Sans', sans-serif;
	font-size:  10px;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
	}

/* Visited link. Dark gray. */
.copyright a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size:  10px;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
	}

	
/* The link during a mouseover. Red */
.copyright a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size:  10px;
	font-weight: normal;
	text-decoration: underline;
	color: #003269;
	}

/* ############################################################################ */
/* Body Text */

/* Paragraphs. Text is near-black. */

.indent {
	padding-left: 20px;
	}

p { font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-color: 000000;
	line-height: 1.5;
	padding-right: 18px;
	}

/* Bulleted Text. Text is near-black. */
ul { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: 000000;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 20px;
	}

/* Numbered Text. Text is near-black. */
ol { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: 000000;
	list-style-position: outside;
	line-height: 1.5;
	padding-left: 35px;
	padding-right: 18px;
	}

/* ############################################################################ */
/* Controls the word "Search" in the search box. White text. */ 
span.searchtext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	text-transform: capitalize;
	align: right;
	color: ffffff;}

/* Controls pseudoheader in the News column */ 
span.header-news { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:  11px;
	font-weight: bold;
	color: FFFFFF;
	background-color: 335C85;
	padding: 5px;
	width: 175px;
	}
	
/* Controls text in the right-side News column. */ 
span.bodytext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	color: OOO81O;
	}
	
/* Controls the Product Title */
span.prodtitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  16px;
	color: 333399;
		}
		
/* Controls the Specification Title */
.speciftitle { 
	border-bottom : 1px solid;
	border-color: CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  12px;
	padding-left: 18px;
	color: 333399;
		}

/* Controls the Spec Title */
.spectitle { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  10px;
	padding-left: 20px;
	color: 333333;
		}
		
/* Controls the Spec Sub description */
.specsub { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:  10px;
	padding-left: 30px;
	padding-right: 15px;
	color: 666666;
	text-indent: -8px;
		}

/* ############################################################################ */

/* Controls the newscolumn. Add left vertical line to border. */
.cellbody-flashcolumn {
	border-left : 1px solid;
	border-color: CCCCCC;
	}
	
/* Controls the copyright notice */
.copyright { 
	font-family: 'Open Sans', sans-serif;
	font-size:  10px;
	color: 808080;
	}
	
/* Controls the text associated with the form page */
.formtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  10px;
	color: OOO81O;
	}
	
/* Controls the caption on the Catalog Pages */
.caption { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  10px;
	font-color: 333399;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 7px;
	padding-bottom: 10px;
	}
	
/* Controls the caption on the Catalog Pages */
.prodcaption { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  10px;
	line-height: 2;
	padding-left: 15px;
	color: 333399;
	}
	
/* Controls the left columnn feature text on backpages */
.backfeature { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  10px;
	line-height: 2;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: 333399;
	}

/* for the address on the contact page in the left column */
.address { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: 000000;
	line-height: 1.5;
	padding-left: 0px;
	padding-right: 18px;
	}
		
/* END OF FILE */		
.navactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:  11px;
	padding-left: 20px;
	color: 333399;
	text-transform: capitalize;
}
