@charset "utf-8";
/* CSS Document */

  .tabs {
	/*float:left;*/
    width:100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: url(../back/back_tab.png);
	background-repeat: repeat-x;
	background-position: left top;
    }

	
  .tabs ul.tabs-list {
    margin:0;
    padding:13px 0px 0 0;
    list-style:none;
    }
  .tabs ul.tabs-list li {
    float:left;
    margin:0;
    padding:0 0 0 0px;
	font-size: 11px; width: 80px;text-align: center;
	border-bottom: 1px solid #d8dadf; height: 28px;
    }
  .tabs ul.tabs-list a {
	float:left;
	display:block;
	padding:5px 0px ;
	color:#666;
	width: 80px;
	margin: 0;
    }
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  .tabs ul.tabs-list a {float:none;}
  /* End IE5-Mac hack */
  .tabs ul.tabs-list a:hover {
    color:#59974f;
    }
  .tabs ul.tabs-list .current {
    
    border-width:0;
    }
  .tabs ul.tabs-list .current a {
	background-image: url(../img/tab/tab.png);
	background-repeat: no-repeat;
	background-position: center 1px;
	height: 28px;
	color:#000;
	padding-bottom:5px;
    }



   .js .tabs .current-info,
    .js .tabs .accessibletabsanchor,
    .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
        position:absolute;
        left:-999em;
    }
    .js .tabs .content{
        clear:both;
        margin:3em 1em 1em 1em;
    }
/*    .js .tabs{
        width:500px;
    }

    h1,h2,p{
        margin:1em;
    }
    .tabs{
        padding:2em;
    }
    
    .about{
        clear:both;
        padding:2em;
    }
	/*        #tabswitch {
			font-family: 'Droid Sans', sans-serif;
			font-size:12px;
			}
			
        #tabswitch ul {
			list-style:none;
			margin:0;
			padding:0;
			clear:both;
			height:27px;
			}
			
        #tabswitch ul li {
	float:left;
	margin:0;
	padding:4px;
	width:70px;
	cursor:pointer;
	height: 30px;
	text-align: center;
	display: block;
	font-weight: 400;
	color: #000;
			}
			
        #tabswitch ul li.active {
	background-image: url(../img/tab/tab.png);
	background-repeat: no-repeat;
	background-position: center top;

			}
			
        #tabswitch ul li:hover {
			color: #59974f;
			}
			
        #tabswitch .tab-container {
			width:auto;
			border-top: solid 1px #d9dbe1;
			padding:10px;
			background: #fff;
			display:none;
			height: auto;
			}
.tag {
	font-size: 10px;
}
*/