/*
    Innovative Medical Products Web Site CSS
    Designed & Maintained by IMP
    ©2010 Innovative Medical Products, Inc.
*/

/* ===== global styles ===== */

body {
    font-family: Georgia, serif;
    margin:0px;
    padding: 0;
}

div#mainBody {
    width: 800px;
    margin: 0 auto;
    background: url(../images/implogo.png) no-repeat;
}

ul.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	padding: 0px 20px;
	list-style-type: disc;
	list-style-position: inside;
	margin: 20px;
}

ul.home li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 14px;
}

ul.home a {
	color: #000000;
	text-decoration: none;
}

ul.home a:hover {
	color: #000;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
  color: #FF0000;
  font-weight: bold;
  font-style: italic;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #FFFFFF; 
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	
}

.style6 a:link, .style6 a:visited {
    text-decoration: none;
    color: #2459a9;
}

.style6 a:hover{
    color: #1D6648;
	text-decoration: none;
	font-style: italic;
	    
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
}
.date {
	color: #001eab;
	font-size: 12px;
	font-weight: bold;
}
h1.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px 0px 0px;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.2em;
    font-weight: bold;
	margin-top:20px;

}

.sidenav a:link, .sidenav a:visited {
    text-decoration: none;
    color: #2459a9;
}

.sidenav a:hover {
	color: #1D6648;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000000;
	margin-left: 10px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	font-style: italic;
}

	.sidenavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000000;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.sidenavindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:normal;
	color: #000000;
	margin-top: .9em;
	margin-left: 15px;
	font-style: italic;
}

.sidenavindent a:link, .sidenavindent a:visited{
	text-decoration:none;
	color:#000;
	
}


.sidenavindent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #1D6648;
	text-decoration:none;
	margin-left: 0px;
	margin-top: 0px;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#2459a9;
	text-decoration:none;
	margin-left: 15px;
	font-weight: bold;
	margin-top: 0px;
	font-style: italic;
	margin-bottom: 15px;
}

.bottomnav a:link, .bottomnav a:visited {
	color: #2459a9;
	text-decoration:none;
	
}


.bottomnav a:hover {
	
	color: #1D6648;
	text-decoration:none;
	
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 15px;
	font-style: normal;
}

.text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin-left: 5px;

}
/* ===== Header & Special Styles ===== */

div#header {
    height: 180px;
    position: relative;
}
div#special {
	position: absolute;
	top: 0px;
	left: 525px;
	float: left;
	width: 275px;
	height: 180px;
		
}

#specialImage {
	margin: 0 auto;
	width:110px;
	height:180px;
	float:left;
	
}
#specialDesc {
	float:right;
	margin: 0 auto;
	width: 160px;
	
}

#specialDesc h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	color: #1D6648;
	margin-top: 35px;
	border-bottom: 1px solid #1D6648;
	
}
#specialDesc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4;
		
}

/* ===== Main Menu Navigation===== */
#mainMenu {
	position: relative;
	margin: 0px;
	bottom: -5px;
	left: 150px;
	height: 30px;
	width: 490px;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
	float:left;
	margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
	font-size:14px;
    display: block;
    color: #fff;
    text-decoration: none;
	padding: 5px;
    margin: 3px;
    line-height:10px;
    background: url(../images/nav_rollover.jpg) no-repeat;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #f8b449;
}

#mainMenu li a.current {
    color: #aaa;
	
   
}
    
#mainMenu li a.current:hover {
    cursor: default;
}

.holder {
	
	
}

/* --------- MAIN CONTENT STYLES -------------*/

/*--- Flash Template ---*/
#flashContent {
	position:relative;
	padding: 0;
	border-bottom: solid #aaa 1px;
	width: 800px;
	float: left;
	margin-top: 5px;
	
}

#flashContent #subNav {
	position: absolute;
	top:10px; 
	left: 500px;
	width: 275px;
		
}
#mainContent {
	padding: 0;
	width: 500px;
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
} 

#mainsideBar {
	float:right;
	border-left: solid #aaa 1px;
	width: 290px;
	padding-left:8px;	
	margin-top: 10px;
	margin-bottom: 25px;
}

/*--- Main Template ---*/
#sideNav {
	padding: 0;
	width: 195px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
   
} 

#bottomNav {
	clear:left;
	float:left;
	padding: 0;
	width: 195px;
	margin-bottom: 25px;
	margin-top: 10px;
    
} 

#rightsideBar {
	margin-top:25px;
	float: right;
	width: 590px;
	padding: 0px;
	margin-bottom: 25px;
	
}

/*--- Product Template 3 ---*/

#productDescription {
	padding: 0;
	width: 325px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	
}

#productImage {
	float: right;
	width: 410px;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	
}

#productbottomNav {
	clear:left;
	float:left;
	padding: 0;
	width: 325px;
	margin-top: 10px;
	margin-bottom: 25px;
} 
/*-- Footer Styles------------------------------------- */
.footer{
	clear:both;
	margin:0 auto;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    text-align: center;
	
}


.footer a:link {
    text-decoration: none;
    color: #2459a9;
}

.footer a:hover{
    color: #1D6648;
	text-decoration: none;
	font-style: italic;
	    
}
/*----------Site map Styles--------------*/
		ul.sitemap ul li {
	list-style-type: lower-roman;
}
