#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position:top;
  z-index:60000000;
 
 
 
 
	
}

#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
	text-decoration:none;
	text-transform:uppercase;
	 z-index:60000000;
	  margin-top:4px;
	 
	
	
	
	
}

#tabs a
{
   
    color: #ffffff;
    float: left;
    font: bold 14px Arial, Helvetica;
    padding: 0px 0px;
    text-decoration: none;
	text-decoration:none;
	text-transform:uppercase;
	background-position:top;
	background-image:url(../images/home-tab-bg-1.jpg);
	background-repeat:repeat-x;
	z-index:60000000;
	-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
margin-right:-8px;
	
	
}

#tabs a:hover
{


	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
	background-image:url(../images/home-tab-bg-2.jpg);
	 z-index:60000000;
	 
   
}

#tabs a:focus
{
    outline: 0;
	 z-index:60000000;
	
}

#tabs #current a
{
	background-image:url(../images/home-tab-bg-2.jpg);
	background-repeat:repeat-x;
	background-position:top;
    text-shadow: none;    
    color:#000000;
	margin-bottom:-3px;
	 z-index:60000000;
	 

	
	
}

#tabcontentbg
{
	background-position:bottom;
	height:375px;
	width:658px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;


	-moz-box-shadow: 1px 1px 5px #6a6a6a;
	-webkit-box-shadow:1px 1px 5px #6a6a6a;
	box-shadow: 1px 1px 8px #6a6a6a;
	 z-index:60000000;
	 background-color:#FFFFFF;
	
	

	
}

/* Remove the rule below if you want the content to be "organic" */
#content div
{
background-color:#ecceb3;
border:1px solid #ecceb3;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 z-index:60000000;


}
