/* CSS Document */
html, body{
	margin: 0;
	background-color: #898989; /*#3c6883;*/
	background-image: url(img/main-bg-bar01.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
a{
	color: #174477; /*blue 39597c*/
	text-decoration: none;
	border-bottom: 1px dotted #174477;
}
a:visited{
	color: #174477; /*#a1151e;*/ /*red*/
}
a:hover{
	color: #174477;  /* #c61924; brighter red*/
	border-bottom: 1px dotted #c61924;
	font-weight: bold;
}
a img {
    border: 1px solid #fff;
}
a:hover img {
    border: 1px dotted #174477;;
}
.blue-subhead{
size: 13px;
color:338fa6;
}

#top{
	height: 165px;
	width: 799px;
	margin: 0;
	padding:0;
	background-image: url(img/respicare_banner05a.jpg);
	background-color: #fff;
	/*border: 1px solid #255192;*/
	/*border-bottom: 3px solid white;*/
}
#search{
	display: inline;
	float: right;
	/*margin: 35px 0px 20px 495px;*/
	padding: 20px;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
#shadow-bar{
	height: 15px;
	width: 799px;
	margin: 0;
	padding: 0;
	background-image: url(img/topshadow.gif);
	background-color: #e4e3eb;
	background-repeat: no-repeat;
}
#main{
	margin: 15px auto 5px auto; /* 0 auto;*/
	padding: 0;
	/*border: 10px solid #6e88b9;*/
	/*border: 4px solid #602b27;*/
	border: 4px solid #527195; /*#396ea3;*/ /*#527195;*/
	/*border-top: 0;*/
	background-color: #e4e3eb;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	width: 799px;
}
#main-content{
	margin: 0;
	padding: 10px 47px 15px 47px;
	background-color: #336666;
	background-image: url(img/respicare-bg-small.jpg); /*other: repeating_cellular_bg.jpg */
	background-repeat: repeat;
	background-position: top;
}
#footer{
color: #333;
width: 696px;
padding: 0 10px 0 10px;
}
#footer-left{
float: left;
}
#footer-right{
float: right;
}
.subhead{
	font: bold 22px Arial;
	color: #527195;
	/*color: #9ce7d1;*/
	/*color: #68e1be;*/
	/*color: #a7b1bd;*/
	padding-left: 10px;
}
.subhead2{
	font: bold 18px Arial;
	color: #666;
}
.subhead3{
	font: bold 18px Arial;
	color: #941c3e;
}
.comments{
color: #CC0000;
}
.warning{
color: #CC0000;
}
.magenta{
color: #941c3e;
}
.space-left{
margin-left: 365px;
}
.table-header{
color: #FFF;
}
img.float-left { 
    float: left; 
    margin-right: 10px; 
	border: 2px solid #6e88b9;
}
img.float-left-nb { 
    float: left; 
    margin-right: 10px; 
}
img.float-right { 
    float: right; 
    margin-left: 10px; 
	border: 2px solid #6e88b9;
}
img.float-right-nb { 
    float: right; 
    margin-left: 10px; 
}
img.blk-border {
	border: 2px solid #000;
}
hr {
  border: 0;
  width: 100%;
  color: #6e88b9;
  background-color: #6e88b9;
  height: 2px;
}

/* Begin Menu code */
/*.horizontalcssmenu {
}*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
text-align: center;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 116px; /*Width of top level menu link items default=120*/
padding: 2px 8px;
border: 1px solid #272727; /*#e4e3eb*/
border-left-width: 0;
text-decoration: none;
background: url(img/menubg-y-3.gif) center  repeat-x;
color: #0b0649;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #e9b432; /*#e4e3eb*/
position: absolute;
display: block;
visibility: hidden;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 122px; /*width of sub menu levels default=160*/
font-weight: normal;
padding: 2px 5px;
background: #4f4f4f; /*#727777;*/
border-width: 0 1px 1px 0px;
color: #fff;
text-align: left;
}

.horizontalcssmenu ul li a:hover{
background: url(img/menubgover-y.gif) center center repeat-x;
color: #fff;
}

.horizontalcssmenu ul li ul li a:hover{
background: #1c344f; /*#970e15;*/ /*#cde686;*/ /*#c61d1d;*/
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(img/menuarrow_blk02.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/* end menu code */