/* CSS Document */

/*********************************************************************

Style Reset - removes browser defaults

**********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

/*************************************************************
MAIN GENERAL STYLES
*************************************************************/
body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align:left;
	background-color:#f9f8f8;
}
img
	{
	margin: 0;
	padding: 0;
	border: 0;
}
flash
	{
	margin: 0;
	padding: 0;
	border: 0;
}
form{
	margin: 0;
	padding: 0;
	border: 0;
}
.clear{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
} 
/*************************************************
UNIVERSAL STYLES
**************************************************/
h1 {
	margin:0 0 7px 0;
	padding:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	color:#0d0101;
	text-transform:uppercase;
	/*font-size:16px;*/
	font-size:20px;
}
h2 {
	margin:5px 0 5px 0;
	padding:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	color:#585454;
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
}
h3 {
	margin:0 0 7px 0;
	padding:0 0 0 0;
	font-family:"Times New Roman", Times, serif;
	color:#474141;
	text-transform:uppercase;
	font-size:15px;
}
p,td {
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	/*color:#858282;*/
	color:#555252;
	text-align:left;
}
input,textarea{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#363636;
	text-align:left;
}
ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#calloutLeft ul {
	color:#353232;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:20px;
}
#calloutLeft li {
	color:#353232;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
a{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#a11716;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

#calloutLeft li a {
	color:black;
}
#calloutLeft li a:hover {
	color:#A11716;
}

a:hover{	
	color:#641103;
	text-decoration:underline;
}
a.link{	
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#a11716;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	float:right;
	text-transform:uppercase;
}
a:hover.link{	
	color:#641103;
	text-decoration:none;

}
img.welcomeCallout{
	margin:0 0 0 0;
	padding:0 5px 5px 5px;
	float:right;
}
img.contactUsCallout{
	margin:5px 10px 5px 0px;
	padding:0;
	float:left;
	border:1px solid #A2A1A1;
}
/*************************************************
HEADER
**************************************************/
#header{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(../images/headerBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#e6e6e6;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
#headerInterior{
	width:968px;
	margin:0 auto;
	padding:0 0 0 0;
	height:38px;
}
#phone{
	width:220px;
	margin:0 0 0 0;
	padding:12px 0 0 0;
	text-transform:uppercase;
	float:left;
}
#phone .number{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#auxNav{
	width:400px;
	margin:0 0 0 0;
	padding:12px 0 0 0;
	text-transform:uppercase;
	float:right;
	text-align:right;
}
#auxNav a{
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	text-decoration:none;
	color:#e6e6e6;
	font-family:"Times New Roman", Times, serif;
}
#auxNav a:hover{
	text-decoration:none;
	color:#ffffff;
}
/*************************************************
CONTAIN
**************************************************/
#containTopWrapper{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#f9f8f8;
	border-bottom:1px solid #d7d6d6;
}
#containTop{
	width:1010px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/containTopBg.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#containTopInterior{
	width:968px;
	margin:0 21px 0 21px;
	padding:0 0 0 0;
}
#newsTicker{
	width:968px;
	height:48px;
	border-bottom:1px solid #e7e7e7;
}
#mastHead{
	width:968px;
	height:357px;
}
#nav{
	margin:0 0 0 0;
	padding:0 70px 0 70px;
	background-image:url(../images/nav_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
}
#containBottomWrapper{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#e6e6e6;
}
#containBottom{
	width:1010px;
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/containBottomBg.gif);
	background-repeat:repeat-y;
	background-position:top;
}
#containBottomInterior{
	width:968px;
	margin:0 21px 0 21px;
	padding:0 0 0 0;
	background-color:#F9F8F8;
	/*background-image:url(../images/containBottomInterior_bg.gif);
	background-repeat:repeat-y;*/
}
#calloutLeft{
	margin:0 0 0 0;
	padding:15px 15px 15px 15px;
	/*width:347px;*/
	width:400px;
	float:left;
}
#calloutRight{
	margin:0 0 0 0;
	padding:15px 15px 15px 15px;
	/*width:560px;*/
	width:490px;
	float:right;
	border-left:1px solid #A2A1A1;
}
.calloutBottomRule{
	margin:10px 0 10px 0;
	padding:0;
	border-bottom:1px solid #A2A1A1;
	width:100%;
}
/*************************************************
Footer
**************************************************/
#footerWrapper{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:68px;
	background-image:url(../images/footerWrapper_bg.jpg);
	background-repeat:repeat-x;
}
#footerInterior{
	width:968px;
	margin:0 auto;
	padding:0 0 0 0;
}
#footerInterior p{
	margin:0 0 0 0;
	padding:10px 0 0 0;
	color:#eeeaea;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
#footerInterior a{
	margin:0 9px 0 9px;
	padding:0 0 0 0;
	color:#cccccc;
	text-decoration:none;
}
#footerInterior a:hover{
	color:#ffffff;
	text-decoration:none;
}
#copyright{
	width:968px;
	margin:10px auto 10px auto;
	padding:0 0 0 0;
}
#copyright p{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#736c67;
	float:right;
}

#calloutRight p {
	color:#353232;
}

#disclaimer p {
	color:#736C67;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	margin:0 0 10px;
	padding:0;
}
#disclaimer {
	margin:10px auto;
	padding:0;
	width:968px;
}

/* added */

table.stents li {
	color:#c63939;
	font-weight:bold;
}


#callOut {
	background-color:#dedbdb;
	padding:5px;
	color: rgb(138, 18, 18);
	font-family: tahoma,verdana; 
	font-size: 14px;
	font-weight:bold;
	padding:5px;
}
#callOut p {
	padding:0px 10px 10px 10px;
}

#stent {
	visibility:hidden;
	height:0px;
	width:0px;
	display:none;
}
#stent1 {
	visibility:visible;
	height:168px;
	width:480px;
	display:block;
	
}
