﻿
	/* navigation */
	#nav
{
   /* background: #ddd url('/images/tabbar-orangepale.png');
    border-bottom: 1px solid #CCCCCC; */
    height: 400px;
    width: 100px;
    float: right;
}
	
	#nav ul {	
		width:100px;
		margin:0 auto;

	}
	
	#nav li 	
	{
	  /*  background: #ddd url('/images/tabbar-orange.png');
		border-right:1px solid #ddd;
		border-left:1px solid #ddd; */
		float:left;
		padding-left:1px;
		width:100px;
		list-style-type:none;
		text-align:center;
		margin-top:0px;
	}
	
	#nav a
{
    /*color:#333333;*/
    border-style: none;
    border-width: 0px;
    display: block;
    padding: 10px;
    position: relative;
    word-spacing: -2px;
    font-size: 11px;
    height: 100px;
    text-decoration: none;
}	
	
	#nav a.current {
		/*background:url(/images/tabbar-blue.png);	*/
		width:100px;
	}
	
	#nav img {
		/*background-color:#fff;
		border:1px solid #ccc;
		margin:3px 0 5px 5px;
		padding:4px;		
		display:block;*/
		border-style: none;
    border-width: 0px;
	}
	
	#nav strong {
		display:block;		
		font-size:13px;
	}
	
	/* panes */
	#panes {
		/*background:#fff url(/images/h300_reverse.png) repeat scroll 0 0;
		border-color:#ccc;
		border-style:solid;
		border-width:1px 1px 0;*/
		width:500px;	
		height:255px;
		margin-bottom:-20px;
		padding-bottom:20px;
		
		/* must be relative so the individual panes can be absolutely positioned */
		position:relative;
		
		float: left;
	}
	
	/* crossfading effect needs absolute positioning from the elements */
	#panes div {
		display:none;		
		position:absolute;
		top:20px;
		left:20px;
		font-size:13px;
		color:#444;	
		width:500px; 
	}
	
	#panes img {
		float:left;
		margin-right:20px;		
	}
	
	#panes p.more {
		color:#000;
		font-weight:bold;
		font-size:13px;
	}
	
	#panes h3 {
		margin:0 0 -5px 0;
		font-size:22px;
		font-weight:normal;
	}
	
	.overlay {
		display:none;
		width:500px;
		padding:20px;
		background-color:#ddd;
	}


.tabsHolder
{
    padding: 5px;
    margin: 5px;
}