/*-----------------------------------------------------------------------------
jquery simplyTabs plugin - CSS stylesheet
-----------------------------------------------------------------------------*/

.tabs-container {
    position: relative;
    margin: 0 0 0 -40px;
    padding: 0;
    width: 100%;
    height: 100%;
    float:left;
    z-index:10;
	}
	body.home .tabs-container {	    
	    margin: 0;
	    }
.simpleTabs-nav	{margin-top:29px;}
body.home .simpleTabs-nav	{margin:0;}
/* content boxes styling */	
	
.tabs-container .simpleTabs-content{
	width:590px;
	padding:20px 13px 30px 42px;
	overflow: hidden;
	position:relative;
	margin-top:-5px;
	z-index:1;
	color:#282828;
	}
	body.home .tabs-container .simpleTabs-content{
		background:url('/images/homepage/TabsBg.png') no-repeat bottom left;	
		padding: 20px 20px 30px 10px;	
		}
	
.tabs-container .simpleTabs-content p {font-size:1.1em;}


/* acnchor's list styling */
.tabs-container .simpleTabs-nav ul {
    width: 630px;
    padding-left:30px;
    list-style: none;
    overflow: hidden;
    background:url('/images/tabs/greyLine.png') no-repeat center bottom;
	}
	body.home .tabs-container .simpleTabs-nav ul {
	    width: 613px;	    
	    background:url('/images/homepage/WhiteDot.png') repeat-x center bottom;
	    padding: 0;
		}
	.tabs-container .simpleTabs-nav ul li {
		margin:0 2px 0 0;
		padding-bottom:4px;
		float: left;
		}
	.tabs-container .simpleTabs-nav ul li.actif{
		background:url('/images/tabs/TabsLiBg.png') no-repeat center bottom;
		}
		body.home .tabs-container .simpleTabs-nav ul li.actif{
			background:url('/images/homepage/TabsLiBg.png') no-repeat center bottom;
			}	
		.tabs-container .simpleTabs-nav ul li a{
			background:url('/images/tabs/TabsLiRight.png') no-repeat right top;
			padding:0 6px 0 0;
			font-size:1.2em;
			color:#004963;
			display:block;
			position:relative;
			float:left;
			zoom:1;
			z-index:100;
			}
			body.home .tabs-container .simpleTabs-nav ul li a{
				background:url('/images/homepage/TabsLiRight.png') no-repeat right top;
				}
		.tabs-container .simpleTabs-nav ul li a:hover,
		.tabs-container .simpleTabs-nav ul li.actif a{
			color:#E91010;
			text-decoration:none;
			background:url('/images/tabs/TabsActLiRight.png') no-repeat right top;
			}
			body.home .tabs-container .simpleTabs-nav ul li a:hover,
			body.home .tabs-container .simpleTabs-nav ul li.actif a{
				color:#004963;
				text-decoration:none;
				background:url('/images/homepage/TabsActLiRight.png') no-repeat right top;
				}
			.tabs-container .simpleTabs-nav ul li a span{
				display:block;
				padding:10px 4px 12px 10px;
				background:url('/images/tabs/TabsLiLeft.png') no-repeat left top;
				}		
				body.home .tabs-container .simpleTabs-nav ul li a span {
					background:url('/images/homepage/TabsLiLeft.png') no-repeat left top;
					}
			.tabs-container .simpleTabs-nav ul li a:hover span,
			.tabs-container .simpleTabs-nav ul li.actif a span{
				background:url('/images/tabs/TabsActLiLeft.png') no-repeat left top;
				}				
				body.home .tabs-container .simpleTabs-nav ul li a:hover span,
				body.home .tabs-container .simpleTabs-nav ul li.actif a span{
					background:url('/images/homepage/TabsActLiLeft.png') no-repeat left top;
					}

.tabs-container a.close {display:none;}
body.home .tabs-container a.close{
	display:block;
	position:absolute;
	bottom:6px;
	right:13px;
	text-indent:-9999em;
	width:17px;
	height:17px;
	background:url('/images/homepage/close.png') no-repeat 0% 0%;
	cursor:pointer;
	}
	body.home .tabs-container a.close:hover {
		background-position: 0% 100%;
	}














