/* CSS Document */

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
	/* navigation */
	#nav {
		/*background:#000 url(/imgs/bkg_iph_tabs.gif);*/
		/*border-bottom:1px solid #CCCCCC;*/
		height:50px;	
	/*	width:745px;*/
			z-index:100;
			position:absolute;
	}
	*html #nav {margin-top:20px; padding-bottom:300px;}
	
	#nav ul {	
		/*width:600px;*/
		/*margin:0 auto;*/	
	}
	*html #nav ul {	
		/*width:600px;*/
		margin-left:0px;
		
	}
	
	#nav li {	
		border-bottom:1px solid #000000;
		background:#343642;
		float:left;
		margin-left:10px;
		/*width:175px;*/
		list-style-type:none;
		text-align:center;
		margin-top:0px;
}
	*html #nav li {width:170px; min-width:170px; margin-left:2px;}
	
	#nav a {
		color:#E5E5E5;
		display:block;
		padding:10px;
		position:relative;
		word-spacing:-2px;
		font-size:14px;		
		height:20px;
		text-decoration:none;
	border-bottom:1px solid #5e5e5e;
	border-top:1px solid #5e5e5e;
	border-right:1px solid #5e5e5e;
	border-left:1px solid #5e5e5e;

	}	
	#nav a:hover {text-decoration:none;}
	
	#nav a.current {
	background:#000000;
	color:#fff;
	border-bottom:1px solid #000000;
	border-top:1px solid #5e5e5e;
	border-right:1px solid #5e5e5e;
	border-left:1px solid #5e5e5e;
	}
	
	#nav img {
		/*background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 27px;
		padding:4px;		
		display:block;*/
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */

#panes {
		background-color:#000;
		border-color:#5e5e5e;
		border-style:solid;
		border-width:1px 1px;
		height:225px;
		margin-bottom:-20px;
		margin-top: 53px;
		padding:20px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
	}
#download-brochure{ margin-top:30px;}
*html #panes{width:500px; min-width:500px; margin-top:65px; background:none; position:absolute;
		background:url(/imgs/bkg_iph_tabs.gif);
		background-repeat:repeat-x;
		background-color:#5e5e5e;
		border-color:#5e5e5e;
		border-style:solid;
		border-width:1px 1px;
		height:225px;
		min-height:225px;
		margin-bottom:-20px;
		padding:20px;
}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:20px;
		left:20px;
		font-size:13px;
		/*color:#444;*/	
		width:550px; 
	}
* html #panes div { width:500px; min-width:500px; }

#panes img {
		margin:20px 0 0 0;
		float: left;
	}

*html #panes img {
		margin:20px; display:none;}


/**html #link3{ background-color:#FF6600; display:block; width:160px; height:65px; background-image:url(../imgs/btn_ip_myapp2.png); background-repeat:no-repeat;}*/

#panes p.more {
		color:#000;
		font-weight:bold;
		font-size:13px;}
	
	#panes h3 {
		margin:0 0 10px 0;
		font-size:22px;
		font-weight:normal;
	}
	
	.overlay {
		display:none;
		/*width:500px;*/
		padding:20px;
		background-color:#ddd;
	}
	



