/* rcAboutUsTabs  */

div#tabContainer
{
	position:relative;
	width:100%;
	height:auto;
}

div#tabContent
{
	width:100%;
	height:auto;
}

div.tabContent
{
    width:936px;
    height:346px;
}

div#tabWhat {background:url(../images/tabWhat.jpg) no-repeat;}
div#tabHow {background:url(../images/tabHow.jpg) no-repeat;}
div#tabCatch {background:url(../images/tabCatch.jpg) no-repeat;}
div#tabGetStarted {background:url(../images/tabGetStarted.jpg) no-repeat;}
div#tabSignUp {background:url(../images/tabSignUp.jpg) no-repeat;}

div#tabContainer ul
{
    margin-top:20px;
}

div#tabContainer li
{
	float:left;
	width:311px;
	height:80px;
	margin:0 1px;
}

div#tabContainer ul li a
{
	display:block;
	width:311px;
	height:80px;
}

li.tabWhat
{
	background:url(../images/btnTabWhat.jpg) no-repeat;
}

li.tabHow
{
	background:url(../images/btnTabHow.jpg) no-repeat;
}

li.tabCatch
{
	background:url(../images/btnTabCatch.jpg) no-repeat;
}


div#tabContainer li:hover {background-position:0 -81px;}
.tabs-selected  {background-position:0 -81px;}

.tabs-hide {display: none;}	

.tabHowLink
{
    position:absolute;
    width:auto;
    height:auto;
    top:69px;
    right:110px;
}

.tabBtnLearnMore
{
    position:absolute;
    width:auto;
    height:auto;
    top:270px;
    right:40px;
}

.tabBtnSearch
{
    position:absolute;
    width:auto;
    height:auto;
    top:280px;
    left:240px;
}

.tabBtnSignUp
{
    position:absolute;
    width:auto;
    height:auto;
    top:293px;
    left:380px;
}			
			
			
			
			
